Pith. sign in

REVIEW 4 major objections 4 minor 18 references

Structurally Separated Uncertainty in Supervised Latent Variable Models

T0 review · 4 major / 4 minor · reviewed 2026-08-03 · deepseek-v4-flash

Pith's one-line read This paper argues that epistemic and aleatoric uncertainty become operationally separable when each is computed from its own parameter path with its own supervision signal, and proves a gradient-separation theorem that breaks the coupling t

desk verdict The architectural idea is real and worth building on, but the key validation on MAQA*/AmbigQA* is unverifiable as written and the theory is close to tautological. read the letter →

arxiv 2602.11219 v2 pith:JFA6OOJI submitted 2026-02-11 cs.LG cs.AI

classification cs.LGcs.AI MSC 68T07
keywords uncertaintydecompositionepistemicaleatoriccredalsetsconceptbottleneckmodelsgradientisolationannotatordisagreementstructuralseparation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper argues that the usual way of estimating epistemic and aleatoric uncertainty—deriving both from the same predictive distribution—is why the two estimates are strongly correlated and blurred in meaning. It proposes a design principle called structural separation: compute the two uncertainties from disjoint parameter paths trained with disjoint loss signals, so the model cannot learn them from the same gradient. Instantiating this in a credal-set concept bottleneck model, the authors prove a gradient-separation theorem and show empirically that epistemic–aleatoric correlation drops to near zero across five benchmarks while accuracy is preserved and aleatoric estimates track true ambiguity. If right, this gives a practical route to making "the model doesn't know" and "the question is ambiguous" operationally distinct.

What carries the argument

The central object is a credal set—a set of plausible predictive distributions rather than a single point—parameterized as an ellipsoid in logit space. The epistemic head controls the ellipsoid's covariance (set size) and is supervised by rescaled prediction error plus a Hausdorff KL regularizer; the aleatoric head controls a separate variance term and is supervised directly by annotator entropy. The gradient-separation theorem rests on three enablers: a frozen encoder so no shared gradient path flows back, orthogonal projections so each head reads a distinct subspace, and stop-gradient in the epistemic loss so it cannot game the error signal. Together these make the two uncertainty estimate

What would settle it

Construct a benchmark where ambiguous questions (high annotator entropy) are also the ones the model most often answers incorrectly, train the same architecture, and check whether the epistemic–aleatoric correlation stays below 0.1; if it rises, the decorrelation is conditional on the supervision targets being uncorrelated rather than being a pure architectural guarantee.

Watch

Extended reading notes

Core claim

The central claim is Theorem 3.1: with a frozen encoder, orthogonal projections of the shared representation, and stop-gradient in the epistemic loss, the aleatoric parameters receive gradients only from the aleatoric loss and the epistemic parameters only from the epistemic loss. This structural guarantee, the paper argues, lets the two uncertainty heads decorrelate by construction rather than through post hoc decomposition. Empirically, across five ambiguity-aware benchmarks, the method reduces the Spearman correlation between epistemic and aleatoric uncertainty from roughly 0.75–0.85 for standard methods to at most 0.08, while preserving or slightly improving accuracy, improving aleatoric

Load-bearing premise

The two supervision targets—rescaled prediction error and annotator entropy—must be approximately uncorrelated in the data distribution; if they are correlated, the two uncertainty heads will output correlated estimates no matter how cleanly their gradients are separated, and the empirical decorrelation will vanish.

Editorial extensions

