A Comparative Study on Recent Automatic Data Fusion Methods †
Abstract
:1. Introduction
Data Fusion Concepts
2. Early Fusion/Late Fusion Comparison
2.1. Early Fusion
2.2. Late Soft Fusion
2.3. Late Hard Fusion
3. Early Fusion from Sensor and Features
3.1. Early Fusion from Sensor
- ✓ Individual sensor, multiple samples.
- ✓ Multisensors.
- ✓ Multimodal.
- ✓ Kalman Filter.
- ✓ Bayesian Inference.
- ✓ Fuzzy Logic.
- ✓ Artificial Neural Networks (ANNs).
- ✓ Dempster–Shafer (DS).
Sensor-Level Fusion Methods | Strengths | Weaknesses | Works |
---|---|---|---|
Kalman Filter | The Kalman filter can provide highly efficient and accurate results in contexts where the system conditions are well understood and the models are correct. Estimates are performed recursively. This property makes it computationally efficient and suitable for real-time applications. | It is not a method designed for optimization; therefore, it cannot converge to local or global minima. It is intended for state estimation and prediction in dynamic systems. It requires a broad knowledge of probabilities, especially the subject of Gaussian conditionality in random variables. | [44,45,46,47,48] |
Bayesian Inference | It is a recursive technique and can compute probabilities and posterior probabilities for multiple hypotheses. If the conditions are well understood and the models are correct, it offers a convenient setup for various models, such as hierarchical models and missing data problems. | The probability distribution of the states must be known a priori. It often comes with a high computational cost, especially in models with many parameters. As the size of the data increases, handling the distributions becomes more difficult. | [35,49,50,51,52] |
Fuzzy Logic | Accurate results in non-linear and challenging-to-model processes. It is based on logical sets and reasoning that are easy to understand and, therefore, to use. Provides a simple mechanism for reasoning with vague, ambiguous, or imprecise information. | Extensive validation and verification of fuzzy algorithms are necessary. Accurately defining fuzzy sets or membership functions requires time and effort. In addition, increasing the dimension of the data makes it more challenging to model the problem. Fuzzy control systems depend on human experience and knowledge. | [2,39,53,54,55] |
Artificial Neural Networks | It is self-learning and can execute tasks that a linear program cannot and is able to process unorganized data. Its structure is adaptive in nature. When an element of the neural network slows down, it can continue without problems, thanks to its parallel characteristics and is efficient at handling data noise, separating only the necessary information. | Requires prior training to operate, a large amount of data to achieve adequate efficiency and a lot of processing time for large neural networks. Requires specific hardware equipment to operate due to their computational complexity. If not handled properly, neural networks may be overfitted to the training data and not generalize well to new data. It can converge to local minima instead of global minima, although there are solutions to this problem, such as weight initialization and regularization in terms of L1 and L2. | [40,56,57,58,59,60] |
Dempster–Shafer | Such a theory can provide accurate results if the evidence is accurate and reliable. Although there is no hard and fast rule regarding data, a limited amount of data can help manage uncertainty and consistently combine information. | Generally, it presents a high computational complexity, although this may vary depending on the amount of data, hypotheses, and uncertainty of the problem to be treated. | [9,61,62] |
3.2. Early Fusion from Features
- ✓ Principal Component Analysis (PCA).
- ✓ Singular Value Decomposition (SVD).
- ✓ Multidimensional Scaling (MDS).
- ✓ Deep Learning.
Feature-Level Fusion Methods | Strengths | Weaknesses | Works |
---|---|---|---|
Principal Component Analysis | Reduces the complexity of the data and identifies the most important features. This method captures the directions of maximum variability in the data. This means that the most informative features are retained as valuable in data fusion where relevant information is sought to be preserved. After the transformation, the variance of the data is preserved. | It is necessary to choose the correct number of principal components needed for the data set to avoid some loss of information. Although the method works quickly for large data sets, it requires high computational complexity and memory requirements. | [6,64,74,75,76] |
Singular Value Decomposition | This mathematical technique is precious for reducing the dimensionality of the data, capturing the most relevant and distinctive feature information, and eliminating redundancies and noise. | SVD can be computationally expensive for large data sets, mainly when applied to high-dimensional arrays. It only makes use of a single data set, and by default, the resulting dimension reduction cannot incorporate any additional information that may be relevant. The accuracy of the data may decrease if the data patterns are not linear. | [65,66,67,77,78,79] |
Multidimensional Scaling | The solutions are relatively accurate. It can be used to fuse different types of data into a shared space, which is useful when the features of the sensors are different. The method provides a visual representation of the data in a two- or three-dimensional space, which can help to understand patterns and relationships. | It does not allow quantifying the level of quality of the result. Since it is based on the relationship between dimensions or factors, evaluating this relationship in numbers is tough. Can be computationally expensive for large data sets and may require iterative optimization. As the data are projected into a lower dimensional space, there may be a loss of information, which could affect the quality of the fused data. | [68,69,80,81,82,83] |
Deep Learning | It assists in trend and pattern detection and does not need human assistance, i.e., it makes its own decisions. It can handle many multidimensional data and constantly improves the algorithm to achieve more accurate results. It can fuse data from multiple sources, such as images, text, and signals, into a single architecture, leveraging information from different modalities. | Requires a large amount of data for training, which is time-consuming and computationally complex. Therefore, more powerful computers are needed for it to work. Limited data availability can affect performance, as large amounts of data are needed for effective training. Can be trapped in local minima instead of reaching the best possible solution (global minimum). | [70,71,72,73,84] |
4. Late Fusion from Scores and Decisions
4.1. Late Fusion from Scores (Late Soft Fusion)
- ✓ Sum and Weighted Sum Rules.
- ✓ Likelihood Ratio (LR).
- ✓ Fusion by classifiers.
- ✓ Alpha Integration.
- ✓ Behavior-Knowledge Space (BKS).
Score-Level Fusion Methods | Strengths | Weaknesses | Works |
---|---|---|---|
Sum Rule | It does not require training samples. No sample distribution modeling is required. The addition process is fast and computationally efficient. This method works well for significant data inputs. | Requires estimation of normalized parameter and weights vector, and its accuracy is rarely consistent. It requires that match scores be of the same nature. It assumes comparable scales and strengths for input match scores | [88,93,94,95,96] |
Likelihood Ratio | It has the potential to converge to maxima when maximizing the likelihood. It is able to handle discrete values in the score distribution. It does not involve the normalization of the score vector but the transformation of its respective likelihood ratio. If the densities of the scores are accurate, an optimum level is reached at any desired value of false acceptance rate (FAR). | Requires detailed modeling of score distributions. It is complex to implement due to the estimation of densities and is computationally complicated. It is very time-consuming as it involves a large amount of training samples. Requires a high knowledge of statistical techniques. | [89,90,97,98,99,100] |
Fusion by classifier | It increases the overall accuracy of predictions by combining the strengths of different algorithms and reducing their weaknesses. Reduces the bias inherent in any algorithm and achieves greater flexibility by adapting to different data patterns. | Data fusion usually requires more data to train and validate the classifiers. It can increase computational complexity, especially if the data sets are large. Convergence to local and global minima is related to the type of classifier to be used. | [101,102,103,104,105] |
Alpha Integration | It integrates many classic fusion operators and classifiers, optimizing fusion parameters and achieving more results that are accurate. | Optimizing the parameters is done by the gradient method, which may not converge to the global optimum. This method would inherit the weaknesses of the optimization method used. | [10,26,27,91,106] |
Behavior-Knowledge Space | It does not depend on a prior hypothesis, such as statistical independence between classifier outputs. It allows the creation of a knowledge model that can organize and represent the knowledge extracted from the classifiers’ prior behavior. | A limitation of this model is that with increasing data size the memory requirements increase exponentially. | [107,108,109,110] |
4.2. Late Fusion from Decisions (Late Hard Fusion)
- ✓ Majority Voting.
- ✓ Bagging.
- ✓ Boosting.
- ✓ Copula fusion.
Decision-Level Fusion Methods | Strengths | Weaknesses | Works |
---|---|---|---|
Majority Voting | Since this method is based on the linear combination of multiple detection algorithms, errors or misclassifications of one model do not affect the result. The excellent performance of the others can compensate for the poor performance of one classifier. It allows the results to be more robust and prone to overfitting. | It does not take into account the accuracy of the individual predictions of each classifier. If one classifier is more accurate, it will not have more influence than a less accurate one. Therefore, the result may be erratic. It should also be noted that the computational complexity could be high. | [111,121,122,123] |
Bagging | Reduces variance and, in many cases, improves the accuracy of some predictors, especially if individual classifiers are prone to bias. Increases stability and eliminates the problem of overfitting for large amounts of data. | Introduces a loss of model interpretability; may experience biases when proper procedure is ignored. This method involves training and maintaining several models, which can significantly increase computational requirements compared to a single model. | [113,114,115,119] |
Boosting | Reduces variance and bias. Can generate a combined model that minimizes errors by avoiding the drawbacks of individual models. Weights those classifiers with better performance on the training data. Therefore, the accuracy of the model generally tends to improve. | It does not help solve the overfitting problem; on the contrary, it may increase it for large data sets. The computational complexity of the Boosting method can be considerable, especially in terms of training time and storage space. The number of iterations and the complexity of the base classifier are vital factors affecting complexity. | [115,117,118,119,124] |
Copula fusion | It helps improve the fusion model’s accuracy and generalization, especially when there are uncertain classifier outputs. If the choice and settings of copulas are correct, it converges to parameters that adequately represent the dependence between classifier outputs. | Depending on the copulas’ complexity, the method may require complex computational calculations. Having sufficiently large data sets to train and evaluate the machine learning models is advisable. | [125,126,127] |
5. Conclusions
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
References
- Fung, M.L.; Chen, M.Z.Q.; Chen, Y.H. Sensor fusion: A review of methods and applications. In Proceedings of the 29th Chinese Control and Decision Conference, CCDC 2017, Chongqing, China, 28–30 May 2017; pp. 3853–3860. [Google Scholar]
- Usa, H.; Escamilla-Ambrosio, P.J.; Escamilla, J. Hybrid Kalman Filter-Fuzzy Logic Adaptive Multisensor Data Fusion Architectures. In Proceedings of the 42nd IEEE International Conference on Decision and Control, Maui, HI, USA, 9–12 December 2003. [Google Scholar]
- Vergara, L.; Soriano, A.; Safont, G.; Salazar, A. On the fusion of non-independent detectors. Digit. Signal Process. 2016, 50, 24–33. [Google Scholar] [CrossRef]
- Hang, G.; Min, Y. Data fusion in distributed multi-sensor system. Geo-Spat. Inf. Sci. 2012, 7, 214–217. [Google Scholar] [CrossRef]
- Bloch, I. Information combination operators for data fusion: A comparative review with classification. IEEE Trans. Syst. 1996, 26, 52–67. [Google Scholar] [CrossRef]
- Jollife, I.T.; Cadima, J. Principal component analysis: A review and recent developments. Philos. Trans. R. Soc. A Math. Phys. Eng. Sci. 2016, 374, 2065. [Google Scholar] [CrossRef] [PubMed]
- Pereira, L.M.; Salazar, A.; Vergara, L. On Comparing Early and Late Fusion Methods. In Proceedings of the 17th International Work-Conference on Artificial Neural Networks, Ponta Delgada, Portugal, 19–21 June 2023; pp. 365–378. [Google Scholar]
- Ruta, D.; Gabrys, B. An overview of classifier fusion methods. Comput. Inf. Syst. 2000, 7, 1–10. [Google Scholar]
- Nesa, N.; Banerjee, I. IoT-Based Sensor Data Fusion for Occupancy Sensing Using Dempster-Shafer Evidence Theory for Smart Buildings. IEEE Internet Things J. 2017, 4, 1563. [Google Scholar] [CrossRef]
- Drakopoulos, E.; Lee, C.C. Optimum fusion of correlated local decisions. In Proceedings of the 27th IEEE Conference on Decision and Control, Austin, TX, USA, 7–9 December 1988; Volume 3, pp. 2489–2494. [Google Scholar]
- Atrey, P.; Hossain, M.; El Saddik, A.; Kankanhalli, M. Multimodal fusion for multimedia analysis: A survey. Multimed. Syst. 2010, 16, 345–379. [Google Scholar] [CrossRef]
- Yuksel, S.E.; Wilson, J.N.; Gader, P.D. Twenty Years of Mixture of Experts. IEEE Trans. Neural Netw. Learn. Syst. 2012, 23, 1177–1193. [Google Scholar] [CrossRef]
- Hassan, L.; Saleh, A.; Singh, V.K.; Puig, D.; Abdel-Nasser, M. Detecting Breast Tumors in Tomosynthesis Images Utilizing Deep Learning-Based Dynamic Ensemble Approach. Computers 2023, 12, 220. [Google Scholar] [CrossRef]
- Psallidas, T.; Spyrou, E. Video Summarization Based on Feature Fusion and Data Augmentation. Computers 2023, 12, 186. [Google Scholar] [CrossRef]
- Jebur, S.A.; Hussein, K.A.; Hoomod, H.K.; Alzubaidi, L. Novel Deep Feature Fusion Framework for Multi-Scenario Violence Detection. Computers 2023, 12, 175. [Google Scholar] [CrossRef]
- Tan, N.D.; Nguyen, D.N.; Hoang, H.N.; Le, T.T. EEGT: Energy Efficient Grid-Based Routing Protocol in Wireless Sensor Networks for IoT Applications. Computers 2023, 12, 103. [Google Scholar] [CrossRef]
- Qi, G.; Hu, G.; Mazur, N.; Liang, H.; Haner, M. A Novel Multi-Modality Image Simultaneous Denoising and Fusion Method Based on Sparse Representation. Computers 2021, 10, 129. [Google Scholar] [CrossRef]
- Adjobo, E.C.; Mahama, A.T.S.; Gouton, P.; Tossa, J. Towards Accurate Skin Lesion Classification across All Skin Categories Using a PCNN Fusion-Based Data Augmentation Approach. Computers 2022, 11, 44. [Google Scholar] [CrossRef]
- Planke, L.J.; Gardi, A.; Sabatini, R.; Kistan, T.; Ezer, N. Online Multimodal Inference of Mental Workload for Cognitive Human Machine Systems. Computers 2021, 10, 81. [Google Scholar] [CrossRef]
- Leghar, M.; Memon, S.; Dhomeja, L.D.; Jalbani, A.H.; Chandio, A.A. Deep Feature Fusion of Fingerprint and Online Signature for Multimodal Biometrics. Computers 2021, 10, 21. [Google Scholar] [CrossRef]
- Kumar, N.; Gumhold, S. FuseVis: Interpreting Neural Networks for Image Fusion Using Per-Pixel Saliency Visualization. Computers 2020, 9, 98. [Google Scholar] [CrossRef]
- Hall, D.L.; Llinas, J. Handbook of Multisensor Data Fusion; CRC Press: Boca Raton, FL, USA, 2001. [Google Scholar]
- Adams, W.H.; Iyengar, G.; Lin, C.-Y.; Naphade, M.R.; Neti, C.; Nock, H.J.; Smith, J.R. Semantic Indexing of Multimedia Content Using Visual, Audio, and Text Cues. EURASIP J. Adv. Signal Process. 2003, 2003, 170–185. [Google Scholar] [CrossRef]
- Sridharan, H.; Sundaram, H.; Rikakis, T. Computational models for experiences in the arts, and multimedia. In Proceedings of the 2003 ACM SIGMM Workshop on Experiential Telepresence, New York, NY, USA, 7 November 2003; pp. 31–44. [Google Scholar]
- Soriano, A.; Vergara, L.; Ahmed, B.; Salazar, A. Fusion of scores in a detection context based on Alpha integration. Neural Comput. 2015, 27, 1983–2010. [Google Scholar] [CrossRef]
- Safont, G.; Salazar, A.; Vergara, L. Multiclass Alpha Integration of Scores from Multiple Classifiers. Neural Comput. 2019, 31, 806–825. [Google Scholar] [CrossRef]
- Safont, G.; Salazar, A.; Vergara, L. Vector score alpha integration for classifier late fusion. Pattern Recognit. Lett. 2020, 136, 48–55. [Google Scholar] [CrossRef]
- Salazar, A.; Safont, G.; Vergara, L.; Vidal, E. Graph Regularization Methods in Soft Detector Fusion. IEEE Access, 2023; in press. [Google Scholar] [CrossRef]
- Salazar, A.; Vergara, L.; Vidal, E. A proxy learning curve for the Bayes classifier. Pattern Recognit. 2023, 136, 109240. [Google Scholar] [CrossRef]
- Pereira, L.; Salazar, A.; Vergara, L. A comparative analysis of early and late fusion for the multimodal two-class problem. IEEE Access 2023, 11, 84283–84300. [Google Scholar] [CrossRef]
- Hall, D.; Llinas, J. An introduction to multisensor data fusion. Proc. IEEE 1997, 85, 6–23. [Google Scholar] [CrossRef]
- Pereira, L.M.; Salazar, A.; Vergara, L. Simultaneous analysis of fMRI and EEG biosignals: A multimodal fusion approach. In Proceedings of the 2021 International Conference on Computational Science and Computational Intelligence (CSCI), Las Vegas, NV, USA, 15–17 December 2021; pp. 1673–1677. [Google Scholar]
- Sasiadek, J.Z. Sensor fusion. Annu. Rev. Control 2002, 26, 203–228. [Google Scholar] [CrossRef]
- Durrant-Whyte, H.; Henderson, T.C. Multisensor data fusion. Springer Handb. Robot. 2016, 35, 867–892. [Google Scholar]
- Abdulhafiz, W.A.; Khamis, A. Bayesian approach to multisensor data fusion with Pre- and Post-Filtering. In Proceedings of the 2013 10th IEEE International Conference on Networking, Sensing and Control, ICNSC 2013, Evry, France, 10–12 April 2013; pp. 373–378. [Google Scholar]
- Siaterlis, C.; Maglaris, B. Towards multisensor data fusion for DoS detection. Proc. ACM Symp. Appl. Comput. 2004, 1, 439–446. [Google Scholar]
- Bello, E. Lógica Difusa o Fuzzy Logic: Qué es y cómo funciona + Ejemplos. Think. Innov. Available online: https://www.iebschool.com/blog/fuzzy-logic-que-es-big-data/ (accessed on 4 December 2023).
- Zadeh, L.A. Outline of a New Approach to the Analysis of Complex Systems and Decision Processes. IEEE Trans. Syst. Man Cybern. 1973, SMC-3, 28–44. [Google Scholar] [CrossRef]
- Amin, M.; Akhoundi, A.; Valavi, E. Multi-Sensor Fuzzy Data Fusion Using Sensors with Different Characteristics. arXiv 2010, arXiv:1010.6096. [Google Scholar]
- Jiang, D.; Yang, X.; Clinton, N.; Wang, N. An artificial neural network model for estimating crop yields using remotely sensed information. Int. J. Remote Sens. 2004, 25, 9. [Google Scholar] [CrossRef]
- Matich, D.J. Redes Neuronales: Conceptos Básicos y Aplicaciones. 2001. Available online: https://www.frro.utn.edu.ar/repositorio/catedras/quimica/5_anio/orientadora1/monograias/matich-redesneuronales.pdf (accessed on 4 December 2023).
- Luwei, K.C.; Yunusa-Kaltungo, A.; Sha’aban, Y.A. Integrated Fault Detection Framework for Classifying Rotating Machine Faults Using Frequency Domain Data Fusion and Artificial Neural Networks. Machines 2018, 6, 59. [Google Scholar] [CrossRef]
- Elmore, P.A.; Petry, F.E.; Yager, R.R. Dempster–Shafer Approach to Temporal Uncertainty. IEEE Trans. Emerg. Top. Comput. Intell. 2017, 1, 316–325. [Google Scholar]
- Kalman, R.E. A New Approach to Linear Filtering and Prediction Problems. J. Basic Eng. 1960, 82, 35–45. [Google Scholar] [CrossRef]
- Kalman, R.E.; Bucy, R.S. New Results in Linear Filtering and Prediction Theory. J. Basic Eng. 1961, 83, 95–108. [Google Scholar] [CrossRef]
- Moon, S.; Park, Y.; Ko, D.W.; Suh, I.H. Multiple Kinect Sensor Fusion for Human Skeleton Tracking Using Kalman Filtering. Int. J. Adv. Robot. Syst. 2016, 13, 65. [Google Scholar] [CrossRef]
- Yazdkhasti, S.; Sasiadek, J.Z. Multi Sensor Fusion Based on Adaptive Kalman Filtering. In Advances in Aerospace Guidance, Navigation and Control; Springer: Cham, Switzerland, 2018; pp. 317–333. [Google Scholar]
- Zhu, M.; Sui, T.; Wang, R.; Zhu, M.; Sui, T.; Wang, R. Distributed Kalman filtering over sensor networks with fading measurements and random link failures. J. Frankl. Inst. 2023, 360, 2457–2475. [Google Scholar] [CrossRef]
- Dempster, A.P. A Generalization of Bayesian Inference. J. R. Stat. Soc. Ser. B 1968, 30, 205–232. [Google Scholar] [CrossRef]
- Coninx, A.; Bessiere, P.; Mazer, E.; Droulez, J.; Laurent, R.; Aslam, M.A.; Lobo, J. Bayesian sensor fusion with fast and low power stochastic circuits. In Proceedings of the 2016 IEEE International Conference on Rebooting Computing (ICRC), San Diego, CA, USA, 17–19 October 2016. [Google Scholar]
- Coué, C.; Fraichard, T.; Bessière, P.; Mazer, E. Multi-sensor data fusion using Bayesian programming: An automotive application. IEEE Int. Conf. Intell. Robot. Syst. 2002, 1, 141–146. [Google Scholar]
- Ban, Y.; Alameda-Pineda, X.; Girin, L.; Horaud, R. Variational Bayesian Inference for Audio-Visual Tracking of Multiple Speakers. IEEE Trans. Pattern Anal. Mach. Intell. 2019, 43, 5. [Google Scholar] [CrossRef]
- Stover, J.A.; Hall, D.L.; Gibson, R.E. A fuzzy-logic architecture for autonomous multisensor data fusion. IEEE Trans. Ind. Electron. 1996, 43, 403–410. [Google Scholar] [CrossRef]
- Zhu, J.; Cao, H.; Shen, J.; Liu, H. Data fusion for magnetic sensor based on fuzzy logic theory. In Proceedings of the 2011 Fourth International Conference on Intelligent Computation Technology and Automation, ICICTA 2011, Shenzhen, China, 28–29 March 2011; Volume 1, pp. 87–92. [Google Scholar]
- Ren, X.; Li, C.; Ma, X.; Chen, F.; Wang, H.; Sharma, A.; Gaba, G.S.; Masud, M. Design of Multi-Information Fusion Based Intelligent Electrical Fire Detection System for Green Buildings. Sustainability 2021, 13, 3405. [Google Scholar] [CrossRef]
- McCulloch, W.S.; Pitts, W. A logical calculus of the ideas immanent in nervous activity. Bull. Math. Biophys. 1943, 5, 115–133. [Google Scholar] [CrossRef]
- Quan, Y.; Zhou, M.C.; Luo, Z. On-line robust identification of tool-wear via multi-sensor neural-network fusion. Eng. Appl. Artif. Intell. 1998, 11, 717–722. [Google Scholar] [CrossRef]
- Lee, J.; Steele, C.M.; Chau, T. Swallow segmentation with artificial neural networks and multi-sensor fusion. Med. Eng. Phys. 2009, 31, 1049–1055. [Google Scholar] [CrossRef] [PubMed]
- Kańtoch, E. Human activity recognition for physical rehabilitation using wearable sensors fusion and artificial neural networks. Comput. Cardiol. 2010, 44, 1–4. [Google Scholar]
- Li, H.-C.; Hu, W.-S.; Li, W.; Li, J.; Du, Q.; Plaza, A. A 3 CLNN: Spatial, Spectral and Multiscale Attention ConvLSTM Neural Network for Multisource Remote Sensing Data Classification. IEEE Trans. Neural Netw. Learn. Syst. 2022, 33, 747–761. [Google Scholar] [CrossRef]
- Jiaming, L.; Suhuai, L.; Jesse, S.J. Sensor Data Fusion for Accurate Cloud Presence Prediction Using Dempster-Shafer Evidence Theory. Sensors 2010, 10, 9384–9396. [Google Scholar]
- Yu, X.; Zhang, F.; Zhou, L.; Liu, Q. Novel Data Fusion Algorithm Based on Event-Driven and Dempster–Shafer Evidence Theory. Wirel. Pers. Commun. 2018, 100, 1377–1391. [Google Scholar] [CrossRef]
- Sahu, D.; Parsai, M.P. Different Image Fusion Techniques–A Critical Review. Int. J. Mod. Eng. Res. 2012, 2, 4298–4301. [Google Scholar]
- Abdi, H.; Williams, L.J. Principal component analysis. Wiley Interdiscip. Rev. Comput. Stat. 2010, 2, 433–459. [Google Scholar] [CrossRef]
- Kleibergen, F.; Paap, R. Generalized reduced rank tests using the singular value decomposition. J. Econ. 2006, 133, 97–126. [Google Scholar] [CrossRef]
- Klema, V.; Laub, A. The singular value decomposition: Its computation and some applications. IEEE Trans. Autom. Control. 1980, 25, 164–176. [Google Scholar] [CrossRef]
- Maruyama, K.; Sheng, Y.; Watanabe, H.; Fukuzawa, K.; Tanaka, S. Application of singular value decomposition to the inter-fragment interaction energy analysis for ligand screening. Comput. Theor. Chem. 2018, 1132, 23–34. [Google Scholar] [CrossRef]
- Saeed, N.; Nam, H.; Haq, M.I.U.; Bhatti, D.M.S. A Survey on Multidimensional Scaling. ACM Comput. Surv. 2018, 51, 3. [Google Scholar] [CrossRef]
- Goldstone, R.L.; Medin, D.L.; Gentner, D. Relational similarity and the nonindependence of features in similarity judgments. Cogn. Psychol. 1991, 23, 222–262. [Google Scholar] [CrossRef] [PubMed]
- He, Q.-H.; Feng, J.-J.; Lv, F.-J.; Jiang, Q.; Xiao, M.-Z. Deep learning and radiomic feature-based blending ensemble classifier for malignancy risk prediction in cystic renal lesions. Insights Imaging 2023, 14, 6. [Google Scholar] [CrossRef] [PubMed]
- Wang, K.; Xu, C.; Li, G.; Zhang, Y.; Zheng, Y.; Sun, C. Combining convolutional neural networks and self-attention for fundus diseases identification. Sci. Rep. 2023, 13, 76. [Google Scholar] [CrossRef] [PubMed]
- Koshy, R.; Elango, S. Multimodal tweet classification in disaster response systems using transformer-based bidirectional attention model. Neural Comput. Appl. 2022, 35, 1607–1627. [Google Scholar] [CrossRef]
- Jing, J.; Wu, H.; Sun, J.; Fang, X.; Zhang, H. Multimodal fake news detection via progressive fusion networks. Inf. Process. Manag. 2023, 60, 103120. [Google Scholar] [CrossRef]
- Hotelling, H. Analysis of a complex of statistical variables into principal components. J. Educ. Psychol. 1933, 24, 417–441. [Google Scholar] [CrossRef]
- Hasan, M.M.; Islam, N.; Rahman, M.M. Gastrointestinal polyp detection through a fusion of contourlet transform and Neural features. J. King Saud Univ. Comput. Inf. Sci. 2022, 34, 526–533. [Google Scholar] [CrossRef]
- Huang, Z.K.; Li, P.W.; Hou, L.Y. Segmentation of textures using PCA fusion based Gray-Level Co-Occurrence Matrix features. In Proceedings of the 2009 International Conference on Test and Measurement, Hong Kong, China, 5–6 December 2009; Volume 1, pp. 103–105. [Google Scholar]
- Nasir, H.; Stanković, V.; Marshall, S. Singular value decomposition based fusion for super-resolution image reconstruction. Signal Process. Image Commun. 2012, 27, 180–191. [Google Scholar] [CrossRef]
- Zhao, X.; Ye, B. Singular value decomposition packet and its application to extraction of weak fault feature. Mech. Syst. Signal Process. 2016, 70–71, 73–86. [Google Scholar] [CrossRef]
- Zhu, H.; He, Z.; Wei, J.; Wang, J.; Zhou, H. Bearing Fault Feature Extraction and Fault Diagnosis Method Based on Feature Fusion. Sensors 2021, 21, 2524. [Google Scholar] [CrossRef] [PubMed]
- Ye, X.; Gao, W.; Yan, Y.; Osadciw, L.A. Multiple Tests for Wind Turbine Fault Detection and Score Fusion Using Two-Level Multidimensional Scaling (MDS); SPIE: Washington, DC, USA, 2010; Volume 7704, pp. 70–77. [Google Scholar]
- Tian, G.Y.; Taylor, D. Colour image retrieval using virtual reality. In Proceedings of the 2000 IEEE Conference on Information Visualization, London, UK, 19–21 July 2000; Volume 2000, pp. 221–225. [Google Scholar]
- Choo, J.; Bohn, S.; Nakamura, G.C.; White, A.M.; Park, H. Heterogeneous Data Fusion via Space Alignment Using Nonmetric Multidimensional Scaling; SIAM: Philadelphia, PA, USA, 2012; pp. 177–188. [Google Scholar]
- Entezami, A.; Sarmadi, H.; Salar, M.; De Michele, C.; Arslan, A.N. A novel data-driven method for structural health monitoring under ambient vibration and high-dimensional features by robust multidimensional scaling. Struct. Health Monit. 2021, 20, 2758–2777. [Google Scholar] [CrossRef]
- Alam, N.-A.; Ahsan, M.; Based, A.; Haider, J.; Kowalski, M. COVID-19 Detection from Chest X-ray Images Using Feature Fusion and Deep Learning. Sensors 2021, 21, 1480. [Google Scholar] [CrossRef] [PubMed]
- Salazar, A.; Safont, G.; Soriano, A.; Vergara, L. Automatic Credit Card Fraud Detection based on Non-linear Signal Processing. In Proceedings of the 2012 IEEE International Carnahan Conference on Security Technology (ICCST), Newton, MA, USA, 15–18 October 2012; pp. 207–212. [Google Scholar]
- Salazar, A.; Safont, G.; Vergara, L. Surrogate Techniques for Testing Fraud Detection Algorithms in Credit Card Operations. In Proceedings of the 2014 International Carnahan Conference on Security Technology (ICCST), Rome, Italy, 13–16 October 2014; pp. 124–129. [Google Scholar]
- Vergara, L.; Salazar, A.; Belda, J.; Safont, G.; Moral, S.; Iglesias, S. Signal Processing on Graphs for Improving Automatic Credit Card Fraud Detection. In Proceedings of the 2017 International Carnahan Conference on Security Technology (ICCST), Madrid, Spain, 23–26 October 2017; pp. 1–6. [Google Scholar]
- Ezichi, S.I.; Ezika, I.J.F.; Nkpume, C.; Iloanusi, O.N. Biometric Security: A Review of the Sum Rule and the Likelihood Ratio Fusion Algorithms for Multibiometric Systems. In Proceedings of the 2020 LGT-ECE-UNN International Conference: Technological Innovation for Holistic Sustainable Development, Nsukka, Nigeria, 21–22 September 2020. [Google Scholar]
- Tran, L.B.; Le, T.H. Multimodal personal verification using likelihood ratio for the match score fusion. Comput. Intell. Neurosci. 2017, 2017, 9345969. [Google Scholar] [CrossRef]
- Ishihara, S.; Carne, M. Likelihood ratio estimation for authorship text evidence: An empirical comparison of score- and feature-based methods. Forensic Sci. Int. 2022, 334, 111268. [Google Scholar] [CrossRef]
- Amari, S. Integration of Stochastic Models by Minimizing α-Divergence Shun-ichi Amari. Neural Comput. 2007, 19, 10. [Google Scholar] [CrossRef]
- Tulyakov, S.; Jaeger, S.; Govindaraju, V.; Doermann, D. Review of classifier combination methods. Stud. Comput. Intell. 2008, 90, 361–386. [Google Scholar]
- Hube, J.P. Neyman-Pearson Biometric Score Fusion as an Extension of the Sum Rule; SPIE: Washington, DC, USA, 2007; Volume 6539, pp. 200–208. [Google Scholar]
- Hammouche, R.; Attia, A.; Akhrouf, S. Score level fusion of major and minor finger knuckle patterns based symmetric sum-based rules for person authentication. Evol. Syst. 2022, 13, 469–483. [Google Scholar] [CrossRef]
- Kittler, J.; Hatef, M.; Duin, R.P.W.; Matas, J. On combining classifiers. IEEE Trans. Pattern Anal. Mach. Intell. 1998, 20, 226–239. [Google Scholar] [CrossRef]
- Eskandari, M.; Toygar, Ö. Fusion of face and iris biometrics using local and global feature extraction methods. Signal Image Video Process. 2014, 8, 995–1006. [Google Scholar] [CrossRef]
- Salazar, A.; Safont, G.; Rodriguez, A.; Vergara, L. Combination of Multiple Detectors for Credit Card Fraud Detection. In Proceedings of the 2016 IEEE International Symposium on Signal Processing and Information Technology (ISSPIT), Limassol, Cyprus, 12–14 December 2016; pp. 138–143. [Google Scholar]
- Nanni, L.; Lumini, A.; Brahnam, S. Likelihood ratio based features for a trained biometric score fusion. Expert Syst. Appl. 2011, 38, 58–63. [Google Scholar] [CrossRef]
- Zafar, R.; Dass, S.C.; Malik, A.S.; Kamel, N.; Rehman, M.J.U.; Ahmad, R.F.; Abdullah, J.M.; Reza, F. Prediction of Human Brain Activity Using Likelihood Ratio Based Score Fusion. IEEE Access 2017, 5, 13010–13019. [Google Scholar] [CrossRef]
- Sharma, V.; Bains, M.; Verma, R.; Verma, N.; Kumar, R. Novel use of logistic regression and likelihood ratios for the estimation of gender of the writer from a database of handwriting features. Aust. J. Forensic Sci. 2021, 55, 89–106. [Google Scholar] [CrossRef]
- Fierrez-Aguilar, J.; Ortega-Garcia, J.; Garcia-Romero, D.; Gonzalez-Rodriguez, J. A comparative evaluation of fusion strategies for multimodal biometric verification. Lect. Notes Comput. Sci. 2003, 2688, 830–837. [Google Scholar]
- Arigbabu, O.A.; Ahmad, S.M.S.; Adnan, W.A.W.; Yussof, S. Integration of multiple soft biometrics for human identification. Pattern Recognit. Lett. 2015, 68, 278–287. [Google Scholar] [CrossRef]
- Salazar, A.; Prieto, J.R.; Vidal, E.; Safont, G.; Vergara, L. Fusion of Visual and Textual Features for Table Header Detection in Handwritten Text Images. In Proceedings of the 2021 International Conference on Computational Science and Computational Intelligence (CSCI), Las Vegas, NV, USA, 15–17 December 2021. [Google Scholar]
- Ma, Y.; Cukic, B.; Singh, H. A Classification Approach to Multi-biometric Score Fusion. In Proceedings of the 5th International Conference Audio- and Video-Based Biometric Person Authentication, Hilton Rye Town, NY, USA, 20–22 July 2005; pp. 484–493. [Google Scholar]
- Fu, Q.; Ding, X.Q.; Li, T.Z.; Liu, C.S. An Effective and Practical Classifier Fusion Strategy for Improving Handwritten Character Recognition. In Proceedings of theInternational Conference on Document Analysis and Recognition, Curitiba, Brazil, 23–26 September 2007. [Google Scholar]
- Salazar, A.; Safont, G.; Vergara, L.; Vidal, E. Pattern recognition techniques for provenance classification of archaeological ceramics using ultrasounds. Pattern Recognit. Lett. 2020, 135, 441–450. [Google Scholar] [CrossRef]
- Huang, Y.S.; Suen, C.Y. The behavior-knowledge space method for combination of multiple classifiers. In Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition, New York, NY, USA, 15–17 June 1993. [Google Scholar]
- Ferreira, A.; Felipussi, S.C.; Alfaro, C.; Fonseca, P.; Vargas-Muñoz, J.E.; dos Santos, A.; Rocha, A. Behavior Knowledge Space-Based Fusion for Copy-Move Forgery Detection. IEEE Trans. Image Process. 2016, 25, 4729–4742. [Google Scholar] [CrossRef]
- Zhang, X.; Dong, G.; Ramamohanarao, K. Building behaviour knowledge space to make classification decision. In Proceedings of the Pacific-Asia Conference on Knowledge Discovery and Data Mining, Hong Kong, China, 16–18 April 2001; Volume 2035, pp. 488–494. [Google Scholar]
- Dainotti, A.; Pescapé, A.; Sansone, C.; Quintavalle, A. Using a behaviour knowledge space approach for detecting unknown IP traffic flows. Int. Work. Mult. Classif. Syst. 2011, 6713, 360–369. [Google Scholar]
- Ballabio, D.; Todeschini, R.; Consonni, V. Recent Advances in High-Level Fusion Methods to Classify Multiple Analytical Chemical Data. Data Handl. Sci. Technol. 2019, 31, 129–155. [Google Scholar]
- Singh, L.; Janghel, R.R.; Sahu, S.P. A hybrid feature fusion strategy for early fusion and majority voting for late fusion towards melanocytic skin lesion detection. Int. J. Imaging Syst. Technol. 2022, 32, 1231–1250. [Google Scholar] [CrossRef]
- Breiman, L. Bagging predictors. Mach. Learn. 1996, 24, 123–140. [Google Scholar] [CrossRef]
- Breiman, L. Arcing classifier (with discussion and a rejoinder by the author). Ann. Stat. 1998, 26, 801–849. [Google Scholar] [CrossRef]
- Ćwiklińska-Jurkowska, M. Boosting, bagging and fixed fusion methods performance for aiding diagnosis. Biocybern. Biomed. Eng. 2012, 32, 17–31. [Google Scholar]
- Kuncheva, L.I.; Skurichina, M.; Duin, R.P.W. An experimental study on diversity for bagging and boosting with linear classifiers. Inf. Fusion 2002, 3, 245–258. [Google Scholar] [CrossRef]
- Freund, Y.; Schapire, R.E. A decision-theoretic generalization of on-line learning and an application to boosting. Lect. Notes Comput. Sci. 1995, 904, 23–37. [Google Scholar] [CrossRef]
- Ferreira, A.J.; Figueiredo, M.A.T. Boosting Algorithms: A Review of Methods, Theory, and Applications. In Ensemble Machine Learning; Springer: New York, NY, USA, 2012; pp. 35–85. [Google Scholar]
- Dietterich, T.G. Experimental comparison of three methods for constructing ensembles of decision trees: Bagging, boosting, and randomization. Mach. Learn. 2000, 40, 139–157. [Google Scholar] [CrossRef]
- Nelsen, R. An Introduction to Copulas; Springer: New York, NY, USA, 2006. [Google Scholar]
- Ruta, D.; Gabrys, B. Classifier selection for majority voting. Inf. Fusion 2005, 6, 63–81. [Google Scholar] [CrossRef]
- Jimenez, L.O.; Morales-Morell, A. Classification of hyperdimensional data based on feature and decision fusion approaches using projection pursuit, majority voting, and neural networks. IEEE Trans. Geosci. Remote Sens. 1999, 37, 1360–1366. [Google Scholar] [CrossRef]
- Özçift, A.; Bozuyla, M. Majority Vote Decision Fusion System to Assist Automated Identification of Vertebral Column Pathologies. Celal Bayar Univ. J. Sci. 2023, 19, 53–65. [Google Scholar]
- Louk, M.H.L.; Tama, B.A. Dual-IDS: A bagging-based gradient boosting decision tree model for network anomaly intrusion detection system. Expert Syst. Appl. 2023, 213, 119030. [Google Scholar] [CrossRef]
- Sundaresan, A.; Varshney, P.K.; Rao, N.S.V.; Sundaresan, A.; Varshney, P.K. Copula-Based Fusion of Correlated Decisions. IEEE Trans. Aerosp. Electron. Syst. 2011, 47, 454–471. [Google Scholar] [CrossRef]
- Zhang, S.; Theagarajan, L.N.; Choi, S.; Varshney, P.K. Fusion of Correlated Decisions Using Regular Vine Copulas. IEEE Trans. Signal Process. 2019, 67, 2066–2079. [Google Scholar] [CrossRef]
- Ni, L.; Zhang, D.; Wang, Z.; Liang, J.; Zhuang, J.; Wan, Q. Fast copula-based fusion of correlated decisions for distributed radar detection. Signal Process. 2022, 201, 108676. [Google Scholar] [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Pereira, L.M.; Salazar, A.; Vergara, L. A Comparative Study on Recent Automatic Data Fusion Methods. Computers 2024, 13, 13. https://doi.org/10.3390/computers13010013
Pereira LM, Salazar A, Vergara L. A Comparative Study on Recent Automatic Data Fusion Methods. Computers. 2024; 13(1):13. https://doi.org/10.3390/computers13010013
Chicago/Turabian StylePereira, Luis Manuel, Addisson Salazar, and Luis Vergara. 2024. "A Comparative Study on Recent Automatic Data Fusion Methods" Computers 13, no. 1: 13. https://doi.org/10.3390/computers13010013
APA StylePereira, L. M., Salazar, A., & Vergara, L. (2024). A Comparative Study on Recent Automatic Data Fusion Methods. Computers, 13(1), 13. https://doi.org/10.3390/computers13010013