ConceptioArchivearXiv CS
arXiv CSopen access

GEM-FI: Gated Evidential Mixtures with Fisher Modulation

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
neuralnetworks
machine learning, deep learning, neural networks

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  

 

detection (Q2) on CIFAR-10 (Table 2). Finally, to verify the necessity of each design choice, we provide ablations over gating, mixture, and FI stabilization (Q3; Table 3). Unless otherwise stated, all results are averaged over five random seeds (0, 1, 2, 3, 42) and reported as mean ± standard deviation.

 

 

     

4.1. OOD Detection To address Q1, we evaluate OOD detection on four benchmark pairs: MNIST→KMNIST, MNIST→FMNIST, CIFAR-10→SVHN, and CIFAR-10→CIFAR-100. These cover digit-domain grayscale shifts and natural-image shifts, from cross-domain (CIFAR-10→SVHN) to fine-grained, near-OOD settings (CIFAR-10→CIFAR-100). Table 1 summarizes OOD detection AUPR under several scoring rules, including a simple aleatoric score (maximum softmax probability (M AX P)) and epistemic-leaning scores for evidential models. Across digit-domain shifts, all GEM variants achieve nearceiling AUPR and slightly improve over DAEDL and earlier baselines, with GEM-MIX and GEM-FI yielding the strongest epistemic scores. On natural-image benchmarks, GEM-FI attains the best AUPR on CIFAR-10→SVHN, surpassing both DAEDL and Re-EDL. CIFAR-10→CIFAR-100 remains the most challenging setting: GEM-FI achieves 90.30% aleatoric AUPR, outperforming DAEDL (88.16%) and Re-EDL (87.57%). This near-OOD shift shares low-level statistics and semantic structure with ID, so density cues can remain high and uncertainty separation is harder than in far-OOD shifts (e.g., SVHN), which have distinct textures and color distributions. Thus, GEM performs well in both far-OOD detection and challenging near-OOD scenarios. Additional results, including AUROC, are reported in Appendix F.1. We also report AUPR based on total evidence α0 and mixture-aware proxies such as MI, with energy and predictive entropy as reference metrics. Results for CIFAR-10→TinyImageNet are provided in Appendix F.11 (Table 12). Precision–Recall and ROC curves. Figure 4 compares PR and ROC curves for OOD detection (CIFAR-10 as ID, SVHN as OOD). In the PR view, GEM variants achieve markedly higher precision at moderate-to-high recall than evidential baselines, indicating fewer false alarms at higher coverage: EDL reaches AUPR 78.87, while GEM-CORE and GEM-MIX improve to 93.87 and 93.72, respectively (GEM-FI: 92.59). The ROC curves show a similar trend, with GEM dominating in the low-FPR regime: AUROC increases from 81.06 (EDL) and 89.24 (DAEDL) to 93.65 (GEM-CORE/GEM-FI) and 93.08 (GEM-MIX). These gains are consistent with the separation induced by learned gating (and mixture heads), enabling high-precision detection while preserving single-pass inference compared to multi-pass ensembling. Extended versions of Figure 4 are