If this is right

  • Uncertainty decomposition becomes actionably distinct: high-epistemic, low-aleatoric cases can be routed to data collection, while low-epistemic, high-aleatoric cases can be routed to human review.
  • Error detection degrades far less in the high-ambiguity regime (roughly half the AUROC drop of baselines), because epistemic uncertainty no longer gets diluted by aleatoric noise.
  • Aleatoric uncertainty can be validated against ground-truth ambiguity in benchmarks, improving from roughly 0.2 to 0.42–0.74, making the decomposition testable rather than merely asserted.
  • The decorrelation is architectural rather than a post-processing trick, holding across random seeds and across different frozen encoders.
  • The method requires multi-annotator concept labels; without the aleatoric supervision signal, decorrelation remains but aleatoric validity drops substantially.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • As an editorial extension: the strong reported correlation between aleatoric uncertainty and true ambiguity is partly by construction, because that head is regressed directly onto annotator entropy; the more novel claim is that this can happen without reintroducing correlation with the epistemic head.
  • As an editorial extension: the decorrelation guarantee depends on the two supervision targets being uncorrelated in the data; if ambiguous examples are also the ones the model errs on, the method will inherit that correlation no matter how clean the gradients are.
  • As an editorial extension: the same recipe—frozen backbone, orthogonal heads, separate supervision—should transfer beyond concept bottleneck models to other multi-head architectures, suggesting a testable general principle for uncertainty decomposition.
  • As an editorial extension: the ground-truth ambiguity used for validation is itself a proxy (corpus co-occurrence), so a human-study validation with explicit ambiguity judgments would be a stronger test of whether the aleatoric head captures genuine semantic ambiguity.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 4 minor

Summary. The paper proposes 'structural separation' as a design principle for disentangling epistemic and aleatoric uncertainty in supervised latent-variable models: the two uncertainties are computed from disjoint parameter paths, trained with disjoint supervision signals (prediction error for epistemic, annotator entropy for aleatoric), with gradient isolation enforced by a frozen encoder, orthogonal projections, and stop-gradient operations. The principle is instantiated in a Variational Credal Concept Bottleneck Model, where an ellipsoidal credal set in logit space is parameterized by an epistemic covariance Σ_epi and an aleatoric variance σ_ale. The paper proves a gradient-separation theorem (Thm. 3.1), claims an asymptotic decorrelation corollary (Cor. 3.3), and reports across five benchmarks that the EU–AU correlation drops from ρ≈0.75–0.84 for standard methods to |ρ|≤0.08, while ρ(U_ale,H[p*]) reaches 0.42–0.74 and error-detection AUROC improves, with downstream 'quadrant routing' as a practical application.

Significance. If the empirical claims hold, the paper makes a useful contribution: it offers a concrete architectural recipe for obtaining uncertainty estimates that are not merely decorrelated but are supervised toward semantically distinct targets, and it provides a clean formal statement of gradient isolation. The ablations in Table 3 (trainable encoder vs. frozen encoder, shared vs. disjoint heads) directly support the claim that architectural separation is necessary for the observed decorrelation, which is a valuable and non-obvious point. The use of MAQA*/AmbigQA* as gold-standard ambiguity benchmarks, if the protocol is sound, would be a notable validation step. However, the empirical core is currently under-supported by the reported experimental protocol and is clouded by several inconsistent numbers.

