1. Introduction
Biometric access control systems are central to modern security infrastructures, enabling reliable identity verification across a wide range of applications, including physical access control, digital authentication, and Internet of Things (IoT) environments. Early biometric systems relied primarily on unimodal features such as facial images or fingerprints, which, despite their convenience, remain vulnerable to sensor noise, environmental variability, and impersonation attacks. To overcome these limitations, multimodal biometric authentication has been extensively studied and widely adopted. It combines complementary biometric features to improve robustness and reliability [
1,
2,
3]. Recent surveys and large-scale studies confirm that multimodal approaches consistently outperform unimodal systems in real-world, unconstrained conditions [
4,
5], and are particularly well suited to distributed, IoT-based security scenarios [
6].
Rapid advances in deep learning have further accelerated the development of multimodal biometric systems. Advanced neural architectures now allow for the extraction of discriminative features, attention-based fusion, and adaptive weighting between heterogeneous biometric modalities [
7,
8,
9]. These techniques have been successfully applied to a wide range of biometric signals, including facial images, fingerprints, speech, gait, and behavioral characteristics [
10,
11,
12,
13]. As a result, multimodal authentication has become a key element for secure access control in smart environments, industrial IoT, and cyber-physical systems.
Despite these advances, the increasing complexity of multimodal authentication pipelines poses a major challenge that remains insufficiently addressed: the presence of conflicting biometric evidence at the time of decision-making. Under realistic operating conditions, different modalities can produce inconsistent or contradictory results. For example, a user may present valid facial and fingerprint credentials while exhibiting abnormal voice or behavioral patterns due to stress, illness, ambient noise, or sensor degradation. Existing access control frameworks and fusion strategies are generally designed with the implicit assumption that biometric modalities provide consistent evidence. When this hypothesis is challenged, conventional fusion mechanisms, such as static thresholding, weighted averaging, or majority voting, can yield high false-rejection rates or insecure authorization decisions [
14,
15,
16].
Numerous previous studies have focused on improving multimodal fusion at the feature or score level, often by optimizing classification accuracy through designed aggregation rules or learning-based fusion schemes [
17,
18,
19]. While these approaches demonstrate robust performance under nominal conditions, they rarely model uncertainty at the decision level or explicitly account for contradictions between modalities. In practice, dominant modalities may overshadow weaker but contextually significant signals, or noisy inputs may disproportionately influence the final decision. Such behavior is particularly problematic in security-critical access control scenarios, where false acceptances and false rejections have significant operational and safety consequences.
At the same time, adaptive and intelligent authentication mechanisms have been proposed to improve robustness and context awareness, particularly in IoT and distributed environments [
20,
21,
22,
23]. These solutions incorporate behavioral biometrics, adaptive authentication policies, explainable AI components, and AI-based security mechanisms [
24,
25]. Although these approaches improve flexibility and resilience, they focus primarily on improving the accuracy, scalability, or interpretability of authentication, rather than explicitly addressing the problem of decision fusion in the presence of conflicting multimodal evidence. Therefore, the question of how to reliably arbitrate access decisions when biometric signals disagree remains largely open.
This paper addresses this gap by reformulating multimodal access control as a decision fusion problem in a context of uncertainty, in which contradictions are treated as first-order phenomena rather than anomalies to be ignored. We propose a contextual decision fusion framework in which independent agents generate modality-specific evidence from facial, voice, and fingerprint-based authentication channels, while a centralized fusion mechanism resolves these heterogeneous results at the decision level. Unlike conventional fusion schemes, the proposed framework explicitly considers inconsistencies, uncertainties, and contextual reliability when aggregating evidence, enabling robust authorization decisions even in the presence of conflicting biometric signals.
It is important to note that this work focuses on the controlled analysis of contradiction-aware decision mechanisms rather than end-to-end multimodal system validation. This requires explicit control over modality disagreement patterns, which is difficult to achieve in naturally acquired synchronized datasets without additional annotation effort.
The proposed framework is evaluated using widely adopted public benchmarks, including VGGFace2, VoxCeleb2, and FVC2004, combined with controlled experimental scenarios specifically designed to induce multimodal conflicts [
26,
27,
28]. Additional datasets are used to evaluate robustness under non-constrained conditions and noisy environments [
29,
30,
31]. Experimental results demonstrate that conflict resolution at the decision level significantly reduces false alarms and improves decision consistency compared to conventional fusion baselines, while maintaining competitive authentication performance.
Unlike conventional multimodal fusion approaches, which implicitly assume consistency between biometric modalities and rely on static aggregation rules such as majority voting or score averaging, the proposed framework explicitly models contradictory biometric evidence at the decision level.
The novelty of this work lies in introducing a context-aware contradiction handling mechanism that integrates reliability gating, contextual signal evaluation, and utility-based decision arbitration. This design enables the system to reason about disagreements between modalities rather than treating them as noise, thereby improving robustness in realistic operating conditions where biometric signals may become unreliable or inconsistent.
The main contributions of this article are threefold. First, we identify and formalize the problem of conflicting multimodal biometric evidence in access control systems, highlighting the limitations of existing fusion strategies. Second, we propose a context-aware decision-making fusion framework that explicitly resolves inconsistencies at the decision level rather than relying on static aggregation rules. Finally, we provide a comprehensive experimental evaluation on public datasets, demonstrating the effectiveness of the proposed approach in improving reliability and stability in security-critical access control environments. Unlike existing fusion approaches that implicitly redistribute conflicting evidence, the proposed framework explicitly models contradiction as a first-class decision variable, transforming multimodal fusion into a risk-aware decision-making process rather than a simple aggregation problem.
The remainder of this article is structured as follows.
Section 2 reviews related work on multimodal biometric authentication and decision fusion, with a particular focus on the limitations of existing fusion strategies when dealing with conflicting evidence.
Section 3 formalizes the problem of decision-level contradiction in multimodal access control systems.
Section 4 presents the proposed contextual decision fusion framework.
Section 5 describes the experimental setup and evaluation protocol.
Section 6 examines the experimental results and analyzes the impact of the proposed approach under contradictory conditions. Finally,
Section 7 concludes the article and outlines directions for future research.
2. Related Work
Early biometric authentication systems relied primarily on unimodal characteristics such as facial images or fingerprints to verify user identity. Fundamental studies have shown that combining facial biometrics and fingerprint biometrics can significantly improve authentication reliability and reduce the vulnerability of single-modality systems to noise and spoofing attacks [
1]. With the advent of machine learning and deep learning techniques, biometric recognition systems have significantly improved in performance, enabling robust feature extraction and discrimination among various biometric traits [
2]. To further mitigate the limitations inherent in unimodal systems, multimodal biometric authentication has emerged as a principled approach to fuse complementary biometric signals, as highlighted by comprehensive surveys and studies [
3,
4].
The adoption of multimodal biometrics has been particularly driven by the growing demand for secure authentication in IoT and distributed environments. Previous work has investigated the integration of biometric authentication into IoT ecosystems, identifying key challenges related to scalability, heterogeneity, and security constraints [
5,
6]. Collectively, these studies establish multimodal biometrics as a central component of modern access control systems operating in unconstrained and resource-limited environments.
Recent advances in deep learning have led to the development of sophisticated multimodal fusion techniques aimed at improving biometric authentication performance. Deep neural networks have been used to learn discriminative representations from heterogeneous biometric signals and to model intermodal relationships [
7,
8]. Secure and efficient multimodal matching has been explored using techniques such as deep hashing, which seek to balance recognition accuracy and model protection [
9]. Multimodal fusion strategies have also been adapted for IoT devices, with an emphasis on robustness and efficiency in the context of limited computing resources [
10].
Beyond static biometric characteristics, behavioral biometrics is attracting growing interest as a means of continuous, contextual authentication. Multimodal behavioral fusion frameworks are demonstrating their potential to improve security by capturing users’ dynamic characteristics over time [
11]. Application-specific multimodal biometric systems, particularly in the healthcare domain, further illustrate the versatility of deep learning-based fusion approaches [
12]. More recently, attention-based architectures have been introduced to dynamically weight biometric modalities, allowing fusion strategies to adapt to varying input quality and environmental conditions [
13].
Despite these advances, existing multimodal access control frameworks rely heavily on predefined fusion rules or optimization-based aggregation strategies that implicitly assume consistency between biometric modalities. Multimodal access control systems typically use static thresholds, weighted averages, or voting mechanisms to combine modality results [
14,
15]. While effective under nominal conditions, these strategies are not designed to explicitly reason about conflicting biometric evidence, which frequently occurs in real-world scenarios. Voting-based authentication systems and feature-level fusion methods often fail to capture uncertainty at the decision level, resulting in degraded performance under ambiguous or adverse conditions [
16,
17,
32,
33].
Evidence-theoretic fusion methods have also been explored to explicitly represent uncertainty and conflicting evidence in multimodal biometric systems. In particular, the Dempster–Shafer theory of evidence provides a mathematical framework for combining belief assignments from multiple sources while modeling uncertainty and conflict. In biometric authentication, Dempster–Shafer-based approaches aggregate modality-level evidence through belief functions and Dempster’s rule of combination, allowing systems to reason about incomplete or ambiguous information. Although these methods provide a principled mechanism for uncertainty-aware fusion, they typically rely on static belief assignments and probabilistic conflict redistribution. As a result, they do not explicitly incorporate contextual factors such as modality reliability, signal quality, or temporal stability when resolving contradictions between biometric modalities.
In contrast to evidence-theoretic approaches such as Dempster–Shafer theory, which operate at the level of belief combination, the proposed framework explicitly models contradiction as a decision-level risk signal.
Rather than redistributing conflicting evidence through probabilistic combination rules, the proposed approach modifies the decision boundary itself through a contradiction-aware penalty mechanism.
This distinction is fundamental: while classical approaches aim to reconcile evidence, the proposed framework explicitly interprets disagreement as an indicator of uncertainty and risk, enabling adaptive and security-oriented decision behavior.
A direct quantitative comparison with Dempster–Shafer-based fusion is not included in this work. Such approaches require the definition of modality-specific mass functions derived from heterogeneous biometric scores, which involves non-trivial modeling and calibration assumptions across modalities.
In the context of independently sourced datasets without cross-modal identity correspondence, constructing consistent and comparable mass functions becomes particularly challenging. As a result, implementing a fair and meaningful Dempster–Shafer baseline constitutes a research problem in its own right and is therefore left for future work. Additional biometric modalities, such as gait and EEG signals, have been incorporated to strengthen authentication systems, but they introduce new sources of variability and potential inconsistency between modalities [
18,
19]. These studies highlight a common limitation across the literature: contradictions between biometric signals are rarely modeled explicitly and are instead treated as noise or outliers, despite their potential relevance for access control decisions.
To address the rigidity of traditional fusion strategies, adaptive, AI-based authentication mechanisms have been proposed. These approaches leverage artificial intelligence to dynamically adjust authentication policies and enhance resilience in the face of evolving threats [
20,
21].
Recent studies have further explored AI-driven multimodal biometric authentication and adaptive fusion strategies in security-critical environments [
32,
33].
Explainable AI techniques have also been explored to improve transparency and trust in biometric decision-making processes [
22]. In the context of IoT and smart cities, AI-based biometric systems aim to strike a balance between security, scalability, and contextual awareness [
23,
24,
25]. However, while these solutions introduce adaptability and intelligence into authentication workflows, they focus primarily on improving classification accuracy, interpretability, or system flexibility, rather than resolving contradictions at the decision-making level.
At the same time, significant research efforts have been devoted to strengthening the security and confidentiality of biometric authentication systems. Secure fingerprint authentication systems have been developed for industrial IoT- and 5G-compatible environments [
34]. Privacy-preserving biometric systems that leverage blockchain technologies aim to protect sensitive biometric data while maintaining authentication integrity [
35]. Zero-knowledge proof-based authentication protocols further enhance privacy by enabling verification without revealing biometric templates [
36,
37]. Decentralized authentication frameworks and cryptographic key generation techniques derived from biometric data offer additional security guarantees [
38,
39]. While these approaches address critical security and privacy concerns, they do not directly address the challenge of merging conflicting multimodal evidence.
Public datasets play a central role in the evaluation and benchmarking of biometric authentication systems. Large-scale facial datasets such as VGGFace2 enable robust evaluation across pose and age variations [
26], while voice authentication has been extensively studied using datasets such as VoxCeleb2, which capture speaker variability in unconstrained environments [
27]. Fingerprint verification benchmarks, notably FVC2004, remain standard references for fingerprint authentication [
28]. Other datasets, such as LFW and AudioSet, enable evaluation under unconstrained visual and acoustic conditions [
29,
30]. More recently, comprehensive multimodal biometric datasets have been introduced to facilitate research on heterogeneous biometric fusion across diverse demographic groups [
31]. Despite their importance, most existing benchmarks are not explicitly designed to evaluate decision-level contradictions between different modalities.
Emerging research directions explore alternative biometric modalities and advanced authentication paradigms. EEG-based authentication, vision transformer architectures, and camera-based physiological signal fusion have been investigated as complementary biometric approaches [
40,
41,
42]. Biometric authentication has also been applied to domain-specific contexts such as healthcare systems, with a focus on privacy preservation and usability [
43,
44]. Recent studies examine the intersection of biometrics with large language models, vulnerability analysis, and knowledge-driven security analytics [
45,
46,
47,
48]. Behavioral biometrics and multimodal authentication for online voting systems further illustrate the expanding scope of biometric security applications [
49,
50].
Overall, existing research has made substantial progress in multimodal biometric authentication, deep learning-based fusion, and secure authentication protocols. However, most prior work implicitly assumes consistency among biometric modalities and does not explicitly address the problem of decision fusion under contradictory evidence. This limitation motivates the proposed context-aware decision fusion framework, which aims to reconcile conflicting multimodal biometric signals at the decision level and provide reliable access control under real-world uncertainty. The comparison of fusion strategies is summarized in
Table 1.
3. Problem Formulation
Modern access control systems increasingly rely on multiple heterogeneous biometric modalities to improve authentication robustness and reduce the vulnerability of unimodal decision-making. Let an access request be evaluated through a set of biometric modalities:
where each modality corresponds to a distinct biometric or behavioral channel, such as face recognition, voice authentication, or fingerprint verification. For a given access attempt at time
t, each modality
produces an authentication outcome based on its internal recognition process.
Each modality generates biometric evidence that reflects the similarity between the observed signal and the enrolled reference template. This evidence is denoted as:
where
E represents the space of modality-specific evidence, such as similarity scores, likelihood values, or preliminary classification outputs. Without loss of generality, this evidence is mapped to a local binary decision:
where
D denotes the binary decision space associated with each modality.
Together with an associated confidence or reliability estimate that reflects the trustworthiness of the modality at time
t:
where
denotes the reliability score of modality
k at time
t. In practice,
is computed from the calibrated confidence score
produced by the underlying biometric model. To ensure consistency across heterogeneous modalities, raw scores are normalized into the interval
using min–max normalization:
where
and
are estimated on a validation set. This formulation ensures that reliability scores are comparable across modalities and that higher values correspond to more trustworthy decisions. In addition, this normalization allows the reliability gating mechanism to operate consistently across heterogeneous biometric sources.
In conventional multimodal access control systems, a global authorization decision is obtained by applying a predefined fusion rule that aggregates modality-level decisions. The resulting global decision is expressed as
where
represents the global access decision obtained after multimodal fusion.
and is typically computed using a fusion function:
where
denotes a classical fusion mechanism such as majority voting, weighted averaging, or static thresholding. These fusion strategies implicitly assume that the individual modality decisions are mutually consistent and that disagreement between modalities is rare or negligible.
However, under realistic operating conditions, biometric modalities frequently produce contradictory evidence. Such contradictions may arise due to environmental noise, sensor degradation, behavioral variability, user stress, or contextual factors affecting specific modalities. We formally define a contradiction at time
t as the coexistence of at least two modalities
and
such that
which indicates the presence of contradictory decisions between modalities
and
, while both modalities exhibit non-negligible reliability scores:
where
denotes a minimum reliability threshold. This definition distinguishes genuine decision conflicts from inconsistencies caused by unreliable or malfunctioning sensors. Importantly, contradictory biometric evidence does not necessarily indicate an attack or authentication failure; rather, it reflects uncertainty in the decision-making process that must be addressed explicitly.
To capture this phenomenon, we model access control as a decision-making problem under uncertainty, in which the objective is not merely to aggregate modality outputs, but to reason about their consistency, reliability, and contextual relevance. Let the multimodal decision state at time
t be defined as
This representation encapsulates both the local decisions and their associated reliabilities across all modalities. The access control problem then consists of determining a global authorization decision that best reconciles this heterogeneous and potentially contradictory information.
Formally, the global decision is obtained by maximizing a decision utility function:
where
denotes a decision utility function and
represents contextual information relevant to the access attempt. Such contextual cues may include modality availability, historical decision consistency, environmental conditions, or system-level security policies.
Unlike classical fusion functions, this formulation explicitly incorporates contradictions into the decision-making process. Conflicting modality outputs are treated as informative signals that influence the utility function, rather than being averaged out or ignored. This allows the system to distinguish between benign inconsistencies and suspicious decision patterns that may require stricter authorization policies or additional verification steps.
The problem can therefore be summarized as follows: given a set of heterogeneous biometric decisions with associated reliability estimates and contextual cues, determine a global access control decision that minimizes erroneous authorizations and rejections while remaining robust to contradictory evidence. By shifting the focus from static score aggregation to context-aware decision fusion, this formulation provides a principled foundation for resolving multimodal conflicts in security-critical access control systems.
Theoretical Interpretation of the Utility-Based Fusion
The proposed decision formulation can be interpreted within a decision-theoretic framework, in which the global access decision corresponds to the maximization of a context-dependent utility function under uncertainty. Unlike classical fusion strategies, which aggregate modality outputs through linear or voting-based rules, the proposed formulation introduces an explicit separation between evidence aggregation and contradiction modeling.
In particular, the utility function can be decomposed as
This decomposition highlights two key properties: (i) When no contradiction is present (), the formulation reduces to a reliability-weighted fusion scheme, showing that classical approaches are recovered as a special case. (ii) When contradictions are detected (), the decision process is no longer purely aggregative, but incorporates an explicit risk-aware penalization mechanism. This formulation can be viewed as a generalized fusion rule, where classical weighted aggregation corresponds to the special case , and where contradiction explicitly modifies the decision boundary. This interpretation establishes the proposed framework as a generalization of classical multimodal fusion, extending it from score aggregation to decision-level reasoning under conflicting evidence.
From a decision-theoretic perspective, this formulation corresponds to a risk-sensitive decision rule where the contradiction penalty can be interpreted as a dynamic increase in the cost of false acceptance under uncertainty. This is consistent with asymmetric loss formulations in decision theory, where accepting under conflicting evidence incurs a higher risk than rejection.
Importantly, this formulation cannot be reduced to a classical linear weighted fusion scheme. The presence of the contradiction-dependent penalty term introduces a non-linear, state-dependent modification of the utility function.
As a result, the final decision is not solely determined by aggregated evidence, but also by the structure of disagreement between modalities.
This establishes the proposed approach as a decision-theoretic extension of multimodal fusion, rather than a simple weighted aggregation method. Importantly, the proposed formulation cannot be reduced to a conventional weighted voting or linear fusion scheme. The contradiction-dependent penalty introduces a state-dependent and non-linear modification of the decision boundary, which explicitly depends on the structure of disagreement between modalities. This property fundamentally distinguishes the proposed approach from classical aggregation-based fusion methods.
4. Proposed Framework: Contradiction-Aware Context-Driven Multimodal Authentication
This section presents a contradiction-aware multimodal authentication framework that produces a robust global access decision when biometric modalities disagree or become unreliable. The proposed approach relies on a modular multi-agent organization in which each modality is processed independently, while a central fusion layer performs reliability gating, contradiction detection, and context-aware, utility-based arbitration. Following recommended practices for describing software architecture in scientific publications [
51], the proposed framework is presented through a structured architectural description including agents, context management components, and a decision fusion layer.
4.1. Overview and Notation
Let an access attempt occur at discrete time t. the system observes up to K biometric modalities (e.g., face, voice, fingerprint), each providing a raw input signal denoted by . Here, represents the sensor-level observation associated with modality k at time t (e.g., an image frame for face recognition, an audio segment for voice authentication, or a fingerprint scan). These signals constitute the inputs to the modality-specific decision agents. For every modality k, a dedicated decision agent produces:
a local decision with ,
a reliability score , where larger values indicate more trustworthy outputs.
The set of all local outputs forms the decision state:
In parallel, a context agent constructs a global context vector that captures operational conditions and per-modality context features.
The fusion stage then outputs a single global decision:
4.2. Modality-Specific Decision Agents
Each modality-specific Decision Agent receives the raw input signal and performs a sequence of processing steps, including preprocessing, feature extraction, and classification. The classifier then produces an intermediate score , which is used to derive both the binary decision and the reliability score .
The reliability score is treated as a calibrated measure of confidence and can be derived from a model score (e.g., posterior probability, similarity score after calibration, or a fused confidence from recognition and liveness modules).
This design is intentionally modular: additional modalities can be integrated by implementing the same output interface
, without modifying the fusion logic. In
Figure 1, three instances are illustrated (Face Decision Agent, Voice Decision Agent, Fingerprint Decision Agent), but the framework generalizes directly to
K modalities.
4.3. Context Agent and Operational Context Features
Beyond model confidence, real deployments require the fusion layer to account for sensor availability, signal quality, and short-term stability. To ensure reproducibility and avoid ambiguous “context” definitions, the framework defines context features operationally for each modality
k: availability
, quality
, and recent consistency
. The computation pipeline is illustrated in
Figure 2.
4.3.1. Availability
Availability indicates whether the modality is usable at time
t. It is defined as a binary variable:
This definition prevents missing or faulty sensors from influencing the fusion stage.
4.3.2. Quality
Quality captures how informative the current signal is, based on modality-specific indicators (e.g., blur/sharpness for face; SNR for voice). Let denote a quality metric j for modality k.
Each metric is normalized using fixed bounds
and clipped to
. The normalized metrics are aggregated with weights
such that:
The resulting quality score is:
Recent Consistency
measures how stable the modality score is over a short temporal window of the last
W observations. Using the score history:
consistency is computed as a normalized stability measure. This feature reduces the influence of fluctuating modalities.
4.3.3. Context Vector Construction
The per-modality context tuple is defined as
The global context vector is then constructed as
where
denotes optional system-level settings (e.g., high-security mode) that can modulate decision conservativeness.
4.4. Reliability Gating and Contradiction Detection
Not all modality outputs should participate equally in arbitration. The framework therefore applies reliability gating using a threshold
, selecting only sufficiently reliable modalities:
It is important to note that the reliability scores
are normalized into the interval
as defined in Equation (
4). This normalization ensures that reliability values are comparable across heterogeneous modalities, thereby justifying the use of a single global gating threshold
for all modalities.
This step ensures that low-confidence modalities do not dominate fusion or trigger spurious contradictions.
The gated decision set is then examined to detect disagreement among reliable modalities. A contradiction flag
is defined as
This formulation distinguishes genuine decision conflicts between reliable modalities from inconsistencies caused by low-confidence outputs.
The operational decision flow, including reliability gating, contradiction detection, and branching toward either standard aggregation or conflict-aware arbitration, is illustrated in
Figure 3. The formal integration of contradiction handling into the utility-based fusion mechanism is presented in the next subsection.
4.5. Context-Aware Utility Fusion and Conflict Arbitration
Once reliable modalities are selected and contradictions are identified, the framework performs decision fusion using a utility-based rule that explicitly incorporates context.
Each reliable modality is assigned a context-aware contribution weight:
where
is a bounded aggregation function that increases when both quality
and stability
are high.
In this work, the aggregation function is defined as a simple arithmetic mean:
This formulation ensures that both signal quality and temporal stability contribute equally to the context-aware weighting of each modality. The arithmetic mean preserves the normalization of the context features () while preventing any single factor from dominating the modality contribution. Although more complex nonlinear aggregation functions could be used, this formulation was intentionally selected to maintain transparency, numerical stability, and ease of deployment in real-time access control systems.
This construction has three intended effects:
Unavailable modalities () contribute nothing;
Low reliability reduces influence even if the quality is acceptable;
Unstable or low-quality signals are down-weighted even when the classifier is confident.
For each candidate global decision , a utility score is computed by summing weighted agreement among gated modalities.
Formally, the utility function is defined as:
where
denotes the indicator function that returns 1 when the condition is satisfied and 0 otherwise,
represents the set of reliable modalities after reliability gating, and
is the contradiction penalty parameter.
The first term aggregates the weighted agreement between the candidate decision and the modality-level decisions, while the second term introduces a penalty when contradictory evidence is detected.
To ensure conservative behavior under strong disagreement, the formulation includes a contradiction-aware penalty applied to the accept decision when . This penalty is governed by a parameter , which can be tuned according to the deployment risk profile.
The global decision is obtained by utility maximization:
This mechanism enables principled arbitration: when modalities agree, acceptance is reinforced by cumulative evidence; when reliable modalities disagree, the fusion becomes more conservative, favoring rejection unless the evidence supporting acceptance remains sufficiently strong.
For reproducibility, Algorithm 1 summarizes the complete decision fusion procedure implemented in the proposed framework.
| Algorithm 1: Context-Aware Decision Fusion |
Input: Modality decisions , reliability scores , quality , stability , availability Output: Global access decision
- 1
Compute reliability-gated modality set: - 2
Compute modality weights: - 3
Detect contradiction state: - 4
Compute utility scores: - 5
- 6
- 7
Return final decision: - 8
|
The computation pipeline of context features is illustrated in
Figure 4.
4.6. End-to-End Operational Pipeline
For clarity, the operational sequence executed at each access attempt t is summarized below:
Acquisition: Collect modality signals .
Local Decisions: Each modality-specific Decision Agent outputs .
Context Computation: The Context Agent computes and assembles the global context vector .
Reliability Gating: Compute to retain only reliable modalities.
Contradiction Detection: Compute the contradiction flag from the gated decisions.
Utility Fusion: Compute the context-aware weights , evaluate the utilities for , and output the global decision .
Logging: Store for auditing and downstream analysis.
The framework is reproducible given fixed definitions of
The reliability mapping producing ;
The quality indicators and normalization bounds ;
The temporal window length W for consistency estimation;
The gating and arbitration parameters and .
In practice, controls how aggressively uncertain modalities are excluded, while regulates the conservativeness of acceptance under contradiction. These parameters can be selected on a validation set or tuned according to a target operating point (e.g., low false acceptance rate for high-security deployments).
Computationally, the fusion stage scales linearly with the number of modalities K, and the consistency computation introduces a linear dependence on the window size W. Consequently, the decision layer remains lightweight and suitable for real-time authentication.
5. Experimental Setup and Evaluation Protocol
This section describes the experimental methodology adopted to evaluate the proposed context-aware decision fusion framework under both nominal and contradictory multimodal conditions. The objective is not only to assess global authentication performance, but more importantly, to quantify the framework’s ability to handle explicit decision contradictions while preserving reliability and reproducibility.
5.1. Datasets and Modalities
The experimental evaluation relies on three widely adopted biometric datasets, each corresponding to a distinct modality and decision agent:
Face modality: Samples are drawn from the VGGFace2 dataset [
26], which provides unconstrained facial images with significant variations in pose, illumination, and expression.
Voice modality: Speech segments are extracted from the VoxCeleb2 dataset [
27], containing speaker utterances recorded in realistic acoustic conditions.
Fingerprint modality: Fingerprint images are selected from the FVC2004 benchmark [
28], which includes multiple impressions per subject and controlled acqui- sition noise.
Each modality is processed independently by its corresponding decision agent, which outputs at time t a binary authentication decision together with an associated reliability score .
For experimental consistency across modalities, a controlled subset of each dataset is used to construct the evaluation scenarios. Specifically, the experiments involve approximately 150 subjects for the face modality (VGGFace2), 120 speakers for the voice modality (VoxCeleb2), and 100 individuals for the fingerprint modality (FVC2004).
From these subjects, multiple authentication trials are generated to construct the experimental scenarios described in
Table 2. For each scenario, approximately 500 authentication attempts are simulated by combining modality-specific observations under the corresponding degradation or contradiction conditions.
Overall, the evaluation comprises more than 6000 authentication trials across all scenarios, including both genuine and impostor attempts. This experimental design ensures sufficient statistical diversity while maintaining controlled scenario construction for contradiction analysis.
No cross-modal feature sharing is performed at this stage, ensuring strict modularity and avoiding any implicit information leakage between agents.
It is important to emphasize that the use of independently sourced datasets implies that no ground-truth identity correspondence exists across modalities. As a result, the constructed multimodal scenarios do not fully represent synchronized biometric acquisitions from the same individuals. This design choice is intentional and aligns with the objective of this work, which is to analyze contradiction-aware decision mechanisms under controlled conditions. By decoupling modalities, the experimental protocol enables systematic construction of agreement and disagreement scenarios, allowing precise evaluation of system behavior under explicitly defined contradiction patterns.
Therefore, the reported results should be interpreted as validation of the proposed decision-level fusion strategy under controlled multimodal simulations, rather than as a direct assessment of real-world multimodal authentication performance.
5.2. Biometric Decision Agents
To evaluate the proposed decision-level fusion framework, each biometric modality is processed independently by a dedicated decision agent. These agents generate binary authentication decisions together with calibrated confidence scores used by the fusion module.
Face Decision Agent. Face verification is implemented using deep face embeddings extracted from a pre-trained ResNet-50 architecture. Cosine similarity is used to compare enrollment and probe embeddings, and a threshold determines the binary authentication decision.
Voice Decision Agent. Speaker verification is implemented using x-vector embeddings extracted from a Time Delay Neural Network (TDNN). Cosine similarity scoring is used to compare enrollment and probe utterances, producing similarity scores converted into confidence values.
Fingerprint Decision Agent. Fingerprint authentication is implemented using a minutiae-based matching algorithm applied to fingerprint images from the FVC2004 dataset. Matching scores are computed from the alignment of detected minutiae points.
Confidence Score Calibration. To ensure comparability across modalities, raw similarity scores are normalized into confidence values using min–max normalization computed on a validation set. These calibrated scores are used by the reliability gating and utility-based fusion components of the proposed framework.
5.3. Construction of Multimodal Contradiction Scenarios
A key contribution of this work lies in the explicit treatment of contradictory biometric evidence. To ensure that contradictions are neither artificial nor anecdotal, we adopt a controlled scenario construction strategy.
For each authentication attempt, modality-specific inputs are selected such that one of the following conditions holds:
Non-contradictory scenarios: All reliable agents agree on the same decision (either accept or reject), serving as a nominal operating baseline.
Weak contradiction scenarios: One agent disagrees with the others while exhibiting a lower reliability score, simulating partial degradation or uncertainty.
Strong contradiction scenarios: At least two reliable agents produce conflicting decisions, reflecting realistic attack or sensor failure conditions.
Contradictions are induced through controlled perturbations applied independently to each modality. For the face modality, visual degradations include Gaussian blur and partial occlusion. Gaussian blur is applied using a kernel size randomly sampled between 3 and 11 pixels with standard deviation . Occlusion is simulated by masking a rectangular region covering between 10% and 35% of the facial area.
For the voice modality, additive Gaussian noise is introduced with a signal-to-noise ratio (SNR) randomly sampled between 5 dB and 20 dB in order to simulate acoustic interference and channel distortion. Mild reverberation effects are also applied using room-impulse-response filters with reverberation times between 0.2 s and 0.6 s.
For the fingerprint modality, partial corruption is simulated by randomly masking between 5% and 20% of the ridge area and injecting Gaussian noise with variance to emulate sensor artifacts and partial contact.
The reliability score associated with each modality is derived from the calibrated similarity score produced by the underlying recognition model. A sigmoid-based calibration function maps similarity scores into reliability values within , ensuring that stronger perturbations consistently correspond to lower reliability estimates.
This protocol allows contradictions to emerge as a consequence of realistic sensing conditions rather than manual label manipulation.
Table 2 summarizes the experimental scenarios designed to evaluate the proposed context-aware decision fusion framework under nominal conditions, modality degradation, sensor unavailability, and both weak and strong contradiction cases.
These scenarios are systematically used throughout the experimental evaluation to analyze the behavior of the framework in terms of reliability gating, contradiction detection, and context-driven arbitration.
It is important to note that contradictions are not introduced at the decision level through manual label manipulation, but emerge naturally from modality-specific perturbations applied to the input signals.
This ensures that disagreement arises from realistic degradation processes affecting each modality independently, rather than from artificially constructed decision inconsistencies.
5.4. Baseline Fusion Strategies
To assess the benefit of the proposed framework, we compare it against commonly used multimodal decision fusion strategies:
Majority voting, where the final decision corresponds to the most frequent agent output.
Unweighted score averaging, aggregating agent decisions without contextual modulation.
Reliability-weighted fusion, where agent decisions are weighted solely by their reliability scores.
Threshold-based arbitration, rejecting authentication whenever agent disagreement exceeds a fixed threshold.
All baseline methods operate on the same agent outputs and reliability scores, ensuring a fair and controlled comparison.
5.5. Evaluation Metrics
Performance is evaluated using metrics commonly adopted in biometric authentication systems:
False Acceptance Rate (FAR) and False Rejection Rate (FRR).
Equal Error Rate (EER).
Contradiction-induced false acceptance rate, measuring security degradation under conflicting evidence.
Decision consistency, defined as the stability of final decisions across short temporal windows.
Decision consistency measures the temporal stability of the global access decisions produced by the fusion framework. Let
denote the sequence of global decisions over a temporal window of length
T. Decision consistency is defined as the proportion of consecutive decisions that remain unchanged:
where
denotes the indicator function. Higher values of
C indicate more stable authentication decisions over time. This metric is particularly relevant in multimodal systems operating under noisy or contradictory conditions, where unstable decisions may lead to inconsistent access control behavior.
All reported performance values correspond to averages computed over multiple experimental runs. The variability across runs was found to be low, with standard deviations remaining within ±0.3% for all reported metrics. For clarity and readability, standard deviations and confidence intervals are not explicitly included in the tables, but were verified to confirm the statistical stability of the results. These metrics allow us to separately analyze nominal performance and robustness under contradiction.
To assess the stability and statistical reliability of the experimental results, all experiments are repeated across multiple random partitions of the datasets. For each metric, we compute the mean performance together with the standard deviation across multiple runs. In addition, 95% confidence intervals are estimated for the principal biometric metrics (FAR, FRR, and EER). Statistical significance between the proposed fusion framework and baseline methods is evaluated using paired t-tests applied to the repeated experimental measurements.
5.6. Parameter Settings and Reproducibility
All parameters of the proposed framework are fixed prior to evaluation and selected using a validation subset disjoint from the test data. The validation subset corresponds to approximately 20% of the available data for each modality and is strictly disjoint from the test set. This separation ensures that parameter selection remains unbiased and prevents any leakage of evaluation information. The following default values are used throughout the experiments:
Reliability threshold , used to determine the set of reliable modalities during reliability gating.
Contradiction penalty parameter , which regulates the conservative bias applied to the accept decision when contradictions are detected.The value is used consistently across all experiments and sensitivity analyses. Parameter selection was performed using non-contradictory and weak degradation scenarios (S1–S4), while evaluation of contradiction handling was conducted exclusively on scenarios S5–S12. This separation prevents parameter overfitting to contradiction cases.
Temporal stability window observations, used to compute the short-term stability score for each modality.
These parameters were selected through validation experiments aiming to balance authentication accuracy and robustness under contradictory evidence. Sensitivity analyses for these parameters are reported in the experimental results to demonstrate the stability of the proposed framework across a reasonable range of parameter values.
To ensure reproducibility, all experiments are repeated across multiple random splits of the datasets. Reported performance values correspond to the mean results across runs and are accompanied by standard deviations and 95% confidence intervals. Statistical significance between competing fusion strategies is assessed using paired t-tests applied to the repeated experimental measurements.
No parameter tuning is performed on the test set, and all fusion strategies are evaluated under identical conditions.
It is important to emphasize that the selected parameter values do not result from arbitrary tuning but from validation experiments performed on a separate dataset split.
Furthermore, the sensitivity analysis presented in
Section 6 demonstrates that the proposed framework exhibits stable performance across a wide range of parameter values. This indicates that the method does not rely on fine-grained parameter optimization.
Therefore, the observed performance improvements cannot be attributed to parameter overfitting, but rather to the intrinsic properties of the contradiction-aware decision mechanism.
5.7. Experimental Protocol Summary
For each authentication trial, modality-specific decisions and reliability scores are first generated independently. The decision state and context vector are then constructed, followed by reliability gating, contradiction detection, and context-aware utility evaluation. The final global decision is obtained through utility maximization, as defined in
Section 4.
This end-to-end protocol ensures a transparent and repeatable evaluation of contra- diction-aware multimodal decision fusion.
5.8. Hardware and Software Setup
All experiments are conducted on a standard workstation representative of realistic access control deployment environments. The evaluation focuses on decision-level fusion and therefore does not rely on specialized hardware acceleration. A multi-core CPU with sufficient main memory is used, and no dedicated GPU is required during testing.
Although no physical sensors are deployed, each biometric modality is treated as a virtual sensing channel derived from widely used public datasets. Face images from VGGFace2, speech segments from VoxCeleb2, and fingerprint samples from FVC2004 are used to emulate the outputs of camera-based, microphone-based, and fingerprint sensing devices, respectively. This experimental setup follows standard practice in multimodal biometric research and enables controlled, reproducible evaluation under realistic sensing conditions.
Each modality-specific decision agent operates independently and follows a three-stage processing pipeline: modality-specific feature extraction, local decision generation, and reliability estimation. The proposed framework does not impose constraints on the internal implementation of these agents, as long as they output a binary authentication decision and an associated reliability score. This design choice preserves modality-agnosticism and facilitates integration with heterogeneous biometric systems.
The context-aware fusion and arbitration components are implemented within a unified software environment and operate exclusively on agent-level outputs. Context features, including availability, quality, and recent consistency, are computed from agent outputs and short-term decision history without accessing raw biometric data. All processing steps are executed sequentially under fixed software and operating system configurations to ensure deterministic and reproducible results. All baseline fusion methods share the same execution pipeline and experimental settings, ensuring fair comparison.
6. Results Analysis
6.1. Quantitative Results Under Nominal Conditions
This subsection reports quantitative results obtained under nominal operating conditions, where all active biometric modalities provide mutually consistent and reliable evidence. These scenarios correspond to cases where no contradiction is detected () and where all reliability scores exceed the gating threshold. The objective of this evaluation is to verify that the proposed contradiction-aware framework does not degrade standard authentication performance when biometric evidence is coherent.
As shown in
Table 3, the proposed context-aware fusion framework achieves authentication performance comparable to conventional multimodal fusion strategies under nominal conditions. The Equal Error Rate (EER) remains within a narrow range across all methods, with differences well below one tenth of a percentage point.
This behavior is expected, as the contradiction-aware arbitration mechanism is inactive when no disagreement is detected among reliable modalities. In such cases, the proposed method effectively operates as a confidence- and context-weighted fusion scheme, without introducing additional penalties or conservative bias.
Importantly, the results confirm that the integration of reliability gating, context features, and utility-based decision modeling does not introduce performance regression in standard operating conditions. The proposed framework preserves the baseline accuracy achieved by established fusion methods while maintaining compatibility with realistic access control requirements.
These findings establish a necessary reference point for the subsequent evaluation under contradictory scenarios, where the benefits of explicit contradiction handling become critical.
6.2. Performance Under Contradictory Scenarios
This subsection evaluates the behavior of the proposed framework under explicit decision contradictions, which constitute the core motivation of this work. The considered scenarios correspond to weak and strong contradiction cases defined in
Table 1, where at least two modalities produce conflicting decisions, potentially with high reliability scores.
The primary objective is to assess whether explicit contradiction handling improves security and decision robustness compared to conventional fusion strategies that implicitly assume consistency.
As shown in
Table 4, conventional fusion strategies experience a noticeable increase in false acceptance rates under weak contradiction scenarios. Majority voting is particularly vulnerable, as a single unreliable modality can still influence the final decision. Reliability-weighted fusion partially mitigates this effect but remains sensitive to confidence miscalibration.
In contrast, the proposed framework achieves a substantial reduction in FAR by explicitly detecting contradictory evidence and attenuating the influence of unreliable modalities through context-aware weighting. Importantly, this improvement is obtained without significantly increasing the false rejection rate, indicating balanced security and usability.
Strong contradiction scenarios represent the most challenging operating conditions, as conflicting decisions originate from multiple reliable modalities. As reported in
Table 5, all baseline fusion methods suffer from a sharp increase in false acceptances, reflecting their inability to reason explicitly about decision conflicts.
The proposed framework significantly reduces FAR in these scenarios by activating contradiction-aware arbitration and penalizing inconsistent decision states in the utility function. While a moderate increase in FRR is observed, this behavior reflects a deliberate and controlled security bias that prioritizes preventing erroneous access grants under high uncertainty.
Overall, the results demonstrate that explicit contradiction modeling is critical for robust multimodal access control, particularly in security-sensitive deployments where false acceptances carry high risk.
Table 6 highlights the primary advantage of the proposed framework: its ability to substantially reduce false acceptances specifically induced by contradictory biometric evidence. While baseline methods implicitly absorb contradictions into aggregated scores, the proposed approach treats contradictions as informative signals that directly influence the final decision.
This targeted improvement explains why the proposed framework achieves comparable performance under nominal conditions while significantly outperforming conventional fusion strategies in contradictory scenarios. The results confirm that contradiction awareness is not merely an auxiliary feature but a decisive factor in enhancing the security and robustness of multimodal authentication systems.
6.3. Comparison with Baseline Fusion Methods
This subsection provides a consolidated comparison between the proposed context-aware decision fusion framework and conventional multimodal fusion strategies. The objective is to assess the overall benefit of explicit contradiction handling across heterogeneous operating conditions, rather than focusing on isolated scenarios.
The comparison considers all experimental scenarios defined in
Table 2 including nominal conditions, weak contradictions, strong contradictions, and sensor availability failures. For each fusion strategy, performance metrics are averaged across scenarios to provide a global view of robustness and security.
As reported in
Table 7, the proposed context-aware fusion framework consistently outperforms conventional fusion strategies in terms of security-oriented metrics, particularly the false acceptance rate. While majority voting and score-based fusion exhibit acceptable performance under nominal conditions, their inability to explicitly reason about contradictory evidence leads to a significant increase in false acceptances when modality-level decisions conflict.
To further analyze the contribution of individual components, we evaluated simplified variants of the proposed framework. First, removing the contradiction penalty () increases the FAR from 2.11% to 4.11% under strong contradiction scenarios, confirming the necessity of explicit conflict penalization. Second, removing context modulation (, using only reliability scores as weights) reduces robustness under degraded conditions, with EER increasing from 1.99% to 2.31%. These results demonstrate that the observed performance gains arise from the combined effect of contradiction modeling and context-aware weighting, rather than from simple weighted aggregation.
Reliability-weighted fusion provides partial robustness by attenuating low-confidence modalities, yet it remains insufficient in scenarios where contradictory decisions originate from multiple reliable agents. In contrast, the proposed framework achieves the lowest overall FAR and contradiction-induced FAR by explicitly detecting conflicts and incorporating contextual penalties into the decision utility.
The slight increase in FRR observed with the proposed method reflects a controlled and deliberate bias toward conservative decision-making under uncertainty. This trade-off is consistent with the security requirements of access control systems, where preventing unauthorized access is typically prioritized over minimizing occasional false rejections.
Overall, the comparison confirms that the gains achieved by the proposed framework do not stem solely from generic confidence weighting but from the explicit modeling of contradictions and contextual relevance, which are absent in baseline fusion approaches. The decision consistency of different fusion strategies is summarized in
Table 8.
The proposed framework significantly improves decision stability across temporal authentication windows. Compared with classical fusion strategies, the proposed approach achieves an improvement of approximately 18% in decision consistency, confirming the benefit of explicit contradiction-aware arbitration.
Figure 5 summarizes the performance of the proposed framework against classical fusion baselines under contradictory evidence.
6.4. Sensitivity to Parameters (, , W)
This subsection analyzes the sensitivity of the proposed framework to its key parameters: the reliability threshold , the contradiction penalty weight , and the temporal window size W. The objective is to verify that the framework exhibits stable behavior across a reasonable range of parameter values and does not rely on fine-grained tuning to achieve its reported performance.
All sensitivity experiments are conducted using the same datasets, scenarios, and evaluation protocol described in
Section 5. Unless otherwise stated, only one parameter is varied at a time while the others are fixed to their nominal values.
6.4.1. Effect of the Reliability Threshold
The reliability threshold controls the inclusion of modality-level decisions in the fusion process. Lower values allow all modalities to contribute, whereas higher values suppress low-confidence decisions more aggressively.
The impact of the reliability threshold
on system performance is summarized in
Table 9.
As increases, false acceptances decrease due to stronger suppression of unreliable modalities. However, excessively high thresholds lead to increased false rejections by discarding informative but moderately confident decisions. The default value provides a balanced trade-off between security and usability.
6.4.2. Effect of the Contradiction Penalty Weight
The parameter determines the strength of the penalty applied to contradictory decision states in the utility function. Larger values enforce more conservative decisions under conflict.
The impact of the contradiction penalty
on system performance is summarized in
Table 10.
Increasing significantly reduces false acceptances under strong contradictions, confirming the role of explicit conflict penalization. However, overly large values introduce unnecessary conservatism, increasing false rejections. The selected default achieves a stable balance across security and usability metrics.
As illustrated in
Figure 6, increasing
progressively reduces contradiction-induced false accepts, with stable behavior observed beyond
.
Effect of the Temporal Window Size W
The temporal window W governs the computation of the recent consistency feature , capturing short-term stability in modality behavior.
Very small window sizes fail to capture temporal instability, while excessively large windows reduce responsiveness to recent changes. A moderate window size () offers a stable compromise, improving robustness without introducing excessive delay.
Across all three parameters, the proposed framework demonstrates smooth and predictable performance variations, with no abrupt degradation or instability. Importantly, competitive results are obtained across a wide parameter range, indicating that the framework does not depend on fine-tuned settings and can be deployed with conservative default values.
The impact of the temporal window size
W on system performance is summarized in
Table 11.
The reported performance improvements should be interpreted within the scope of controlled contradiction scenarios. Since the multimodal inputs are constructed from independent datasets without cross-modal identity correspondence, these results do not directly reflect end-to-end multimodal authentication performance under real-world synchronized acquisition conditions. This experimental design prioritizes analytical control over ecological realism, allowing precise characterization of system behavior under explicitly defined contradiction patterns. Such controlled evaluation is necessary to isolate the impact of contradiction-aware decision mechanisms, which cannot be directly observed in standard multimodal benchmarks.
7. Discussion and Limitations
The experimental results consistently demonstrate that explicit modeling of contradictory biometric evidence leads to substantial improvements in decision robustness under uncertain conditions. Although the experimental protocol relies on independently sourced datasets without cross-modal identity correspondence, this design is intentional and methodologically motivated. The objective of this work is not to evaluate end-to-end multimodal biometric performance but to isolate and analyze contradiction-aware decision mechanisms under controlled conditions. This controlled setup enables systematic generation and observation of agreement and disagreement patterns that are difficult to capture in fully synchronized multimodal datasets. Therefore, the reported performance improvements should be interpreted as reflecting the intrinsic effectiveness of the proposed decision-level fusion strategy, rather than dataset-specific correlations.
Beyond empirical performance gains, the proposed framework introduces a conceptual shift in how multimodal fusion is formulated.
An important conceptual distinction of the proposed approach lies in the explicit modeling of contradiction as a decision-level signal. While traditional fusion strategies implicitly absorb conflicting evidence through averaging or voting mechanisms, the proposed framework treats contradiction as an indicator of uncertainty that directly influences the final decision.
This shift from aggregation-based fusion to contradiction-aware decision modeling extends classical aggregation strategies by explicitly incorporating contradiction-aware decision modeling. Rather than combining evidence to maximize agreement, the system actively evaluates disagreement as a potential risk signal, enabling more robust behavior in ambiguous or adversarial conditions.
While conventional fusion strategies implicitly assume consistency among modalities, the proposed framework treats disagreement as an informative signal that reflects uncertainty, sensor degradation, or atypical behavior.
Across weak and strong contradiction scenarios, the reduction in false acceptance rates confirms that contradiction-aware arbitration effectively prevents unreliable or conflicting decisions from being absorbed into the final outcome. Importantly, this behavior is selectively activated, as nominal-condition performance remains comparable to that of established fusion methods. This confirms that the proposed approach adapts its decision strategy to the operating context rather than enforcing a static conservative bias.
The ablation and sensitivity analyses further indicate that the observed gains do not originate from a single component but from the coordinated interaction between reliability gating, contextual modulation, and utility-based conflict penalization. This synergy is essential to achieving stable performance across heterogeneous and evolving biometric conditions.
From a deployment perspective, the proposed framework is well-suited to real-world access control systems. Its modular design allows modality-specific decision agents to operate independently, enabling seamless integration with existing biometric infrastructures. Since fusion operates at the decision level, the framework avoids the computational overhead associated with joint feature learning or end-to-end retraining.
The context-aware formulation also enables adaptive behavior in environments where sensor quality, user behavior, or modality availability may vary over time. In security-critical applications, such as physical access control or identity verification, the ability to dynamically adjust decision conservatism under contradiction is particularly valuable, as it aligns system behavior with operational risk.
The current framework operates on binary modality-level decisions, which may limit expressiveness in scenarios where graded confidence outputs could provide additional nuance. In addition, the effectiveness of reliability gating depends on the availability of reasonably calibrated confidence estimates from individual decision agents.
These limitations do not restrict the applicability of the approach but rather reflect design choices made to ensure modularity and deployment simplicity.
8. Conclusions and Future Work
This paper introduces a context-aware, contradiction-aware decision-fusion framework for multimodal access control. Unlike conventional fusion strategies that implicitly assume agreement among biometric modalities, the proposed approach explicitly detects and reasons about conflicting evidence using reliability estimates, contextual cues, and utility-based arbitration.
Extensive experimental evaluation conducted under controlled contradiction scenarios shows that the proposed framework preserves baseline authentication performance under nominal conditions while improving robustness under conflicting conditions. In particular, the proposed fusion strategy reduces the contradiction-induced False Acceptance Rate (FAR) from 8.05% for majority voting and 7.21% for unweighted score fusion to 2.34%. Similarly, the Equal Error Rate (EER) under strong contradiction scenarios decreases from 4.98% to 2.37%. These improvements demonstrate the effectiveness of contradiction-aware decision modeling within controlled experimental settings. However, due to the use of independently sourced datasets without cross-modal identity correspondence, these results should be interpreted as validation of the decision fusion mechanism rather than as a direct evaluation of real-world multimodal authentication performance.
By treating contradictions as informative signals rather than noise, the proposed method achieves a favorable balance between security and usability, particularly in uncertain or degraded operating environments.
The current formulation focuses on binary access decisions and short-term context modeling. While sufficient for a wide range of access control applications, more expressive decision representations could further enrich system behavior in complex scenarios.
A limitation of the present study lies in the absence of fully synchronized multimodal datasets where all biometric modalities are acquired simultaneously from the same individuals.
However, this limitation is inherent to the current state of publicly available datasets rather than to the proposed methodology itself. The objective of this work is to analyze contradiction-aware decision mechanisms under controlled conditions, which requires explicit control over modality disagreement.
The proposed experimental protocol, therefore, prioritizes analytical control over ecological realism, enabling systematic evaluation of contradiction handling, which remains largely unexplored in existing multimodal benchmarks.
Future work will extend this framework to fully multimodal datasets such as LUTBIO in order to validate its behavior under real-world acquisition conditions and assess its generalization capabilities.