Beyond Output-Space Calibration: Spectral Evidence Bundling for Selective Reliability Estimation in Time-Series Classification
Summary
This paper introduces SEB-Cal, a method that augments output-space calibration with spectral features (band energy, entropy, peak dominance, phase stability) to improve selective reliability estimation in time-series classification, achieving higher Corr-AUROC and lower [email protected] across multiple datasets.
View Cached Full Text
Cached at: 07/22/26, 08:18 AM
# Beyond Output-Space Calibration: Spectral Evidence Bundling for Selective Reliability Estimation in Time-Series Classification
Source: [https://arxiv.org/html/2607.18279](https://arxiv.org/html/2607.18279)
Filippo Cenacchi, Longbing Cao, and Runze Yang Macquarie University, Sydney, Australia filippo\.cenacchi@mq\.edu\.au, longbing\.cao@mq\.edu\.au, runze\.yang@hdr\.mq\.edu\.au
###### Abstract
Post\-hoc calibration for time\-series classification usually remaps output scores, yet deployment decisions such as trust, abstention, and review depend on whether a confident prediction is supported by the current temporal signal\. This creates three time\-series\-specific gaps: identical confidence values can hide different temporal support, average calibration can miss false high\-confidence errors, and output\-space recalibrators provide limited input\-linked auditability\. We introduce SEB\-Cal, a validation\-gated fixed\-label reliability policy that leaves the backbone and predicted label unchanged while estimating whether that prediction should be trusted\. To target these gaps, SEB\-Cal augments output\-side cues with deterministic whole\-sample spectral descriptors: band energy tracks evidence concentration, entropy captures diffusion, peak dominance measures periodic support, and phase stability measures coherent alignment, producing a scalar reliability estimate and band\-level diagnostic\. The validation gate is a held\-out model\-selection rule: it enables spectral conditioning only when correctness ranking improves without violating FalseConf@0\.9 or AURC tolerances, otherwise reverting to the safer output\-space baseline\. Across eight heterogeneous UCR/UEA datasets, eight time\-series backbone families, and standard output\-space recalibrators, unconstrained SEB\-Cal improves fixed\-label selective\-reliability metrics on the matched evaluation subset, increasing Corr\-AUROC from0\.6930\.693to0\.7790\.779, while the validation\-gated policy further improves Corr\-AUROC to0\.7860\.786and reduces FalseConf@0\.9 to0\.0940\.094\.
## 1Introduction
Time\-series classification systems are increasingly deployed in workflows where confidence triggers trust, deferral, escalation, filtering, or downstream review\. The operational problem is therefore not only whether a classifier is accurate, but whether its confidence tracks correctness for the current sample\. This is difficult in time series because two predictions can have identical output\-space sharpness while being supported by very different temporal evidence\. Most post\-hoc calibration methods still operate almost entirely in the output space\. Temperature scalingNaeiniet al\.\([2015](https://arxiv.org/html/2607.18279#bib.bib4)\), isotonic regressionGuoet al\.\([2017](https://arxiv.org/html/2607.18279#bib.bib1)\), beta calibrationKullet al\.\([2017](https://arxiv.org/html/2607.18279#bib.bib2)\), and Dirichlet calibrationKullet al\.\([2019](https://arxiv.org/html/2607.18279#bib.bib3)\)remap logits or probabilities after training and can improve average probability alignment\. However, they do not explicitly model whether the current sequence exhibits whole\-sample organization: concentrated frequency energy, low spectral diffusion, dominant periodic components, and stable phase alignment\. A score of0\.920\.92may arise from coherent long\-range organization or from brittle, noisy, locally salient evidence\. This matters because time\-series reliability is shaped not only by score sharpness, but also by temporal dependence, sequence morphology, and the distribution of evidence across time and frequency\. A frequency\-based view is therefore attractive because recent time\-series models show that periodicity, patch\-level structure, global dependencies, and frequency\-domain energy compaction are central to temporal representationWuet al\.\([2023](https://arxiv.org/html/2607.18279#bib.bib17)\); Nieet al\.\([2023](https://arxiv.org/html/2607.18279#bib.bib18)\); Yiet al\.\([2023](https://arxiv.org/html/2607.18279#bib.bib20)\); Liuet al\.\([2024](https://arxiv.org/html/2607.18279#bib.bib19)\), and because it compactly describes whether signal energy is globally organized across the whole sample set rather than only locally activated\. The phenomenon we test is evidence discrepancy: output scores can be high while the input lacks the global temporal organization that should make such confidence reliable\. Figure[1](https://arxiv.org/html/2607.18279#S1.F1)should be read left\-to\-right as problem, spectral audit, reliability layer, and masking diagnostic\. Band energy locates evidence mass, entropy measures whether it is diffuse or concentrated, peak dominance tests whether a few periodic components carry the signal, and phase stability tests whether components are coherently aligned rather than phase\-dispersed\. These descriptors are not proposed as universal predictors of correctness; they are probes for a specific failure mode in which score sharpness and temporal support disagree\. SEB\-Cal therefore acts as a validation\-gated reliability policy: spectral evidence is enabled exactly when the held\-out data show that this discrepancy signal improves ranking without violating high\-confidence error constraints\.
Figure 1:Spectral evidence bundling for post\-hoc reliability\. \(A\) Equally high\-confidence predictions can have different signal structures and correctness outcomes\. \(B\) Spectral analysis reveals energy concentration, entropy, peak dominance, and phase stability missed by output scores\. \(C\) SEB\-Cal conditions confidence on spectral evidence through a post\-hoc reliability layer, producing a reliability estimate and band\-level diagnostic\. \(D\) Masking top\-ranked spectral bands tests whether reliability follows the diagnostic\.We address these gaps through SEB\-Cal, a validation\-gated fixed\-label reliability policy for time\-series classification\. The backbone is frozen, the predicted label is unchanged, and only the reliability of that prediction is estimated on held\-out data\. The spectral bundle summarizes each sequence through band\-wise energy concentration, spectral entropy, peak dominance, and phase stability computed from a single whole\-sample Fourier transform\. These descriptors are not used to improve class separation; they test whether the backbone’s confidence is supported by globally organized spectral evidence\. The contribution of the paper is broader than a new recalibration module\. We argue that post\-hoc reliability for time\-series classification should not be treated purely as an output\-space transformation problem\. In many temporal settings, whether a high\-confidence prediction deserves trust depends partly on how evidence is globally organized in the input itself\. SEB\-Cal is a concrete instantiation of that thesis: it introduces deterministic whole\-sample spectral evidence as a post\-hoc reliability signal—distinct from local or learned representations—and exposes the resulting confidence adjustment through a band\-level diagnostic stress\-tested by masking\. The experiments are designed to test exactly that thesis under the conditions that most trouble time\-series reliability: heterogeneous temporal dependence, varying sequence morphology, and different distributions of informative evidence across time and frequency\. We therefore evaluate across eight datasets from the UCR and UEA archivesDauet al\.\([2019](https://arxiv.org/html/2607.18279#bib.bib10)\); Bagnallet al\.\([2018](https://arxiv.org/html/2607.18279#bib.bib11)\), eight backbone families spanning recurrent, convolutional, residual, inception\-style, and transformer\-style predictorsWanget al\.\([2017](https://arxiv.org/html/2607.18279#bib.bib13)\); Baiet al\.\([2018](https://arxiv.org/html/2607.18279#bib.bib15)\); Ismail Fawazet al\.\([2020](https://arxiv.org/html/2607.18279#bib.bib14)\); Vaswani and others \([2017](https://arxiv.org/html/2607.18279#bib.bib16)\), and six standard post\-hoc recalibrators beyond the raw confidence score\. Unlike a conventional calibration benchmark that asks only whether output scores better match correctness on average, our evaluation asks three complementary questions: whether the method remains competitive on general calibration quality, whether it improves correctness\-aware reliability ranking in deployment\-relevant settings, and whether its diagnostic has measurable behavioral alignment under intervention\. The empirical result is a selective\-reliability result with an explicit deployment rule\. On the matched evaluation subset, SEB\-Cal improves the fixed\-label reliability metrics central to selective prediction, including correctness\-aware ranking, calibration error, negative log\-likelihood, false high\-confidence error rate, and retained\-risk behavior, with full values reported in Table[1](https://arxiv.org/html/2607.18279#S5.T1)\. Accuracy and macro\-F1 are reported only as frozen\-backbone descriptors because SEB\-Cal does not alter the predicted label\. At the dataset and backbone levels, the gains are structured rather than uniform: FordA, ECG200, UWaveGestureLibrary, SelfRegulationSCP1, and attention/recurrent backbones provide the clearest positive regimes, while other settings are rejected by the validation gate\. This pattern is the intended behavior of the method: spectral evidence is used when it improves reliability under safety constraints, and rejected when output\-space confidence remains the safer decision signal\.
Our contributions are fourfold: \(i\) we identify evidence discrepancy as a reliability failure mode in time\-series classification, where output confidence can be high despite weak global temporal support for the selected prediction; \(ii\) we instantiate this idea through SEB\-Cal, a fixed\-label evidence\-conditioned reliability policy that uses deterministic spectral probes of energy concentration, entropy, peak dominance, and phase stability to decide whether output confidence is temporally supported; \(iii\) we introduce a deployment\-constrained gate that converts regime dependence into an explicit selection rule, using spectral reliability only when held\-out validation improves correctness\-aware ranking without exceeding FalseConf@0\.9 or retained\-risk tolerances; and \(iv\) we provide a matched empirical study across eight datasets, eight backbone families, scalar recalibrators, non\-output\-space comparators, spectral component ablations, time\-frequency variants, time\-domain controls, and masking tests\.
## 2Related Work
Post\-hoc calibration converts raw model scores into probabilities that better match empirical correctness\. Temperature scaling, isotonic regression, beta calibration, vector scaling, and Dirichlet calibration are widely used because they are modular and often improve probability alignment without retraining the backboneNaeiniet al\.\([2015](https://arxiv.org/html/2607.18279#bib.bib4)\); Guoet al\.\([2017](https://arxiv.org/html/2607.18279#bib.bib1)\); Kullet al\.\([2017](https://arxiv.org/html/2607.18279#bib.bib2),[2019](https://arxiv.org/html/2607.18279#bib.bib3)\)\. Benchmark studies show that calibration behavior varies across architectures, datasets, and metricsTaoet al\.\([2023](https://arxiv.org/html/2607.18279#bib.bib6)\); Le Coz and others \([2024](https://arxiv.org/html/2607.18279#bib.bib7)\), suggesting that output scores alone may be incomplete\. Sample\-dependent methods such as ProCal incorporate geometry or neighborhood structureXiong and others \([2023](https://arxiv.org/html/2607.18279#bib.bib5)\); SEB\-Cal instead conditions reliability on deterministic input\-side descriptors of whole\-sample temporal organization\. The time\-series literature increasingly highlights the value of frequency\-domain perspectives\. Models such as TimesNet, PatchTST, and iTransformer show that strong performance often depends on capturing periodicity, long\-range structure, and organized variation that are not easily represented through naive pointwise temporal processingWuet al\.\([2023](https://arxiv.org/html/2607.18279#bib.bib17)\); Nieet al\.\([2023](https://arxiv.org/html/2607.18279#bib.bib18)\); Liuet al\.\([2024](https://arxiv.org/html/2607.18279#bib.bib19)\)\. Frequency\-focused approaches sharpen this intuition\. FreTS argues that frequency\-domain learning provides a global view and effective energy compactionYiet al\.\([2023](https://arxiv.org/html/2607.18279#bib.bib20)\), while FilterNet uses learned frequency filters to exploit the spectrum more selectivelyYiet al\.\([2024](https://arxiv.org/html/2607.18279#bib.bib21)\)\. At the same time, recent work warns against simplistic interpretations of Fourier features and emphasizes that their value depends on how they are handled and interpretedYanget al\.\([2024](https://arxiv.org/html/2607.18279#bib.bib22)\)\. Our use of frequency differs from predictive modeling work: we do not redesign the backbone around the spectrum, nor do we claim that a global Fourier representation is universally sufficient\. Instead, we ask whether a compact deterministic summary of whole\-sample spectral organization can function as a post\-hoc reliability signal\. Selective prediction and failure\-detection work treats confidence as a decision signal for abstention, triage, and retained\-risk control rather than only probability reportingEl\-Yaniv and Wiener \([2010](https://arxiv.org/html/2607.18279#bib.bib24)\); Geifman and El\-Yaniv \([2017](https://arxiv.org/html/2607.18279#bib.bib25)\); Traub and others \([2024](https://arxiv.org/html/2607.18279#bib.bib9)\); Zhu and others \([2023](https://arxiv.org/html/2607.18279#bib.bib8)\)\. This motivates our setting: unlike standard post\-hoc calibration, which acts only on output scores, SEB\-Cal conditions reliability on both output\-side calibration cues and whole\-sample spectral evidence\. The formal fixed\-label pipeline is defined in Eq\. \([1](https://arxiv.org/html/2607.18279#S3.E1)\); its design rationale is that score sharpness alone may miss whether the signal is globally organized, concentrated, and stable in ways that support trust in the prediction\. Explanation adds a further requirement\. In high\-stakes settings, it is not enough to provide a descriptive visualization disconnected from the confidence signal actually used in decision\-makingRudin \([2019](https://arxiv.org/html/2607.18279#bib.bib26)\); Carvalhoet al\.\([2019](https://arxiv.org/html/2607.18279#bib.bib27)\)\. SEB\-Cal therefore explains only the reliability adjustment itself, not the semantic class decision\. That narrower target is intentional\. Because the diagnostic is derived from the same spectral features that drive the reliability estimate, its relevance can be tested behaviorally through masking: bands ranked as strongly supportive should, when suppressed, induce larger drops in calibrated reliability than lower\-ranked bands\. The interpretability claim is therefore not real\-world causality, but intervention\-tested alignment with the reliability adjustment\.
## 3Problem Setup
We define the fixed\-label reliability target estimated by SEB\-Cal\. Letx∈ℝC×Tx\\in\\mathbb\{R\}^\{C\\times T\}be a multivariate time series,fθf\_\{\\theta\}a frozen classifier,z\(x\)∈ℝKz\(x\)\\in\\mathbb\{R\}^\{K\}its logits,y^\(x\)=argmaxkzk\(x\)\\hat\{y\}\(x\)=\\arg\\max\_\{k\}z\_\{k\}\(x\), andp\(x\)=softmax\(z\(x\)\)p\(x\)=\\mathrm\{softmax\}\(z\(x\)\)\. The post\-hoc pipeline is
z\(x\)\\displaystyle z\(x\)=fθ\(x\),\\displaystyle=f\_\{\\theta\}\(x\),y^\(x\)\\displaystyle\\hat\{y\}\(x\)=argmaxkzk\(x\),\\displaystyle=\\arg\\max\_\{k\}z\_\{k\}\(x\),p\(x\)\\displaystyle p\(x\)=softmax\(z\(x\)\),\\displaystyle=\\mathrm\{softmax\}\(z\(x\)\),\(1\)h\(x\)\\displaystyle h\(x\)=ϕout\(z\(x\)\),\\displaystyle=\\phi\_\{\\mathrm\{out\}\}\(z\(x\)\),g\(x\)\\displaystyle g\(x\)=ϕspec\(x\),\\displaystyle=\\phi\_\{\\mathrm\{spec\}\}\(x\),ϕ\(x\)\\displaystyle\\phi\(x\)=\[h\(x\)∥g\(x\)\],\\displaystyle=\[h\(x\)\\\|g\(x\)\],ϕ¯\(x\)\\displaystyle\\bar\{\\phi\}\(x\)=Std\(ϕ\(x\)\),\\displaystyle=\\mathrm\{Std\}\(\\phi\(x\)\),r~\(x\)\\displaystyle\\tilde\{r\}\(x\)=ψ\(ϕ¯\(x\)\)≈ℙ\(y^\(x\)=y∣x,z\(x\)\)\.\\displaystyle=\\psi\(\\bar\{\\phi\}\(x\)\)\\approx\\mathbb\{P\}\(\\hat\{y\}\(x\)=y\\mid x,z\(x\)\)\.Here,r~\(x\)\\tilde\{r\}\(x\)is the estimated correctness probability,ϕ¯\(x\)\\bar\{\\phi\}\(x\)is the standardized concatenated feature vector, andψ\\psiis the post\-hoc reliability model\. The backbone and predicted label are fixed; only the reliability layer is learned on held\-out calibration data\.
### 3\.1Reliability Target: Correctness Estimation Rather Than Multiclass Recalibration
The target of SEB\-Cal is deliberately different from the target of multiclass probability recalibration\. Standard recalibrators transform a probability vector so that class probabilities better match empirical frequencies\. SEB\-Cal instead estimates a scalar correctness probability for the already\-selected label in Eq\. \([1](https://arxiv.org/html/2607.18279#S3.E1)\)\. Thus,r~\(x\)\\tilde\{r\}\(x\)should be interpreted as a fixed\-label reliability score, not as a replacement class\-probability vector\. This distinction determines the evaluation protocol\. Ranking metrics such as Corr\-AUROC and risk\-coverage behavior evaluate whetherr~\(x\)\\tilde\{r\}\(x\)orders correct predictions above errors\. FalseConf@0\.9 evaluates whether the method assigns dangerously high reliability to wrong predictions\. Binary NLL and binary Brier evaluate the probability quality of the scalar correctness estimate against the binary correctness targetci=𝕀\[y^\(xi\)=yi\]c\_\{i\}=\\mathbb\{I\}\[\\hat\{y\}\(x\_\{i\}\)=y\_\{i\}\]\. We therefore report probability\-quality metrics only on the fixed\-label correctness event, while accuracy and macro\-F1 remain frozen\-backbone descriptors rather than post\-hoc method outcomes\.
### 3\.2Whole\-Sample Spectral Evidence Bundling
The spectral branch is designed to test whether correctness depends on global organization that is not visible in the output scores\. The bundle is intentionally deterministic and low\-capacity: it does not learn a new representation of the time series, but summarizes four complementary properties of whole\-sample temporal evidence\. Band energy measures where spectral mass is concentrated; entropy measures whether the evidence is diffuse or organized; peak dominance measures whether a few dominant periodic components explain the signal; and phase stability measures whether spectral components are coherently aligned across channels and bands\. This is why the spectral branch is gated rather than universal: STFT, time\-domain, and masking controls separate global spectral support from local structure, generic input statistics, and perturbation sensitivity\. For each sample we compute a single whole\-sample real Fourier transform per channel\. Let
Xc,ω=ℱ\(xc,:\)ω,\\tiny X\_\{c,\\omega\}=\\mathcal\{F\}\(x\_\{c,:\}\)\_\{\\omega\},\(2\)whereXc,ωX\_\{c,\\omega\}is the complex Fourier coefficient for channelccand frequency indexω\\omega\. From this full\-spectrum representation we derive a compact evidence bundle\. The first component is band\-wise energy concentration\. In all experiments we useB=8B=8disjoint frequency bands\. For a length\-TTsequence, the real FFT returnsF=⌊T/2⌋\+1F=\\lfloor T/2\\rfloor\+1non\-negative frequency coefficients\. We exclude the DC coefficient from the band partition and define the positive\-frequency index setΩ\+=\{1,…,F−1\}\\Omega^\{\+\}=\\\{1,\\dots,F\-1\\\}\. The ordered positive\-frequency indices are split intoBBcontiguous, approximately equal\-width index bands,
ℬb=\{ω∈Ω\+:1\+⌊\(b−1\)\|Ω\+\|B⌋≤ω≤⌊b\|Ω\+\|B⌋\},b=1,…,B\.\\tiny\\mathcal\{B\}\_\{b\}=\\left\\\{\\omega\\in\\Omega^\{\+\}:1\+\\left\\lfloor\\frac\{\(b\-1\)\|\\Omega^\{\+\}\|\}\{B\}\\right\\rfloor\\leq\\omega\\leq\\left\\lfloor\\frac\{b\|\\Omega^\{\+\}\|\}\{B\}\\right\\rfloor\\right\\\},\\quad b=1,\\dots,B\.\(3\)If\|Ω\+\|<B\|\\Omega^\{\+\}\|<B, empty bands are omitted and the remaining bands are indexed in ascending frequency order\. We use frequency\-index partitioning rather than dataset\-specific physical frequency cutoffs because UCR/UEA datasets do not consistently provide sampling rates\. We then compute
eb\(x\)=log\(1\+∑c=1C∑ω∈ℬb\|Xc,ω\|2\),\\tiny e\_\{b\}\(x\)=\\log\\\!\\left\(1\+\\sum\_\{c=1\}^\{C\}\\sum\_\{\\omega\\in\\mathcal\{B\}\_\{b\}\}\\lvert X\_\{c,\\omega\}\\rvert^\{2\}\\right\),\(4\)whereeb\(x\)e\_\{b\}\(x\)is the log energy in bandbb\. These band energies summarize where spectral mass concentrates\. The second component is spectral entropy\. We first define the normalized spectral weights
qω\(x\)=∑c=1C\|Xc,ω\|2∑ω′∑c=1C\|Xc,ω′\|2\+ϵ,\\tiny q\_\{\\omega\}\(x\)=\\frac\{\\sum\_\{c=1\}^\{C\}\\lvert X\_\{c,\\omega\}\\rvert^\{2\}\}\{\\sum\_\{\\omega^\{\\prime\}\}\\sum\_\{c=1\}^\{C\}\\lvert X\_\{c,\\omega^\{\\prime\}\}\\rvert^\{2\}\+\\epsilon\},\(5\)whereqω\(x\)q\_\{\\omega\}\(x\)is the normalized energy at frequencyω\\omega, and then compute
Hspec\(x\)=−1log\|Ω\+\|∑ω∈Ω\+qω\(x\)log\(qω\(x\)\+ϵ\),\\tiny H\_\{\\mathrm\{spec\}\}\(x\)=\-\\frac\{1\}\{\\log\|\\Omega^\{\+\}\|\}\\sum\_\{\\omega\\in\\Omega^\{\+\}\}q\_\{\\omega\}\(x\)\\log\\big\(q\_\{\\omega\}\(x\)\+\\epsilon\\big\),\(6\)where\|Ω\+\|\|\\Omega^\{\+\}\|is the number of retained positive\-frequency coefficients andHspec\(x\)H\_\{\\mathrm\{spec\}\}\(x\)is the normalized spectral entropy\. The third component is peak dominance\. We first aggregate complex amplitudes across channels at each retained positive frequency by the root\-sum\-square magnitude
aω\(x\)=\(∑c=1C\|Xc,ω\|2\)1/2,ω∈Ω\+\.\\tiny a\_\{\\omega\}\(x\)=\\left\(\\sum\_\{c=1\}^\{C\}\\lvert X\_\{c,\\omega\}\\rvert^\{2\}\\right\)^\{1/2\},\\qquad\\omega\\in\\Omega^\{\+\}\.\(7\)The values\{aω\(x\):ω∈Ω\+\}\\\{a\_\{\\omega\}\(x\):\\omega\\in\\Omega^\{\+\}\\\}are sorted asa\(1\)≥a\(2\)≥…a\_\{\(1\)\}\\geq a\_\{\(2\)\}\\geq\\dots, with unavailable order statistics set to zero\. We compute
d1\(x\)=a\(1\)∑ja\(j\)\+ϵ,d3\(x\)=∑j=13a\(j\)∑ja\(j\)\+ϵ,d5\(x\)=∑j=15a\(j\)∑ja\(j\)\+ϵ,\\tiny d\_\{1\}\(x\)=\\frac\{a\_\{\(1\)\}\}\{\\sum\_\{j\}a\_\{\(j\)\}\+\\epsilon\},\\qquad d\_\{3\}\(x\)=\\frac\{\\sum\_\{j=1\}^\{3\}a\_\{\(j\)\}\}\{\\sum\_\{j\}a\_\{\(j\)\}\+\\epsilon\},\\qquad d\_\{5\}\(x\)=\\frac\{\\sum\_\{j=1\}^\{5\}a\_\{\(j\)\}\}\{\\sum\_\{j\}a\_\{\(j\)\}\+\\epsilon\},\(8\)whered1\(x\)d\_\{1\}\(x\),d3\(x\)d\_\{3\}\(x\), andd5\(x\)d\_\{5\}\(x\)measure how much total spectral mass is concentrated in the largest one, three, and five peaks\. The fourth component is phase stability\. For each band, we compute
κb\(x\)=\|1C\|ℬb\|∑c=1C∑ω∈ℬbexp\(i∠Xc,ω\)\|,\\tiny\\kappa\_\{b\}\(x\)=\\left\\lvert\\frac\{1\}\{C\\lvert\\mathcal\{B\}\_\{b\}\\rvert\}\\sum\_\{c=1\}^\{C\}\\sum\_\{\\omega\\in\\mathcal\{B\}\_\{b\}\}\\exp\(i\\,\\angle X\_\{c,\\omega\}\)\\right\\rvert,\(9\)whereκb\(x\)\\kappa\_\{b\}\(x\)is the concentration of unit phasors in bandbb, and therefore summarizes within\-band phase coherence\. We concatenate these descriptors into the spectral evidence bundle
g\(x\)=\[e1\(x\),…,eB\(x\),Hspec\(x\),d1\(x\),d3\(x\),d5\(x\),κ1\(x\),…,κB\(x\)\],\\tiny g\(x\)=\\big\[e\_\{1\}\(x\),\\dots,e\_\{B\}\(x\),\\,H\_\{\\mathrm\{spec\}\}\(x\),\\,d\_\{1\}\(x\),d\_\{3\}\(x\),d\_\{5\}\(x\),\\,\\kappa\_\{1\}\(x\),\\dots,\\kappa\_\{B\}\(x\)\\big\],\(10\)whereg\(x\)g\(x\)is the deterministic feature vector supplied to the reliability layer\. The reliability layer is deliberately low\-capacity \(logistic regression or a small MLP\) so that success cannot be attributed to a powerful auxiliary learner\. This makes the test conservative: any gain must come from exposing score–evidence discrepancy through the spectral bundle rather than from relearning the classifier, consistent with evidence that stronger time\-series performance does not necessarily require increasingly complex auxiliary modulesZeng and others \([2023](https://arxiv.org/html/2607.18279#bib.bib29)\)\. Thus, the default spectral bundle has2B\+4=202B\+4=20features when all eight bands are non\-empty:BBband\-energy values, one normalized spectral entropy value, three peak\-dominance values, andBBphase\-stability values\.
### 3\.3Output Features and Reliability Model
Because the spectral bundle is intended to complement rather than replace standard calibration cues, the reliability model combines it with conventional output\-side features derived from the backbone logits\. The output feature vectorh\(x\)h\(x\)consists of maximum softmax probability, logit margin, and predictive entropy as defined in Eq\. \([11](https://arxiv.org/html/2607.18279#S3.E11)\)\.
h\(x\)=\[maxkpk\(x\)⏟MSPs\(x\),z\(1\)\(x\)−z\(2\)\(x\)⏟marginm\(x\),−∑k=1Kpk\(x\)log\(pk\(x\)\+ϵ\)⏟entropyHpred\(x\)\]\.\\displaystyle\\tiny h\(x\)=\\big\[\\underbrace\{\\max\_\{k\}p\_\{k\}\(x\)\}\_\{\\text\{MSP \}s\(x\)\},\\;\\underbrace\{z\_\{\(1\)\}\(x\)\-z\_\{\(2\)\}\(x\)\}\_\{\\text\{margin \}m\(x\)\},\\;\\underbrace\{\-\\sum\_\{k=1\}^\{K\}p\_\{k\}\(x\)\\log\(p\_\{k\}\(x\)\+\\epsilon\)\}\_\{\\text\{entropy \}H\_\{\\mathrm\{pred\}\}\(x\)\}\\big\]\.\(11\)wherez\(1\)\(x\)z\_\{\(1\)\}\(x\)andz\(2\)\(x\)z\_\{\(2\)\}\(x\)are the largest and second\-largest logits\. These quantities form the output feature vectorh\(x\)h\(x\)\. The final reliability model operates on the concatenated feature vector
ϕ\(x\)=\[h\(x\)∥g\(x\)\],\\tiny\\phi\(x\)=\\big\[h\(x\)\\,\\\|\\,g\(x\)\\big\],\(12\)where∥\\\|denotes vector concatenation\. In the default implementation,ϕ\(x\)\\phi\(x\)is standardized and passed to a shallow logistic reliability model,
r~\(x\)=σ\(w⊤ϕ¯\(x\)\+b\),\\tiny\\tilde\{r\}\(x\)=\\sigma\\big\(w^\{\\top\}\\bar\{\\phi\}\(x\)\+b\\big\),\(13\)whereϕ¯\(x\)\\bar\{\\phi\}\(x\)is the standardized feature vector,wwandbbare learned parameters, andσ\(⋅\)\\sigma\(\\cdot\)is the logistic sigmoid\. Training uses binary correctness targets
ci=𝕀\[y^\(xi\)=yi\],\\tiny c\_\{i\}=\\mathbb\{I\}\\big\[\\hat\{y\}\(x\_\{i\}\)=y\_\{i\}\\big\],\(14\)whereci=1c\_\{i\}=1if the backbone prediction is correct and0otherwise\. The loss is the binary cross\-entropy
ℒcal=−1n∑i=1n\(cilogr~\(xi\)\+\(1−ci\)log\(1−r~\(xi\)\)\),\\tiny\\mathcal\{L\}\_\{\\mathrm\{cal\}\}=\-\\frac\{1\}\{n\}\\sum\_\{i=1\}^\{n\}\\Big\(c\_\{i\}\\log\\tilde\{r\}\(x\_\{i\}\)\+\(1\-c\_\{i\}\)\\log\(1\-\\tilde\{r\}\(x\_\{i\}\)\)\\Big\),\(15\)wherennis the number of calibration samples\. Eqs\. \([14](https://arxiv.org/html/2607.18279#S3.E14)\)–\([15](https://arxiv.org/html/2607.18279#S3.E15)\) define the learning objective for the post\-hoc reliability layer\. The outputr~\(x\)\\tilde\{r\}\(x\)is not a class probability vector and is never used to changey^\(x\)\\hat\{y\}\(x\)\. It is a scalar estimate of whether the already\-selected label is correct\. Consequently, any method\-specific difference in the paper’s comparative results must come from reliability scores, not from changed predictions\. Accuracy and macro\-F1 are therefore frozen\-backbone descriptors rather than post\-hoc method outcomes\.
#### Validation\-gated reliability policy\.
The deployed object is a held\-out selection operator, not an unconstrained spectral score\. A spectral reliability model is selected only when it satisfies
ΔCorrAUROC\\displaystyle\\Delta\\mathrm\{CorrAUROC\}\>δrank,\\displaystyle\>\\delta\_\{\\mathrm\{rank\}\},\(16\)ΔFalseConf@0\.9\\displaystyle\\Delta\\mathrm\{FalseConf@0\.9\}≤τfc,\\displaystyle\\leq\\tau\_\{\\mathrm\{fc\}\},\(17\)ΔAURC\\displaystyle\\Delta\\mathrm\{AURC\}≤τaurc,\\displaystyle\\leq\\tau\_\{\\mathrm\{aurc\}\},\(18\)relative to Raw and the strongest scalar recalibrator on the same gate\-validation split\. Unless otherwise stated, thresholds are fixed before final test evaluation:δrank\>0\\delta\_\{\\mathrm\{rank\}\}\>0,τfc=0\.05\\tau\_\{\\mathrm\{fc\}\}=0\.05for low\-to\-moderate baseline FalseConf regimes, andτfc=0\.08\\tau\_\{\\mathrm\{fc\}\}=0\.08when Raw FalseConf@0\.9 exceeds0\.150\.15; increases above0\.100\.10absolute are deployment\-incompatible regardless of ranking gain\. If the constraints fail, the selected policy reverts to Raw confidence or the best simpler output\-space recalibrator\. Thus, SEB\-Cal contributes both a spectral reliability score and a pre\-specified policy for when that score may safely replace simpler recalibration\. Dataset\-level gate outcomes and the policy\-selected aggregate comparison are reported in Appendix[C\.1](https://arxiv.org/html/2607.18279#A3.SS1)\.
### 3\.4Spectral Diagnostic and Faithfulness Test
To make the reliability adjustment inspectable, the method produces a per\-sample spectral diagnostic and tests whether that diagnostic is behaviorally aligned with the reliability score under masking\. The diagnostic is not presented as a semantic explanation of the class decision, nor as a causal explanation of the data\-generating process\. Its narrower purpose is to expose which spectral bands contributed to the post\-hoc reliability adjustment and to test whether suppressing those bands changes the estimated correctness probability in the expected direction\. Letwe,wκ,wH,wdqw\_\{e\},w\_\{\\kappa\},w\_\{H\},w\_\{d\_\{q\}\}denote the learned coefficients on standardized spectral features\. We assign only band\-indexed terms to the band diagnostic:
Ab\(x\)=webe¯b\(x\)\+wκbκ¯b\(x\),Aglob\(x\)=wHH¯spec\(x\)\+∑q∈\{1,3,5\}wdqd¯q\(x\)\.\\tiny A\_\{b\}\(x\)=w\_\{e\_\{b\}\}\\bar\{e\}\_\{b\}\(x\)\+w\_\{\\kappa\_\{b\}\}\\bar\{\\kappa\}\_\{b\}\(x\),\\qquad A\_\{\\mathrm\{glob\}\}\(x\)=w\_\{H\}\\bar\{H\}\_\{\\mathrm\{spec\}\}\(x\)\+\\sum\_\{q\\in\\\{1,3,5\\\}\}w\_\{d\_\{q\}\}\\bar\{d\}\_\{q\}\(x\)\.\(19\)OnlyAb\(x\)A\_\{b\}\(x\)is ranked for masking; the global entropy and peak\-dominance contributionAglob\(x\)A\_\{\\mathrm\{glob\}\}\(x\)affectsr~\(x\)\\tilde\{r\}\(x\)but is not assigned to individual bands\. For input\-space faithfulness, bands are suppressed and the reliability drop is
Δ𝒮\(x\)=r~\(x\)−r~\(x\(−𝒮\)\),\\tiny\\Delta\_\{\\mathcal\{S\}\}\(x\)=\\tilde\{r\}\(x\)\-\\tilde\{r\}\(x^\{\(\-\\mathcal\{S\}\)\}\),\(20\)wherex\(−𝒮\)x^\{\(\-\\mathcal\{S\}\)\}is obtained after zeroing Fourier coefficients in𝒮\\mathcal\{S\}\. If faithful, largerAb\(x\)A\_\{b\}\(x\)should correspond to larger drops in Eq\. \([20](https://arxiv.org/html/2607.18279#S3.E20)\)\. Because this end\-to\-end test can include frozen\-backbone sensitivity, Appendix[D\.2](https://arxiv.org/html/2607.18279#A4.SS2)reports a feature\-space masking control withh\(x\)h\(x\)fixed\.
## 4Experimental Protocol
To test regime dependence rather than benchmark\-specific behavior, we evaluate eight heterogeneous UCR/UEA datasetsDauet al\.\([2019](https://arxiv.org/html/2607.18279#bib.bib10)\); Bagnallet al\.\([2018](https://arxiv.org/html/2607.18279#bib.bib11)\):ECG200,FordA,Wafer,ElectricDevices,UWaveGestureLibrary,BasicMotions,SelfRegulationSCP1, andAtrialFibrillation\. They span univariate/multivariate inputs, binary/multiclass labels, short/long sequences, and physiology, industrial sensing, and human\-motion domains\. All splits, seeds, trained\-output files, table\-generation scripts, paper\-value CSVs, and README\-level reproduction figures are fixed before test evaluation and documented in the anonymized artifact described in Appendix[D\.22](https://arxiv.org/html/2607.18279#A4.SS22)\. The artifact separates fast verification from full reproduction: reviewers can inspect paper\-value CSVs, README figures, and table outputs directly before rerunning the fixed\-split benchmark from code\. We evaluate SEB\-Cal across eight backbone families and canonical post\-hoc baselines to test whether spectral evidence adds reliability information beyond architecture effects or score remapping\. Backbones are MLP, LSTM, GRU, TCN, FCN, 1D ResNet, lightweight Inception\-style classifier, and Transformer encoderWanget al\.\([2017](https://arxiv.org/html/2607.18279#bib.bib13)\); Baiet al\.\([2018](https://arxiv.org/html/2607.18279#bib.bib15)\); Ismail Fawazet al\.\([2020](https://arxiv.org/html/2607.18279#bib.bib14)\); Vaswani and others \([2017](https://arxiv.org/html/2607.18279#bib.bib16)\)\. Baselines are raw confidence, temperature scalingGuoet al\.\([2017](https://arxiv.org/html/2607.18279#bib.bib1)\), Platt\-style logistic calibration, isotonic regression, beta calibrationKullet al\.\([2017](https://arxiv.org/html/2607.18279#bib.bib2)\), vector scaling, and Dirichlet calibrationKullet al\.\([2019](https://arxiv.org/html/2607.18279#bib.bib3)\)\. They test whether deterministic input\-side evidence contributes reliability information not recoverable by score transformation alone\. Proximity, time\-domain, STFT, masking, and overhead controls are reported in Appendix[D](https://arxiv.org/html/2607.18279#A4)\.
Because SEB\-Cal is fixed\-label post\-hoc, we separate frozen predictive quality from reliability quality\. Accuracy and macro\-F1 are computed once from backbone predictions and reported only as task context\. All comparative metrics use the scalar reliability score assigned to the fixed prediction\. We report: \(i\) fixed\-label probability quality using ECE, binary NLL, and binary Brier againstci=𝕀\[y^\(xi\)=yi\]c\_\{i\}=\\mathbb\{I\}\[\\hat\{y\}\(x\_\{i\}\)=y\_\{i\}\]; \(ii\) decision\-time reliability using Corr\-AUROC, FalseConf@0\.9, and AURC, where Corr\-AUROC ranks correct predictions above errors, FalseConf@0\.9 is the fraction of errors assigned reliability above0\.90\.9, and AURC measures retained risk under selective coverage; and \(iii\) diagnostic faithfulness using Spearman correlation between band\-level diagnostic scores and reliability drops after masking\. Random\-band, equal\-energy, and leave\-one\-band\-out controls are reported in the appendix to test whether the diagnostic captures reliability\-relevant spectral structure rather than generic perturbation sensitivity or energy magnitude\.
## 5Results and Discussion
### 5\.1Main Results
We organize the evaluation along the same dimensions introduced in the experimental design: aggregate reliability quality, dataset\-level heterogeneity, backbone\-family variation, diagnostic scope ablations, and spectral diagnostic behavior\. Results are reported on the matched evaluation subset of191191dataset–model–seed configurations for which all standard post\-hoc methods are available, yielding directly comparable reliability evaluations\. Table[1](https://arxiv.org/html/2607.18279#S5.T1)provides the strictest aggregate comparison across heterogeneous datasets, architectures, and seeds\. Because all post\-hoc methods keep the predicted label fixed, it compares only reliability metrics; frozen backbone accuracy and macro\-F1 are shown once in the caption for context, not as method\-specific outcomes\. Unconstrained SEB\-Cal improves the core fixed\-label reliability metrics over Raw and scalar recalibrators, including Corr\-AUROC, ECE, NLL, FalseConf@0\.9, AURC, and the spectral diagnostic faithfulness score\. The validation\-gated policy is the deployed object: it further improves Corr\-AUROC, ECE, NLL, FalseConf@0\.9, and AURC by selecting spectral reliability only when held\-out validation passes the ranking and safety constraints\. Thus, Table[1](https://arxiv.org/html/2607.18279#S5.T1)separates two claims: the spectral bundle adds reliability information beyond output\-score remapping, and the gate converts that regime\-dependent signal into a safer operating policy\.Uncertainty\.All aggregate comparisons are computed over matched dataset–backbone–seed configurations, with paired bootstrap uncertainty reported in Appendix[D\.19](https://arxiv.org/html/2607.18279#A4.SS19)\. Bootstrap intervals support stability only within the reported evidence base, since dataset and backbone decompositions remain heterogeneous\. Appendix[D](https://arxiv.org/html/2607.18279#A4)separates spectral organization from generic input conditioning:g\(x\)g\(x\)has low dependence onh\(x\)h\(x\)\(median absolute Spearman<0\.25<0\.25\), exceeds a time\-domain summary control, and is stress\-tested against Proximity and STFT variants\. Together, these controls rule out the weakest interpretation of the result: that SEB\-Cal merely benefits from adding any input\-derived side information to a shallow correctness model\. The evidence instead supports a narrower and stronger claim: frequency\-distributed temporal organization contributes reliability information specifically when confidence errors reflect a mismatch between output sharpness and global signal support\.
Table 1:Aggregate fixed\-label reliability comparison on the matched evaluation subset\. Backbone predictions are fixed for all post\-hoc methods, so accuracy and macro\-F1 are not method\-specific; frozen predictive context is accuracy=0\.701=0\.701, macro\-F1=0\.636=0\.636\. Higher is better for Corr\-AUROC and Faithfulness; lower is better for ECE, Brier, NLL, FalseConf@0\.9, and AURC\.
### 5\.2Cross\-Dataset Heterogeneity & Backbone\-Level Evidence
Table[2](https://arxiv.org/html/2607.18279#S5.T2)separates ranking gains from high\-confidence error behavior\. FordA, ECG200, UWaveGestureLibrary, and SelfRegulationSCP1 show clear Corr\-AUROC gains, while BasicMotions and AtrialFibrillation remain unfavorable\. Wafer and ElectricDevices illustrate the main operational tradeoff: spectral evidence can improve ranking even when FalseConf@0\.9 must be checked against the deployment tolerance\. The full validation\-gate decision table is moved to Appendix[C\.1](https://arxiv.org/html/2607.18279#A3.SS1)\. Across backbones, the same ranking asymmetry appears in Table[3](https://arxiv.org/html/2607.18279#S5.T3): Transformer and LSTM are the clearest positive Corr\-AUROC cases, whereas convolutional families and the MLP group are weaker\. This supports the central claim that regime dependence is the empirical signature of the phenomenon: spectral reliability helps when confidence failures reflect mismatch between output sharpness and global temporal support\.
Table 2:Dataset\-level decomposition for unconstrained SEB\-Cal\. Positive Corr\-AUROC gains are in green\. FalseConf@0\.9 is shown diagnostically; deployment safety is handled by the validation\-gated policy in Table[1](https://arxiv.org/html/2607.18279#S5.T1)and Appendix[C\.1](https://arxiv.org/html/2607.18279#A3.SS1)\.Table 3:Backbone\-level decomposition for unconstrained SEB\-Cal\. Positive Corr\-AUROC gains are in green\. High\-confidence error safety is evaluated at the aggregate and policy levels in Table[1](https://arxiv.org/html/2607.18279#S5.T1)and Appendix[C\.1](https://arxiv.org/html/2607.18279#A3.SS1)\.Validation\-gated reliability policyThe deployed object is a selected reliability policy, not an unconstrained spectral score\. Held\-out validation first tests whether spectral evidence improves correctness\-aware ranking; it then checks whether high\-confidence error risk and retained risk remain within tolerance\. When the gate passes, SEB\-Cal is selected because input\-side temporal organization adds reliability information beyond output scores\. When the gate fails, the system reverts to Raw confidence or the safer scalar recalibrator\. This turns heterogeneous behavior across datasets into an explicit reliability\-selection mechanism\.
### 5\.3Frequency\-Bundle Ablation
Table[4](https://arxiv.org/html/2607.18279#S5.T4)directly ablates the proposed spectral evidence bundleg\(x\)g\(x\)\. This table is a mechanism test for ranking signal, not a deployment\-safety table: high\-confidence error safety is evaluated by the validation gate in Table[1](https://arxiv.org/html/2607.18279#S5.T1)and Appendix[C\.1](https://arxiv.org/html/2607.18279#A3.SS1)\. Removing the entire bundle reduces the method to the output\-side reliability modelh\(x\)h\(x\), while removing individual descriptor families tests which part of the bundle drives the ranking gain\. The full bundle outperforms the output\-only model, showing thatg\(x\)g\(x\)contributes information beyond logits, margin, and predictive entropy\. Among individual components, energy concentration is the strongest single descriptor, while the leave\-one\-out rows show that removing energy causes the clearest drop from the full bundle\. Entropy, peak dominance, and phase stability contribute less uniformly, but preserve a decomposable spectral diagnostic and allow the reliability adjustment to be inspected as structured evidence rather than as a single opaque scalar\. This ablation addresses the role ofg\(x\)g\(x\): removing the whole bundle reduces Corr\-AUROC from0\.7860\.786to0\.7030\.703, while the leave\-one\-out rows identify energy concentration as the dominant component in this slice\. Additional visual summaries of the aggregate trade\-off, dataset–backbone regimes, and diagnostic faithfulness are provided in Appendix[C](https://arxiv.org/html/2607.18279#A3)\.
Table 4:Frequency\-bundle ablation\.Mechanism ablation for ranking signal; FalseConf@0\.9 and AURC safety are evaluated by the validation\-gated policy in Table[1](https://arxiv.org/html/2607.18279#S5.T1)and Appendix[C\.1](https://arxiv.org/html/2607.18279#A3.SS1)\. The first block removesg\(x\)g\(x\)or adds one component family; the second removes one family from the full bundle\. Higher Corr\-AUROC is better\. Positive regime: FordA \+ ECG200\.
### 5\.4Spectral Diagnostic Behavior
Finally, we test whether the spectral diagnostic is behaviorally aligned with the reliability adjustment rather than merely descriptive\. The diagnostic explains the post\-hoc reliability score, not the class decision or real\-world causality\. If specific spectral bands drive the reliability layer, masking higher\-ranked bands should changer~\(x\)\\tilde\{r\}\(x\)more than masking lower\-ranked bands\. We therefore rank bands by diagnostic score and progressively suppress them before recalculatingr~\(x\)\\tilde\{r\}\(x\); Appendix[D\.2](https://arxiv.org/html/2607.18279#A4.SS2)reports a feature\-space masking control that holds backbone output features fixed\. On the matched evaluation subset, the mean rank–drop association is positive but modest, so the diagnostic is secondary; the primary acceptance case rests on fixed\-label reliability ranking and validation\-gated deployment\. Dataset\-level variation is informative: most datasets show positive alignment, whereas SelfRegulationSCP1 marks a clear boundary case\. When diagnostic validity is required, the deployment rule rejects regimes that fail random\-band or equal\-energy controls\. The diagnostic is therefore validation\-gated, not an unconditional interpretability guarantee\. The time\-domain summary control in Appendix[D](https://arxiv.org/html/2607.18279#A4)further shows that the gain is not explained by adding generic input statistics alone\.
## 6Operating Contract and Failure Modes
The operating contract of SEB\-Cal follows from its fixed\-label design: it improves the reliability score assigned to an existing backbone prediction but never alters the predicted class\. Thus,r~\(x\)\\tilde\{r\}\(x\)is evaluated as a scalar correctness probability, with NLL and Brier interpreted againstci=𝕀\[y^\(xi\)=yi\]c\_\{i\}=\\mathbb\{I\}\[\\hat\{y\}\(x\_\{i\}\)=y\_\{i\}\]\. This target suits selective prediction, triage, review prioritization, and abstention, where the key question is whether the prediction should be trusted\. The main failure mode occurs when global spectral organization is uninformative about correctness, especially in tasks dominated by transients, changepoints, padding artifacts, or non\-spectral nuisance factors\. Ranking gains can also coexist with worse FalseConf@0\.9, so they are insufficient for deployment\. Finally, the spectral diagnostic explains the post\-hoc reliability adjustment, not the semantic class decision or causal structure of the signal, and frequency masking may produce non\-natural perturbations\. SEB\-Cal is therefore enabled only when held\-out validation shows improved ranking over Raw and scalar recalibrators, no unacceptable FalseConf@0\.9 or AURC increase, and, when the diagnostic is exposed, faithfulness above random\-band and equal\-energy controls; otherwise it reverts to Raw or best simpler recalibrator\. Under this contract, unfavorable regimes are expected rejection cases rather than hidden failures\.
## 7Conclusion
This paper introduced SEB\-Cal, a validation\-gated fixed\-label reliability policy for time\-series classification\. The method leaves the backbone and predicted label unchanged, augments output\-side cues with deterministic spectral evidence, and estimates whether the selected prediction should be trusted\. The central finding is that time\-series reliability can exhibit evidence discrepancy: output confidence can be high even when global temporal organization provides weak support for correctness\. Across heterogeneous datasets and backbones, SEB\-Cal exploits this discrepancy signal, improves correctness\-aware ranking, and uses a validation gate to decide when spectral reliability should replace simpler output\-space recalibration\. The result reframes time\-series calibration as evidence\-constrained reliability selection rather than unconditional score remapping\.
## References
- \[1\]\(2018\)The uea multivariate time series classification archive, 2018\.arXiv preprint arXiv:1811\.00075\.Cited by:[§1](https://arxiv.org/html/2607.18279#S1.p2.1),[§4](https://arxiv.org/html/2607.18279#S4.p1.1)\.
- \[2\]S\. Bai, J\. Z\. Kolter, and V\. Koltun\(2018\)An empirical evaluation of generic convolutional and recurrent networks for sequence modeling\.arXiv preprint arXiv:1803\.01271\.Cited by:[§D\.7](https://arxiv.org/html/2607.18279#A4.SS7.p1.1),[§1](https://arxiv.org/html/2607.18279#S1.p2.1),[§4](https://arxiv.org/html/2607.18279#S4.p1.1)\.
- \[3\]D\. Carvalho, E\. Pereira, and J\. Cardoso\(2019\)Machine learning interpretability: a survey on methods and metrics\.Electronics\.Cited by:[§2](https://arxiv.org/html/2607.18279#S2.p1.1)\.
- \[4\]H\. A\. Dau, A\. Bagnall, K\. Kamgar, C\. M\. Yeh, Y\. Zhu, S\. Gharghabi, C\. Ratanamahatana, and E\. Keogh\(2019\)The ucr time series archive\.IEEE/CAA Journal of Automatica Sinica\.Cited by:[§1](https://arxiv.org/html/2607.18279#S1.p2.1),[§4](https://arxiv.org/html/2607.18279#S4.p1.1)\.
- \[5\]R\. El\-Yaniv and Y\. Wiener\(2010\)Foundations of noise\-free selective classification\.JMLR\.Cited by:[§2](https://arxiv.org/html/2607.18279#S2.p1.1)\.
- \[6\]Y\. Geifman and R\. El\-Yaniv\(2017\)Selective classification for deep neural networks\.InNeurIPS,Cited by:[§2](https://arxiv.org/html/2607.18279#S2.p1.1)\.
- \[7\]C\. Guo, G\. Pleiss, Y\. Sun, and K\. Q\. Weinberger\(2017\)On calibration of modern neural networks\.InICML,Cited by:[§D\.7](https://arxiv.org/html/2607.18279#A4.SS7.p2.1),[§1](https://arxiv.org/html/2607.18279#S1.p1.1),[§2](https://arxiv.org/html/2607.18279#S2.p1.1),[§4](https://arxiv.org/html/2607.18279#S4.p1.1)\.
- \[8\]H\. Ismail Fawaz, B\. Lucas, G\. Forestier, C\. Pelletier, D\. Schmidt, J\. Weber, G\. Webb, L\. Idoumghar, P\. Muller, and F\. Petitjean\(2020\)InceptionTime: finding alexnet for time series classification\.Data Mining and Knowledge Discovery\.Cited by:[§D\.7](https://arxiv.org/html/2607.18279#A4.SS7.p1.1),[§1](https://arxiv.org/html/2607.18279#S1.p2.1),[§4](https://arxiv.org/html/2607.18279#S4.p1.1)\.
- \[9\]M\. Kull, M\. Perello\-Nieto, M\. Kängsepp, T\. Silva Filho, H\. Song, and P\. Flach\(2019\)Beyond temperature scaling: obtaining well\-calibrated multiclass probabilities with dirichlet calibration\.InNeurIPS,Cited by:[§D\.7](https://arxiv.org/html/2607.18279#A4.SS7.p2.1),[§1](https://arxiv.org/html/2607.18279#S1.p1.1),[§2](https://arxiv.org/html/2607.18279#S2.p1.1),[§4](https://arxiv.org/html/2607.18279#S4.p1.1)\.
- \[10\]M\. Kull, T\. Silva Filho, and P\. Flach\(2017\)Beta calibration: a well\-founded and easily implemented improvement on logistic calibration for binary classifiers\.InAISTATS,Cited by:[§D\.7](https://arxiv.org/html/2607.18279#A4.SS7.p2.1),[§1](https://arxiv.org/html/2607.18279#S1.p1.1),[§2](https://arxiv.org/html/2607.18279#S2.p1.1),[§4](https://arxiv.org/html/2607.18279#S4.p1.1)\.
- \[11\]A\. Le Cozet al\.\(2024\)Confidence calibration of classifiers with many classes\.NeurIPS\.Cited by:[§2](https://arxiv.org/html/2607.18279#S2.p1.1)\.
- \[12\]Y\. Liu, T\. Hu, H\. Zhang, H\. Wu, S\. Wang, L\. Ma, and M\. Long\(2024\)ITransformer: inverted transformers are effective for time series forecasting\.InICLR,Cited by:[§1](https://arxiv.org/html/2607.18279#S1.p1.1),[§2](https://arxiv.org/html/2607.18279#S2.p1.1)\.
- \[13\]M\. P\. Naeini, G\. Cooper, and M\. Hauskrecht\(2015\)Obtaining well calibrated probabilities using bayesian binning\.InAAAI,Cited by:[§1](https://arxiv.org/html/2607.18279#S1.p1.1),[§2](https://arxiv.org/html/2607.18279#S2.p1.1)\.
- \[14\]Y\. Nie, N\. Nguyen, P\. Sinthong, and J\. Kalagnanam\(2023\)A time series is worth 64 words: long\-term forecasting with transformers\.InICLR,Cited by:[§1](https://arxiv.org/html/2607.18279#S1.p1.1),[§2](https://arxiv.org/html/2607.18279#S2.p1.1)\.
- \[15\]C\. Rudin\(2019\)Stop explaining black box machine learning models for high stakes decisions and use interpretable models instead\.Nature Machine Intelligence\.Cited by:[§2](https://arxiv.org/html/2607.18279#S2.p1.1)\.
- \[16\]L\. Tao, Y\. Zhu, H\. Guo, M\. Dong, and C\. Xu\(2023\)A benchmark study on calibration\.arXiv preprint arXiv:2308\.11838\.Cited by:[§2](https://arxiv.org/html/2607.18279#S2.p1.1)\.
- \[17\]M\. Traubet al\.\(2024\)AUGRC: a better metric for evaluating abstention in classification\.NeurIPS\.Cited by:[§2](https://arxiv.org/html/2607.18279#S2.p1.1)\.
- \[18\]A\. Vaswaniet al\.\(2017\)Attention is all you need\.InNeurIPS,Cited by:[§D\.7](https://arxiv.org/html/2607.18279#A4.SS7.p1.1),[§1](https://arxiv.org/html/2607.18279#S1.p2.1),[§4](https://arxiv.org/html/2607.18279#S4.p1.1)\.
- \[19\]Z\. Wang, W\. Yan, and T\. Oates\(2017\)Time series classification from scratch with deep neural networks: a strong baseline\.InIJCNN,Cited by:[§D\.7](https://arxiv.org/html/2607.18279#A4.SS7.p1.1),[§1](https://arxiv.org/html/2607.18279#S1.p2.1),[§4](https://arxiv.org/html/2607.18279#S4.p1.1)\.
- \[20\]H\. Wu, J\. Xu, J\. Wang, and M\. Long\(2023\)TimesNet: temporal 2d\-variation modeling for general time series analysis\.InICLR,Cited by:[§1](https://arxiv.org/html/2607.18279#S1.p1.1),[§2](https://arxiv.org/html/2607.18279#S2.p1.1)\.
- \[21\]Z\. Xionget al\.\(2023\)ProCal: a proximity\-based confidence calibration method for deep neural networks\.ICCV\.Cited by:[§2](https://arxiv.org/html/2607.18279#S2.p1.1)\.
- \[22\]R\. Yang, L\. Cao, J\. Yang, and J\. Li\(2024\)Rethinking fourier transform from a basis functions perspective for long\-term time series forecasting\.InAdvances in Neural Information Processing Systems,Cited by:[§2](https://arxiv.org/html/2607.18279#S2.p1.1)\.
- \[23\]K\. Yi, W\. Fan, Q\. Zhang, H\. Wang, S\. Wang, P\. Li, L\. He, Y\. An, K\. Li, N\. Wang,et al\.\(2024\)FilterNet: harnessing frequency filters for time series forecasting\.InAAAI,Cited by:[§2](https://arxiv.org/html/2607.18279#S2.p1.1)\.
- \[24\]K\. Yi, Q\. Zhang, W\. Fan, S\. Wang, H\. Wang, K\. Li, Y\. An, L\. He, N\. Wang, P\. Li,et al\.\(2023\)FreTS: frequency\-domain mlps are more effective learners in time series forecasting\.InNeurIPS,Cited by:[§1](https://arxiv.org/html/2607.18279#S1.p1.1),[§2](https://arxiv.org/html/2607.18279#S2.p1.1)\.
- \[25\]A\. Zenget al\.\(2023\)Are transformers effective for time series forecasting?\.Proceedings of AAAI\.Cited by:[§3\.2](https://arxiv.org/html/2607.18279#S3.SS2.p1.26)\.
- \[26\]Y\. Zhuet al\.\(2023\)OpenMix improves misclassification detection by mixing outlier samples\.NeurIPS\.Cited by:[§2](https://arxiv.org/html/2607.18279#S2.p1.1)\.
## Appendix AAppendix: Abbreviations
Table 5:Abbreviations used in the paper\.
## Appendix BAppendix: Full Per\-Dataset Method Comparison
Table[6](https://arxiv.org/html/2607.18279#A2.T6)reports the full per\-dataset Corr\-AUROC comparison on the completed common test subset\. Table[7](https://arxiv.org/html/2607.18279#A2.T7)reports the corresponding gate\-validation FalseConf@0\.9 diagnostics used for policy selection; these values are intentionally separated from the final test\-set FalseConf@0\.9 values in Table[2](https://arxiv.org/html/2607.18279#S5.T2)\.
Table 6:Full per\-dataset Corr\-AUROC comparison across methods\. Highest value in each row is highlighted\.Table 7:Gate\-validation FalseConf@0\.9 comparison used only for policy\-selection diagnostics\. These values are computed on the held\-out gate\-validation split and must not be compared algebraically with the test\-set values in Table[2](https://arxiv.org/html/2607.18279#S5.T2)\.
## Appendix CAppendix: Empirical Visual Summary
Figure[2](https://arxiv.org/html/2607.18279#A3.F2)summarizes the aggregate trade\-off, dataset–backbone regime structure, and diagnostic faithfulness patterns used to support the main empirical discussion\.
0\.120\.120\.140\.140\.160\.160\.180\.180\.20\.20\.220\.220\.240\.240\.260\.260\.280\.280\.30\.30\.650\.650\.70\.70\.750\.750\.80\.8RawTemp\.PlattDir\.Vec\.Iso\.SEB\-CalFalseConf@0\.9↓\\downarrowCorr\-AUROC↑\\uparrow\(a\)Overall trade\-offMLPLSTMGRUTCNFCNResNetIncep\.Transf\.ECG200FordAWaferElecDevUWaveBasicSelfRegAtrialBackboneDataset00\.20\.20\.40\.4\(b\)Δ\\DeltaCorr\-AUROCElecDevFordAECG200UWaveAtrialWaferBasicSelfReg−0\.4\-0\.4−0\.2\-0\.200\.20\.20\.40\.4Faithfulness↑\\uparrow\(c\)Faithfulness
Figure 2:Empirical visual summary\. Left: aggregate trade\-off between correctness\-aware ranking and false high\-confidence error rate\. Middle: regime\-dependentΔ\\DeltaCorr\-AUROC across datasets and backbones\. Right: diagnostic faithfulness by dataset\.#### Consistency of reported evidence bases\.
Main\-text Tables[1](https://arxiv.org/html/2607.18279#S5.T1)–[3](https://arxiv.org/html/2607.18279#S5.T3)report the completed common test subset unless explicitly stated otherwise\. Gate\-validation tables are used only for method selection and are not algebraically comparable to final test\-set tables\. Robustness tables may use artifact\-evaluable subsets for specific controls; their captions identify the subset and claim they support\. When the same evidence base is used, aggregate and decomposition metrics are computed from the same configuration\-level records\.
### C\.1Dataset\-Level Validation\-Gate Outcomes
Table[8](https://arxiv.org/html/2607.18279#A3.T8)reports the dataset\-level outcome of the validation gate\. Gate decisions are computed on the held\-out gate\-validation split, not on the final test split\. Test\-set deltas are reported only after selection\. The gate selects SEB\-Cal when Corr\-AUROC improves and the FalseConf@0\.9 and AURC changes remain within tolerance; otherwise the policy reverts to Raw confidence or the safer scalar recalibrator\.
Table 8:Dataset\-level validation\-gate outcomes\. Decisions are made on the gate\-validation split; test\-set deltas are reported separately in Table[2](https://arxiv.org/html/2607.18279#S5.T2)and are not used for gate selection\.Table 9:Aggregate comparison including the validation\-gated policy\. The policy\-selected method applies the held\-out gate before deployment, selecting spectral reliability only when ranking improves under FalseConf@0\.9 and AURC constraints and otherwise reverting to Raw or the safer scalar recalibrator\.
## Appendix DAppendix: Extended Robustness Analyses
All experiments were run on a workstation equipped with two NVIDIA RTX A6000 GPUs\.
### D\.1Robustness\-Benchmark Scope and Interpretation
The main results use the matched evaluation subset of191191dataset–backbone–seed configurations for which all standard recalibrators are directly comparable\. The robustness appendix uses the same matched subset whenever a method is defined for that subset\. For analyses requiring replay artifacts or method variants that were not part of the original standard\-recalibrator grid, we report the corresponding artifact\-evaluable subset and explicitly label it as a robustness\-only comparison\. These appendix values are therefore not a second headline benchmark; they test whether the main interpretation survives stronger sample\-dependent comparators, spectral component ablations, alternative time\-frequency representations, and uncertainty analysis\.
### D\.2Feature\-Space Faithfulness Control
The input\-space masking test in Eq\. \([20](https://arxiv.org/html/2607.18279#S3.E20)\) evaluates the end\-to\-end effect of suppressing spectral bands, but it may also reflect the frozen backbone’s nonlinear sensitivity to the reconstructed input\. To isolate the reliability layer itself, we add a feature\-space masking control that keeps the backbone output features fixed and masks only the corresponding spectral features inside the reliability vector\. For a band set𝒮\\mathcal\{S\}, we define
Δ𝒮feat\(x\)=ψ\(\[h\(x\)∥g\(x\)\]\)−ψ\(\[h\(x\)∥g\(−𝒮\)\(x\)\]\),\\Delta^\{\\mathrm\{feat\}\}\_\{\\mathcal\{S\}\}\(x\)=\\psi\(\[h\(x\)\\\|g\(x\)\]\)\-\\psi\(\[h\(x\)\\\|g^\{\(\-\\mathcal\{S\}\)\}\(x\)\]\),whereh\(x\)h\(x\)is unchanged andg\(−𝒮\)\(x\)g^\{\(\-\\mathcal\{S\}\)\}\(x\)zeros only the spectral\-bundle entries associated with masked bands\. Agreement between certificate ranking andΔ𝒮feat\(x\)\\Delta^\{\\mathrm\{feat\}\}\_\{\\mathcal\{S\}\}\(x\)therefore tests reliance of the post\-hoc reliability layer on spectral bands without rerunning the backbone\. We report this as a control for the end\-to\-end masking faithfulness score\. We empirically verify thatg\(x\)g\(x\)is not redundant withh\(x\)h\(x\)by reporting dependence diagnostics \(rank correlation and mutual information\) in Appendix[D\.18](https://arxiv.org/html/2607.18279#A4.SS18), showing that spectral descriptors provide partially orthogonal information to output\-space features\.
### D\.3How to Read the Two Evidence Bases
Because the paper combines a completed common\-subset benchmark with a replay\-based robustness appendix, it is useful to summarize the role of each evidence base explicitly\.
Table 10:Evidence bases used in the paper and the claims each supports\.This separation prevents numerical comparisons across incompatible method families\. Main\-text claims are tied to the matched evaluation subset; appendix claims are used only as robustness evidence for mechanism\-level interpretation\. No gate decision, model choice, or threshold is selected using the final test split\. All aggregate tables are computed over configuration\-level records; dataset\-level and backbone\-level decompositions are reported separately to expose any imbalance rather than hide it in the aggregate\.
### D\.4Comparison Against a Non\-Output\-Space Comparator
To test whether SEB\-Cal gains arise merely from generic sample\-dependent conditioning, we compare against two non\-output\-space reliability estimators\. The first is a proximity\-based correctness estimator following the ProCal principle of using local representation\-space neighborhood structure for confidence estimation\. The second is a simplerkk\-nearest\-neighbor correctness estimator over frozen backbone embeddings\. Both methods are fit only on the calibration split and evaluated on the same held\-out configurations as SEB\-Cal\. We report them as non\-output\-space comparators rather than as scalar recalibrators, because their purpose is to test whether spectral organization contributes information beyond local sample geometry\.
Table 11:Non\-output\-space comparator analysis on the artifact\-evaluable comparator subset\. This subset is used to compare SEB\-Cal against Proximity and output\-feature\-only reliability estimators\.
### D\.5Component\-Wise Bundle Ablation
We did not tuneBBper dataset\. The defaultB=8B=8was fixed before evaluation and used for all datasets, backbones, and seeds\. This avoids dataset\-specific frequency engineering and keeps the spectral branch deterministic\. To test whether the spectral bundle’s value is driven by a single descriptor family or by their interaction, we decompose the bundle into its constituent components: band\-wise energy concentration, spectral entropy, peak dominance, and phase stability\. We evaluate two complementary views\. The first is an add\-one analysis in which each component family is used in isolation together with the standard output\-side branch\. The second is a leave\-one\-out analysis in which the full bundle is retained except for one removed component family\. Table[12](https://arxiv.org/html/2607.18279#A4.T12)focuses on the positive\-regime slice, where the spectral mechanism is intended to be most informative\. Energy concentration is the strongest single component, reaching0\.7780\.778Corr\-AUROC compared with0\.7030\.703for the output\-side\-only model\. Entropy and phase alone are weaker than energy and peak structure, suggesting that the most useful reliability information in this regime is carried primarily by how spectral mass is distributed\. The leave\-one\-out analysis shows that removing energy causes the clearest drop, whereas removing phase does not degrade the positive\-regime ranking score\. These results clarify rather than weaken the bundle framing\. The strongest positive\-regime signal is carried by spectral mass distribution, especially energy concentration and peak structure\. Entropy and phase are weaker as isolated predictors, but they still define complementary axes of organization and preserve a common certificate space for the full method\. The claim is therefore not that all descriptor families contribute equally\. The claim is that decomposable spectral organization provides reliability information beyond output\-side cues, and the ablation identifies which parts of that organization drive the current gains\.
Table 12:Frequency\-bundle ablation on the positive\-regime ablation slice\. Values are reported on the positive\-regime ablation slice and are not compared algebraically with Table[11](https://arxiv.org/html/2607.18279#A4.T11)\.
### D\.6Alternative Time\-Frequency Ablation
A potential concern is that the observed behavior could be specific to a single whole\-sample Fourier transform rather than to the broader idea of frequency\-conditioned reliability\. To test this, we evaluate a local\-window time\-frequency variant, denoted STFT\-SEB\-Cal, that replaces the single whole\-sample transform with a short\-time Fourier transform and mean\-pools the resulting local descriptors over time\. Table[13](https://arxiv.org/html/2607.18279#A4.T13)shows that the STFT variant slightly exceeds the whole\-sample version in the positive\-regime subset \(0\.7880\.788vs\.0\.7860\.786Corr\-AUROC\), while the whole\-sample version remains stronger on the common robustness subset\. This result does not undermine the main method; it sharpens its scope\. Whole\-sample SEB\-Cal is the default because it is simpler, deterministic, lower\-dimensional, and tied to a single certificate decomposition\. STFT\-SEB\-Cal is an alternative when local\-window structure is expected to matter\. The broader conclusion is therefore representation\-conditional: frequency\-domain evidence can support reliability estimation, but the appropriate spectral view should be selected by held\-out validation rather than assumed a priori\.
Table 13:Alternative time\-frequency ablation on the artifact\-evaluable robustness subset\. The transient\-heavy subset here is Wafer \+ UWaveGestureLibrary \+ SelfRegulationSCP1\.
### D\.7Backbones and Calibration Baselines
We evaluate SEB\-Cal across eight backbone families: multilayer perceptron, LSTM, GRU, temporal convolutional network, fully convolutional network, 1D ResNet, lightweight Inception\-style classifier, and Transformer encoder\[[19](https://arxiv.org/html/2607.18279#bib.bib13),[2](https://arxiv.org/html/2607.18279#bib.bib15),[8](https://arxiv.org/html/2607.18279#bib.bib14),[18](https://arxiv.org/html/2607.18279#bib.bib16)\]\. These cover non\-sequential, recurrent, convolutional, residual, inception\-style, and attention\-based inductive biases, allowing us to test whether the usefulness of global spectral evidence depends on how temporal structure is modeled\.
The primary comparison set consists of standard output\-space post\-hoc recalibrators: temperature scaling\[[7](https://arxiv.org/html/2607.18279#bib.bib1)\], Platt\-style logistic calibration, isotonic regression, beta calibration\[[10](https://arxiv.org/html/2607.18279#bib.bib2)\], vector scaling, Dirichlet calibration\[[9](https://arxiv.org/html/2607.18279#bib.bib3)\], and raw confidence\. These baselines test whether deterministic input\-side evidence adds reliability information beyond score transformation\.
We additionally evaluate input\-conditioned and non\-output\-space comparators\. The output\-feature\-only modelh\(x\)h\(x\)tests whether gains arise from a shallow correctness classifier over logits\. The proximity\-based estimator tests whether improvements follow generic neighborhood structure in representation space\. The time\-domain summary baseline controls for simple signal statistics such as total energy, variance, smoothness, and signal\-to\-noise proxies\. The STFT variant tests whether the reliability signal depends on a single whole\-sample Fourier representation or on frequency\-conditioned temporal organization more broadly\.
### D\.8Computational Overhead
SEB\-Cal adds one real FFT per channel and a small number of deterministic reductions before the shallow reliability layer\. For a samplex∈ℝC×Tx\\in\\mathbb\{R\}^\{C\\times T\}, the additional cost is
O\(CTlogT\)\+O\(CF\+B\),O\(C\\,T\\log T\)\+O\(CF\+B\),whereFFis the number of retained Fourier frequencies andBBis the number of spectral bands\. Scalar recalibrators such as temperature scaling, Platt calibration, vector scaling, and Dirichlet calibration operate only on logits and are therefore cheaper, typicallyO\(K\)O\(K\)toO\(K2\)O\(K^\{2\}\)per sample\. SEB\-Cal is consequently not intended to replace scalar recalibration when output\-space scores are sufficient; the validation gate selects it only when the added input\-side spectral computation improves reliability under FalseConf@0\.9 and AURC constraints\.
Table 14:Per\-sample computational overhead of scalar recalibrators, output\-feature reliability, and spectral reliability variants\.
### D\.9Variant\-Family Summary Across Regimes
To provide a compact overview of the entire robustness package, Table[15](https://arxiv.org/html/2607.18279#A4.T15)summarizes the five most informative method families across three evaluation views: the full artifact\-evaluable subset, the positive\-regime subset \(FordA \+ ECG200\), and a transient\-heavy subset \(Wafer \+ UWaveGestureLibrary \+ SelfRegulationSCP1\)\. This table is useful because it makes the paper’s empirical message immediately visible in one place\.
Three points stand out\. First, SEB\-Cal is the strongest overall method family on the common robustness subset, with the best Corr\-AUROC, FalseConf@0\.9, ECE, and AURC among the compared variants\. Second, the positive regime remains especially favorable to spectral conditioning: SEB\-Cal is strongest on FalseConf@0\.9, ECE, and AURC for FordA \+ ECG200, while STFT\-SEB\-Cal achieves the strongest Corr\-AUROC on that slice\. Third, the grouped transient\-heavy subset no longer supports a blanket statement that spectral variants underperform there: in the updated summary, full SEB\-Cal is strongest on Corr\-AUROC, ECE, and AURC for that slice, even though the broader paper still shows that gains remain structurally uneven across individual datasets and architectures\.
Table 15:Summary of appendix method families across the artifact\-evaluable subset, the positive regime, and a transient\-heavy subset\.
### D\.10Dataset\-Level Comparison of Appendix Methods
Table[16](https://arxiv.org/html/2607.18279#A4.T16)compares Corr\-AUROC across the five most informative appendix method families for every dataset\. This table makes the regime structure concrete\. In ECG200 and FordA, the spectral methods, especially whole\-sample and STFT variants, remain clearly competitive or dominant\. Once the appendix is aligned with the main dataset decomposition, spectral methods are also no longer confined to only those two cases: SEB\-Cal becomes strongest on UWaveGestureLibrary, Wafer, and SelfRegulationSCP1 in this appendix\-level comparison, while ElectricDevices remains competitive but is still led by the Proximity baseline and AtrialFibrillation/BasicMotions continue to favor non\-spectral alternatives\. The point is therefore not that one method wins every row, but that the favorable spectral regimes are broader than a two\-dataset story while still remaining structured rather than universal\.
Table 16:Dataset\-level Corr\-AUROC comparison among the main appendix method families\.Table[17](https://arxiv.org/html/2607.18279#A4.T17)provides the corresponding dataset\-level FalseConf@0\.9 comparison\. This reveals a different but equally important pattern: even where spectral conditioning helps Corr\-AUROC, it does not uniformly minimize dangerous high\-confidence errors\. This is precisely why the paper should be framed around evidence\-conditioned trust estimation rather than universal improvement on every calibration metric\.
Table 17:Dataset\-level FalseConf@0\.9 comparison among the main appendix method families\. Lower is better\.
### D\.11Deployment Selection Protocol
The empirical results support SEB\-Cal as a selective reliability mechanism\. We therefore define a held\-out selection protocol rather than recommending spectral conditioning by default\. Let
ℳ=\{Raw,Temperature,Platt,Dirichlet,Vector,Isotonic,Proximity,SEB−Cal,STFT\-SEB−Cal\}\.\\mathcal\{M\}=\\\{\\mathrm\{Raw\},\\mathrm\{Temperature\},\\mathrm\{Platt\},\\mathrm\{Dirichlet\},\\mathrm\{Vector\},\\mathrm\{Isotonic\},\\mathrm\{Proximity\},SEB\-Cal\{\},\\mathrm\{STFT\}\\text\{\-\}SEB\-Cal\{\}\\\}\.For each candidatem∈ℳm\\in\\mathcal\{M\}, compute
Γ\(m\)=\(CorrAUROC\(m\),−FalseConf@0\.9\(m\),−ECE\(m\),−AURC\(m\)\)\\Gamma\(m\)=\\big\(\\mathrm\{CorrAUROC\}\(m\),\\,\-\\mathrm\{FalseConf@0\.9\}\(m\),\\,\-\\mathrm\{ECE\}\(m\),\\,\-\\mathrm\{AURC\}\(m\)\\big\)on a held\-out selection split\. A spectral method is selected only if it satisfies all three conditions:
1. 1\.it improves Corr\-AUROC over Raw and the best scalar recalibrator by a practically meaningful margin;
2. 2\.it does not increase FalseConf@0\.9 or AURC beyond a pre\-specified deployment tolerance;
3. 3\.its diagnostic faithfulness exceeds the random\-band and equal\-energy controls when auditability is required\.
If these conditions are not met, the protocol selects the best simpler method among Raw and the standard output\-space recalibrators\. This rule operationalizes the paper’s central claim: spectral evidence is useful when validated in the target regime, not because it is universally superior\. The gate thresholds are fixed a priori for all reported experiments and are not selected or adjusted using the final test metrics\. The validation gate is applied at the dataset–backbone–seed configuration level, matching the granularity of the main 191\-configuration benchmark and the policy\-selected aggregate in Table[9](https://arxiv.org/html/2607.18279#A3.T9)\.
### D\.12Task Compatibility: When Whole\-Sample Spectral Reliability Is Appropriate
Whole\-sample spectral reliability is most appropriate when a high\-confidence prediction can be trustworthy or untrustworthy depending on whether the sequence exhibits coherent global organization\. This includes settings where long\-range regularity, stable morphology, or persistent band structure plausibly contribute to correctness\. The strongest positive\-regime results in FordA and ECG200 are consistent with that pattern\. By contrast, whole\-sample spectral reliability can be a weaker fit when correctness depends primarily on highly local motifs, sharp transients, abrupt changepoints, strong padding artifacts, or narrow local segments whose importance may be blurred by a single global spectrum\. The dataset\-level main tables show that some individual boundary\-case datasets remain challenging under this view\. However, the grouped robustness summary indicates that this should not be overstated into a blanket failure mode: spectral conditioning remains competitive to strong even on the aggregated transient\-heavy slice, and full SEB\-Cal does not underperform there in the summary comparison\. The STFT ablation therefore refines the interpretation not by rescuing an otherwise failing region, but by showing that multiple spectral views can be useful depending on how temporal organization is distributed across the task\.
For clarity, the intended operating regions can be summarized as follows:
This section is not a claim that the spectrum is the only meaningful reliability view\. It is a concise statement of the paper’s central scope condition: spectral evidence helps most when trustworthiness is linked to temporal organization at the scale captured by the chosen representation\.
### D\.13Why the Bundle Framing Remains Justified Even When Energy Is Strongest
The component ablation identifies which part of the evidence\-discrepancy signal is most exposed in the positive regime\. Energy concentration is the strongest single descriptor, but this does not reduce SEB\-Cal to an energy\-only method\. Energy measures where support is located; entropy, peak dominance, and phase stability define whether that support is diffuse, concentrated, periodic, or coherent\. The bundle is therefore not justified by equal contribution of all components, but by decomposability: it turns a scalar reliability gain into an auditable structure whose parts can be isolated, removed, and stress\-tested\. First, the paper’s central claim is not that all four descriptor families contribute equally\. The claim is that structured spectral evidence can improve post\-hoc reliability estimation beyond output\-side cues alone\. The component ablation shows that the strongest part of that evidence is energy organization, but the broader bundle still serves two roles that an energy\-only story does not fully replace: it defines a richer decomposition of spectral organization and it preserves a common certificate structure for the full FFT\-based method\. Second, no single component dominates all views simultaneously\. Energy is strongest in the positive regime, but the common\-subset behavior, leave\-one\-out patterns, and certificate comparability all indicate that the full method should be understood as a structured spectral mechanism rather than as a claim that one scalar is sufficient in every regime\. Third, the bundle framing matters scientifically because it makes the result falsifiable and extensible\. The ablation can reveal that one component is strongest, another is weak, and a third is dispensable in some settings\. That is exactly what one wants from a serious structured representation: not a guarantee that every part matters equally, but a design that can be decomposed, criticized, and improved\. Accordingly, Table[12](https://arxiv.org/html/2607.18279#A4.T12)should be read as mechanism localization: spectral mass distribution drives the strongest positive\-regime signal, while the full bundle provides the decomposable certificate space needed to audit, falsify, and refine the reliability adjustment\.
### D\.14Additional Scope Ablation by Dataset and Backbone Family
Table[18](https://arxiv.org/html/2607.18279#A4.T18)reports the family\- and regime\-level decomposition that was used to diagnose where spectral reliability is most useful\. We place this table in the appendix because it is a scope analysis rather than the strongest causal ablation of the main mechanism\. Appendix[D\.20](https://arxiv.org/html/2607.18279#A4.SS20)reports the non\-spectral evidence controls, which test whether SEB\-Cal improves over generic input\-side conditioning\.
Table 18:Additional scope ablation by backbone family and dataset regime\. Positive Corr\-AUROC gains are highlighted in green\.AxisGroupRaw CorrSEB CorrΔ\\DeltaCorrRaw FalseConfSEB FalseConfBackbone familyAttention0\.5830\.699\\cellcolorgaingreen\+0\.1160\.1200\.143Backbone familyRecurrent0\.6680\.700\\cellcolorgaingreen\+0\.0320\.1060\.192Backbone familyConvolutional0\.7150\.666\\cellcolorlossred\-0\.0490\.1270\.318Backbone familyMLP0\.7620\.672\\cellcolorlossred\-0\.0910\.1910\.376Dataset regimeFordA \+ ECG2000\.7070\.804\\cellcolorgaingreen\+0\.0970\.0880\.228Dataset regimeRemaining datasets0\.6480\.679\\cellcolorgaingreen\+0\.0310\.1420\.294The time\-domain statistical control uses channel\-wise mean, standard deviation, median, interquartile range, minimum, maximum, linear trend, absolute first\-difference magnitude, zero\-crossing rate, skewness, and kurtosis\. The local\-shape control uses peak count, turning\-point count, segment\-level means and variances, maximum run length above the channel median, and first\-difference burst statistics\. Neither control uses Fourier, STFT, spectral bands, spectral entropy, peak dominance, or phase information\.
### D\.15Qualitative Case\-Style Interpretation of the Certificate Regimes
Although the full paper already reports quantitative faithfulness and masking\-based validation, it is useful to summarize the qualitative regime picture in a case\-style form\. We therefore highlight three representative dataset\-level cases drawn directly from the main tables and appendix robustness analyses\.
#### Case A: Positive\-regime success \(FordA\)\.
FordA is the clearest example of the paper’s intended operating region\. In the main benchmark, Corr\-AUROC rises from0\.7300\.730to0\.8590\.859, and faithfulness remains positive\. In the robustness appendix, the positive\-regime subset that includes FordA shows a stable paired\-bootstrap gain, and both whole\-sample SEB\-Cal and STFT\-SEB\-Cal substantially exceed the simpler baselines\. This is the regime where global temporal organization appears to carry genuine trust information beyond score sharpness alone\.
#### Case B: Positive but less stable regime \(ECG200\)\.
ECG200 is also directionally favorable, but more modest\. In the main benchmark, Corr\-AUROC improves from0\.6850\.685to0\.7500\.750, and faithfulness is again positive\. In the robustness appendix, the ECG200\-only interval is directionally positive but less stable than FordA, with a confidence interval that slightly crosses zero\. This is an important case because it shows that the positive\-regime thesis does not imply identical statistical strength in every favorable dataset\.
#### Case C: Regime mismatch / failure boundary \(SelfRegulationSCP1\)\.
SelfRegulationSCP1 is the clearest boundary case in the current benchmark\. In the main benchmark, both Corr\-AUROC and faithfulness degrade substantially\. This is important because it shows that even when the grouped transient\-heavy appendix summary is no longer adverse in aggregate, individual datasets can still remain clear mismatches for whole\-sample spectral reliability\. The point of this case is therefore not that every transient\-heavy setting is uniformly unfavorable, but that the usefulness of the method still depends on structural alignment between the chosen spectral representation and the way correctness is actually supported in the task\.
These three cases together support the intended reading of the method\. The goal is not universal superiority, but a reliable separation between favorable, mixed, and unfavorable operating regimes\. The aggregate faithfulness result should be interpreted at the scale of the claim the paper actually makes\. A global mean Spearman correlation of 0\.059 is modest and would be insufficient for strong semantic or causal explanation of class decisions\. The certificate explains the*reliability adjustment*induced by the post\-hoc layer, and under that narrower standard the result is meaningful: it is positive in aggregate, aligned with the utility pattern across favorable and unfavorable regimes, and unavailable for output\-only recalibrators\.
### D\.16Decision Map Across Method Families
To make the method comparison operational, Table[19](https://arxiv.org/html/2607.18279#A4.T19)summarizes which family should be preferred under each empirical condition\. The table is a selection guide, not a claim that any method is universally optimal\.
Table 19:Operational decision map across method families\. Selection is based on held\-out validation, not final test metrics\.
### D\.17Scope Clarification Summary
For ease of interpretation, Table[20](https://arxiv.org/html/2607.18279#A4.T20)summarizes three deliberate scope choices of the paper and how they should be read\.
Table 20:Interpretive summary of three key scope choices in the paper\.This table does not claim universal optimality for any one method independent of evidence\. Its purpose is to convert the empirical story into a concrete selection guide: SEB\-Cal is the strongest default family in the aggregate summaries, while STFT\-SEB\-Cal remains especially attractive when local\-window structure is expected to matter and output\-side\-only baselines remain useful low\-complexity checks\.
### D\.18Feature Dependence and Orthogonality
Because SEB\-Cal concatenates output\-space featuresh\(x\)h\(x\)with spectral descriptorsg\(x\)g\(x\), we test whether the spectral bundle provides redundant or complementary information\. We quantify dependence using \(i\) Spearman rank correlation and \(ii\) mutual information between each spectral feature and each output feature across the matched evaluation subset\. Across datasets and backbones, the median absolute Spearman correlation between components ofh\(x\)h\(x\)\(MSP, margin, predictive entropy\) and components ofg\(x\)g\(x\)is low \(<0\.25<0\.25\), with strongest associations occurring for band\-energy features in highly periodic datasets\. Mutual information estimates \(kNN\-based\) show the same pattern: spectral entropy and phase stability exhibit consistently low dependence on output\-space features, while peak\-dominance features show moderate dependence in a subset of regimes\. These results indicate thatg\(x\)g\(x\)is neither independent nor redundant withh\(x\)h\(x\): the spectral bundle contributes partially orthogonal information, consistent with the observed gains in correctness\-aware ranking when evidence discrepancy is present\. This supports the interpretation of SEB\-Cal as an evidence\-conditioned reliability estimator rather than a reparameterization of output confidence\.
### D\.19Paired Bootstrap Uncertainty
We estimate uncertainty using paired bootstrap resampling over matched dataset–backbone–seed configurations\. For each bootstrap draw, we resample configurations with replacement and compute the paired difference between SEB\-Cal and the stated baseline\. PositiveΔ\\Deltais better for Corr\-AUROC\. We report percentile 95% confidence intervals and omit empiricalpp\-values to avoid mixing incompatible bootstrap summaries across heterogeneous robustness subsets\.
Table 21:Paired bootstrap uncertainty for key Corr\-AUROC comparisons available in the robustness artifacts\.
### D\.20Control for Simple Time\-Domain Signal Statistics
To test whether SEB\-Cal gains are merely due to adding generic input statistics, we compare against a time\-domain summary correctness model\. This baseline augments the same output\-side branchh\(x\)h\(x\)with simple non\-spectral descriptors: total signal energy, per\-channel variance, mean absolute first difference, mean absolute second difference, amplitude range, and a signal\-to\-noise proxy computed as the ratio between low\-order smooth variation and residual high\-frequency fluctuation\. The model uses the same calibration split, standardization protocol, and shallow logistic reliability layer as SEB\-Cal\. This control separates the proposed spectral mechanism from the weaker explanation that any input\-derived features improve correctness estimation\. If the time\-domain summary model matches SEB\-Cal, then the advantage should be attributed to generic sample statistics rather than spectral organization\. If SEB\-Cal remains stronger, the result supports the claim that the frequency distribution of evidence provides reliability information beyond simple magnitude, variance, or smoothness cues\.
Table 22:Control for simple time\-domain signal statistics on the artifact\-evaluable robustness subset\. The time\-domain summary baseline uses generic input statistics with the same shallow correctness\-estimation layer\.
### D\.21Why SEB\-Cal Is Not Generic FFT Feature Engineering
A natural concern is that SEB\-Cal may simply add handcrafted FFT features to a shallow correctness model\. We address this concern by separating three objects that are often conflated: predictive representation learning, generic input\-side feature augmentation, and fixed\-label reliability estimation\. SEB\-Cal is not a new time\-series classifier and does not use spectral descriptors to improve class separation\. The backbonefθf\_\{\\theta\}is frozen, the predicted labely^\(x\)\\hat\{y\}\(x\)is unchanged, and the spectral branch only estimates whether that already\-selected prediction should be trusted\. Thus, the relevant question is not whether FFT features are useful for time\-series classification in general, but whether whole\-sample spectral organization carries residual reliability information after the output scores are already known\.
The empirical design tests exactly this narrower claim\. First, the output\-feature\-only modelh\(x\)h\(x\)controls for the possibility that gains come merely from fitting a shallow correctness estimator on maximum softmax probability, margin, and predictive entropy\. Second, the Proximity comparator controls for generic sample\-dependent confidence based on representation\-space neighborhood structure\. Third, the time\-domain summary baseline controls for simple input statistics such as energy, variance, smoothness, and signal\-to\-noise proxies\. Fourth, the STFT variant tests whether the reliability signal is specific to a single whole\-sample Fourier view or to frequency\-conditioned temporal organization more broadly\. Fifth, the feature\-space masking control holdsh\(x\)h\(x\)fixed and perturbs only spectral\-bundle entries, isolating reliance of the reliability layer from nonlinear sensitivity of the frozen backbone\.
These controls make the claim falsifiable\. If SEB\-Cal were merely benefiting from arbitrary input\-derived side information, then time\-domain summaries, proximity structure, or output\-feature\-only correctness estimation should explain the same improvements\. If the result were merely a by\-product of changing the classifier, then gains would appear in accuracy or macro\-F1, which cannot occur because the prediction is fixed\. If the diagnostic were only a static visualization, then masking high\-ranked spectral bands would not produce larger reliability changes than masking lower\-ranked or control bands\. The observed pattern instead supports a narrower interpretation: spectral evidence is useful when confidence errors reflect a mismatch between output sharpness and global temporal support\. This is why SEB\-Cal is deployed through a validation gate rather than proposed as a universal recalibrator\. The contribution is therefore not the novelty of the Fourier transform itself, but the use of deterministic spectral organization as an auditable, fixed\-label reliability signal with explicit controls against output\-only, proximity\-based, time\-domain, time\-frequency, and perturbation\-sensitivity explanations\.
### D\.22Artifact
The anonymized artifact is available at[https://anonymous\.4open\.science/r/Beyond\-Output\-Space\-Calibration\-30B6/README\.md](https://anonymous.4open.science/r/Beyond-Output-Space-Calibration-30B6/README.md)\. It provides two reviewer workflows\. The fast verification workflow exposes paper\-value CSVs, README\-level figures, and table\-inspection files for checking the aggregate results, dataset\-level regimes, validation\-gate behavior, and frequency\-bundle ablation without rerunning the full benchmark\. The full reproduction workflow provides installation instructions, a smoke test, full\-benchmark commands, fixed split/seed configuration, implementation code, calibration baselines, validation\-gate selection, masking controls, and table\-generation scripts\.Similar Articles
CALIBER: Calibrating Confidence Before and After Reasoning in Language Models
The paper introduces CALIBER, a method for calibrating confidence in reasoning language models by eliciting confidence estimates both before and after reasoning, with supervision targets matched to the information state. It achieves significant reductions in Expected Calibration Error (up to 52.5%) and strong Brier scores and AUROC across multiple benchmarks.
CalBrief: A Pilot Diagnostic Benchmark for Evidence-Calibrated Scientific Briefing with Large Language Models
The paper presents CalBrief, a pilot diagnostic benchmark of 16 evidence packages and 96 human-verified takeaways for evaluating whether large language models can generate evidence-calibrated scientific briefings. The study finds that structured organization improves reasoning but explicit strength-calibration policies are overly conservative, with most conservatism arising from expanded label spaces rather than signal injection.
Self-Evaluation Is Already There: Eliciting Latent Judge Calibration in Base LLMs with Minimal Data
This paper introduces Self-Evaluation Elicitation (SEE), which uses calibration-coupled reinforcement learning and masked distillation to elicit latent judge calibration in base LLMs with minimal data, improving calibration across benchmarks while preserving answer quality.
CALAD: Channel-Aware contrastive Learning for multivariate time series Anomaly Detection
Proposes CALAD, a channel-aware contrastive learning framework for multivariate time series anomaly detection that uses estimated channel relevance to construct contrastive samples, achieving state-of-the-art performance.
Calibrating LLMs with Semantic-level Reward
Proposes CSR, a framework that calibrates LLMs directly in semantic space using a novel semantic calibration reward, reducing ECE by up to 40% and improving AUROC by up to 31% over verbalized-confidence baselines across multiple datasets.