major comments (4)
  1. [§4.1, Table 10, Appendix H.3] The experimental protocol for MAQA* and AmbigQA* is unspecified in a load-bearing way. Table 10 lists no train or validation split for these datasets (dashes), yet Table 2 and Table 11 report test-set AUROC and ρ(U_ale,H[p*]). The aleatoric head is trained by direct regression onto H[p*] (Eq. 9). If the same examples are used for training and evaluation, the reported ρ(U_ale,H[p*])≈0.42–0.45 and the AUROC gains are measures of fit, not of learned generalization. Appendix H.3 describes the dataset fields and the co-occurrence construction of p* but does not state how examples were split, how the CBM concept annotations were defined for open-domain QA, or what training labels were used for the concept head. This must be clarified; otherwise the paper's headline claim of 'first validation of learned aleatoric uncertainty against true ambiguity distributions' is unverifiable.
  2. [Table 2 vs. Table 11 vs. Fig. 3] The reported headline numbers are internally inconsistent. For MAQA*, Variational Credal CBM has AUROC 0.76 in Table 2 but 0.74 in Table 11. More seriously, ρ(U_ale,H[p*]) on MAQA* is 0.45 in Table 2, but §3.4 and Fig. 3(c) report ρ=0.78 with the claim that 'aleatoric uncertainty tracks annotator entropy.' These are different claims about the same quantity on the same dataset. The paper must state which number is correct, reconcile the discrepancy, and explain how the 0.78 value was computed. As written, a reader cannot determine the actual performance of the method on its key validation metric.
  3. [Eq. (11), Eq. (14), §3.2, Remark 3.2, Tables 9 and 13] The role of the decorrelation penalty is contradictory and affects the central claim. Remark 3.2 and Table 3 state that λ_d=0 by default and that structural separation alone achieves |ρ|<0.1. However, Table 9 lists λ_d=5.0 for CEBaB and MAQA, and Table 13 lists λ_d=0.1 for all datasets. The main objective Eq. (11) does not contain L_decorr, while the appendix objective Eq. (14) does, and Algorithm 1 omits it. If λ_d>0 was used in the reported experiments, then (a) the claim that the results were obtained by 'structural separation alone' is false, and (b) Theorem 3.1's clean gradient-isolation statement is violated, because L_decorr deliberately couples the heads through a shared gradient signal (Remark 3.2 concedes this). The authors must specify exactly which objective was optimized for each reported result and whether the decorrelation penalty was active.
  4. [Appendix E.2, Eq. (10), Corollary 3.3] The proof of Corollary 3.3 does not match the loss actually used. Appendix E.2 defines the epistemic target as t_epi = ψ(err − σ*_ale), i.e., an error signal with the aleatoric contribution removed. But Eq. (10) defines the epistemic supervision target as φ(|p̂−c|_sg), with no subtraction of an aleatoric term. The proof's conclusion ρ(σ_epi,σ_ale)→0 therefore relies on a target that is not the one minimized in training. Additionally, condition (ii) — that prediction errors and annotator entropy are approximately uncorrelated in the data — is asserted, not tested, and condition (iii) ('orthogonal projections extract sufficiently distinct features') is not formalized. The theoretical support for the empirical decorrelation claim needs to be aligned with the actual objective and either proved under explicit, verifiable conditions or empirically checked.
minor comments (4)
  1. [Algorithm 1 vs. Eq. (11)] Algorithm 1 omits L_concept, L_orth, and the Hausdorff KL term βD_H^+, despite these appearing in the full objective Eq. (11) and in the gradient-separation proof. Please make the training algorithm consistent with the stated objective.
  2. [Appendix G.2 vs. Table 10] Appendix G.2 describes early stopping on 'validation ρ(AU,H)', but Table 10 reports no validation set for MAQA* and AmbigQA*. Clarify what validation data (if any) was used for these datasets.
  3. [Table 3 caption and §4.3] The ablation row 'No decorr penalty (λ_d=0)' is confusing when the default is stated to be λ_d=0 in Remark 3.2. Please define the default configuration explicitly and consistently across the main text, tables, and appendices.
  4. [Appendix H.3] The discussion of limitations appropriately acknowledges that co-occurrence statistics are an approximation to true p*. It would be helpful to state explicitly that this approximation is inherited by the reported ρ(U_ale,H[p*]) values.

Circularity Check

2 steps flagged · score 6.0 of 10

