Confidence Misalignment Penalty (CMP)
- Confidence Misalignment Penalty (CMP) is a calibration-oriented regularizer that penalizes the mismatch between a model’s predicted confidence and a target measure of reliability.
- It is implemented through various formulations—such as ratio-based regularizers, auxiliary losses, and voxel-wise penalties—across low-shot vision-language tasks, multiclass calibration, and object detection.
- CMP is distinct from post-hoc calibration methods as it is incorporated during training to directly adjust model parameters and improve performance under distribution shifts.
Searching arXiv for the papers referenced in the provided data so the article can be grounded in current arXiv records. Confidence Misalignment Penalty (CMP) denotes a family of calibration-oriented objectives and mechanisms that penalize disagreement between a model’s stated or implied confidence and a target notion of reliability. In the recent literature, that target varies by problem setting: likelihood of correctness in low-shot vision-language classification, alignment between predictive confidence and predictive certainty in multiclass calibration, agreement between classification confidence and localization quality in object detection, correspondence between verbalized confidence and response correctness in vision-LLMs and LLMs, and voxel-wise confidence reliability in medical segmentation under distribution shift. The term is therefore not a single canonical formula but a broader calibration concept with several explicit instantiations and several closely related analogues (Khan et al., 11 Feb 2025, Khan et al., 29 Jan 2025, Khan et al., 12 Jul 2025, Kugathasan et al., 2023, Chen et al., 2024, Zhao et al., 21 Apr 2025, Miao et al., 26 Mar 2026).
1. Terminological scope and problem formulation
Across the cited works, “confidence misalignment” refers to a mismatch between confidence and some external or internal criterion of trustworthiness. In low-shot CLIP-style classification, the mismatch is between predicted class probability and actual correctness, especially when incorrect classes receive excessively peaked softmax mass under covariate shift (Khan et al., 11 Feb 2025). In the technical report on label-informed logit redistribution, the same phenomenon is framed as incorrect classes having “stolen” probability mass from the true class during finetuning (Khan et al., 29 Jan 2025). In multiclass calibration, MACC treats misalignment as a gap between predictive mean confidence and predictive certainty derived from uncertainty in the presoftmax distribution (Kugathasan et al., 2023). In cross-domain object detection, the notion is broadened to category-level overconfidence, instance-level inconsistency between classification and localization, and image-level “confidence misfocusing” in pseudo-label learning (Chen et al., 2024).
| Work | Misalignment target | Status |
|---|---|---|
| (Khan et al., 29 Jan 2025) | True-class probability vs higher-scoring incorrect classes | Explicit CMP regularizer |
| (Khan et al., 11 Feb 2025) | Overconfident incorrect predictions under covariate shift | Explicit CMP within unified objective |
| (Khan et al., 12 Jul 2025) | Wrong-class mass in classification; wrong-label confidence in voxels | Explicit CMP, including 3D reformulation |
| (Kugathasan et al., 2023) | Predictive mean confidence vs predictive certainty | CMP-style auxiliary loss (MACC) |
| (Chen et al., 2024) | Category-, instance-, and image-level confidence alignment | No single explicit CMP loss |
| (Zhao et al., 21 Apr 2025) | Verbalized confidence vs response correctness in VLMs | No explicit CMP term |
| (Miao et al., 26 Mar 2026) | Internal accuracy estimate vs verbalized confidence in LLMs | No explicit CMP loss |
A recurrent misconception is that CMP is synonymous with post-hoc calibration. The literature distinguishes these clearly. Post-hoc methods such as temperature scaling and Dirichlet calibration are applied after training, usually learn only a small number of extra parameters, require a hold-out validation set, and typically rescale outputs without changing the network representation; by contrast, MACC and explicit CMP formulations are train-time regularizers that update model parameters during optimization (Kugathasan et al., 2023).
2. Explicit CMP formulations in low-shot vision-language learning
The most direct CMP definitions appear in low-shot CLIP-style adaptation. The technical report on label-informed logit redistribution defines, for a single example,
where is the softmax probability of the true class and the denominator sums the probabilities of incorrect classes whose probability exceeds that of the true class. The batch version is
and the final objective is
The paper reports as the best value from line search over , and states that CMP is selective: nearly zero for correctly classified pairs and positive for misclassified pairs (Khan et al., 29 Jan 2025).
The related CalShift work introduces Confidence-Calibrated Covariate Shift Correction and writes the unified objective as
with the Fisher information penalty
This paper explicitly separates two problems: covariate shift, expressed as with , and confidence misalignment, expressed as overconfident predictions on novel data. Within that framework, CMP is the calibration term and Fisher information is the robustness term (Khan et al., 11 Feb 2025).
StaRFM generalizes explicit CMP beyond image-level classification. At the class level it defines
0
and then specializes this to CLIP-like vision-language classification. For 3D medical segmentation it reformulates the penalty voxel-wise as
1
The resulting objectives are
2
and
3
This formulation makes CMP a modality-specific calibration regularizer within a unified distribution-shift framework (Khan et al., 12 Jul 2025).
3. CMP-like alignment losses and broader generalizations
MACC is the clearest CMP-style analogue outside the papers that use the exact term. Using MC dropout, it estimates mean logits
4
and class-wise uncertainty
5
Predictive mean confidence is obtained by softmax of the mean logits,
6
and predictive certainty is the normalized inverse uncertainty,
7
The alignment loss is
8
used as
9
MACC differs from top-1 confidence calibration because it aligns the whole class-wise confidence vector with a certainty vector, motivated by the generalized calibration condition
0
This places MACC squarely in the same conceptual family as CMP, even though the paper names the method “multi-class alignment of predictive mean Confidence and predictive Certainty” (Kugathasan et al., 2023).
In cross-domain object detection, the MGCAMT framework does not define a term named CMP, but several components are explicitly described as confidence-alignment mechanisms. The strongest analogue is the evidential regularizer
1
which ties evidence strength to classification loss and is coupled with uncertainty-aware pseudo-label selection,
2
TCA and FCA then address instance-level classification/localization inconsistency and image-level pseudo-label misfocusing. The paper’s own conclusion is that there is no single explicit CMP loss; rather, category-level 3, uncertainty filtering, TCA, and FCA jointly mitigate confidence misalignment at three granularities (Chen et al., 2024).
4. Calibration objectives beyond class probabilities
The CMP concept has expanded beyond standard class-probability calibration. In object-level vision-language calibration, CSP targets the mismatch between verbalized confidence and response correctness. It constructs a perturbed dataset by extracting the key object mention from a question-answer pair, localizing it with GroundingDINO, refining the region with SAM to obtain a binary mask 4, and applying Gaussian noise only to the masked object region. Confidence 5 is mapped to a diffusion step count by
6
with iterative Gaussian injection
7
and the perturbed image
8
Training then combines supervised fine-tuning on confidence labels with SimPO preference optimization. The paper explicitly states that this is not a standalone CMP regularizer, but the SimPO margin-based pairwise loss functions as the closest analogue because it penalizes confidence statements that are inconsistent with the perturbed visual evidence (Zhao et al., 21 Apr 2025).
In LLMs, “Closing the Confidence-Faithfulness Gap in LLMs” gives a mechanistic account of verbalized confidence misalignment. It distinguishes actual correctness, a gold calibration or internal accuracy signal probed from hidden states, and verbalized confidence 9. Linear probes achieve test 0 up to 1 for gold calibration and up to 2 for verbalized confidence, yet the probe directions have cosine similarity below 3 across layers. Under joint prompting, the paper reports a “Reasoning Contamination Effect,” where confidence and accuracy directions become strongly anti-aligned, reaching 4 at layer 15, whereas under pure confidence prompting they become weakly positively aligned, reaching 5 at layer 21. The paper does not define an explicit CMP loss, but it provides the ingredients for one by separating an internal competence estimate from the spoken confidence readout (Miao et al., 26 Mar 2026).
A distinct but related extension appears in masked diffusion LLMs. There, confidence-based decoding selects the next masked position by local prediction confidence,
6
and greedily commits
7
The paper argues that this creates a “confidence shortcut”: confidence-based reveal order is misaligned with the task’s true logical or causal reasoning trajectory. It does not introduce a loss named CMP, but its diagnosis treats confidence misalignment as misordered confidence relative to dependency-respecting reasoning flow (Kim et al., 27 May 2026).
5. Optimization role, evaluation, and empirical behavior
CMP and CMP-like objectives are used primarily as train-time regularizers rather than as post-hoc corrections. MACC is differentiable, mini-batch based, plug-and-play, and compatible with task losses such as cross-entropy, label smoothing, and focal loss (Kugathasan et al., 2023). The explicit CMP formulations in low-shot CLIP-style work are likewise added to the base objective rather than introduced as independent classifiers (Khan et al., 29 Jan 2025). StaRFM describes its additions as plug-and-play and requiring minimal architectural changes, with 8 in both the vision-language and medical segmentation settings (Khan et al., 12 Jul 2025).
Evaluation is centered on calibration metrics. ECE is the most common, with additional use of SCE in MACC, ACE and MCE in the technical report, Brier Score and AUC in verbalized-confidence calibration, AUROC in multiclass/OOD settings, and DSC, HD95, and DGG in medical segmentation where calibration is coupled to dense prediction quality (Kugathasan et al., 2023, Khan et al., 29 Jan 2025, Zhao et al., 21 Apr 2025, Khan et al., 12 Jul 2025). The cited works also use accuracy, F1, and correlation measures such as Spearman and Kendall when verbalized and internal confidence are both observable (Zhao et al., 21 Apr 2025).
Reported gains are substantial but heterogeneous. CalShift reports up to a 9 reduction in ECE and 0 accuracy improvement on challenging datasets impacted by covariate shifts (Khan et al., 11 Feb 2025). The technical report on label-informed logit redistribution reports average ECE improvement of 1, with 2 minimum and 3 maximum, across 12 vision datasets and 5 domain generalization datasets (Khan et al., 29 Jan 2025). MACC is reported to achieve state-of-the-art calibration performance on ten datasets and to improve both in-distribution and out-of-distribution calibration, including best ECE and SCE on CIFAR10-C and CIFAR100-C (Kugathasan et al., 2023). CSP reports improved alignment between verbalized confidence and response correctness while maintaining or enhancing overall task performance, with decreases in Brier Score and ECE and improvements in AUC on POPE and AMBER across Qwen-VL, Qwen2-VL, InternVL2, and Phi-3.5-Vision (Zhao et al., 21 Apr 2025). The LLM steering work reports roughly 4–5 reduction in ECE relative to unsteered verbalized confidence on MATH (Miao et al., 26 Mar 2026).
6. Limitations, edge cases, and unsettled issues
A central limitation is definitional non-universality. Explicit CMP is a ratio-based regularizer in low-shot CLIP-style learning (Khan et al., 29 Jan 2025), a calibration term paired with Fisher information in CalShift (Khan et al., 11 Feb 2025), and a class-level or voxel-level wrong-class penalty in StaRFM (Khan et al., 12 Jul 2025). Related work often addresses the same phenomenon without naming it CMP at all (Kugathasan et al., 2023, Chen et al., 2024, Zhao et al., 21 Apr 2025, Miao et al., 26 Mar 2026). This suggests that CMP is better regarded as a research theme or design pattern than as a single standardized loss.
Another issue is that calibration gains are not universal. The technical report explicitly notes mixed accuracy behavior depending on backbone and dataset, even when calibration improves (Khan et al., 29 Jan 2025). CalShift calls out a slight worsening on Flowers102 calibration as an exception (Khan et al., 11 Feb 2025). StaRFM reports that CMP can over-regularize already well-calibrated prompt learners, with CoCoOp at 2-shot and 4-shot and KgCoOp at 1-shot showing increased ECE, and it also reports a 6 ECE increase on Flowers102 (Khan et al., 12 Jul 2025). In medical segmentation, the same paper stresses that uncertain boundary voxels may be clinically important, so over-penalizing uncertainty can be harmful (Khan et al., 12 Jul 2025).
Several works also identify structural assumptions behind confidence alignment. CSP assumes that Gaussian noise applied to a localized object region is a useful proxy for real-world uncertainty and that GroundingDINO, SAM, and a small LLM can reliably isolate the relevant object (Zhao et al., 21 Apr 2025). The LLM probing work suggests that confidence misalignment may be a readout failure rather than a knowledge deficit, since internal accuracy and verbalized confidence are linearly encoded but nearly orthogonal (Miao et al., 26 Mar 2026). The masked diffusion analysis goes further by showing that confidence itself may be the wrong decoding heuristic when logical readiness and local confidence diverge; confidence-aligned training can then intensify, rather than correct, the failure mode (Kim et al., 27 May 2026).
Taken together, the literature presents CMP as a calibration-centered intervention whose precise mathematical form depends on what is being aligned: class probabilities, uncertainty-derived certainty, pseudo-label reliability, verbalized confidence, or voxel-wise label trustworthiness. The common denominator is selective pressure against unjustified confidence, especially in the regimes where modern models are most brittle: low-shot adaptation, domain shift, multimodal ambiguity, dense prediction, and reasoning under partial information.