GEM-FI: Gated Evidential Mixtures with Fisher Modulation Marco Mustafa Mohammed 1 Fatemeh Daneshfar 1 Pietro Liò 2 settings (Ovadia et al., 2019). A calibrated model should be confident only on well-supported regions and defer elsewhere. Bayesian neural networks (BNN S) offer a principled route by placing distributions over weights (Blundell et al., 2015), but deployments often face prohibitive training or inference costs. Popular approximations such as Monte Carlo dropout (MC- DROPOUT) (Gal & Ghahramani, 2016) and deep ensembles (Lakshminarayanan et al., 2017) improve robustness, yet require multiple forward passes, which can be at odds with tight latency or energy budgets. EDL (Sensoy et al., 2018) provides a single-pass alternative by predicting Dirichlet parameters and interpreting their concentration as “evidence.” While competitive on in-distribution (ID), networks may still be overconfident under distribution shift or for out-of-distribution (OOD) inputs (Ovadia et al., 2019; Minderer et al., 2021). Densityaware variants (e.g., Density-Aware Evidential Deep Learning (DAEDL) (Yoon & Kim, 2024)) rescale evidential outputs using an offline feature-space likelihood, such as Gaussian Discriminant Analysis (GDA) (Murphy, 2012). This improves calibration, but keeps the density cue static and decoupled from end-to-end learning. This decoupling creates several gaps that motivate our approach: (i) the offline density is not optimized jointly with the evidential mechanism, so the network cannot learn to shape evidence where support is weak; (ii) the density surrogate is brittle to representation shift: when features drift, the pre-fit likelihood can systematically mis-rank near-boundary or near-OOD inputs; and (iii) DAEDL does not address epistemic multimodality near complex class boundaries, where a single evidential head may collapse to overconfident allocations unless explicitly regularized. Energy-based views (Liu et al., 2020) often yield stronger ID/OOD separability than softmax confidence, yet they are typically used post hoc: thresholds and temperatures are tuned after training and do not intervene where evidential confidence is produced (Guo et al., 2017). As a result, energy signals rarely enforce local smoothness (e.g., via Lipschitz-oriented regularization such as Parseval constraints (Cissé et al., 2017) or spectral normalization (Miyato et al., 2018)) or distance-aware monotonicity of evidence during learning, and can exhibit dataset-specific sensitivity (Ovadia et al., 2019; Minderer et al., 2021). More broadly, many single-pass pipelines either rely on static, decoupled density surrogates (e.g., DAEDL (Yoon & Kim,
Abstract
arXiv:2605.03750v1 [cs.LG] 5 May 2026
Evidential Deep Learning (EDL) enables singlepass uncertainty estimation by predicting Dirichlet evidence, but it can remain overconfident and poorly calibrated, and it often fails to represent multi-modal epistemic uncertainty. We introduce Gated Evidential Mixtures (GEM), a family of models that learns an in-model energy signal and uses it to gate evidential outputs end-toend in a distance-informed manner. GEM-CORE learns a feature-level energy and maps it to a bounded gate that smoothly suppresses evidence when support is low. To capture epistemic multimodality without multi-pass ensembling, GEMMIX adds a lightweight mixture of evidential heads with learned routing weights while preserving single-pass inference. Finally, GEM-FI stabilizes mixture allocations via a Fisher-informed regularizer, reducing head collapse and producing smoother boundary uncertainty. Across image classification and OOD detection benchmarks, GEM improves calibration and ID/OOD separation with single-pass inference. On CIFAR10, GEM-FI vs. DAEDL improves Acc. from 91.11 to 93.75 (+2.64 pp), reduces Brier×100 from 14.27 to 6.81 (−7.46), and also improves misclassification-detection (AUPR) from 99.08 to 99.94 (+0.86). For epistemic OOD detection, GEM-FI achieves AUPR/AUROC of 92.59/95.09 on CIFAR-10→SVHN and 90.20/89.06 on CIFAR-10→CIFAR-100 (vs. 85.54/89.30 and 88.19/86.10 for DAEDL).
1. Introduction Reliable predictive uncertainty is essential when models operate beyond their training distribution or in safety-critical 1
Department of Computer Engineering, Faculty of Engineering, University of Kurdistan, Sanandaj, Iran 2 Department of Computer Science and Technology, University of Cambridge, Cambridge, United Kingdom. Correspondence to: Fatemeh Daneshfar <[email protected]>. Proceedings of the 43 rd International Conference on Machine Learning, Seoul, South Korea. PMLR 306, 2026. Copyright 2026 by the author(s).
1
GEM-FI: Gated Evidential Mixtures with Fisher Modulation Class A Class B
Class A Class B Complex class Boundary
Dirichlet head
(a) EDL
(b) DAEDL
Explicit regularization
Complex class Boundary
Uncertainty band
Dirichlet head 1
(c) GEM-FI (ours) overconfident
Figure 1. Two-moons setup with an additional OOD cluster. Panels show predictive entropy (brighter = higher uncertainty).
Dirichlet head 3 Dirichlet head 2
2024)) or apply post hoc score adjustments (e.g., temperature scaling (TS), energy scoring) (Guo et al., 2017; Romero et al., 2024). Consequently, there is a need for an in-model, learnable support signal that (i) directly gates evidential outputs, (ii) preserves single-pass inference, and (iii) captures epistemic multi-modality without multi-pass ensembles. This paper asks a simple question: Can we integrate a datadependent notion of representation “support” directly into the evidential mechanism, while retaining single-pass inference? We answer in the affirmative with GEM. GEMC ORE learns a feature-level energy and maps it to a bounded in-model gate that smoothly scales evidence. The mapping from energy to the final integration gate is learned; empirically, off-support inputs yield smaller gates and thus more conservative predictions. To capture multi-modal epistemic structure near complex decision boundaries without multi-pass ensembling, Mixture of Beliefs (GEM-MIX) augments EDL with a single-pass mixture of evidential heads and learned mixture weights. Finally, GEM-FI introduces an Fisher-informed (FI) regularizer that stabilizes allocations and discourages head collapse, yielding smoother boundary uncertainty and stronger suppression off-support. On a synthetic two-moons setup, Figure 1 compares EDL, DAEDL, and GEM-FI on the same data. EDL (Fig. 1a) concentrates uncertainty in a narrow band near the decision boundary while remaining overconfident far from support. DAEDL (Fig. 1b) improves distance awareness and calibration, but its density cue is static and decoupled from end-to-end learning, and it can still underestimate uncertainty near the curved boundary and in parts of the OOD region. In contrast, GEM-FI (Fig. 1c) yields smoother uncertainty near decision boundaries and more consistently lower confidence on OOD inputs. In a corresponding one-dimensional example, Figure 2 contrasts a single-head DAEDL model (Fig. 2a) with the FI-regularized multi-head GEM-FI (Fig. 2b), illustrating how our mixture retains uncertainty across modes instead of collapsing to overconfident allocations. Our design follows two principles. (i) Distance-informed confidence: we learn a representation-level energy E(x) and pass it through a bounded gate that directly scales evidential outputs, so higher energy yields a smaller gate and more conservative evidence. This creates a smooth link between feature-space support and confidence, reduces abrupt overconfidence under shift, and keeps the support signal
(a) DAEDL
(b) GEM-FI (ours)
Figure 2. One-dimensional toy example in a non-convex boundary region. (a) DAEDL single-head model: tends to miss epistemic multi-modality and can yield overconfident allocations. (b) FI-regularized multi-head GEM-FI in the same region: retains uncertainty across modes and avoids overconfident collapse.
learnable and end-to-end (rather than a static, offline density). (ii) Single-pass epistemics: we recover ensemble-like diversity with a lightweight mixture of evidential heads trained jointly on a shared backbone. Learned mixture weights provide soft specialization near complex decision boundaries, while FI stabilization discourages head dominance and improves calibration and OOD separability—all with single-pass inference and modest overhead. Empirically, across standard image-classification and OOD detection benchmarks, GEM improves calibration and strengthens ID/OOD separation relative to EDL and strong densityaware baselines. Our main contributions are summarized as follows: • We learn a feature-level energy and map it to a bounded, in-model gate that directly modulates Dirichlet evidence, reducing overconfidence for atypical features while preserving confident ID predictions. • We introduce a lightweight mixture of evidential heads with learned routing weights, capturing multi-modal epistemic structure without ensembles or extra forward passes. • We add a FI-informed regularizer to stabilize mixture allocations and prevent head collapse, yielding smoother boundary uncertainty. • We demonstrate improvements in calibration and OOD separation on standard benchmarks, and provide ablations isolating the roles of the energy gate, mixture size, and FI regularization. We defer the related-work discussion and a compact comparison with the closest single-pass evidential and densityaware methods to Appendix C (Table 5).
2. Method Figure 3 summarizes the architectures considered in this work. Figure 3a presents the density-aware DAEDL baseline, while Figure 3b illustrates the proposed GEM-FI architecture and its main components. The added modules 2
GEM-FI: Gated Evidential Mixtures with Fisher Modulation
a learnable, in-model gate s(x) that is trained jointly with the backbone and evidential heads.
in GEM—the energy head, integration gate, router, and evidential heads—are lightweight attachments on top of a backbone that produces fixed-dimensional features, so the design is compatible with standard CNN or Transformerstyle feature extractors with minimal architectural assumptions. GEM-C ORE augments a spectrally normalized backbone with a learned feature-level energy and a bounded gate that modulates the predictive distribution via probabilityspace gating (Sec. 2.1). GEM-MIX introduces a single-pass mixture of evidential heads with learned mixing weights (Sec. 2.2). GEM-FI adds an FI-informed regularizer, together with FI-based modulation of mixture weights, to stabilize allocations (Sec. 2.3). Notation. Let x ∈ X and y ∈ {1, . . . , C} denote an input and its class label, where C is the number of classes. A spectrally normalized backbone fθ : X → Rd produces features z = fθ (x). Evidential parameterization. An evidential head gϕ : Rd → RC maps these features to logits: u1:C (x) = gϕ (z).
2.1. GEM-C ORE: Energy-to-Gate Evidential Learning Density Scaling. In addition to the learned gate, we employ a lightweight density scaler ρ(z) to modulate evidential concentrations based on feature density. We estimate ρ(z) = σ(log p(z))γ , where p(z) is the log-likelihood from a Gaussian Mixture Model (GMM) fit to ID training features, σ is the sigmoid function, and γ = 1.2 is a fixed exponent. This density score is used purely as a multiplicative scaler on the evidence: αc (x) = ρ(z) · exp(ũc (x)) + ϵ. In mixture variants, the same shared feature-density score is (k) applied per head before normalization, yielding αc (x) = (k) ρ(z) · exp(clip(uc (x), −τ, τ )) + ϵ unless otherwise noted. This supplementary component acts as a "hard" safety guardrail to suppress evidence in regions of extremely low density, while the learned gate s(x) remains the primary, task-adaptive support signal responsible for fine-grained modulation. Energy convention and gate direction. We define energy E(x) such that higher energy corresponds to lower representation-level support (anti-correlated with feature density). The intermediate scalar ŝ(x) = σ(E(x)) ∈ (0, 1) increases with energy by construction. However, the integration gate network Gη takes [z, ŝ(x)] as input and learns to output per-class gates s(x) ∈ [smin , smax ]C . Crucially, Gη can learn either positive or negative correlation with ŝ; empirically, we observe an inverse-like mapping: higher ŝ (indicating lower support) leads to smaller final gates s(x), thereby suppressing evidence for OOD inputs. This correspondence is a learned outcome of end-to-end training, not an architectural constraint. GEM-C ORE learns a feature-level energy Eψ : Rd → R and maps it to a bounded (class-wise) gate s(x) ∈ [smin , smax ]C ⊂ (0, 1)C that directly modulates class probabilities via probability-space gating. Eψ is a lightweight MLP on z. The scalar energy E(x) is first squashed with a sigmoid to obtain an intermediate scalar gate ŝ(x) = σ(E(x)) ∈ (0, 1). This scalar is then concatenated with z and fed into a small “integration gate” network Gη that outputs per-class gates, with:
(1)
C Dirichlet distributions are denoted P by Dir(α) for α ∈ R>0 ,
with total concentration α0 = c αc and expectations Eα [·] taken with respect to Dir(α). Throughout, we parameterize α directly from (clipped) logits and use a small ϵ > 0 for numerical stability: ũc (x) = clip uc (x), −τ, τ , (2) αc (x) = exp ũc (x) + ϵ, ϵ = 10−8 .
Unless stated otherwise, uc (x) and αc (x) denote the singlehead logits and concentrations used by EDL/GEM-C ORE. (k) (k) (k) For mixture models, we write uc (x), αc (x), and pc (x) for the corresponding quantities of head k. We reserve ŝ(x) for the intermediate scalar energy-derived gate signal, sc (x) for the final class-wise integration gates, and πk (x) for router-produced mixture weights. DAEDL baseline. For reference, DAEDL (Yoon & Kim, 2024) keeps the same backbone fθ and evidential head gϕ as above, and therefore uses the same logits uc (x). It additionally fits an offline feature-space density model (e.g., class-conditional GDA) on the features z = fθ (x), and uses its normalized likelihood to modulate these logits (Figure 3a). The Dirichlet parameters and predictive mean in DAEDL are: αcDAEDL (x) = exp λ(x) uc (x) , (3) αDAEDL (x) pDAEDL (x) = P c DAEDL . c α (x) j j
ũc (x) = clip uc (x), −τ, τ , αc (x) = ρ(z) · exp ũc (x) + ϵ, αc (x) pc (x) = . α0 (x)
(4)
Probability-space gating (implementation). The final class-wise gate is denoted by s(x) = (s1 (x), . . . , sC (x)) to distinguish it from the intermediate scalar signal ŝ(x). This per-class gate is applied to the predictive distribution in probability space and then renormalized:
The first line scales the logit uc (x) by the density-dependent factor λ(x) to form the Dirichlet concentration αcDAEDL (x), and the second line normalizes these concentrations to obtain the predictive probability pDAEDL (x). The density term c λ(x) is computed once from the offline surrogate q(z) and kept fixed during training; in contrast, our GEM-C ORE uses
p̂(x) =
p(x) ⊙ s(x) . 1⊤ p(x) ⊙ s(x)
(5)
In this block, p(x) denotes the predictive mean in probability space (either a single-head evidential predictive mean or the mixture predictive mean). The per-class gate s(x) 3
GEM-FI: Gated Evidential Mixtures with Fisher Modulation Evidence 𝓮𝟎 Dirichlet
𝓮𝟏
𝓮𝑪
Dir = 𝜶𝒄 = 𝒆𝔃𝒄 GDA
Normalization
(a) DAEDL Mixture weights (𝝅)
1 k
exp
𝒖𝑪 𝔁
𝒔 𝔁
Evidence X
𝓮𝟎
𝔃
𝔁
Dirichlet
𝒔ො 𝔁 = 𝝈(𝜠(𝔁))
Router
𝓮𝟏 𝒇𝜽
𝓮𝑪 𝒈𝝓
OOD example
𝝅(𝔁)
FFN Integration gate 𝑮𝒏
Energy head 𝑬𝝍 𝔃
𝝅𝟏 Mixture
X
𝝅𝒌
𝑰 Fisher 𝑭
𝒔ො 𝔁
𝔃
OOD
GEM-FI GEM-Core
GEM-Mix
(b) GEM-FI (ours) Figure 3. Architecture of the proposed method. (a) DAEDL: a spectrally normalized backbone with a single evidential head that outputs Dirichlet evidence, augmented with an offline feature-space density model (GDA) whose normalized likelihood rescales evidential outputs before computing uncertainty. (b) GEM-FI: extends the same backbone with an energy head Eψ that maps features z to a scalar energy E(x) and a bounded class-wise gate s(x) (GEM-C ORE), and adds a router that produces mixture weights over multiple Dirichlet heads together with a FI-based regularizer.
is applied multiplicatively to p(x) and the result is renormalized to obtain p̂(x) in (5), matching the implementation (probability-level gating). Training minimizes a standard evidential target-matching loss with a Kullback–Leibler (KL) prior to the uniform Dirichlet: h Lcore = E(x,y) ey − p̂(x)
2 + λKL KL Dir(α(x)) ∥ Dir(1) 2
proves OOD separation, particularly when combined with energy-based-model (EBM) negative sampling using Virtual Outlier Synthesis (VOS). When tanh is enabled, a mild “desaturation” can be applied at evaluation time by scaling the pre-activation by 0.5 to avoid hard saturation. Complexity. GEM-C ORE adds only the energy head Eψ and the integration gate Gη ; inference remains single-pass with no gradient computation required.
i .
(6)
Here, the core loss combines a squared error term that matches the gated predictive mean p̂(x) to the one-hot label ey with a KL regularizer that keeps the concentration vector α close to the non-informative prior Dir(1). Since p̂(x) depends on both the energy head Eψ (via s(x) = Gη (Eψ (z))) and the gate network Gη , gradients flow back through both components during training, enabling end-to-end learning of the density-aware gating mechanism. Inference (single-pass, no gradients). At inference time, the model performs a single forward pass through the frozen network: we compute features z = fθ (x), energy E(x), gates s(x), and mixture weights π(x) via the router–all without any gradient computation. The predictive mean is Eα [π]; proxies include α0 (epistemic), maxc Eα [πc ] (aleatoric), entropy/MI, and an energy-derived score (reported as an auxiliary single-pass baseline for shift/OOD scoring; not used beyond the gating pipeline). Importantly, the FI-based modulation of mixture weights (17) and the FI regularizer (13) are applied only during training; at inference, mixture weights are computed directly from the router output. In our implementation, the final tanh nonlinearity on the energy head output is optional and disabled by default; we found that removing it (i.e., using an identity mapping) im-
2.2. GEM-MIX: Mixture of Beliefs (Single-Pass) To capture multi-modal epistemic structure near complex decision boundaries without multi-pass ensembling, GEM-MIX extends GEM-C ORE with K evidential heads {gϕ(k) }K k=1 that share backbone features z = fθ (x). Each head outputs class-wise logits u(k) (x) ∈ RC , which are mapped to Dirichlet concentrations as: α(k) (x) = exp clip(u(k) (x), −τ, τ ) + ε,
ε = 10−8 . (7)
For readability, we write α(k) (x) for the full concentration (k) vector of head k and αc (x) for its class-c entry; likewise, p(k) (x) denotes the per-head predictive mean vector and (k) pc (x) its class-c component. The predictive mean for head k is (k)
αc (x) p(k) . c (x) = P (k) j αj (x)
(8)
A learnable router hω takes the shared features along with the scalar energy gate and produces mixture weights: π(x) = softmax hω ([z, ŝ(x)]) ∈ ∆K−1 .
(9)
The mixture predictive mean (before per-class probability gating) is then
4
GEM-FI: Gated Evidential Mixtures with Fisher Modulation pmix (y=c | x) = α0,mix (x) =
K X k=1 K X
πk (x) p(k) c (x), (k)
πk (x) α0 (x),
Beyond this loss-level regularization, we also use the Fisher proxy to modulate mixture weights during training. Specifick (x) as the squared cally, we compute a per-head proxy FI L2 norm of the gradient of the log-likelihood with respect to the logits. To ensure bounded and stable modulation, we normalize the proxies across heads to obtain relative sensitivity scores in [0, 1]. Let π̃(x) denote the raw softmax output of the router hω , and define F̄Ik (x) = ck (x) P FI cj (x)+ϵ . During training, we reweight the FI j mixture scores as
(10) (11)
k=1
P (k) (k) where α0 (x) = c αc (x). The final predictive distribution is obtained by applying the shared per-class gate in probability space and renormalizing as in (5): p̂(x) = Normalize pmix (x) ⊙ s(x) . We train GEM-MIX using a negative log-likelihood term on p̂ together with per-head KL priors:
π̃kmod (x) ∝ π̃k (x) exp λFI (1 − F̄Ik (x)) ,
Lmix = E(x,y) − log p̂y (x) + λKL
K X
i (12) πk (x) KL Dir(α(k) (x)) ∥ Dir(1) .
k=1
2.3. GEM-FI: FI-Informed Regularization and Modulation To further stabilize mixture behavior and discourage head collapse, GEM-FI augments GEM-MIX with an FIinformed regularizer and an FI-based modulation of the mixture weights. FI proxy computation. We compute a lightweight perck (x) using the squared gradient norm of the head proxy FI log-likelihood with respect to the logits. Here πk (x) always denotes the normalized router weight assigned to head k (after any training-time FI modulation), whereas π̃k (x) denotes the raw pre-modulation router score used only internally in Eq. (17). We then penalize high-sensitivity allocations via LFI = Ex
"K X
# c πk (x) FIk (x) .
(17)
and renormalize to the simplex using a small smoothing constant for numerical stability: πk (x) = π̃kmod (x) + P ′ mod ′ ϵ′ j π̃j (x) + ϵ , where ϵ is set to a small value in −4 all experiments (e.g., 10 ). This FI-aware modulation upweights heads with lower Fisher sensitivity (i.e., more stable predictions) and is applied only during training; at inference, mixture weights are computed directly from the router without FI modulation. Empirically, this design stabilizes mixture allocations and reduces head dominance on challenging OOD examples. P ck (x) discourages alIntuitively, the regularizer k πk (x)FI locating high weight to locally sensitive heads, while (17) enforces the same preference directly at the mixture level during training. For implementation details and pseudocode aligned with our training pipeline, see Appendix D.
h
3. Theoretical Insights
(13)
We sketch why the proposed components—the bounded, learnable gate in GEM-C ORE and the FI-aware mixture in GEM-MIX/GEM-FI—can smooth confidence, encourage distance-informed behavior, and stabilize mixture allocations.
k=1
This Fisher-informed regularizer averages per-head proxies under the mixture weights πk (x), so heads that are both frequently selected and highly sensitive incur a larger penalty. We further add two auxiliary regularizers: an energy-based term that discourages excessively large positive energies, and an uncertainty term that shapes predictive entropy:
3.1. Confidence smoothing via bounded energy-to-gate mapping Intuitively, if the backbone, energy head, and integration gate are smooth and the final gate is bounded away from 0 and 1, then the evidential outputs inherit this smoothness: nearby inputs cannot induce arbitrarily large changes in evidence or predictive confidence. Assumption 3.1 (Lipschitz components). Assume:
h
i LEBM = Ex softplus clip(Eψ (fθ (x)), −τ, τ ) + Lneg EBM , (14) LUNC = βid Ex H p̂(x) − βood Exood H p̂(xood ) , (15)
where H(·) denotes the (Shannon) entropy of the predictive distribution. The uncertainty loss LUNC is contrastive: it encourages low entropy for ID samples (first term) and high entropy for OOD samples (second term, subtracted). We use VOS only for GEM-FI: Lneg EBM pushes synthetically generated negative samples toward high-energy regions via a margin-based softplus penalty softplus(m − Eneg ) on VOS-synthesized negatives. We treat VOS as an auxiliary boundary-sharpening mechanism within the full GEM-FI pipeline rather than as the core architectural contribution. The same clipping threshold τ is reused in (14) to prevent energy values from reaching numerically unstable magnitudes. Baselines are trained following their standard protocols without VOS. Putting these components together, the overall training objective for GEM-FI is:
• The backbone fθ is Lf -Lipschitz: ∥fθ (x) − fθ (x′ )∥ ≤ Lf ∥x − x′ ∥. • The classifier head gϕ is Lg -Lipschitz. • The energy head Eψ is LE -Lipschitz. • The integration gate Gη ([z, ŝ]) is LG -Lipschitz in (z, ŝ) and outputs gates in [smin , smax ] with 0 < smin < smax < 1. • The mixture router hω and density scaler ρ(z) are Lipschitz continuous.
LGEM-FI = Lmix + λFI LFI + λEBM LEBM + λUNC LUNC . (16)
5
GEM-FI: Gated Evidential Mixtures with Fisher Modulation
In practice, these smoothness assumptions are supported by the use of spectral normalization throughout the main convolutional and linear mappings in the backbone and the auxiliary gating pathway. Since spectral normalization controls the operator norm of each layer, the growth of the composed mapping is correspondingly constrained, making Assumption 3.1 a practically motivated approximation rather than a purely abstract idealization. We do not claim that spectral normalization alone proves all global smoothness properties of the full network, but it provides an explicit architectural mechanism that supports the intended boundedgrowth behavior used in this analysis. Since ŝ(x) = σ(Eψ (z)) is a smooth bounded mapping and σ is 1-Lipschitz, ŝ is LE -Lipschitz by composition. Combining this with Gη yields an Ls -Lipschitz gate s(x) for some finite Ls .
model. In our implementation, we use a GMM-based estimator ρ(z) = σ(log pGMM (z))γ , where pGMM is fit to ID training features. We introduce an energy pre-gate ŝE (x) = σ(Eψ (z)), which is monotonically increasing in energy, as an intermediate summary of the energy signal. The integration network Gη maps [z, ŝE (x)] to per-class gates s(x) ∈ [smin , smax ]C . We do not enforce a hard monotonic relationship between Eψ and the final gates; instead, the model learns end-to-end to suppress evidence in lower-support regions. This behavior is a learned outcome of training, not an architectural constraint. In a simplified single-head setting with logits u(x) and gate s(x), define the top-class margin m(z) = uy (z) − maxc̸=y uc (z). Proposition 3.4 (Monotone suppression away from the support (idealized)). Under Assumption 3.3, as we move away from the support, (i) the total evidence α0 (x) weakly decreases due to decay of the density scaler ρ(z), and (ii) if the logit margin m(z) does not increase fast enough to compensate for the shrinking gate s(x), the top-class confidence py (x) also weakly decreases. P Sketch. The Ptotal evidence is α0 (x) = c (ρ(z) exp(ũc ) + ϵ) ≈ ρ(z) c exp(ũc ). Under Assumption 3.3, as we move away from the support, the density proxy ρ(z) decays toward zero. If the logit terms exp(ũc ) do not grow exponentially faster than ρ(z) decays, then ρ(z) exp(ũc ) vanishes, leading to α0 (x) → Cϵ (minimal evidence). Thus, total evidence decreases in low-support regions.
Proposition 3.2 (Smoothness of probability-level gating). Under Assumption 3.1, suppose pmix (x) ∈ ∆C−1 is locally Lipschitz in x and the per-class gate satisfies s(x) ∈ [smin , smax ]C with 0 < smin ≤ smax ≤ 1. Then the probability-level gated prediction p̂(x) = Normalize pmix (x) ⊙ s(x) is locally Lipschitz. In particular, there exists Lp̂ > 0 such that for sufficiently close x, x′ , ∥p̂(x) − p̂(x′ )∥ ≤ Lp̂ ∥x − x′ ∥. (18) Sketch. Both pmix (x) and s(x) are locally Lipschitz by assumption and construction, hence their elementwise product is locally Lipschitz. The normalization map v 7→ v/(1⊤ v) is smooth wherever 1⊤ v is bounded away from ⊤ zero. P Here, for v(x) = pmix (x) P ⊙ s(x) we have 1 v(x) = c pmix,c (x)sc (x) ≥ smin c pmix,c (x) = smin , so the denominator is uniformly positive in a neighborhood. Therefore, p̂(x) is locally Lipschitz as a composition of locally Lipschitz maps with a smooth normalization.
We emphasize that Proposition 3.4 provides only a conditional guarantee under the stated assumptions; the empirical energy–support alignment should therefore be interpreted as a consistent empirical regularity rather than an architectural invariant. Full details of the experimental setup are provided in Section E.
3.2. Distance-informed monotonicity (qualitative calibration) Beyond local smoothness, we would like confidence to decay as we move away from high-support regions in representation space. Our design couples evidence to a learned energy, which can serve as a lightweight control signal correlated with representation-level support. While we do not impose hard monotonicity constraints or assume an explicit density model, the following idealized picture clarifies the role of the gate. Additional support-conditioned diagnostics are provided in Appendix G.5 (Figs. 16–19).
4. Experiments We evaluate the GEM family on classification, calibration, OOD detection, and robustness under distribution shift. Our experiments are designed to answer the following questions: Q1. How do GEM models compare to EDL and DAEDL in terms of OOD detection? Q2. Do GEM-MIX and GEM-FI preserve or improve ID accuracy and confidence calibration?
Assumption 3.3 (Energy–support alignment (empirical)). There exists a representation-level support surrogate ρ(z) such that, on average, higher energy Eψ (z) is associated with lower support ρ(z) (empirical anti-correlation). We treat ρ(z) as a generic support indicator; the analysis requires only that it is monotonically related to feature support and does not rely on ρ being a calibrated density
Q3. What is the contribution of the energy gate, mixture-ofbeliefs, and FI regularization? We first evaluate OOD detection performance (Q1) and report AUPR scores for aleatoric and epistemic uncertainty across common ID→OOD shifts (Table 1). Next, we assess ID accuracy, confidence calibration, and misclassification 6
GEM-FI: Gated Evidential Mixtures with Fisher Modulation