The headline aleatoric 'validity' ρ(U_ale,H[p*]) is the correlation of the head's output with its own least-squares training target (Eq. 9), and on MAQA*/AmbigQA* no train/test split is documented (Table 10), so the 'first validation against true ambiguity' claim reduces to a fit. The decorrelation claim equally inherits Corollary 3.3's assumed uncorrelated supervision targets rather than being de

  1. fitted input called prediction [§3.2 Eq. 9; §4.2 RQ2; Appendix H Table 10; Appendix J.2]
    "Aleatoric Loss. Lale = 1/C Σ_c (σ(c)_ale − H[ˆp*(c)])² ... where H[ˆp*(c)] is the empirical annotator entropy for concept c, used as supervision target only (Eq. 9). 'Notably, our method achieves ρ(Uale,H) = 0.42–0.74 on datasets with ground-truth ambiguity, representing the first validation of learned aleatoric uncertainty against true ambiguity distributions' (App. J.2). Table 10: 'MAQA* — — 468'."

    σ_ale is trained by MSE onto H[p*] (Eq. 9); the reported 'aleatoric validity' ρ(U_ale,H[p*]) is the Spearman correlation between the fitted output and its own supervision target — a goodness-of-fit quantity, not an independent check that AU tracks true ambiguity. On MAQA*/AmbigQA*, the datasets carrying the 'first validation against ground-truth ambiguity' claim, Table 10 lists no train/val split (dashes) and Appendix H gives only dataset fields and no training protocol, so the reported 0.42–0.45 may be the training-set correlation of the fit. Fig. 6/Table 3 confirm the metric is driven by the loss (without λ_ale, ρ(U_ale,H) drops to ~0.25), i.e., the measured 'validity' is the fit to Eq. 9's target, not an emergent property.

  2. other [§3.4 Corollary 3.3 condition (ii); §4.2 RQ1; Appendix E.2]
    "Corollary 3.3 (Asymptotic Decorrelation). Under Theorem 3.1, if: (i) L_epi and L_ale converge to small values, (ii) their supervision targets (prediction errors and annotator entropy) are approximately uncorrelated in the data distribution, (iii) the orthogonal projections extract sufficiently distinct features, then ρ(σ_epi, σ_ale) → 0 as training converges. §4.2: 'an order-of-magnitude improvement that validates Theorem 3.1'."

    At convergence each head equals its own supervision target (trained by Eqs. 9–10), so ρ(σ_epi, σ_ale) ≈ ρ(err, H[p*]) — the correlation of the targets, which Corollary 3.3 merely assumes as condition (ii) and the paper never measures. The empirical near-zero ρ is therefore inherited from a data premise, yet §4.2 attributes it to gradient isolation (Theorem 3.1). The proof (E.2) uses a residualized target t_epi = ψ(err − t_ale), which would make decorrelation true by construction, but this target does not match the actual loss in Eq. 10 (raw rescaled error), so Corollary 3.3 is not the mechanism behind the reported numbers. Table 3 (0.68 vs 0.09 with identical supervision targets) shows the architecture does contribute, so the reduction is partial.

full rationale

The paper is not wholly circular. On CEBaB/HateXplain/GoEmotions, Table 10 documents held-out test sets, so ρ(U_ale,H[p*]) = 0.68–0.74 there is genuine held-out regression generalization, and Table 3 shows the architecture itself matters (trainable encoder 0.68 vs. frozen disjoint heads 0.09 with identical targets), giving the decorrelation claim independent content beyond target statistics. There is no self-citation circularity: Tomov et al. (2025) and Mucsányi et al. (2024) are external works with no author overlap. The circularity is concentrated in the presentation of RQ2 and RQ1. The aleatoric head is least-squares-regressed onto H[p*] (Eq. 9) and the epistemic head onto a rescaled error signal (Eq. 10); the paper then reports ρ(U_ale,H[p*]) = 0.42–0.74 and ρ(U_epi,Err) as semantic validity — i.e., it measures fit-to-target. For MAQA*/AmbigQA*, the datasets behind the 'first validation against true ambiguity' claim, no train/test split is documented (Table 10 dashes; Appendix H gives only dataset fields), and G.2's early stopping on 'validation ρ(AU,H)' is inconsistent with a missing validation set, so the key numbers may be training-fit correlations. Corollary 3.3 likewise converts the empirical decorrelation into a consequence of premise (ii) — uncorrelated supervision targets — which the paper assumes but never verifies; its proof (E.2) uses a residualized target that does not match the implemented loss (Eq. 10), so the stated mechanism does not produce the result. The paper's own transparency (footnote after Remark 3.2: 'Decorrelation additionally requires that supervision targets are uncorrelated'; App. H.3 concedes co-occurrence p* is an approximation) reduces the charge of deception but not of a fit being presented as validation. Overall: partial circularity, score 6.

Assumptions & free parameters 6 free parameters · 6 assumptions · 1 invented entities

The central claims rest on the assumed existence of a reliable ambiguity target p*, on the choice of prediction error as the epistemic supervision signal, and on the (in)correlation structure between those two targets. The architecture contributes gradient isolation and a credal-set representation, but the reported decorrelation and validity numbers are largely evaluations of how well each head fits its own supervised target, plus an assumption about the targets themselves.