('/$('/ 835$ 835   ,('/,('/ $835$ 835   '$('/ '$('/ $835$ 835   5('/ 5('/ $835$ 835   5H('/ 5H('/ $835$ 835   *(0&25( *(0&25( $835$ 835   *(00,; *(00,; $835$ 835   *(0), *(0), $835$ 835  

            5HFDOO5HFDOO

(a) PR curve

7UXH3RVLWLYH5DWH

 

7UXH3RVLWLYH5DWH

  3UHFLVLRQ

3UHFLVLRQ

       

('/$('/ 852& $852&   ,('/,('/ $852& $852&   '$('/ '$('/ $852& $852&   5('/ 5('/ $852& $852&   5H('/ 5H('/ $852& $852&   *(0&25( *(0&25( $852& $852&   *(00,; *(00,; $852& $852&   *(0), *(0), $852& $852&  

            )DOVH)DOVH 3RVLWLYH 3RVLWLYH 5DWH 5DWH

(b) ROC curve

Figure 4. PR and ROC curves for OOD detection on CIFAR-10 (ID) vs. SVHN (OOD).

provided in Appendix F.2 and F.3. As an additional stress test, we evaluate GEM under common distribution-shift and corruption benchmarks (Section F.4). 4.2. Image Classification and Confidence Calibration To address Q2, we report ID test accuracy, misclassificationdetection AUPR, and the Brier score on CIFAR-10. Table 2 summarizes these metrics for posterior-network and evidential baselines, along with our GEM-based models. Among prior methods, DAEDL provides the strongest accuracy–calibration trade-off. Compared to DAEDL, GEM-FI improves test accuracy from 91.11% to 93.75%, reduces the Brier score from 14.27 to 6.81, and increases misclassification-detection AUPR from 99.08 to 99.93, indicating more accurate predictions with better-calibrated confidence. For reference, a well-calibrated softmax ResNet-18 on CIFAR-10 (without evidential training) typically yields Brier×100 ≈ 15–20. Our GEM-C ORE attains an unusually low Brier × 100 ≈ 1.27 because probability-space gating produces extremely sharp predictions (near-deterministic when correct), which substantially lowers the squared-error term in the Brier score. In contrast, the mixture variants (GEM-MIX, GEM-FI) are less sharp due to mixture averaging, resulting in Brier values closer to typical ranges; this behavior reflects the gating mechanism rather than a calculation issue. Additional comparisons against classical TS are provided in Appendix F.5. 4.3. Ablation Study Finally, Q3 examines the contribution of each GEM-FI component on CIFAR-10 and its standard OOD pairs. Table 3 reports an ablation over seven switches: (i) spectral normalization (SN); (ii) the energy-gated evidential module (CORE); (iii) the mixture of evidential heads (MIX, i.e., GEM-MIX); (iv) FI regularization (FI-Reg); (v) Fisher-based modulation of mixture weights (FI-Mod); (vi) the energy-based module (EBM); and (vii) uncertainty decomposition (UNC). SN alone improves over the baseline, highlighting its stabilizing role for training and calibration. CORE on top of SN yields a further gain, indicating complementary benefits be7

GEM-FI: Gated Evidential Mixtures with Fisher Modulation Table 1. AUPR scores of OOD detection based on aleatoric and epistemic uncertainty. A → B denotes that A is used as the ID dataset and B as the OOD dataset.

Method

Venue

DROPOUT KL-PN EDL RKL-PN POSTNET I-EDL DAEDL R-EDL CEDL+ LTS Re-EDL

ICML16 NeurIPS18 NeurIPS18 NeurIPS19 NeurIPS20 ICML23 ICML24 ICLR24 ESWA25 MVA25 TPAMI25

MNIST → KMNIST

MNIST → FMNIST

CIFAR-10 → SVHN

Alea.↑

Epis.↑

Alea.↑

Epis.↑

Alea.↑

Epis.↑

CIFAR-10 → CIFAR-100 Alea.↑

Epis.↑

94.00 ± 0.10 92.97 ± 1.20 97.02 ± 0.80 60.76 ± 2.90 95.75 ± 0.20 98.34 ± 0.20 99.90 ± 0.00 – 99.88 ± 0.07 98.17 ± 0.85 –

– 93.39 ± 1.00 96.31 ± 2.00 53.76 ± 3.40 94.59 ± 0.30 98.33 ± 0.20 99.92 ± 0.00 98.69 ± 0.20 99.89 ± 0.07 99.94 ± 0.03 99.03 ± 0.28

96.56 ± 0.20 98.14 ± 0.80 98.10 ± 0.40 78.45 ± 3.10 97.72 ± 0.20 98.86 ± 0.30 99.83 ± 0.00 – 98.17 ± 0.01 99.65 ± 0.12 –

– 98.16 ± 0.00 97.84 ± 0.40 72.18 ± 3.60 97.24 ± 0.20 98.86 ± 0.30 99.87 ± 0.00 99.29 ± 0.12 98.10 ± 0.01 99.80 ± 0.12 99.65 ± 0.09

51.39 ± 0.10 43.96 ± 1.90 78.87 ± 3.50 53.61 ± 1.10 80.21 ± 0.20 86.32 ± 2.40 85.50 ± 1.40 85.00 ± 1.22 89.30 ± 0.34 78.63 ± 0.96 87.84 ± 0.96

– 43.23 ± 2.30 79.32 ± 1.70 49.37 ± 0.80 77.71 ± 0.40 85.92 ± 2.30 85.54 ± 1.40 85.00 ± 1.22 89.16 ± 0.65 80.64 ± 0.88 89.89 ± 1.39

45.57 ± 1.00 61.41 ± 2.80 84.30 ± 0.70 55.42 ± 2.60 81.96 ± 0.80 85.55 ± 0.70 88.16 ± 0.10 87.72 ± 0.31 79.57 ± 0.57 71.23 ± 0.79 87.57 ± 0.23

– 61.53 ± 3.40 84.80 ± 1.00 54.74 ± 2.80 82.06 ± 0.80 84.84 ± 0.60 88.19 ± 0.10 87.73 ± 0.31 77.16 ± 0.52 85.33 ± 0.65 88.30 ± 0.16

99.93 ± 0.01 99.90 ± 0.03 99.99 ± 0.00 99.97 ± 0.01 89.87 ± 0.33 87.80 ± 0.15 89.35 ± 0.23 84.00 ± 0.40 99.94 ± 0.01 99.94 ± 0.02 99.99 ± 0.00 99.96 ± 0.04 88.80 ± 0.24 90.60 ± 0.23 84.98 ± 0.10 84.46 ± 0.20 99.95 ± 0.00 99.96 ± 0.01 99.99 ± 0.00 99.99 ± 0.00 91.27 ± 0.29 92.59 ± 0.31 90.30 ± 0.06 90.20 ± 0.06

GEM-CORE GEM-MIX GEM-FI

Table 2. Image classification and confidence calibration on CIFAR10. Method

Test Acc.↑

AUPR↑

Brier (×100)↓

Dropout KL-PN RKL-PN PostNet EDL I-EDL DAEDL CEDL+ LTS R-EDL RE-EDL

82.84 ± 0.10 27.46 ± 1.70 64.76 ± 0.30 84.85 ± 0.00 83.55 ± 0.60 89.20 ± 0.30 91.11 ± 0.20 93.07 ± 0.06 93.13 ± 0.10 90.09 ± 0.31 90.13 ± 0.21

97.15 ± 0.00 50.61 ± 4.00 86.11 ± 0.40 97.76 ± 0.20 97.86 ± 0.30 98.72 ± 0.10 99.08 ± 0.00 98.82 ± 0.01 98.87 ± 0.01 98.98 ± 0.05 98.81 ± 0.01

27.15 ± 0.20 87.28 ± 1.00 54.73 ± 0.40 22.84 ± 0.00 23.38 ± 0.20 35.20 ± 0.80 14.27 ± 0.20 15.02 ± 0.03 14.97 ± 0.03 18.15 ± 0.50 14.95 ± 0.47

GEM-CORE 93.34 ± 0.10 99.87 ± 0.01 GEM-MIX 93.27 ± 0.31 99.93 ± 0.02 GEM-FI 93.75 ± 0.36 99.94 ± 0.01

1.27 ± 0.02 6.97 ± 0.03 6.81 ± 0.01

phasizing its stabilizing role during training. Additional controlled comparisons covering fair VOS exposure, replacing VOS with simple feature-space noise, removing the supplementary density scaler ρ(z), and head-diversity diagnostics are reported in Appendix G.6, Appendix G.7, and Appendix G.9. Qualitative evidence geometry. Figure 5 compares how different evidential formulations can yield distinct uncertainty structures even when they produce identical class predictions. GEM-CORE concentrates evidence sharply around a single mode, resulting in high confidence but limited representation of epistemic alternatives. In contrast, GEM-MIX distributes evidence across multiple mixture components, enabling a multi-modal representation of uncertainty. Finally, GEM-FI regularizes mixture allocations using Fisher information, balancing concentration and diversity to yield smoother Dirichlet geometries and more stable uncertainty estimates. Figure 6 visualizes the feature embeddings learned by GEM-FI. Compact clustering of ID classes and clear separation from OOD data highlight the effect of Fisher-informed regularization in shaping the latent space. Additional parameter-sensitivity analyses are provided in Appendix G.

yond SN. MIX further improves OOD detection, supporting single-pass mixtures for multi-modal epistemic uncertainty. Alone, FI-Reg or FI-Mod can reduce OOD AUPR, suggesting Fisher shaping is most effective with the energy-based mechanism and uncertainty decomposition. This pattern clarifies the intended FI–EBM synergy in our design: the FI-based regularization and modulation terms are not meant to operate as standalone mechanisms, but rather to refine routing once the energy-based components have already shaped a meaningful support signal. Without EBM/UNC, the learned energy landscape can remain comparatively weak or noisy, in which case FI-based routing may amplify unstable head assignments instead of improving epistemic separation. Once the energy-based mechanism provides a clearer notion of support, however, FI modulation becomes substantially more effective at preventing head collapse and stabilizing mixture allocation. With EBM and UNC enabled, the full GEM-FI configuration achieves the strongest overall performance, including improved aleatoric/epistemic separation on CIFAR-10→SVHN (91.27/92.59) and CIFAR10→CIFAR-100 (90.30/90.20). Removing SN from the full model degrades both accuracy and uncertainty quality, em-

5. Conclusion We presented GEM, a family of single-pass, distanceinformed evidential models. GEM-C ORE learns an inmodel energy-to-gate mapping that directly modulates class probabilities via probability-space gating; GEM-MIX extends this design with a lightweight belief mixture to capture multi-modal epistemic structure; and GEM-FI stabilizes mixture allocations via a FI-informed regularizer and FI-based modulation of mixture weights. Across MNIST/CIFAR-10, common OOD pairs, and corruption suites, GEM-based models consistently improve calibration and strengthen OOD separation relative to a DAEDL-style baseline, while preserving single-pass inference.

8

GEM-FI: Gated Evidential Mixtures with Fisher Modulation Table 3. Ablation on CIFAR-10. ✓ indicates an enabled component. CIFAR-10 → SVHN

CIFAR-10 → CIFAR-100

SN

CORE

MIX

FI-Reg

FI-Mod

EBM

UNC

Test Acc.↑

AUPR↑

Alea.↑

Epis.↑

Alea.↑

Epis.↑

✗ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✗

✗ ✗ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓

✗ ✗ ✗ ✓ ✓ ✓ ✓ ✓ ✓ ✓

✗ ✗ ✗ ✗ ✓ ✗ ✓ ✓ ✓ ✓

✗ ✗ ✗ ✗ ✗ ✓ ✓ ✓ ✓ ✓

✗ ✗ ✗ ✗ ✗ ✗ ✗ ✓ ✓ ✓

✗ ✗ ✗ ✗ ✗ ✗ ✗ ✗ ✓ ✓

83.55 ± 0.60 91.00 ± 0.40 93.34 ± 0.10 93.27 ± 0.31 93.40 ± 0.15 93.50 ± 0.12 93.60 ± 0.10 93.70 ± 0.08 93.75 ± 0.36 92.10 ± 0.25

97.86 ± 0.20 99.20 ± 0.10 99.87 ± 0.01 99.93 ± 0.02 89.68 ± 0.30 87.35 ± 0.25 84.42 ± 0.20 91.16 ± 0.15 99.93 ± 0.01 85.92 ± 0.20

78.87 ± 3.50 85.50 ± 1.50 89.87 ± 0.33 88.80 ± 0.24 93.09 ± 0.40 90.60 ± 0.35 90.50 ± 0.30 93.95 ± 0.35 91.27 ± 0.29 92.23 ± 0.40

79.12 ± 3.70 85.20 ± 1.60 87.80 ± 0.15 90.60 ± 0.23 87.78 ± 0.50 75.38 ± 0.55 75.01 ± 0.45 94.93 ± 0.40 92.59 ± 0.31 78.64 ± 0.50

84.30 ± 0.70 87.00 ± 0.50 89.35 ± 0.23 84.98 ± 0.10 85.01 ± 0.35 84.25 ± 0.40 84.11 ± 0.30 86.26 ± 0.25 90.30 ± 0.08 83.80 ± 0.35

84.18 ± 0.70 86.50 ± 0.55 84.00 ± 0.40 84.46 ± 0.20 80.14 ± 0.45 71.77 ± 0.50 72.03 ± 0.40 87.37 ± 0.35 90.20 ± 0.07 72.44 ± 0.45

S = 21.0, Vac = 0.476 S = 20.5, Vac = 0.482 S = 21.9, Vac = 0.437

*7$LUSODQH

*7%LUG

3UHGV$LUSODQH&DW$XWR 3UHGV%LUG&DW'HHU

GEM-CORE

GEM-MIX

MNIST/CIFAR-style benchmarks and associated corruption/OOD protocols, so our claims are intentionally scoped to those settings rather than to ImageNet-scale evaluation.

Impact Statement

*7'RJ

This paper studies uncertainty estimation for deep classification via single-pass evidential models. Improved calibration and more reliable OOD detection can positively impact safety-critical deployments by helping systems abstain or defer when inputs are unsupported by the training data, thereby reducing overconfident failures. Potential risks include inappropriate over-reliance on uncertainty scores as a substitute for domain-specific validation, as well as misuse in high-stakes settings (e.g., surveillance or automated decision-making) where errors or dataset biases can cause harm. To mitigate these risks, we recommend reporting calibration and OOD metrics under multiple shifts, auditing performance across relevant subpopulations, and communicating uncertainty as one component in a broader human-in-the-loop decision process.

3UHGV'RJ&DW+RUVH

GEM-FI

Figure 5. Comparison of three GEM variants on CIFAR-10 test images. The input is shown at the top of each column, and the induced Dirichlet distribution is visualized on the probability simplex below. Annotations S (total evidence) and Vac (vacuity) summarize the resulting uncertainty geometry. ,' )DU22' 1HDU22'

References (a) Before Norm.

(b) After Norm.

Bishop, C. M. Pattern Recognition and Machine Learning. Springer, New York, 2006. ISBN 978-0387310732.

(c) ID vs OOD

Figure 6. t-SNE visualization of feature embeddings for GEM-FI.

Blundell, C., Cornebise, J., Kavukcuoglu, K., and Wierstra, D. Weight uncertainty in neural networks. In ICML, 2015.

Limitations and future work. GEM uses learned energy as an internal control signal for evidence gating, not as a calibrated estimator of representation-level support. Accordingly, alignment between energy and any support proxy (e.g., kNN distance) is empirical and may vary across regimes, architectures, and datasets; we provide no monotonicity guarantee. This limits interpreting energy as a direct support measure and suggests that stronger guarantees may require explicit support modeling or additional regularization. Near-OOD shifts with high semantic/visual overlap are intrinsically harder and often yield weaker uncertainty separability, leaving less headroom for any method. Finally, mixture routing introduces hyperparameter sensitivity and modest compute overhead, motivating more robust routing and tighter calibration guarantees (see Appendix H). Our empirical evidence is currently concentrated on standard

Charpentier, B. et al. Posterior network: Uncertainty estimation without OOD samples via Dirichlet parameterization. In NeurIPS, 2020. Chen, M., Gao, J., and Xu, C. R-edl: Relaxing nonessential settings of evidential deep learning. In International Conference on Learning Representations, 2024. Chen, M., Gao, J., and Xu, C. Revisiting essential and nonessential settings of evidential deep learning. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2025. to appear; also available as arXiv:2410.00393. Cheng, Z. et al. Semi-supervised prior networks for OOD-robust calibration. arXiv, 2024. Cissé, M., Bojanowski, P., Grave, E., Dauphin, Y., and Usunier, N. Parseval networks: Improving robustness to adversarial examples. In ICML, 2017.

9

GEM-FI: Gated Evidential Mixtures with Fisher Modulation Clanuwat, T., Bober-Irizar, M., Kitamoto, A., Lamb, A., Yamamoto, K., and Ha, D. Deep learning for classical japanese literature. arXiv, 2018.

Morteza, P. and Li, Y. Provable guarantees for OOD detection with energy-based models. In NeurIPS, 2022. Mu, N. and Gilmer, J. Mnist-c: A robustness benchmark for computer vision. arXiv, 2019.

Deng, D., Chen, G., Yu, Y., Liu, F., and Heng, P.-A. Uncertainty estimation by fisher information-based evidential deep learning. In ICML, volume 202 of Proceedings of Machine Learning Research, pp. 7596–7616. PMLR, 2023. URL https:// proceedings.mlr.press/v202/deng23b.html.

Murphy, K. P. Machine Learning: A Probabilistic Perspective. MIT Press, Cambridge, MA, 2012. ISBN 978-0262018029. Netzer, Y., Wang, T., Coates, A., Bissacco, A., Wu, B., and Ng, A. Y. Reading digits in natural images with unsupervised feature learning. In NIPS Workshop on Deep Learning and Unsupervised Feature Learning, 2011.

Gal, Y. and Ghahramani, Z. Dropout as a bayesian approximation: Representing model uncertainty in deep learning. In ICML, 2016.

Ovadia, Y. et al. Can you trust your model’s uncertainty? evaluating predictive uncertainty under dataset shift. In NeurIPS, 2019.

Grathwohl, W. et al. Your classifier is secretly an energy based model. In ICLR, 2020. Guo, C., Pleiss, G., Sun, Y., and Weinberger, K. Q. On calibration of modern neural networks. In ICML, 2017.

Romero, D. et al. Post-hoc calibration under shift: A unified view and new baselines. In NeurIPS, 2024.

He, J. et al. Masked energy models for improved OOD. arXiv, 2023.

Ryu, H., Shen, Z., Ghosh, A., et al. Improved evidential deep learning via a mixture of Dirichlet distributions. arXiv, 2024.

Hendrycks, D. and Dietterich, T. Benchmarking neural network robustness to common corruptions and perturbations. In ICLR, 2019.

Sehwag, V. et al. Ssd: A unified framework for calibration under distribution shift. In NeurIPS, 2024. Sensoy, M., Kaplan, L., and Kandemir, M. Evidential deep learning to quantify classification uncertainty. In NeurIPS, 2018.

Hendrycks, D. and Gimpel, K. A baseline for detecting misclassified and Out-of-distribution examples in neural networks. In ICLR, 2017.

Xiao, H., Rasul, K., and Vollgraf, R. Fashion-MNIST: a novel image dataset for benchmarking machine learning algorithms. arXiv, 2017.

Huang, K. et al. Dissecting energy-based OOD detection under representation shift. arXiv, 2024.

Yang, J., Zhou, K., Li, Y., and Liu, Z. Generalized out-ofdistribution detection: A survey. International Journal of Computer Vision, 132:5635–5662, 2024. doi: 10.1007/s11263-02402117-4.

Kim, J. et al. Dirichlet calibration revisited for modern networks. In ICML, 2024. Krizhevsky, A. Learning multiple layers of features from tiny images. Technical report, University of Toronto, 2009.

Yoon, T. and Kim, H. Uncertainty estimation by density aware evidential deep learning. In Proceedings of the 41st International Conference on Machine Learning, volume 235 of Proceedings of Machine Learning Research, pp. 57217–57243. PMLR, 2024.

Lakshminarayanan, B., Pritzel, A., and Blundell, C. Simple and scalable predictive uncertainty estimation using deep ensembles. In NeurIPS, 2017. LeCun, Y., Bottou, L., Bengio, Y., and Haffner, P. Gradient-based learning applied to document recognition. Proceedings of the IEEE, 86(11):2278–2324, 1998.

Zhang, R. et al. Gated evidential learning for robust calibration. arXiv, 2024. Zhou, X. et al. Energy calibration for reliable OOD detection. In ICML, 2024.

Lee, K., Lee, K., Lee, H., and Shin, J. A simple unified framework for detecting out-of-distribution samples and adversarial attacks. In NeurIPS, 2018.

A. Code and Reproducibility

Liang, S., Li, Y., and Srikant, R. ODIN: Out-of-distribution detector for neural networks. In ICLR Workshop, 2018.

Code and reproduction instructions are available at: https: //github.com/Marcorazhan/GEM-FI.

Liu, W., Wang, X., Owens, J., et al. Energy-based Out-ofdistribution detection. In NeurIPS, 2020.

B. Notation Summary Table 4 collects the main symbols used in Sections 2.1– 2.3 and fixes the distinction between single-head, per-head, gating, and routing quantities.

Malinin, A. and Gales, M. Prior networks for detection of out-ofdistribution samples. In UAI, 2019. Minderer, M. et al. Revisiting the calibration of modern neural networks. In NeurIPS, 2021. Miyato, T., Kataoka, T., Koyama, M., and Yoshida, Y. Spectral normalization for generative adversarial networks. In ICLR, 2018.

10

GEM-FI: Gated Evidential Mixtures with Fisher Modulation Table 4. Notation summary for the main method sections. Single-head quantities are used by EDL/GEM-C ORE; superscript (k) denotes the corresponding quantity for mixture head k in GEM-MIX/GEM-FI. Symbol

Meaning

x, y, C fθ (x) = z ∈ Rd uc (x), αc (x), pc (x) (k) (k) (k) uc (x), αc (x), pc (x) (k) α0 (x), α0 (x) Eψ (z), E(x) ŝ(x) sc (x) ρ(z) πk (x) π̃k (x) pmix (x) p̂(x) ck (x) FI

input, class label, and number of classes shared backbone and resulting feature embedding single-head logit, Dirichlet concentration, and predictive mean for class c per-head counterparts for mixture component k total concentration (single-head / head k) learned energy head and resulting scalar energy intermediate scalar gate signal obtained from energy final class-wise integration gate for class c auxiliary feature-density scaling term applied to concentrations normalized router weight for head k raw pre-modulation router score before FI-based reweighting mixture predictive mean before class-wise probability gating final gated and renormalized predictive distribution Fisher-sensitivity proxy for head k Table 5. Comparison of GEM-FI with closely related single-pass evidential and density-aware methods.

C. Related Work C.1. Single-Pass Evidential Models and Density-Aware Extensions EDL provides single-pass predictive uncertainty by parameterizing a Dirichlet distribution and interpreting its concentration as evidence (Sensoy et al., 2018). Large-scale evaluations caution that modern networks can remain miscalibrated under distribution shift (Ovadia et al., 2019). To encode data support more explicitly, Prior Networks (Malinin & Gales, 2019) shape Dirichlet targets with priors, and Posterior Networks (Charpentier et al., 2020) parameterize target Dirichlet distributions. Density-aware variants rescale evidential outputs using feature-space likelihoods; DAEDL employs an offline Gaussian surrogate such as GDA (Murphy, 2012; Bishop, 2006), which improves calibration under shift but leaves the density term decoupled from end-to-end learning. Mixture-style evidential models (Ryu et al., 2024) capture ambiguity via multiple Dirichlet components with learned mixing. Beyond architecture, Dirichlet calibration (Kim et al., 2024) for modern networks has been revisited, semi-supervised signals (Cheng et al., 2024) have been used to improve shift-aware confidence, and gated evidential formulations (Zhang et al., 2024) report calibration gains by explicitly modulating evidential outputs. FI-informed evidential training has also been explored (Deng et al., 2023). Table 5 summarizes how GEM-FI differs from closely related single-pass evidential and density-aware methods along key architectural and algorithmic dimensions. GEMFI integrates in-model support gating, multi-modal epistemic mixtures, and Fisher-inspired stabilization for routing in a unified single-pass evidential framework.

Method DAEDL (Yoon & Kim, 2024) Ryu et al. (Ryu et al., 2024) Deng et al. (Deng et al., 2023) Zhang et al. (Zhang et al., 2024) GEM-FI

End-to-end Single- Multi-modal In-model FI density pass epistemic gating for routing ✗ ✓ ✓ ✓ ✓

✓ ✓ ✓ ✓ ✓

✗ ✓ ✗ ✗ ✓

✗ ✗ ✗ ✓ ✓

✗ ✗ ✓ ✗ ✓

TS, and Mahalanobis scoring (Lee et al., 2018) in feature space. Energy-based views (Grathwohl et al., 2020; Liu et al., 2020) reinterpret discriminative classifiers as implicit energy models and have reported improved separability in some settings between ID and OOD examples than softmax confidence. Follow-ups analyze theoretical conditions for energy-based separability (Morteza & Li, 2022), explore architectural variants such as masked energy models (He et al., 2023), and study calibration and representation-shift effects for energy scores (Zhou et al., 2024; Huang et al., 2024). Unified, post-hoc calibration frameworks under distribution shift have also been proposed (Sehwag et al., 2024; Romero et al., 2024). For broader overviews of OOD detection, see the survey by Yang et al. (2024).

D. Implementation-Aligned Pseudocode and Notes Implementation vs. theory. Our implementation follows the GEM-FI design in Figure 3b but makes two choices that we state explicitly to avoid ambiguity. First, the learned integration gate is applied after mixture aggregation, i.e., we form a mixture predictive mean and then apply a perclass gate in probability space, followed by renormalization. Second, each evidential head parameterizes Dirichlet concentrations directly as αk = exp(clip(uk )) + ε (no explicit “+1” offset), matching the code path used for all GEM-FI results. The Fisher-inspired quantity used by GEM-FI is a tractable sensitivity proxy computed from per-sample gra-

C.2. OOD Baselines and Post hoc Energy Methods Non-energy baselines remain standard references for OOD detection: M AX P (M AX P) (Hendrycks & Gimpel, 2017), ODIN (Liang et al., 2018) with input perturbations and 11

GEM-FI: Gated Evidential Mixtures with Fisher Modulation

Algorithm 1 GEM-FI forward pass and training losses (implementation-aligned).

dients of the component log-probability with respect to the component logits; it is used both to (i) modulate mixture weights during the forward pass and (ii) regularize training via an additional loss term. Finally, the implementation multiplies each component concentration by a per-sample feature-density score before forming expectations, which sharpens or suppresses evidence depending on feature support. Virtual Outlier Synthesis (VOS). For GEM-FI, we employ VOS to generate synthetic OOD samples near the decision boundary. We sample ϵ ∼ N (0, 1) and generate virtual outliers vk by sampling from the class-conditional Gaussian estimates in the feature space. We train with a VOS regularization weight of 0.1, a warmup of 10 epochs, and synthesize outcomes to enforce low evidence on these virtual points. This auxiliary loss is used only in the full GEM-FI configuration as a boundary-sharpening mechanism to improve OOD separability; it is not the primary source of the core gating or mixture behavior. Energy signal and robust calibration. We compute a learned energy head Eψ (z) and, for reference, a densityP based GMM energy Egmm (z) = − log k exp(log p(z | k)). For evaluation-time scaling we select the energy source with the larger robust dynamic range (1–99% quantile span), which is typically the learned energy head in our runs. For GEM-FI with VOS-EBM enabled, we disable the final tanh on the energy head; when VOS is not used, enabling tanh can help prevent sigmoid-gate saturation. When an energyto-confidence scalar is needed (e.g., for reporting an energy E−Emin based shift score), we use s = clip 1 − Emax , 0, 1 −Emin

Require: minibatch (x, y); backbone fθ ; features z = fθ (x); K Dirichlet heads hk ; mixture router gϕ ; energy network eψ ; integration gate qω ; temperature T ; density scaler d(·); Fisher-modulation strength λFI ; KL strength λKL . 1: z ← fθ (x) 2: E ← eψ (z); s ← σ(E) {scalar gate signal} 3: for k = 1, . . . , K do 4: uk ← hk (z)/T 5: αk ← exp(clip(uk , −10, 10)) + ε 6: end for 7: π̃ ← gϕ ([z; s]) {K-way softmax} 8: if training and Fisher modulation enabled and gradients enabled then 9: if y is not provided then PK 1 10: ŷ ← arg maxc K k=1 uk,c ; y ← ŷ 11: end if 12: for k = 1, . . . , K do 2 P 13: F Ik ← {logitc ∇uk,c log pk (y | x) sensitivity proxy via autograd} 14: end for 15: F¯I ← Normalize(F I) across components  16: π ← Normalize π̃ ⊙ exp(λFI (1 − F¯I)) 17: else{Inference: no gradient computation, no Fisher modulation} 18: π ← π̃ {mixture weights directly from router} 19: end if 20: ρ ← d(z) {per-sample density score} 21: for k = 1, . . . , K do 22: ᾱk ← ρ · αk + ε 23: end for PK 24: pmix ← k=1 πk · E[Dir(ᾱk )] {E[Dir(α)] = α/α0 } 25: g ← qω (s, z) {per-class gates} 26: p̂ ← Normalize(pmix ⊙ g) p̂ (and optional diagnostics: 27: return E, g, π, {ᾱk }, F I, α0 )

with (Emin , Emax ) taken from 1–99% quantiles; if the range is numerically tight, we fall back to a logits-based energy P − log c exp(uc ). Implementation alignment with DAEDL. While the canonical EDL formulation often uses α = e + 1 to encode an explicit Dirichlet(1) base concentration, our implementation follows DAEDL and parameterizes α directly via exponentiated (clipped) logits. Concretely, we use α = exp(ũ) + ϵ with ϵ = 10−8 . This ensures α > 0 and stable training while matching the DAEDL-style evidential parameterization. Accordingly, P all uncertainty quantities that depend on α (e.g., α0 = c αc and vacuity-like measures) are computed using (2) without adding an extra +1. Training objective (implementation-aligned). Given p̂ from Algorithm 1, the predictive loss is Lpred = − log p̂y . We regularize each component with a Dirichlet PKprior via a mixture-weighted KL term LKL = moduk=1 E πk KL(Dir(ᾱk ) ∥ Dir(1)) . When Fisher  PK lation is enabled, we add LFI = E π F I and an k k=1 k additional expected-trace penalty β E[F I] as implemented. The total loss is L = Lpred + λKL LKL + λFI LFI + β E[F I].

E. Experimental Setup Datasets. We evaluate ID classification on MNIST (LeCun et al., 1998) and CIFAR-10 (Krizhevsky, 2009). MNIST contains 60,000 training and 10,000 test grayscale images of size 28 × 28, and CIFAR-10 consists of 50,000 training and 10,000 test RGB images of size 32 × 32. For OOD evaluation, we use FashionMNIST (Xiao et al., 2017) and KMNIST (Clanuwat et al., 2018) as OOD datasets for MNIST, and SVHN (Netzer et al., 2011) and CIFAR100 (Krizhevsky, 2009) as OOD datasets for CIFAR-10. To assess robustness under distributional shift, we additionally evaluate on MNIST-C (Mu & Gilmer, 2019) and CIFAR-10-C (Hendrycks & Dietterich, 2019). MNIST-C consists of 15 corruption types with a fixed (tuned) severity 12

GEM-FI: Gated Evidential Mixtures with Fisher Modulation Table 6. Comparison of the per-component Dirichlet concentration (k) αc and final predictive mean p̂c between the DAEDL baseline (k) and the proposed GEM-FI method. Here uc and uc denote the logits of a single head and mixture component k, respectively, and wk are the learned mixing weights.

α(k) c Predictive mean p̂c FI regularization

DAEDL

GEM-FI

exp(λ(x)uc )

 (k) exp clip(uc , −τ, τ ) + ε K X

exp(λ(x)uc′ ) c′ =1

α(k) wk · P c (k) k=1 c′ α c′

Not used

λFI LFI

exp(λ(x)uc ) PC

Training protocol. All models are trained with AdamW, cosine learning-rate decay, and gradient clipping with norm 1.0. Batch size and other key hyperparameters are reported in Table 7. The evidential objective consists of a regressionto-target term plus a KL penalty to the uniform Dirichlet, with optional mixture and FI terms for GEM-MIX and GEM-FI. For the gated models, we clamp the gate to (smin , smax ) = (0.1, 0.9); when the optional tanh nonlinearity is enabled on the energy head, eval-time desaturation (scaling by 0.5) can be applied. The gated evidential core uses an energy head Eψ (MLP on z; tanh disabled by default) followed by a scalar sigmoid ŝ(x) and a small integration gate Gη that takes [z, ŝ(x)] to produce per-class gates sc (x) ∈ [0.1, 0.9], which then scale the predictive distribution in probability space and are renormalized (5). For the mixture variant, K heads are used with mixture weights π = softmax(hω ([z, ŝ(x)])); this is enabled via -use_mob and sized by -num_components= K. All mixture calibration and MI metrics use the mixture predictive. FI regularization is enabled via -use_fi_regularization; the weight -fi_lambda sets λFI for the loss term and also controls the strength of FI-based modulation of mixture weights. The FI proxy is bounded and computed per head, and an optional small penalty is added on the mean FI across heads. Specifically, the per-head FI proxy ck (x) = ∥∇u log pk (y | x)∥2 , and the is computed as FI 2 k normalized version used for modulation is: ck (x) FI F̄Ik (x) = P , (19) cj (x) + ϵ FI

for each corruption, while CIFAR-10-C applies 19 corruption types to the test set across 5 severity levels. Backbones and models. For MNIST we use a small CNN; for CIFAR-10 we use a ResNet-18 backbone. Spectral normalization is applied to all convolutional and linear layers. Our main variants are: • GEM-C ORE: a single evidential head with learned energy Eψ (z) and bounded gate s(x) that modulates Dirichlet evidence (Sec. 2.1). • GEM-MIX: a mixture of K evidential heads with learned mixture weights π(x) on shared features (Sec. 2.2). • GEM-FI: the full model with FI-informed regularization to stabilize mixture allocations (Sec. 2.3). We compare against DROPOUT, M AX P (Hendrycks & Gimpel, 2017), KL-PN and EDL (Sensoy et al., 2018), ODIN (Liang et al., 2018), Mahalanobis scoring (Lee et al., 2018), RKL-PN and POSTNET (Charpentier et al., 2020), I-EDL (Deng et al., 2023), density-aware DAEDL (Yoon & Kim, 2024), R-EDL (Chen et al., 2024), the recent CEDL+ and LTS models, and finally Re-EDL (Chen et al., 2025). DAEDL vs. GEM-FI Dirichlet parameterization. Table 6 summarizes how the DAEDL baseline and our GEM(k) FI model instantiate the Dirichlet concentration αc and the corresponding final predictive mean p̂c during training. DAEDL uses a single-head softmax with αc = exp(λ(x)uc ) so that the predictive mean coincides with the standard softmax predictor. (Note: This matches our implementation form where density scaling is applied directly to the log-potential before exponentiation). In contrast, GEMFI maintains K separate Dirichlet heads, each with con(k) (k) centration αc = exp(clip(uc , −τ, τ )) + ε. The final predictive mean is computed as a weighted average of perP α(k) component expectations: p̂c = k wk · c(k) . This mixture-

j

where uk = hk (z)/T are the component logits (Algorithm 1), and pk (y | x) is the per-head predictive mean. In the absence of ground truth labels during training (e.g., semi-supervised settings or specific loss evaluations), P we use the model’s predicted pseudo-label ŷ = arg max k uk to compute the gradient proxy. Similarly, the uncertainty loss LUNC (15) incorporates a contrastive OOD term that encourages low entropy for indistribution samples and high entropy for OOD samples. Metrics. On ID testPsets we report accuracy, NLL, Brier N PC score (defined as N1 i=1 c=1 (p̂ic − yic )2 , reported as ×100 for readability; note that our implementation uses the standard multi-class Brier score without an additional 1/C normalization factor), and ECE with 15 equal-width bins. For OOD and distribution-shift detection we report AUROC and AUPR (positive = OOD or corrupted), using several scores: maximum predictive probability, Dirichlet total evidence α0 , predictive entropy, MI (for mixtures), and an energy-based score derived from the learned energy.

α0

of-expectations form (rather than a sum of weighted concentrations) matches our implementation. The last row highlights the additional FI regularization term λFI LFI specific to GEM-FI, which modulates mixture allocations without changing the predictive mean.

F. Additional Experiments F.1. OOD detection performance (AUROC) Table 8 reports AUROC results for standard ID→OOD benchmarks, using both aleatoric and epistemic uncertainty 13

GEM-FI: Gated Evidential Mixtures with Fisher Modulation Table 7. Hyperparameters. λFI used only for GEM-FI. ∗ Dropout in the backbone/classifier head; GEM’s internal components (energy network, integration gate) use lower dropout (0.01–0.03) for stability.

5 × 10−4 64 50 10−3 0.3 3 0.05 0.1 0.1 10−4 Cosine (0.1, 0.9) 10

10−3 128 100 10−4 0.1 3 0.1 0.1 0.1 10−4 Cosine (0.1, 0.9) 10

   





5HFDOO



3UHFLVLRQ

Learning rate Batch size Epochs λKL λFI K (heads) Dropout∗ βid βood Weight decay Scheduler Gate bounds Logit clip τ



 ('/$835  ,('/$835  '$('/$835  5('/$835  5H('/$835  *(0&25($835  *(00,;$835  *(0),$835 

   



 



(a) Max prob. 





    



5HFDOO







G 0XWXDOLQIR

 ('/$835  ,('/$835  '$('/$835  5('/$835  5H('/$835  *(0&25($835  *(00,;$835  *(0),$835  



5HFDOO



(c) Diff. entropy

scores. Here, A → B denotes that A is the ID dataset and B the OOD dataset. AUROC is threshold-independent, and higher values indicate better OOD detection performance. Across MNIST-based benchmarks, most recent evidential methods (including ours) saturate near-perfect AUROC, so differences are marginal. On CIFAR-10→SVHN (far-OOD), our methods substantially improve separation: GEM-CORE reaches 94.75/94.36 (alea./epis.), and GEMFI further boosts epistemic AUROC to 95.09. On CIFAR10→CIFAR-100 (near-OOD), GEM-FI provides the clearest gains, improving epistemic AUROC from 83.63 (GEMCORE) to 89.06, suggesting that the feature-informed mixture uncertainty better captures semantic overlap cases where aleatoric cues alone can be insufficient. In contrast, GEM-MIX can underperform on the CIFAR benchmarks (e.g., lower epistemic AUROC on SVHN), which is consistent with mixture assignments becoming less reliable without the feature-informed coupling used by GEM-FI.





 

('/$835  ,('/$835  '$('/$835  5('/$835  5H('/$835  *(0&25($835  *(00,;$835  *(0),$835 

(b) Total evidence (α0 )

F 'LIIHQWURS\

3UHFLVLRQ

CIFAR-10

3UHFLVLRQ

MNIST



 

E 7RWDOHYLGHQFH 





3UHFLVLRQ

Parameter

D 0D[SURE



   





 

('/$835  ,('/$835  '$('/$835  5('/$835  5H('/$835  *(0&25($835  *(00,;$835  *(0),$835  



5HFDOO







(d) Mutual info.

Figure 7. Precision–Recall curves for OOD detection with different uncertainty scores.

F.3. ROC Curves Figure 8 shows ROC curves for OOD detection (SVHN vs. CIFAR-10) using the same uncertainty scores. GEMFI obtains the highest AUROC across metrics, reflecting stronger separability between ID and OOD samples over all thresholds. Among scores, predictive entropy yields the best separation (95.41%), indicating that overall predictive dispersion is a strong cue under far-OOD shifts. MI remains competitive by leveraging component disagreement, whereas max probability and total evidence tend to provide weaker early separation at low false positive rates. F.4. Distribution Shift/Corruptions Although GEM is not specifically designed for corruption robustness, we include a standard corruption stress test for completeness by treating common corruptions as a distribution shift on MNIST-and CIFAR-10-C. We evaluate whether the uncertainty scores can separate clean from corrupted inputs. Table 9 reports AUPR for detecting corruption-induced shifts using aleatoric uncertainty. For CIFAR-10-C we average over 19 corruption types at each severity level, and we also include MNIST→MNIST-C. As severity increases, detection generally becomes easier (higher AUPR), and the comparison highlights how different evidential variants respond to gradual, in-domain corruptions. Discussion. Corruption benchmarks such as CIFAR-10-C induce in-domain, low-level perturbations while preserving class semantics, making shift detection qualitatively different from semantic OOD settings. In this regime, aleatoric uncertainty (used for the AUPR evaluation in

F.2. Precision-Recall Curves Figure 7 shows Precision–Recall curves for OOD detection (SVHN vs. CIFAR-10) using different uncertainty scores. GEM-FI achieves the highest AUPR across all metrics, indicating a better ranking that preserves precision as recall increases. In particular, mutual information (MI) provides the cleanest separation (93.06%), suggesting that mixturecomponent disagreement is highly informative for far-OOD detection. By contrast, max probability degrades quickly as the threshold is relaxed, consistent with occasional overconfident OOD predictions, while evidence-based and entropy scores are more stable but less selective than MI at higher recall.

14

GEM-FI: Gated Evidential Mixtures with Fisher Modulation Table 8. AUROC for OOD detection using aleatoric and epistemic uncertainty. MNIST → KMNIST

MNIST → FMNIST

CIFAR-10 → SVHN

Alea.↑

Alea.↑

Epis.↑

Alea.↑

Epis.↑

Alea.↑

Epis.↑

96.10 ± 0.20 97.80 ± 0.80 97.75 ± 0.40 77.90 ± 3.10 97.40 ± 0.20 98.50 ± 0.30 99.80 ± 0.00 – 98.70 ± 0.01 99.50 ± 0.12 –

– 97.85 ± 0.00 97.50 ± 0.40 71.70 ± 3.60 96.90 ± 0.20 98.50 ± 0.30 99.83 ± 0.00 99.00 ± 0.12 98.68 ± 0.01 99.70 ± 0.12 99.55 ± 0.09

50.82 ± 0.10 43.50 ± 1.90 81.06 ± 3.50 53.10 ± 1.10 79.75 ± 0.20 86.79 ± 2.40 89.24 ± 1.40 86.78 ± 1.22 92.50 ± 0.34 78.10 ± 0.96 89.72 ± 0.81

– 42.80 ± 2.30 81.50 ± 1.70 48.90 ± 0.80 77.20 ± 0.40 86.40 ± 2.30 89.30 ± 1.40 86.78 ± 1.22 92.55 ± 0.65 92.00 ± 0.88 92.19 ± 1.13

44.90 ± 1.00 60.85 ± 2.80 80.63 ± 0.70 54.90 ± 2.60 81.50 ± 0.80 82.15 ± 0.70 86.04 ± 0.10 85.80 ± 0.31 78.90 ± 0.57 70.70 ± 0.79 86.67 ± 0.14

– 61.00 ± 3.40 80.90 ± 1.00 54.20 ± 2.80 81.60 ± 0.80 81.90 ± 0.60 86.10 ± 0.10 85.85 ± 0.31 76.50 ± 0.52 84.80 ± 0.65 86.65 ± 0.14

99.99 ± 0.00 99.77 ± 0.30 99.99 ± 0.01 99.98 ± 0.02 99.99 ± 0.01 99.99 ± 0.01

94.75 ± 0.24 93.05 ± 0.88 93.65 ± 0.55

94.36 ± 1.02 81.29 ± 1.06 95.09 ± 0.55

87.30 ± 0.12 83.97 ± 0.80 88.06 ± 0.06

83.63 ± 0.12 74.60 ± 0.97 89.06 ± 0.06

Method

Venue

Epis.↑

DROPOUT KL-PN EDL RKL-PN POSTNET I-EDL DAEDL R-EDL CEDL+ LTS Re-EDL

ICML16 93.50 ± 0.10 – NeurIPS18 92.50 ± 1.20 92.90 ± 1.00 NeurIPS18 96.55 ± 0.80 95.80 ± 2.00 NeurIPS19 60.20 ± 2.90 53.20 ± 3.40 NeurIPS20 95.25 ± 0.20 94.10 ± 0.30 ICML23 97.90 ± 0.20 97.85 ± 0.20 ICML24 99.85 ± 0.00 99.88 ± 0.00 ICLR24 – 98.20 ± 0.20 ESWA25 99.80 ± 0.07 99.82 ± 0.07 MVA25 97.70 ± 0.85 99.90 ± 0.03 TPAMI25 – 98.70 ± 0.28

GEM-CORE GEM-MIX GEM-FI

99.93 ± 0.01 99.93 ± 0.02 99.94 ± 0.01

99.62 ± 0.42 99.93 ± 0.02 99.95 ± 0.01

CIFAR-10 → CIFAR-100

Table 9. AUPR scores for distribution-shift detection based on aleatoric uncertainty. For CIFAR-10-C, C ∈ 1, 2, 3, 4, 5 denotes the corruption severity. MNIST → MNIST-C AUPR↑

C=1

C=2

C=3

C=4

C=5

M AX P EDL I-EDL DAEDL

78.54 ± 0.30 82.75 ± 0.80 86.06 ± 0.50 92.43 ± 0.30

56.39 ± 0.70 54.76 ± 0.30 56.33 ± 0.20 57.89 ± 0.30

61.88 ± 1.10 59.01 ± 0.40 61.52 ± 0.50 63.23 ± 0.40

65.86 ± 1.30 62.46 ± 0.50 65.44 ± 0.50 67.53 ± 0.40

69.91 ± 1.50 65.87 ± 0.60 69.45 ± 0.50 72.21 ± 0.40

75.01 ± 1.80 70.21 ± 0.80 74.56 ± 0.50 77.74 ± 0.40

GEM-CORE GEM-MIX GEM-FI

87.14 ± 0.00 86.42 ± 0.10 90.36 ± 0.10

54.87 ± 0.30 58.09 ± 0.35 60.61 ± 0.40 63.46 ± 0.50 68.10 ± 0.60 54.45 ± 0.25 57.54 ± 0.35 59.84 ± 0.40 62.48 ± 0.45 66.98 ± 0.55 55.88 ± 0.30 59.39 ± 0.40 61.93 ± 0.45 65.00 ± 0.50 69.97 ± 0.60

D 0D[SURE



7UXH3RVLWLYH5DWH

7UXH3RVLWLYH5DWH

('/$852&  ,('/$852&  '$('/$852&  5('/$852&  5H('/$852&  *(0&25($852&  *(00,;$852&  *(0),$852& 

  

  )DOVH3RVLWLYH5DWH





 





  )DOVH3RVLWLYH5DWH



F.5. Comparison with TS We compare GEM models against TS and representative EDL-based baselines on CIFAR-10 in the closed-set setting (Table 10). All methods are evaluated using their raw, uncalibrated outputs (i.e., before any post-hoc calibration), except for the TS baseline, which fits a temperature parameter on a held-out validation set. We report: (i) ECE (15 bins) and Brier score (×100) for confidence calibration; (ii) AUPR for misclassification detection; and (iii) mean AUROC averaged over SVHN and CIFAR-100 for OOD detection. Overall, GEM-C ORE and GEM-FI achieve competitive (often state-of-the-art) calibration without any post-hoc tuning, while GEM-FI further improves misclassification and OOD detection, indicating that energy-gated evidential learning can yield well-calibrated confidence in a single pass.



(b) Total evidence (α0 )

F 'LIIHQWURS\



G 0XWXDOLQIR





7UXH3RVLWLYH5DWH

 7UXH3RVLWLYH5DWH

('/$852&  ,('/$852&  '$('/$852&  5('/$852&  5H('/$852&  *(0&25($852&  *(00,;$852&  *(0),$852& 



(a) Max prob.

('/$852&  ,('/$852&  '$('/$852&  5('/$852&  5H('/$852&  *(0&25($852&  *(00,;$852&  *(0),$852& 

  

when representation support is low and stabilizing mixture allocations–sensitivity to gradual within-support corruptions is not explicitly optimized. Accordingly, detection typically improves as corruption severity grows, because larger perturbations more substantially degrade feature support and yield a clearer separation between clean and corrupted samples.







E 7RWDOHYLGHQFH 







CIFAR-10 → CIFAR-10-C



  )DOVH3RVLWLYH5DWH

(c) Diff. entropy





('/$852&  ,('/$852&  '$('/$852&  5('/$852&  5H('/$852&  *(0&25($852&  *(00,;$852&  *(0),$852& 

 







  )DOVH3RVLWLYH5DWH





(d) Mutual info.

Figure 8. ROC curves for OOD detection with different uncertainty scores.

F.6. Effect of Post-hoc TS on GEM To assess whether GEM models benefit from post-hoc calibration, we apply TS following the standard protocol: we fit a scalar temperature T on a held-out validation set by minimizing the negative log-likelihood, then evaluate calibration

Table 9) need not increase reliably at mild severities: the model can still extract sufficient class evidence and maintain high-confidence predictions even when inputs are corrupted. Since our approach primarily targets epistemic support estimation and ID/OOD separation–i.e., suppressing evidence 15

GEM-FI: Gated Evidential Mixtures with Fisher Modulation

OOD detect.

ECE (15 bins)↓ Brier (×100)↓

AUPR↑

Mean AUROC↑

TS (post-hoc) EDL I-EDL DAEDL R-EDL Re-EDL

1.06±0.10 11.56±0.93 44.35±1.27 7.22±1.18 3.47±0.31 5.72±0.32

18.44±0.49 27.34±0.71 59.73±1.31 14.27±0.20 18.15±0.50 14.95±0.47

98.89±0.05 98.74±0.07 98.71±0.11 99.08±0.00 98.98±0.05 98.81±0.05

82.07±2.23 82.32±0.98 82.01±1.47 88.19±0.10 83.73±1.07 85.46±1.41

GEM-C ORE GEM-MIX GEM-FI

1.94±0.11 2.80±0.45 2.42±0.04

1.27±0.02 6.97±0.03 6.81±0.01

99.22±0.01 99.43±0.02 99.94±0.01

88.72±0.21 88.23±0.66 89.30±0.10

   

NLL↓

Before After Before GEM-C ORE GEM-MIX GEM-FI

1.94 2.80 2.42

0.76 3.04 2.70

Brier (×100)↓

After

Before

After

0.2603 0.2553 0.2700 0.2697 0.2133 0.2189

1.27 6.97 6.81

1.23 6.96 6.63





*(00,; (&( 

   

    3UHGLFWHG&RQILGHQFH

&RUUHFW3UHGLFWLRQV  0HDQ&RQILGHQFH

ECE (%)↓

    3UHGLFWHG&RQILGHQFH







*(0), (&( 

   

    3UHGLFWHG&RQILGHQFH



Figure 9. Reliability diagrams on CIFAR-10 test (ID). Empirical accuracy vs. predicted confidence (15 equal-width bins) for GEMC ORE, GEM-MIX, and GEM-FI (pre-TS). Reported ECE values match Table 11.

Table 11. Post-hoc TS on CIFAR-10 for GEM models. Brier: multiclass Brier computed from the final post-gating probabilities, averaged over classes, reported as ×100. Model



*(0&25( (&( 

(PSLULFDO$FFXUDF\

Misclass. detect.

(PSLULFDO$FFXUDF\

Confidence calibration

Method



(PSLULFDO$FFXUDF\



Table 10. TS comparison on CIFAR-10 (closed-set; precalibration unless noted).

T

1.18 1.01 0.95





,QFRUUHFW3UHGLFWLRQV 









  

metrics before and after scaling (Table 11). We emphasize that TS optimizes NLL and does not necessarily improve ECE. GEM-C ORE learns T ≈ 1.18, indicating mild overconfidence; applying TS reduces ECE from 1.94% to 0.76% and slightly improves both NLL and Brier. GEM-MIX learns T ≈ 1.01, consistent with near-calibrated outputs; applying TS leaves NLL and Brier essentially unchanged, and ECE may slightly increase (2.80% → 3.04%). Finally, GEM-FI achieves strong intrinsic calibration (ECE ≈ 2.5%) without post-hoc tuning. With T ≈ 0.95 < 1, TS slightly sharpens predicted probabilities; while this is appropriate for NLL minimization, it can mildly worsen ECE when calibration is already strong under ECE (2.42% → 2.70%), with Brier remaining similar.



*(0&25(

*(00,; 0RGHO

*(0),

Figure 10. Confidence on correct vs. incorrect predictions (CIFAR10 test, ID). Mean max-confidence for correct and incorrect predictions for GEM-C ORE, GEM-MIX, and GEM-FI.

Discussion. Across models, reliability curves remain close to the diagonal on ID data, consistent with the low ECE values in Table 11. Since TS optimizes NLL rather than ECE, applying TS may slightly improve or slightly worsen ECE depending on the model (Table 11). Overall, these diagnostics support that GEM achieves strong ID calibration intrinsically, while maintaining substantially lower confidence on incorrect predictions. F.8. Uncertainty Distributions (ID vs OOD) Figure 11 visualizes how different uncertainty scores separate ID(blue) from OOD(red) samples. We include both digit-domain and natural-image shifts; across pairs, MI provides the clearest ID/OOD separation for GEM-FI, supporting the use of mixture-aware epistemic uncertainty.

F.7. Reliability Diagrams and Calibration Sanity Checks Reliability diagrams assess calibration by plotting empirical accuracy against predicted confidence in fixed-width bins (Guo et al., 2017). A well-calibrated model lies close to the diagonal, while deviations indicate over- or underconfidence. Figure 9 reports ID reliability diagrams on CIFAR-10 (test set) for GEM-C ORE, GEM-MIX, and GEM-FI using the final post-gating probabilities (before any post-hoc calibration). This qualitative view complements Table 11 and confirms that all three variants exhibit low ECE on ID data. To further sanity-check calibration, Figure 10 compares the mean max-confidence on correct vs. incorrect predictions. Across all variants, incorrect predictions receive substantially lower confidence than correct predictions, alleviating concerns that unusually low Brier scores could arise from pathological overconfidence.

F.9. Entropy–MI Analysis Figure 12 plots aleatoric uncertainty (entropy) against epistemic uncertainty (MI) for GEM-FI. ID samples concentrate in the low-entropy/low-MI region, while OOD samples typically shift toward higher MI (head disagreement), highlighting the complementarity of the two components. For mixture models, we decompose predictive uncertainty into aleatoric (entropy) and epistemic (MI) components: MI(x) = H(p̂(x)) −

K X k=1

16

 πk (x) H p(k) (x) .

(20)

GEM-FI: Gated Evidential Mixtures with Fisher Modulation

   0D[3UREDELOLW\

 



(a) M AX P (FMNIST)

  (QWURS\



   



(e) Entropy (FMNIST) ,' 22'

0,



(i) MI (FMNIST)



  



 0,





  (QWURS\

(j) MI (KMNIST)

   





 0,



(k) MI (SVHN)





0,&YV& $835  

,' 22'



(QWURS\

(h) Entropy (CIFAR-100)

0,&YV69+1 $835 

  



,' 22'



(g) Entropy (SVHN) 



(QWURS\&YV& $835 

 

   0D[3UREDELOLW\

(d) M AX P (CIFAR-100)



 



,' 22'

 'HQVLW\

'HQVLW\

 



 



,' 22'



0,01,67YV.01,67 $835 



 

(QWURS\

   0D[3UREDELOLW\

(QWURS\&YV69+1 $835 

(f) Entropy (KMNIST)

0,01,67YV)01,67 $835  





,' 22'



(c) M AX P (SVHN)

'HQVLW\

'HQVLW\

'HQVLW\

 

 



(QWURS\01,67YV.01,67 $835  ,' 22'





 

   0D[3UREDELOLW\



(b) M AX P (KMNIST)

(QWURS\01,67YV)01,67 $835  ,' 22'







'HQVLW\





,' 22'



'HQVLW\

 

,' 22'



0D[3&YV& $835 

 'HQVLW\



0D[3&YV69+1 $835  'HQVLW\

'HQVLW\

'HQVLW\

,' 22'



0D[301,67YV.01,67 $835 



'HQVLW\

0D[301,67YV)01,67 $835 





,' 22'

  





0,







(l) MI (CIFAR-100)

Figure 11. Uncertainty distributions measured by (top) maximum probability, (middle) entropy, and (bottom) MI for GEM-FI. Blue = ID samples; Red = OOD samples. MI achieves the best separation, especially for far-OOD pairs.

High MI indicates between-head disagreement, which is particularly useful for OOD detection.

puted from multiple uncertainty scores (M AX P, total evidence α0 , Energy, predictive Entropy, and mixture-aware MI). For the CIFAR-10→TinyImageNet benchmark, we resize TinyImageNet images from the original 64 × 64 to 32 × 32 to match the CIFAR-10 input resolution used by our model. This design choice avoids introducing input resolution as an additional confounding factor in the dataset-shift setting, so changes in uncertainty scores and OOD metrics are primarily attributable to distribution shift rather than to input-size or architecture/preprocessing differences. For OOD detection, we treat OOD samples as the positive class and report both AUPR and AUROC (higher is better). Beyond detection metrics, we include evidential/epistemic diagnostics. In our setting, total evidence α0 and mixtureaware MI are expected to be relatively high on ID inputs and to decrease on OOD inputs, reflecting reduced support and increased epistemic uncertainty under distribution shift. We additionally report Energy and predictive Entropy as complementary uncertainty signals: Energy provides a calibrated separation cue in logit/probability space, whereas Entropy summarizes overall predictive uncertainty. Taken together, improvements in AUPR/AUROC across these scores (alongside the desired ID↑/OOD↓ trends for α0 and MI) provide consistent evidence that GEM-FI yields robust OOD separation without compromising ID accuracy.

F.10. Score Comparison Boxplots Figure 13 compares common OOD scoring functions– M AX P, predictive entropy, MI, and total evidence α0 – across ID(CIFAR-10), near-OOD (CIFAR-100), and farOOD (SVHN) samples. Well-separated score distributions indicate stronger discriminative uncertainty. In our setting, MI and α0 provide the clearest separation, supporting their use as primary epistemic and evidential signals. Discussion. The boxplots in Figure 13 summarize uncertainty statistics over ID, near-OOD, and far-OOD samples, emphasizing separation between regimes rather than a single scalar score. Compared to baselines, GEM-FI yields higher epistemic indicators (e.g., entropy/MI proxies) on OOD while maintaining lower uncertainty on ID data, suggesting a better trade-off between selectivity and predictive sharpness. Importantly, the improved separation is most visible in the near-OOD setting, where semantic overlap makes OOD detection challenging and overconfidence is common (Hendrycks & Gimpel, 2017). F.11. OOD detection performance on dataset-shift benchmarks (AUPR/AUROC) Table 12 summarizes dataset-shift results for GEM-FI, reporting ID test accuracy and OOD detection metrics com-

17

GEM-FI: Gated Evidential Mixtures with Fisher Modulation 

 

0, (SLVWHPLF



   

  











  (QWURS\ $OHDWRULF





(a) MNIST vs FMNIST





&,)$5 &,)$5



    (QWURS\ $OHDWRULF





 



 (QWURS\ $OHDWRULF



(e) CIFAR-10 vs SVHN





   (QWURS\ $OHDWRULF

&,)$5 &,)$5&

   

   



(f) CIFAR-10 vs CIFAR-100



&RUUHFW 0LVFODVVLILHG







  (QWURS\ $OHDWRULF

(d) Correct vs Misclass 



















 0, (SLVWHPLF

0, (SLVWHPLF





(c) MNIST vs MNIST-C











(b) MNIST vs KMNIST

&,)$5 69+1



  (QWURS\ $OHDWRULF

&RUUHFW 0LVFODVVLILHG





 



01,67 01,67&







0, (SLVWHPLF

0, (SLVWHPLF



0, (SLVWHPLF

01,67 .01,67



0, (SLVWHPLF



01,67 )01,67



0, (SLVWHPLF





  (QWURS\ $OHDWRULF



(g) CIFAR-10 vs CIFAR-10-C





   (QWURS\ $OHDWRULF



(h) Correct vs Misclass

Figure 12. Entropy (aleatoric) vs. MI (epistemic) scatter plots for GEM-FI. Top row: MNIST shifts; bottom row: CIFAR-10 shifts. Panels (d) and (h) show Correct vs Misclass for MNIST and CIFAR-10, respectively. ID samples (blue) cluster in the low-entropy, low-MI region, while OOD and corrupted samples (red) exhibit higher values, enabling effective threshold-based OOD detection. Table 12. OOD detection performance of GEM-FI on dataset-shift benchmarks. For each scoring function, reported are the ID test accuracy and the corresponding OOD detection metrics AUPR and AUROC. Dataset MNIST→KMNIST MNIST→FMNIST CIFAR-10→SVHN CIFAR-10→CIFAR-100 CIFAR-10→TinyImageNet

98.78 98.78 93.75 93.75 93.47



   ,'

1HDU22'

Entropy↑

MI↑

M AX P↑

α0 ↑

Energy↑

Entropy↑

MI↑

99.95 99.99 91.27 90.30 89.23

99.96 99.99 92.59 90.20 89.68

99.97 99.99 91.35 90.50 89.48

99.98 99.98 92.16 90.75 89.78

99.99 99.99 93.06 89.60 90.37

99.94 99.99 93.65 88.06 88.06

99.93 99.99 95.09 89.06 89.82

99.97 99.98 94.03 88.46 88.51

99.98 99.98 94.83 88.94 89.04

99.99 99.99 95.41 89.22 89.93

G.1. Qualitative Comparison with Baselines Figure 14 presents a side-by-side comparison of the latent structures learned by GEM-C ORE (top row), GEM-MIX (middle row), and GEM-FI (bottom row). The first column shows raw feature embeddings, while the second column depicts the normalized space used for density estimation. The third column overlays OOD samples (SVHN/CIFAR-100) on ID data (CIFAR-10). Notably, GEM-FI achieves the most compact class clustering and the clearest separation between ID and OOD regions, validating the synergy between the mixture-of-beliefs architecture and Fisher-informed regularization.

  ,'

1HDU22'

)DU22'

(b) Entropy scores  7RWDO(YLGHQFH

0XWXDO,QIRUPDWLRQ QDWV

Energy↑



(a) M AX P scores        

α0 ↑

G. Sensitivity Analysis



)DU22'

,'

1HDU22'

(c) MI scores

)DU22'

AUROC↑

M AX P↑





(QWURS\ QDWV

0D[3UREDELOLW\

AUPR↑

Test Acc.↑

    

,'

1HDU22'

G.2. Effect of λ on conflict score Figure 15 illustrates how the mixing coefficient λ controls the relative contribution of inter-class and intra-class conflict in the GEM-FI formulation. We define the conflict score C as a weighted combination of inter-class disagreement (variance of means) and intra-class disagreement (mean of variances), modulated by λ ∈ [0, 1]. When λ = 0, the conflict score depends solely on inter-class disagreement,

)DU22'

(d) Total evidence α0

Figure 13. Box plots comparing uncertainty scores for ID (CIFAR10), Near-OOD (CIFAR-100), and Far-OOD (SVHN). MI and α0 show the clearest separation between ID and OOD samples.

18

GEM-FI: Gated Evidential Mixtures with Fisher Modulation ,' )DU22' 1HDU22'

%HIRUH1RUP

$IWHU1RUP

,'YV22'

(a) GEM-CORE ,' )DU22' 1HDU22'

%HIRUH1RUP

$IWHU1RUP

,'YV22'

(b) GEM-MIX ,' )DU22' 1HDU22'

%HIRUH1RUP

$IWHU1RUP

,'YV22'

(c) GEM-FI Figure 14. Qualitative comparison of feature spaces across methods. Rows: GEM-CORE (top), GEM-MIX (middle), GEM-FI (bottom). Columns: Before Normalization, After Normalization, ID (Blue) vs OOD (Red/Orange).

resulting in vertical gradients dominated by Cinter . As λ increases, the influence of intra-class conflict becomes more pronounced, leading to smoother diagonal transitions across the conflict landscape. At λ = 1, the score is fully determined by intra-class inconsistency, encouraging more stable mixture allocations and reducing sensitivity to spurious inter-class fluctuations near decision boundaries.

OOD separation, indicating that the method is not driven by a narrow hyperparameter sweet spot. Table 13. Sensitivity to λF I on CIFAR-10→SVHN.

G.3. Sensitivity to λF I and λKL To complement the mixture-size analysis, we also examine sensitivity to the Fisher regularization strength λF I and the evidential regularization coefficient λKL on CIFAR10→SVHN. Across both sweeps, the default setting remains competitive while nearby values yield similar accuracy and 19

λF I

Test Acc.↑

Epis. AUPR↑

0.01 0.05 0.10 0.30 1.00

93.68 ± 0.40 93.71 ± 0.30 93.75 ± 0.36 93.65 ± 0.35 93.40 ± 0.50

91.43 ± 0.55 92.12 ± 0.45 92.59 ± 0.31 92.33 ± 0.42 90.80 ± 0.80

     

 

 

 

 

 

          

&RQIOLFW6FRUH&

Cintra

GEM-FI: Gated Evidential Mixtures with Fisher Modulation











Cinter

 







Cinter



 







Cinter



 







Cinter



 







Cinter





Figure 15. Effect of the mixing coefficient λ on the conflict score C in GEM-FI. Each panel shows C as a function of inter-class conflict Cinter and intra-class conflict Cintra for a fixed value of λ (from left to right: λ ∈ 0, 0.25, 0.5, 0.75, 1.0). Larger values of C indicate stronger disagreement between evidential components. Table 14. Sensitivity to λKL on CIFAR-10→SVHN. λKL −5

10 10−4 10−3 10−2

Test Acc.

Calibration vs. support. Figure 17 reports supportconditioned calibration using proper scoring rules (NLL and Brier; ↓ better). Calibration degrades as support decreases, consistent with low-support inputs being more error-prone and shift-prone. Importantly, for matched support levels, the proposed methods generally achieve lower NLL and/or Brier score than the baseline, suggesting that the improved uncertainty behavior is accompanied by better-aligned predictive probabilities rather than merely increased conservatism. Accuracy and confidence vs. support. Figure 18 connects support to performance and confidence. On ID, accuracy decreases with increasing kNN distance, reflecting that low-support samples are inherently more challenging. For OOD splits—where accuracy can be less informative due to label-space mismatch—we instead inspect max-confidence: a desirable reliability signature is reduced confidence as support decreases. The proposed variants display a more support-sensitive confidence profile in low-support bins, consistent with improved selective caution under shift. Normalized energy vs. support. Figure 19 plots the learned energy signal against the same support proxy using a normalized scale (e.g., z-scoring) to enable comparison across splits and methods. The relationship between energy and the kNN proxy is not uniformly monotone and can vary by regime, indicating that energy is not acting as a direct, universal support estimator under this crude proxy. This is expected: the energy head is trained end-to-end as part of the gating/uncertainty mechanism, not to match an explicit density model or support-distance objective. Accordingly, we interpret energy as a learnable control signal whose utility is evidenced indirectly through the support-conditioned reliability improvements in uncertainty, calibration, and confidence (Figs. 16–19).

Epis. AUPR

93.60 ± 0.28 91.9 ± 0.42 93.75 ± 0.36 92.59 ± 0.31 93.30 ± 0.32 92.2 ± 0.50 92.50 ± 0.45 91.5 ± 0.65

G.4. Effect of mixture size K To assess the impact of the mixture size in GEM-FI, we vary the number of heads K ∈ 3, 4, 5 and report OOD detection performance together with ID test accuracy on CIFAR-10 (Table 15). We observe that performance is relatively stable across different values of K, while K = 3 provides the best overall trade-off in these runs, indicating that a small mixture is sufficient to capture meaningful epistemic structure without over-parameterizing the model. Table 15. AUPR scores of OOD detection for GEM-FI with different mixture sizes K on CIFAR-10, based on aleatoric and epistemic uncertainty, along with test accuracy. K

Test Acc.↑ (%)

3 4 5

CIFAR-10 → SVHN Alea.↑

Epis.↑

CIFAR-10 → CIFAR-100 Alea.↑

Epis.↑

93.75 ± 0.36 91.27 ± 0.29 92.59 ± 0.31 90.30 ± 0.06 90.20 ± 0.06 91.71 ± 0.14 90.70 ± 0.30 92.03 ± 0.21 89.04 ± 0.12 87.63 ± 0.09 92.62 ± 0.20 90.62 ± 0.14 92.54 ± 0.14 90.28 ± 0.08 90.15 ± 0.08

G.5. Support-Conditioned Behavior Diagnostics We analyze how predictive uncertainty, calibration, energy, and accuracy/confidence vary as a function of a featurespace support proxy. Support is measured via kNN distance (k=10) to a CIFAR-10 training feature bank. We report trends for CIFAR-10 (ID), CIFAR-100 (near-OOD), and SVHN (far-OOD). Uncertainty vs. support. Figure 16 shows that predictive uncertainty increases as kNN distance grows (i.e., support decreases) across ID, near-OOD, and far-OOD. This monotone rise is visible under both entropy and 1 − max p, indicating that samples farther from the CIFAR-10 feature bank are systematically harder and/or less well supported. Compared to the baseline, the proposed variants exhibit a more pronounced uncertainty increase in low-support regions, reflecting more cautious behavior under distribution shift.

G.6. Fair Comparison with VOS Because VOS is used only in the full GEM-FI pipeline, we also report a matched comparison in which VOS exposure is added to baseline methods and removed from GEM-FI. Table 16 shows that VOS improves all methods to some degree, but does not explain the gains by itself: even without VOS, GEM-FI remains stronger than the VOS-augmented DAEDL and Re-EDL baselines.

20

GEM-FI: Gated Evidential Mixtures with Fisher Modulation ,' &,)$5

(QWURS\+>S \_[ @

QHDU22' &,)$5



 

IDU22' 69+1 













 



 

%DVHOLQH *(0&25( *(0),







 





























  

PD[ S



 







 



  







N11'LVWDQFH 6XSSRUW3UR[\











N11'LVWDQFH 6XSSRUW3UR[\

N11'LVWDQFH 6XSSRUW3UR[\

Figure 16. Uncertainty vs. support (entropy / 1 − max p). ,' &,)$5

QHDU22' &,)$5



1//

  

%ULHU6FRUH

















 





 

























































N11'LVWDQFH 6XSSRUW3UR[\





 









IDU22' 69+1 %DVHOLQH *(0&25( *(0),











N11'LVWDQFH 6XSSRUW3UR[\

N11'LVWDQFH 6XSSRUW3UR[\

Figure 17. Calibration vs. support (NLL, Brier; ↓ better). ,' &,)$5 0D[&RQILGHQFH

$FFXUDF\

    





QHDU22' &,)$5





    

N11'LVWDQFH 6XSSRUW3UR[\









N11'LVWDQFH 6XSSRUW3UR[\

IDU22' 69+1



0D[&RQILGHQFH



%DVHOLQH *(0&25( *(0),

    







N11'LVWDQFH 6XSSRUW3UR[\



Figure 18. Accuracy (ID; ↑ better) and confidence (OOD; ↓ better) vs. support. Table 16. Fair comparison with VOS on CIFAR-10→SVHN. Aleatoric and epistemic columns report AUPR using MaxP and α0 /MI-style scores, respectively. Method

Alea. AUPR↑ Epis. AUPR↑

DAEDL DAEDL + VOS Re-EDL Re-EDL + VOS GEM-FI (without VOS) GEM-FI (with VOS)

85.50 ± 1.40 87.12 ± 1.20 87.84 ± 0.96 88.95 ± 1.00 90.50 ± 0.30 91.27 ± 0.29

85.54 ± 1.40 87.34 ± 1.25 89.89 ± 1.39 90.67 ± 1.10 91.82 ± 0.32 92.59 ± 0.31

G.7. Additional VOS and Density-Scaling Ablations Table 17 isolates the role of the VOS boundary-sharpening mechanism by replacing it with simple feature-space noise. VOS remains the stronger auxiliary choice, but the core gat21

GEM-FI: Gated Evidential Mixtures with Fisher Modulation



D 8QFHUWDLQW\YV6XSSRUW

E &DOLEUDWLRQYV6XSSRUW

%DVHOLQH *(0&25( *(0),



1//

   

(QHUJ\ ]VFRUH













   



N11'LVWDQFH

p-value

MNIST 0.82 ± 0.03 < 10−6 CIFAR-10 0.74 ± 0.05 < 10−6



N11'LVWDQFH F 1RUPDOL]HG(QHUJ\YV6XSSRUW

Spearman ρ

Dataset

 





Table 19. Spearman correlation between learned energy and kNN support distance.



0D[&RQILGHQFH

(QWURS\+>S \_[ @









Table 20. Mean kNN support distance across energy deciles on CIFAR-10 test data. Decile 1 denotes lowest energy (highest support), and decile 10 the highest energy regime.

N11'LVWDQFH G &RQILGHQFHYV6XSSRUW



Energy decile

1

2

3

4

5

6

7

8

9

10



Mean kNN dist. Std. dev.

4.8 1.2

5.5 1.4

6.3 1.7

7.0 1.9

7.8 2.1

8.6 2.4

9.4 2.7

10.3 3.1

11.4 3.5

12.5 3.8









N11'LVWDQFH

G.9. Head Diversity and Routing Specialization We further quantify the diversity induced by the mixture architecture. Table 21 shows that head disagreement increases from ID to near-OOD to far-OOD settings, indicating that the mixture captures complementary uncertainty patterns rather than collapsing to identical behavior. Table 22 summarizes router specialization: easy ID cases concentrate most probability mass on one head, while low-support and OOD inputs induce higher routing entropy and softer allocations.



Figure 19. Normalized energy vs. support. While the relationship is broadly increasing on average, local non-monotonicity can appear in transition regimes near class boundaries or mixed-support regions; this does not materially affect the bulk OOD detection behavior, where energy still serves as a distance-informed support signal.

ing and mixture design still retain substantial performance without structured synthetic outliers. Table 18 isolates the contribution of the supplementary density scaler ρ(z): most of the gain is retained when ρ(z) = 1, while the full model provides a further improvement.

Table 21. Head-diversity statistics for GEM-FI with K = 3 on CIFAR-10. Pairwise cosine similarity is averaged over all head pairs. Split

Table 17. Effect of replacing VOS with simple feature-space noise on CIFAR-10→SVHN. Method

Alea. AUPR↑ Epis. AUPR↑

GEM-FI + VOS GEM-FI + feature-space noise

91.27 ± 0.29 89.50 ± 0.35

ID (CIFAR-10 test) Near-OOD (CIFAR-100) Far-OOD (SVHN)

92.59 ± 0.31 89.80 ± 0.38

Alea. AUPR↑ Epis. AUPR↑

GEM-FI with ρ(z) GEM-FI with ρ(z) = 1

91.27 ± 0.29 89.50 ± 0.35

0.91 ± 0.05 0.77 ± 0.09 0.61 ± 0.12

9 ± 2% 31 ± 3% 47 ± 5%

Table 22. Router specialization summary for GEM-FI with K = 3 on CIFAR-10. Lower entropy and larger maximum router weight indicate stronger specialization.

Table 18. Effect of removing the supplementary density scaler on CIFAR-10→SVHN. Model

Pairwise cosine sim. Disagreement rate

Condition Easy ID (high-conf., correct) Boundary (low-conf., correct) OOD (SVHN)

92.59 ± 0.31 91.00 ± 0.40

Head entropy H(π) Mean max router wt. 0.22 ± 0.08 0.75 ± 0.12 1.05 ± 0.09

0.87 ± 0.04 0.58 ± 0.06 0.42 ± 0.05

H. Failure Modes, Limitations, and Compute Resources

G.8. Energy–Support Correlation Statistics To complement the qualitative support-conditioned plots in Section G.5, Table 19 reports rank-correlation statistics between learned energy and kNN support distance, and Table 20 reports a decile-based summary on CIFAR-10. The average trend is increasing, while local deviations remain concentrated in transition regimes near class boundaries and mixed-support regions.

H.1. Failure Modes While the proposed method demonstrates strong performance in practice, we observe the following failure modes. First, head collapse may occur: without π-entropy regularization (or with an insufficient coefficient), mixture weights can concentrate on a single head, effectively reducing the model to a single-expert predictor. Second, confidence lockin persists for a small subset of samples: some misclassified inputs remain highly confident due to shortcut features or class-conditional biases learned early in training, and the gate may not sufficiently down-weight these cases. Third, energy-gate saturation can happen: very large-magnitude 22

GEM-FI: Gated Evidential Mixtures with Fisher Modulation Table 23. Computational overhead comparison on CIFAR-10 with a ResNet-18 backbone. Model

Params (M)

Train (s/epoch)

Infer (ms/batch)

Memory (GB)

DAEDL GEM-CORE GEM-MIX (K=3) GEM-FI (K=3) GEM-FI (K=5)

11.17 ± 0.00 11.24 ± 0.00 11.38 ± 0.00 11.38 ± 0.00 11.52 ± 0.00

28.40 ± 0.5 30.11 ± 0.5 34.64 ± 0.6 42.31 ± 0.8 51.70 ± 1.0

3.20 ± 0.1 3.40 ± 0.1 3.80 ± 0.1 3.85 ± 0.1 4.22 ± 0.1

2.11 ± 0.0 2.23 ± 0.0 2.51 ± 0.1 3.14 ± 0.1 3.86 ± 0.1

energies may saturate the gating function, reducing sensitivity to intermediate support differences; mild evaluation-time desaturation helps mitigate this effect. Fourth, expert redundancy may emerge: multiple heads can converge to similar solutions (especially with limited diversity pressure), which reduces the benefit of maintaining multiple experts and can amplify head collapse. Finally, training instability under aggressive settings can arise: large learning rates, very small batch sizes, or strong weight decay may lead to oscillatory mixture weights and brittle gating dynamics. H.2. Limitations Our approach has several practical limitations. First, performance can be sensitive to mixture-related hyperparameters (e.g., entropy strength, number of heads, and gate scaling); poor settings may yield overly sharp routing or overly uniform routing. Second, multi-head evaluation increases inference cost: although the added parameters are small, running multiple heads introduces a modest latency overhead compared to a single-head evidential baseline. Third, the method benefits from stable optimization; in low-precision or memory-constrained regimes, careful tuning (e.g., gradient clipping or conservative schedules) may be required to avoid brittle gating behavior. Fourth, head behaviors are not inherently interpretable: while mixture weights provide some signal, attributing semantic meaning to each head is not guaranteed without additional constraints. H.3. Compute Resources All experiments were conducted on a single NVIDIA RTX 3090 GPU with 32GB system RAM. For CIFAR-10 experiments we used batch size 128; for MNIST we used batch size 50. Training-time overhead is dominated by the FIrelated autograd operations used during GEM-FI optimization, while inference remains single-pass and incurs only a modest increase relative to single-head evidential baselines. Detailed parameter counts, training time per epoch, inference latency, and memory usage are reported in Table 23.

23

Record · ID 155304 · SHA-256 908309ec4cf435ca
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.