decisionlevel
Decisionlevel, also known as decision-level fusion, is a concept in information fusion and machine learning that involves combining independent decisions from multiple sources to produce a final decision. It sits above data-level and feature-level fusion, which merge raw data or extracted features before classification. In decisionlevel fusion, each source outputs a decision—such as a class label or a confidence score—and these outputs are merged through methods like majority voting, weighted voting, or probabilistic techniques such as Bayesian model averaging, Dempster-Shafer theory, or stacking with a meta-classifier. Outputs may be calibrated to ensure comparability of confidence across sources.
Applications of decisionlevel fusion are broad and include biometric systems that combine multiple classifiers (for example,
Advantages include increased robustness to individual classifier errors, modularity (ability to add or remove sources without
See also: sensor fusion, ensemble methods, voting classifiers, Dempster-Shafer theory, stacking.