free parameters (6)
  • β (Hausdorff KL weight) = 0.001–0.2 (0.1 recommended)
    Fig. 5 shows decorrelation collapses (ρ≈0.48) when β is too small; tuned per dataset.
  • λ_ale (aleatoric loss weight) = 0.5–2.0
    Loss weight tuned on validation; aleatoric supervision is needed for AU validity.
  • λ_epi (epistemic loss weight) = 1.5
    Chosen without reported sensitivity analysis.
  • σ_min, σ_max (error-scale mapping) = 0.05, 1.5
    Map the error signal |p̂−c| into the σ_epi output range; arbitrary scaling.
  • σ_prior (Hausdorff KL prior spread) = 1.0
    Sets the target volume for the credal ellipsoid; chosen without external justification.
  • λ_d (decorrelation penalty) = 0 (main text), 0.1 (Table 13), 5.0 (Table 9)
    Inconsistent across sections; main results claim default λ_d=0, yet Appendix Tables list nonzero values.
assumptions (6)
  • domain assumption A ground-truth ambiguity distribution p*(z|x) exists and is well approximated by empirical annotator disagreement or corpus co-occurrence statistics.
    Aleatoric supervision and the key validity metric ρ(U_ale,H[p*]) both rely on this; load-bearing and acknowledged as approximate in Appendix H.3.
  • domain assumption Prediction error |p̂(c)−c(c)| is an appropriate supervision target for epistemic uncertainty.
    The epistemic head is trained to regress this; the reported ρ(U_epi,Err) is therefore partly by construction.
  • domain assumption Prediction error and annotator/corpus ambiguity are approximately uncorrelated in the data distribution.
    Corollary 3.3 condition (ii); without this, structural separation would not produce decorrelated outputs; it is asserted, not established.
  • domain assumption Orthogonally projected heads cannot share uncertainty-relevant features.
    Needed for Corollary 3.3 condition (iii); the paper admits in Remark 3.4 that orthogonality is 'encouraged but not guaranteed'.
  • domain assumption The Tomov et al. (2025) impossibility result is correct and applies to the baselines.
    Used as motivation for why marginal predictions cannot distinguish EU from AU; not proved in this paper.
  • ad hoc to paper The Hausdorff KL computed between Gaussian logit distributions is a faithful surrogate for the credal-set volume defined over softmax probabilities.
    The original credal set C(x) is a set of softmax probability vectors, while D_H is computed in logit space over Gaussians (Appendix D.1); an acknowledged tractable approximation that the epistemic-semantics claims depend on.
invented entities (1)
  • Ellipsoidal credal set over logits: C(x) = {softmax(z) : (z−μ)^T Σ⁻¹(z−μ) ≤ 1}
    purpose: Parameterizes epistemic uncertainty as the size of the credal set and aleatoric uncertainty as the noise within it.
    A modeling artifact with no external falsifiable handle; its volume is regularized via a logit-space Gaussian surrogate rather than validated against any external quantity.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Structurally Separated Uncertainty in Supervised Latent Variable Models." pith.science (2026). https://pith.science/paper/JFA6OOJI

@misc{pith2026260211219,
  author       = {Pith},
  title        = {Pith review of: Structurally Separated Uncertainty in Supervised Latent Variable Models},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/JFA6OOJI}},
  note         = {Machine review of arXiv:2602.11219}
}
read the original abstract

Predictive uncertainty is commonly decomposed into epistemic and aleatoric components, but standard decompositions often produce strongly correlated estimates because both quantities are derived from the same predictive distribution. We study an alternative design principle, \emph{structural separation}, which assigns epistemic and aleatoric uncertainty to disjoint parameter paths trained with distinct supervision targets: reducible prediction error for epistemic uncertainty and persistent label ambiguity for aleatoric uncertainty. We instantiate this principle in two supervised latent-variable models, a Credal Concept Bottleneck Model and a credal Self-Explaining Neural Network, and prove a gradient-isolation result showing that the two uncertainty heads are not coupled through shared training gradients under the proposed parameterization. Across five ambiguity-aware benchmarks, structural separation substantially reduces epistemic-aleatoric correlation while preserving predictive performance. Further analyses show that aleatoric estimates track annotator- or corpus-derived ambiguity, while epistemic estimates are more sensitive to prediction error and data availability. These results suggest that supervised latent-variable architectures provide a practical route toward uncertainty estimates that are not merely decorrelated, but operationally distinguishable.

Figures

Figures reproduced from arXiv: 2602.11219 by the authors.

Figure 1
Figure 1. Why standard decomposition fails. Aleatoric uncertainty reflects where p ∗ lies on the simplex—ambiguous cases cluster near the center (left). Epistemic uncertainty reflects how far p deviates from p ∗ (middle). These are geometrically independent properties, yet methods deriving both from p produce estimates that fall along a diagonal (right, red)—the “algebraic trap.” Credal CBM’s structural separation recovers th… view at source ↗
Figure 2
Figure 2. Credal CBM architecture. For “Is this movie good?” (H[p ∗ ] = 1.09), the credal set lies in the simplex interior and σale = 1.05 reflects annotator disagreement. For factual questions like “What is 2+2?” (H[p ∗ ] = 0.12), the credal set would be near a vertex with σale = 0.15. Epistemic Loss. The epistemic head combines error su￾pervision with Hausdorff KL regularization: Lepi = 1 C X C c=1  σ (c) epi − ϕ [PITH_FU… view at source ↗
Figure 3
Figure 3. Empirical validation of Theorem 3.1. (a) Training loss convergence. (b) EU–AU correlation over training: baselines maintain strong coupling throughout (red, ρ > 0.7), while Credal CBM achieves decorrelation within 10–20 epochs (blue/purple), stabilizing near ρ ≈ 0. The rapid initial drop reflects structural separation taking effect once heads begin learning. (c) AU–Entropy correlation: with ground-truth supervision … view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: Quadrant-based routing enables actionable uncertainty. (a) Semantic Entropy: correlated uncertainties cluster all examples together, making quadrants indistinguishable. (b) Credal CBM: decorrelated uncertainties separate examples by uncertainty type. The separation bet…
Figure 5
Figure 5. Figure 5: β sensitivity (CEBaB). (a) Decorrelation: ρ(Uepi, Uale) is minimized for intermediate β (green). Too small β leads to posterior collapse and coupled uncertainties; too large β causes underfitting. (b) Aleatoric validity peaks at moderate β. (c) Task accuracy remains st…
Figure 6
Figure 6. Figure 6: Effect of aleatoric supervision (CEBaB). (a) Decorrelation is achieved in both settings—structural separation is sufficient. (b) Validity requires supervision: ρ(Uale, H) drops from 0.74 to 0.25 (66% decrease) without the aleatoric loss term. Key finding: In the absenc…
Figure 7
Figure 7. Figure 7: Covariance structure ablation (CEBaB). Full covari￾ance yields marginal gains across metrics but increases parameters quadratically. Recommendation: Full covariance provides only marginal improvements (+1–3%) while increasing parameters quadratically. We recommend diag…
Figure 8
Figure 8. Figure 8: GoEmotions results. Credal CBM yields strongly decorrelated uncertainties and substantially improved ambiguity tracking in a multi-label setting. Sem. Entropy Deep Ens. MC Dropout Credal CBM 0.0 0.2 0.4 0.6 0.8 1.0 (Uepi, Uale) (a) Decorrelation Sem. Entropy Deep Ens. …
Figure 9
Figure 9. Figure 9: CEBaB baseline comparison. Credal CBM achieves substantially lower EU–AU correlation, higher aleatoric validity, and better error discrimination than all baselines. natural label ambiguity. L.5. CEBaB Baseline Comparison [PITH_FULL_IMAGE:figures/full_fig_p020_9.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

18 extracted references · 2 linked inside Pith

  1. [1]

    Gradients primarily updateµ, notΣ epi

    Reconstruction affects only µ.The infimum over q∈ C(x) is achieved near the credal center µ. Gradients primarily updateµ, notΣ epi

  2. [2]

    Variational Credal CBM

    KL penalizes size uniformly. D+ H penalizes large Σepi for all inputs equally, providing no signal forwhento be uncertain. Empirically, pure ELBO training produces an almost con- stant Σepi with very small standard deviation and results in low validity, with a weak correlation betweenσ ale andH. Our Hybrid Approach.We retain the credal set param- eterizat...

  3. [3]

    org/CorpusID:259063823

    URL https://api.semanticscholar. org/CorpusID:259063823. P. W. Koh, T. Nguyen, Y . S. Tang, S. Mussmann, E. Pierson, B. Kim, and P. Liang. Concept bottleneck models. In International Conference on Machine Learning, pages 5338–5348. PMLR, 2020. L. Kuhn, Y . Gal, and S. Farquhar. Semantic uncertainty: Linguistic invariances for uncertainty estimation in nat...

  4. [4]

    66M frozen), en- abling efficient training

    Aleatoric head gale: 2-layer MLP (768 → 256 → 1) with Softplus, outputsσ ale ∈R + 5.Task headh ψ: Linear layer (k→C) for classification Total trainable parameters: ∼200k (vs. 66M frozen), en- abling efficient training. Why freeze the encoder?Freezing serves two purposes: • Gradient isolation: Ensures the encoder does not receive gradients from uncertainty...

  5. [6]

    Ellipsoids admit closed form (Proposition D.1)

    Closed-form Hausdorff KL.Intervals and convex hulls lack tractable KL expressions. Ellipsoids admit closed form (Proposition D.1)

  6. [7]

    Natural covariance interpretation.The shape matrix Σepi directly encodes uncertainty structure

  7. [8]

    sad” and “disappointed

    Connection to Gaussian VI.Ellipsoids generalize Gaussian variational families. F.1. Diagonal vs. Full Covariance We use diagonal Σepi, reducing parameters from O(K 2) to O(K). Table 8.Diagonal vs. full covariance on CEBaB. ρ(EU,AU)ECE Parameters Time/epoch Diagonal−0.030.042 1.2M 45s Full−0.040.038 1.8M 78s Full covariance provides marginal calibration im...

  8. [9]

    Keywords are extracted from the question

Show all 18 references
  1. [10]

    Co-occurrence counts are computed for each valid an- swer across three corpora: • Wikipedia English corpus • RedPajama dataset • The Pile dataset

  2. [11]

    Probabilities are normalized: p∗(a)∝count(a| keywords) This yields ambiguity H[p∗] reflecting factual uncertainty independent of any model’s predictions. Dataset Fields.Each MAQA* example contains: •question: Original question from MAQA •rephrased question: Version expecting a...

  3. [12]

    Frozen encoder fθ: DistilBERT-base (66M parameters), frozen during training 16 Credal Concept Bottleneck Models

  4. [13]

    Mean head gµ: 2-layer MLP (768 → 256 →k ) with ReLU, outputs concept meansµ∈R k

  5. [14]

    Epistemic head gepi: 2-layer MLP (768 → 256 →k ) with Softplus, outputsσ epi ∈R k +

  6. [16]

    Shared parameterization: EU and AU both derive from the same learned parameters (δ for CreINNs, α for CBDL)

  7. [17]

    Coupled gradients: Both uncertainty estimates re- ceive gradients from the same loss terms

  8. [18]

    sad” and “disappointed

    No explicit AU supervision: Neither method super- vises AU against ground-truth ambiguityH[p ∗]. Our structural separation addresses all three limitations: disjoint parameters (σepi vs. σale), disjoint gradient sources (Theorem 3.1), and explicit supervision (Eq 9). Fair Compa...

  9. [2022]

    org/CorpusID:254685619

    URL https://api.semanticscholar. org/CorpusID:254685619. F. G. Cozman. Credal networks.Artificial Intelligence, 120 (2):199–233, 2000. D. Demszky, D. Mober, N. Gligorov, S. Reddy, A. Gu, S. Saxena, R. Riess, and C. Potts. GoEmotions: A dataset of fine-grained emotions. InProce...

  10. [2023]

    org/CorpusID:258352729

    URL https://api.semanticscholar. org/CorpusID:258352729. M. Caprio, K. Muandet, and F. Cuzzolin. Credal learning theory. InInternational Conference on Machine Learning, 2024. K. Chauhan, R. Tiwari, J. von Freyberg, P. Shenoy, and K. D. Dvijotham. Interactive concept bottleneck...

Pith tools

Reviewed August 3, 2026 · model on record in the stance chip above.