Highlights
What are the main findings?
- A single Fisher-fusion + ECDF-calibration + PAC–Hoeffding-bound pipeline applies uniformly to camera (PUG) and LiDAR (nuScenes) sensors, providing distribution-free finite-sample FPR95 control suitable for ISO 26262 safety-case construction.
- Uniform p-value score fusion gives at most a small gain over the best single detector (camera: the dominant Mahalanobis is diluted; LiDAR: a small , calibration-sensitive gain). The one substantial, robust fusion gain is cross-backbone variance-standardised z-averaging on the camera (), which exploits structurally independent backbones.
What are the implications of the main findings?
- Sensor-data-integrity monitoring can be deployed with a single, reusable, PAC-certifiable scoring pipeline across heterogeneous sensor modalities.
- The empirical AUROC value of score fusion is limited and regime-specific: uniform p-value combination is dominated by the best single detector across both sensors, so deployments should not assume a fusion gain. The reusable contribution is the distribution-free FPR certificate, which holds for any fused (or single) statistic and transfers across modalities.
Abstract
Camera and LiDAR sensors in safety-critical autonomous systems suffer undetected distributional shifts that silently corrupt downstream perception. Out-of-distribution (OOD) detection is the established sensor-data-integrity primitive, but no single post hoc detector covers every shift type, and existing detectors lack guarantees on their false-positive rate (FPR). This paper asks when calibrated score fusion helps and provides a distribution-free finite-sample FPR certificate. Four post hoc scores—Maximum Softmax Probability (MSP), Energy, Mahalanobis distance and k-nearest-neighbour (KNN) distance—are calibrated to p-values by the empirical cumulative distribution function (ECDF) and combined by Fisher’s method or cross-backbone z-score averaging, then wrapped in a conformal predictor with Hoeffding-based Probably Approximately Correct (PAC) bounds. On the full-split PUG camera benchmark (215,040 images), uniform same-backbone p-value fusion does not beat the best single detector (Mahalanobis); the gain comes from cross-backbone diversity: a z-score average of Mahalanobis distances over ResNet-50 and frozen DINOv2 reaches a mean area-under-the-ROC-curve (AUROC) of (), rising to () with added spectral and dropout signals (DeLong ). On the nuScenes LiDAR sensor (256,873 frames), uniform fusion yields only a small, calibration-sensitive gain over the best single detector (MSP), so the substantial fusion gain is confined to cross-backbone averaging on the camera. The distribution-free PAC certificate, by contrast, transfers across both sensors with margins below ( camera, LiDAR), giving evidence usable in ISO 26262 and EASA CoDANN safety cases.
1. Introduction
1.1. Sensor Data Integrity in Safety-Critical Perception
Autonomous-driving perception stacks ingest data from heterogeneous sensors—cameras for semantic perception, LiDAR for geometric reasoning, radar for adverse-weather robustness—and feed it through deep neural classifiers and detectors that are trained under a closed-world assumption [1]. In real-world deployment this assumption is systematically violated: sensors encounter operating conditions outside their calibration envelope (rainy weather, low illumination, sensor fouling, novel obstacles), and the downstream classifier silently produces overconfident predictions on inputs it was never trained to handle [2]. Detecting such inputs at the sensor-data-integrity layer—i.e., flagging frames whose statistical signature deviates from the calibrated in-distribution sensor stream—is the established remedy in safety-critical perception [1,3].
The difficulty is compounded by the heterogeneity of distributional shift. Covariate shift alters the appearance of sensor inputs while preserving their semantic category (e.g., weather changes in driving scenes, sensor fouling, low-light conditions). Semantic shift introduces entirely new categories absent from the calibration set (e.g., an animal on a highway, an unseen vehicle class in a LiDAR point cloud). Combined out-of-distribution (OOD) conditions present both shift types simultaneously. These distinct failure modes demand different detection mechanisms, yet no single method reliably handles all shift types [1,3].
1.2. The Fundamental Single-Detector Limitation
Post hoc sensor-anomaly scoring functions, applied to a pretrained perception module without retraining, span several families. Confidence-based scores such as Maximum Softmax Probability (MSP) [2] and Energy Score [4] leverage output-layer statistics of the deployed classifier but suffer from overconfidence under subtle covariate changes in the sensor stream. Distance-based scores such as the Mahalanobis distance [5] measure proximity to in-distribution clusters in feature space, but can struggle with semantically novel inputs. Non-parametric approaches such as k-nearest neighbours (KNN) [6] avoid distributional assumptions but require careful feature normalisation, which is particularly relevant for sparse LiDAR-feature spaces. Vision-language detectors based on Contrastive Language–Image Pre-training (CLIP) [7] excel at semantic novelty on camera input, but exhibit systematic blindness to covariate shifts [8] and do not generalise to non-image sensor modalities.
As visualised in Figure 1, this complementarity of failure patterns is not merely an empirical nuisance; it represents a fundamental limitation. Comprehensive evaluations confirm that “no single score is useful for detecting different kinds of OOD instances” [1], which motivates the principled fusion of heterogeneous sensor-anomaly scores rather than reliance on any individual detector. Furthermore, although the experiments using the parametrisable PUG benchmark naturally emphasise synthetic covariates to allow strict isolation of shift topologies on the camera modality, the underlying findings robustly translate both to real-world autonomous driving safety requirements and, as demonstrated in Section 7, to LiDAR-sensor data integrity on the nuScenes benchmark.
Figure 1.
Motivation for statistical fusion (illustrative AUROC values): different OOD detection methods exhibit complementary failure modes (blindspots) under covariate and semantic shifts, so relying on any single detector leaves the system vulnerable. The quantitative analysis of when fusion actually closes these blindspots is given in Section 4, Section 5, Section 6 and Section 7.
1.3. Statistical Fusion as a Principled Solution
This study investigates score-level fusion that transforms heterogeneous OOD scores into a unified, calibrated detection statistic, and it asks under what conditions such fusion improves on the best single detector. Although raw scores such as MSP, Energy, and Mahalanobis distance originate from the same backbone architecture, they capture structurally distinct representational spaces (logits versus intermediate geometric features), providing approximately complementary, though not strictly independent, signals. The framework operates in three stages: (1) each raw detector score is mapped to a p-value via the Empirical Cumulative Distribution Function (ECDF) fitted on in-distribution calibration data, resolving the scale-incompatibility problem [9]; (2) the resulting p-values are combined by an aggregator—we study Fisher’s method [10], the closely related Stouffer Z-method [11], and a cross-backbone z-score average—and our central empirical finding is that this choice is decisive (Section 4); and (3) the fused statistic is augmented with conformal prediction and PAC–Hoeffding bounds to provide provable, distribution-free FPR control that holds regardless of the aggregator [12,13]. The empirical-null calibration of Section 2 removes the need to assume mutual independence of the fused p-values.
1.4. Contributions
The unified architecture of the framework is presented in Figure 2.
Figure 2.
The ECDF-calibrated score-fusion framework studied in this paper. Raw classifier logits and penultimate-layer features feed parallel post hoc detector pipelines (MSP, Energy, Mahalanobis, KNN), each calibrated to a p-value via the in-distribution ECDF. The calibrated scores are then combined by one of two aggregators—Fisher’s chi-squared statistic or a cross-backbone z-score average—and the fused statistic is wrapped in a conformal predictor with a Hoeffding-based PAC bound on the FPR. A central finding (Section 4, Section 5, Section 6 and Section 7) is that the aggregator choice is decisive: uniform p-value combination yields at most a small gain over the best single detector, whereas cross-backbone z-score averaging yields the substantial, robust gain (camera, ). Colour coding: blue: inputs; yellow: logit-based detectors; green: feature-based detectors; orange: ECDF calibration; teal: aggregators; grey: empirical-null calibration; red: conformal–PAC certification; purple: certified output.
The contributions of this paper are fivefold.
- C1 (A Boundary Condition for Calibrated Score Fusion): Through a full-split empirical audit on the PUG photorealistic camera-sensor benchmark (; ; ; ; , totalling 215,040 images), we establish when ECDF-calibrated p-value fusion of post hoc sensor-anomaly scores helps and when it does not. Within-backbone fusion of every one of the eleven mixes drawn from {MSP, Energy, Mahalanobis, KNN} dilutes the strongest single detector (Mahalanobis); we show this is intrinsic to equal-weight p-value combination over heterogeneous-quality constituents (it is reproduced by both Fisher’s and Stouffer’s combiners) rather than a tuning artefact. The genuine camera gain comes instead from cross-backbone diversity: a z-score average of class-conditional Mahalanobis distances from the fine-tuned ResNet-50 and a frozen DINOv2-ViT-B/14 (Section 4.7) reaches mean AUROC , over Mahalanobis-only, with DeLong on CS and COOD and bootstrap std on each shift.
- C2 (Cross-Domain Validation): The identical pipeline is applied to the Canadian Institute For Advanced Research 10-class (CIFAR-10) dataset with standard OOD benchmarks, ranking third among twelve post hoc methods on Street View House Numbers (SVHN) with AUROC = 0.976 while consistently outperforming all three constituent detectors.
- C3 (PAC-Certified Conformal Detection—the modality-independent contribution): A conformal prediction wrapper with Hoeffding-based PAC bounds provides provably valid, distribution-free FPR control at the true-positive rate operating point (FPR95). The certificate applies to any fused statistic and transfers unchanged from the camera to the LiDAR sensor; with the sample count set correctly to the in-distribution (negative) test size, the empirical-to-bound margins are on the PUG camera and on the nuScenes LiDAR (both below ).
- C4 (Layer-wise Detection Dynamics): Systematic analysis across ResNet-50 stages reveals that early layers are superior for covariate-shift detection (Layer 1 AUROC = 0.813 versus Layer 4 AUROC = 0.757), whereas deeper layers favour semantic-shift detection (Layer 4 AUROC = 0.572). Naïve multi-layer fusion exhibits a documented dilution effect.
- C5 (Cross-Modality LiDAR Validation): The same pipeline is transferred to the nuScenes LiDAR sensor (241,346 in-distribution and 15,527 out-of-distribution point-cloud frames). The best single detector is MSP (); uniform fusion gives only a small, calibration-sensitive gain (Fisher(MSP+KNN) , , DeLong-significant but null under held-out calibration), confirming on a second, physically distinct sensor that uniform score fusion offers at most a marginal advantage. What transfers without modality-specific re-tuning is the distribution-free certificate (C3), which holds unchanged on LiDAR; we additionally report a sensor-degradation OOD type on which a feature-space detector, not fusion, carries the signal.
1.5. Method Landscape Positioning
Table 1 positions the proposed approach within the broader OOD detection landscape, summarising approximately seventy methods across eight categories from the OpenOOD v1.5 benchmark [1,3]. The “Fused” column marks methods that combine heterogeneous detector families at the score level (a property distinct from ensembling, which averages same-family models); “Cert.” marks methods that issue a finite-sample bound on their empirical FPR.
Table 1.
OOD detection method landscape (≈70 methods from OpenOOD v1.5 [3]). To the best of the authors’ knowledge, the proposed Fisher Fusion is the only post hoc method combining score-level multi-family fusion with a finite-sample PAC certificate. Adaptive adversarial robustness is the subject of a companion work and is not claimed here. ✓/×: the property is present/absent; the bold row is the proposed approach.
2. Background and Methodology
2.1. Notation
Table 2 fixes the mathematical notation used throughout. Each symbol carries a single meaning; where a name is conventionally overloaded in the OOD literature (e.g., k, , N/n), the table states the reserved use adopted here.
Table 2.
Unified notation. Symbols are defined once here and used consistently thereafter.
Table 3.
PUG dataset split statistics, summarising the five evaluation partitions used throughout the camera-sensor experiments: in-distribution training () and validation () drawn from 50 species across 30 environments; covariate-shift OOD (, novel environments only); semantic-shift OOD (, novel species only); and combined OOD (, both shift types simultaneously), totalling 215,040 rendered images. The bold row reports column totals.
2.2. Post Hoc Sensor-Anomaly Scoring Functions
Three complementary post hoc scoring functions are employed, each exploiting a different aspect of the deployed perception module’s output and feature space, and each interpretable as a different statistical signature of the sensor stream against its in-distribution calibration. All scores operate on a fixed, pretrained model without requiring retraining, which makes them deployable as a non-intrusive sensor-monitoring layer on top of an existing perception pipeline.
2.2.1. Maximum Softmax Probability
The MSP baseline [2] uses the Maximum Softmax Probability as a confidence indicator:
where denotes the jth logit and K is the number of classes. A low MSP value indicates a potential OOD status. A well-known failure mode is overconfidence: neural networks frequently produce high softmax probabilities on inputs far from the training distribution.
2.2.2. Energy Score
The Energy Score [4] provides a theoretically motivated alternative,
aligned with the log-partition function of the Gibbs distribution. In-distribution inputs, having higher peak logits and thus a larger log-sum-exp, yield a lower (more negative) Energy ; an OOD input therefore yields a higher (less negative) Energy value. The sign convention below negates accordingly so that larger oriented scores indicate more in-distribution inputs.
2.2.3. Mahalanobis Distance
As depicted in Figure 3, the Mahalanobis distance [5] operates in feature space:
where denotes the estimated class centroid and denotes the tied covariance matrix at layer ℓ. An OOD input produces a feature vector far from all class centroids.
Figure 3.
t-distributed Stochastic Neighbour Embedding (t-SNE) visualisation of the deep feature space, illustrating the clustering of in-distribution (ID) samples versus the scattered projection of OOD inputs. This geometric separation underpins the Mahalanobis-distance detector.
2.3. ECDF Calibration
As illustrated in Figure 4, the ECDF provides a non-parametric solution for combining heterogeneous scores and mapping them to a uniform probability space.
Figure 4.
(Top row): kernel density estimation (KDE) of raw detection scores, showing heterogeneous scales and shapes. (Bottom row): the corresponding p-value distributions after empirical CDF calibration on the ID validation set, mapping all metrics to a unified scale. In each panel the colour pair distinguishes ID from OOD samples: green (ID)/red (OOD) for MSP, blue (ID)/orange (OOD) for Energy, and purple (ID)/yellow (OOD) for Mahalanobis; the ID/OOD legend of the first panel applies analogously to all panels.
Sign Convention
Before calibration, every raw detector score is oriented so that larger values indicate a more in-distribution input. With this orientation, MSP is used directly, the Energy Score and the k-nearest-neighbour distance are negated, and the Mahalanobis distance is negated as already written in Equation (3) (the leading minus sign). An OOD input therefore yields a small score under each detector, and the calibrated p-value below is correspondingly small, so the fusion of Equation (6) is consistent across detectors regardless of each detector’s native “higher-is-more-OOD” or “lower-is-more-OOD” convention. Given n in-distribution (ID) calibration scores of an oriented detector, the conformal plug-in ECDF p-value of a test score is
which is small for an OOD input (an unusually low oriented score) and is bounded in , avoiding the degenerate value . This transformation maps scores to the unit interval in a hyperparameter-free manner [9].
2.4. Fisher’s Method for Score Fusion
Fisher’s method [10] combines k independent p-values:
Under the independence null hypothesis, this statistic follows a distribution with degrees of freedom; in the OOD context, a single small p-value dominates the sum, yielding a soft OR-gate mechanism (soft because is additive rather than a hard maximum). Numerical stability is ensured via clamping:
with . The clamping constant serves a dual role: it protects against numerical overflow and, empirically, caps the contribution of any single detector at , implicitly limiting how strongly correlated signals can inflate the fused statistic.
Calibrating Equation (6) Under Score Dependence
The reference distribution assumes that the p-values are mutually independent. Because the MSP and Energy Score are both computed from the same logit vector , their ECDF-calibrated p-values are marginally uniform by construction but remain jointly correlated (empirically, – on ResNet-50). The remedies proposed in [11,16], namely Brown’s method (effective degrees-of-freedom correction) and Stouffer’s Z-score combination, provide dependence-robust alternatives to Fisher’s . In this work, a conservative empirical-null calibration is adopted: the reference distribution of is estimated directly from the ID validation scores via kernel density estimation, and the conformal quantile (Section 5) is computed against this empirical reference. This bypasses the independence assumption altogether and makes the downstream PAC–Hoeffding bound (Equation (8)) valid under arbitrary dependence among the calibrated p-values. The form is retained only as an approximate diagnostic and not as a distributional claim. Section 8 returns to the sensitivity of this choice.
2.5. Conformal Prediction with PAC Bounds
Conformal prediction [9,12] provides distribution-free prediction sets with finite-sample coverage guarantees. Starting from the fused statistic (Equation (6)), the detector is cast as the binary event “flag x as OOD”, whose conformity score is the ECDF p-value of under the empirical null on the ID validation split. Following the standard finite-sample correction of [12], the conformal threshold used in this work is
which replaces the naive -quantile to preserve marginal coverage for exchangeable calibration samples; for and , this differs from by less than .
The detection threshold is fixed at the operating point that achieves a true-positive rate (TPR) on the ID-vs-OOD score ranking, and FPR95 is then the fraction of in-distribution (negative) inputs that exceed this threshold. Applying Hoeffding’s inequality [17] to this bounded FPR estimator yields the one-sided finite-sample bound
Because FPR is the empirical mean of a bounded false-positive indicator over the negative (in-distribution) test samples, the governing sample count is the ID-test size , not the size of the OOD split (which determines only the positive class used to fix the threshold). We certify the FPR rather than the miss-rate (1 − TPR) because, in a fail-operational perception stack, spurious activations of the integrity monitor directly degrade availability and trigger unnecessary fallbacks or minimal-risk manoeuvres—the false-activation quantity that ISO 26262 and EASA learning-assurance frameworks require bounding—whereas the miss-rate is governed by the downstream redundant safety channels rather than by the detector alone. Because the same calibrated threshold is evaluated against three disjoint shift-type splits, a Bonferroni union bound with is used whenever a joint guarantee is reported. For and , the single-split margin is () and the union-bounded margin is (); both are reported in Section 5. The calibrated threshold is .
2.6. Layer-Wise Feature Extraction
Features are extracted from all four residual stages of ResNet-50 using global average pooling,
yielding feature vectors of dimensions for layers 1–4. Layer-specific Fisher Fusion uses in Equation (5).
3. Experimental Setup
3.1. The PUG Camera-Sensor Benchmark
The Photorealistic Unreal Graphics (PUG) dataset [18] is employed as the primary camera-sensor evaluation benchmark. Unlike standard OOD datasets, in which covariate and semantic shifts are confounded, PUG provides independently controllable shifts through procedural rendering of 70 animal species across 64 environments (Figure 5)—a property that mirrors the operational-design-domain decomposition required for camera-sensor calibration in safety-critical perception.
Figure 5.
Examples of independently controllable covariate and semantic shifts in the PUG benchmark.
3.2. Computational Overhead and Inference Latency
A critical requirement for safety-critical systems, such as autonomous driving, is minimal inference latency. The proposed Fisher Fusion avoids the prohibitive computational cost of ensemble models by running a single forward pass. Extracted logits are passed to the MSP and Energy algorithms, whereas intermediate features are passed to the Mahalanobis pipeline. Since the inverse covariance matrices () are precomputed exclusively offline, test-time computation is reduced to a matrix-vector multiplication with marginal complexity, followed by an lookup for ECDF probability mapping. Because the per-sample post-processing reduces to a constant number of vector dot-products and a table lookup, the Fisher-fusion overhead is negligible compared with the ResNet-50 forward pass itself; wall-clock profiling of the fused detector on representative automotive-safety hardware is reported in a companion work and is therefore not reproduced here.
3.3. CIFAR-10 Cross-Domain Validation
The identical Fisher Fusion pipeline is applied to CIFAR-10 [19] as the in-distribution dataset, with SVHN [20] (far-OOD) and CIFAR-100 (near-OOD) as the benchmarks.
3.4. Model Architecture and Protocol
A ResNet-50 model [21] pretrained on ImageNet-1k is fine-tuned on the PUG ID training split (14,400 images). The training recipe follows standard transfer-learning practice: the AdamW optimiser with an initial learning rate of , a batch size of 64, a weight decay of , and no test-time augmentation. Early stopping is triggered at epoch 5 (the retained checkpoint has a cross-entropy loss of ), reflecting the relatively easy fifty-class fine-grained task on synthetic imagery: the ImageNet features a transfer well, and further training yields diminishing returns. The resulting backbone reaches top-1 accuracy on held-out PUG ID samples (evaluated at on the Apple M4 Pro MPS backend); all results below use this single fine-tuned backbone (archived as resnet50_pug_checkpoint.pth). AUROC (threshold-independent) and FPR95 (FPR at true-positive rate) serve as the evaluation metrics. ECDF calibration is estimated from the ID validation samples of Table 3. The Mahalanobis distance uses features from the penultimate (post-global-average-pooling) layer with class-conditional means estimated per training class and a single tied covariance matrix regularised with a shrinkage coefficient of . All results are obtained with a fixed random seed (seed ); per-seed variance under re-running the fine-tuning protocol is evaluated in Section 8 (Limitations) and is the subject of an ongoing reproducibility study.
Software Environment and Reproducibility
All experiments were run on macOS Darwin 25.4.0 with the Apple M4 Pro MPS backend (Apple, Cupertino, CA, USA), Python 3.14.4, PyTorch 2.10.0, and torchvision 0.25.0. Pinned dependencies are listed in requirements.txt accompanying the release bundle. Random seeds are fixed at 42 throughout (torch.manual_seed(42), np.random.seed(42), random.seed(42)) and reported in each RE-script’s docstring.
4. Results: Auditing Score Fusion on the Camera Sensor
Reader’s guide to the results: The results are organised so that positive contributions and negative/audit findings are clearly separated. The two genuine positives are: the cross-backbone z-score average on the camera (Section 4.7 and Section 4.8, ) and the distribution-free PAC certificate (Section 5), which transfers to LiDAR. The present section, Section 4.5, Section 4.6, Section 4.7, Section 4.8, Section 4.9 and Section 4.10, and the LiDAR pillar (Section 7) form an audit establishing that uniform p-value score fusion offers at most a small, calibration-sensitive gain over the best single detector (a substantial gain arises only from cross-backbone averaging) and identifies why (rank-uniformisation discards the magnitude that distinguishes a strong detector from a weak one). These audit results are reported in full because they delimit the boundary condition that is the paper’s first contribution.
4.1. Research Hypothesis
This section presents the empirical audit of the Fisher Fusion methodology on the full PUG test splits (n 135,600 CS, n 7200 SS, n 54,240 COOD; ECDF and Mahalanobis statistics estimated on n 1800 ID validation). We address the hypothesis that uniform-weight Fisher Fusion of post hoc sensor-anomaly scores produces a fused detector that is at least as strong as its best single constituent. The empirical answer at the full-split scale is negative: the Mahalanobis penultimate-layer score dominates every two-, three-, and four-detector fusion mix considered, and the soft-OR Fisher additive aggregation dilutes rather than amplifies the strongest signal when constituent quality is heterogeneous.
4.2. Individual and Fused Detector Performance
As detailed in Table 4 and charted in Figure 6, the Mahalanobis penultimate-layer score is the strongest single sensor-anomaly detector on every shift type. Uniform-weight Fisher Fusion of {MSP, Energy, Mahalanobis} does not outperform Mahalanobis-only at full-split scale—a contrast with the small-sample regime, in which a comparable evaluation on per split closes the gap to within AUROC and is a well-known small-n optimism artefact (see Appendix A). The detector ordering—Mahalanobis > Fisher Fusion > MSP, Energy—is preserved across both regimes. The full ablation across all eleven two-, three-, and four-detector mixes (Section 4.5) confirms that no uniform-weight Fisher combination tested beats Mahalanobis-only on the headline PUG benchmark.
Table 4.
Individual and fused detector performance on the full PUG test splits (; ; ; AUROC↑). ECDF and Mahalanobis statistics are estimated on the validation split. Fisher Fusion combines the three calibrated p-values via Equation (6); Mahalanobis uses penultimate features with tied class-conditional covariance (shrinkage ). Stratified-bootstrap 95% CIs in brackets (, seed ). Bold marks the best value in each column.
Figure 6.
AUROC performance of individual sensor-anomaly detectors compared with the proposed Fisher Fusion across shift types, evaluated on the full PUG test splits.
4.3. The OR-Gate Mechanism and Ablation
The ablation in Table 5 reveals the soft OR-gate mechanism. Two observations are worth noting explicitly. First, all rows in Table 5 use raw detector scores on the small -per-split sample, so the Mahalanobis-only entry (AUROC = 0.9568) is not directly comparable to the full-split, ECDF-calibrated Mahalanobis of Table 4 (COOD AUROC = 0.9398), which is estimated on two orders of magnitude more samples; the small-n optimism is documented in Appendix A. Second, although the isolated Mahalanobis achieves the highest local AUROC on PUG, it drops to near-random accuracy on CIFAR-100 (AUROC = 0.550) and to rank-10 of twelve on SVHN (AUROC = 0.801; only DICE and ViM score lower; see Table 6), demonstrating that a single backbone’s distance detector is fragile across domains and motivating the cross-backbone diversity exploited in Section 4.7.
Table 5.
Component ablation on PUG Combined OOD ( per split, retained from earlier draft for backwards-compatible reading). Single-detector rows report the raw (uncalibrated) score applied directly; two-detector rows report an archived additive fusion preserved for component-ranking purposes. The full-split ablation across all eleven two-, three-, and four-detector Fisher Fusion mixes (Section 4.5) supersedes this small-n ranking and confirms the Mahalanobis-dominance pattern at scale. Bold marks the best value per column; arrows give the preferred direction (↓: lower is better, ↑: higher is better).
Table 6.
Twelve-method comparison on CIFAR-10 (ResNet-50), with CIFAR-10 as the in-distribution training set, CIFAR-100 as the near-OOD evaluation split, and SVHN as the far-OOD evaluation split. Methods are reported with AUROC ↑ and FPR95 ↓ on both splits and ranked by mean AUROC, providing cross-domain validation that the Fisher Fusion behaviour observed on PUG transfers to a distinct image-classification regime. Bold marks the best value per column and the proposed Fisher Fusion row.
4.4. Cross-Domain Validation on CIFAR-10
Fisher Fusion ranks third on SVHN (AUROC = 0.976), behind only KNN and ODIN, while outperforming all three constituent detectors. The Mahalanobis distance alone drops to rank 10 of twelve (AUROC = 0.801), demonstrating that the Fisher OR-gate mechanism successfully insulates the fused score from catastrophic single-detector failures at the CIFAR-10 scale and on this near/far-OOD split selection; the full-PUG-split audit of Section 4.5 below shows that this protective effect does not generalise unconditionally.
4.5. Detector-Mix Ablation Across Eleven Fusion Combinations
To distinguish a genuine fusion advantage from any specific three-detector configuration, the full-PUG-split per-detector AUROC and all eleven possible two-, three-, and four-detector Fisher-fusion combinations drawn from the augmented detector pool are reported in Table 7. KNN is added to the pool here (and only here) because it operates in feature space geometrically rather than via class-conditional density, and therefore offers a constituent that is structurally distinct from the others (it is also one of the LiDAR detectors examined in Section 7). The Fisher Fusion uses uniform weights (, the soft-OR limit) throughout.
Table 7.
Per-detector AUROC on the full PUG test splits across eight post hoc OOD scorers operating on the same ResNet-50 penultimate features and logits, plus the eleven two-, three-, and four-detector Fisher-fusion combinations from the pool. Italic rows are detector-family group headings; bold marks the strongest single detector.
Headline observation. On every PUG shift type at full-split scale, the best uniform-weight Fisher Fusion combination is between and AUROC below the best single detector (Mahalanobis). The mean-AUROC across shifts for the four-detector mix is , against for Mahalanobis-only. The same dilution pattern is observed in every two-, three-, and four-detector subset: the additive Fisher aggregation cannot recover the Mahalanobis-only advantage. This is consistent with the OR-gate theoretical analysis of Section 2: the soft-OR property amplifies tail signals only when constituent detectors are of comparable quality, but dilutes an asymmetric strongest signal toward the average constituent. Section 7 shows that on the LiDAR sensor uniform fusion yields only a small, calibration-sensitive gain over the best single detector.
4.6. Empirical Exhaustion of Uniform-Weight Fusion Alternatives
To establish that the Mahalanobis-only dominance is not an artefact of either the uniform-weight assumption or the specific four-detector pool, we systematically exhausted seven distinct fusion strategies on the same full PUG test splits (Table 8; full audit in Appendix B). The closest configuration to the Mahalanobis baseline is a non-Fisher aggregator on {Mahalanobis, ViM} raw scores; even this falls AUROC below the Mahalanobis-only baseline.
Table 8.
Empirical audit of uniform-weight fusion alternatives on the full PUG test splits. Seven strategies were tested in addition to the eleven-mix Fisher ablation of Table 7; none matches the Mahalanobis-only mean AUROC of . The closest configuration is the raw z-score average of Mahalanobis and ViM. Selective-gating (Strategy 3) reports the operating point maximising mean AUROC; see Section 8 for the shift-conditional analysis. Bold identifiers (1a–7) index the strategy families.
This systematic exhaustion confirms the theoretical limit. With Mahalanobis ≈ ViM (both mean AUROC) but ViM uniformly below Mahalanobis on each shift, any convex aggregator is upper-bounded by the stronger constituent. The remaining detectors (MSP, Energy, KNN, ASH, ReAct, GEN, ODIN) cluster at ≈ mean AUROC and consequently dilute the Mahalanobis signal in any soft-OR sum. The shift-conditional gating result of Strategy 3 (CS , COOD , SS ) hints that a shift-aware router could break this bound but requires shift-type supervision unavailable in the post hoc OOD setup. Section 4.7 resolves the dilution bound via a different mechanism: structural independence of the constituent detectors, achieved by adding a second backbone trained with a different objective.
4.7. Multi-Backbone Mahalanobis Fusion Resolves the Dilution Bound
The audit of Section 4.6 traces the dilution effect to a single structural cause: all eight ResNet-50-derived detectors capture highly correlated OOD signals from the same fine-tuned feature manifold. The natural remedy is therefore to add a structurally distinct second backbone, trained with a different objective on a different image distribution, and to combine its class-conditional Mahalanobis distance with the ResNet-50 Mahalanobis distance.
We evaluate two complementary backbones, both used in frozen form (no fine-tuning on PUG):
- DINOv2-ViT-B/14 [22]: self-supervised pretraining on a curated 142M-image dataset; CLS-token embedding of dim .
- CLIP-ViT-B/16 [7]: image-text contrastive pretraining on 400M web-scraped pairs; pooled-output embedding of dim .
For each, we extract features on PUG, compute the class-conditional Mahalanobis distance using the ID-validation labels (tied covariance, shrinkage ), and stream-score all test splits (Table 9).
Table 9.
Per-backbone class-conditional Mahalanobis AUROC on the full PUG test splits. DINOv2 and CLIP are frozen; their class-conditional structure inherits the ImageNet-class-cluster geometry from pretraining. Fine-tuned ResNet-50 dominates SS and COOD via PUG-specific class knowledge; CLIP collapses on SS because PUG OOD classes are visually similar to ID classes under CLIP’s general-purpose features. Bold marks the best backbone in each column.
Aggregator results. Two aggregators are tested across the four multi-backbone combinations (Table 10):
Table 10.
Multi-backbone aggregator AUROC on the full PUG test splits. The z-score average breaks the dilution bound (mean AUROC , over Mahalanobis-only); p-value fusion dilutes instead, because the rank-uniformising ECDF transform discards the cross-backbone separation magnitude that distinguishes the strong RN50 detector from the weaker frozen backbones. This dilution is intrinsic to p-value combination rather than to Fisher specifically: Stouffer’s Z-method gives an essentially identical result (), and the outcome is invariant to the clamp, which never activates (the smallest attainable ECDF p-value is for ). Sorted by mean AUROC. Bold marks the best aggregator–combination row.
- Fisher Fusion of ECDF-calibrated p-values, the methodology of Section 2;
- z-score average of raw Mahalanobis scores (z-normalised using ID-val mean and std per backbone).
Reproducibility. Stratified-bootstrap CI (, seed ) on the winning z-avg(RN50+DINOv2) configuration gives per-shift standard deviations well below the reproducibility threshold (Table 11).
Table 11.
Stratified-bootstrap reproducibility of z-avg(RN50-Mah, DINOv2-Mah).
DeLong significance. Comparing z-avg(RN50+DINOv2) against the RN50-Mahalanobis-only baseline on each shift gives:
- CS: , (significant);
- SS: , (not significant; RN50 alone already maximal);
- COOD: , (significant).
The aggregator improvement is therefore concentrated where the multi-backbone signal is most complementary: covariate shift (where DINOv2’s pretraining captures environmental variation well) and combined OOD (where the two signals reinforce). On semantic shift the RN50 fine-tuned signal already saturates the ID/OOD separation and DINOv2 does not add useful information.
Why -score averaging beats -value fusion. The ECDF transform maps every detector’s ID scores to a common uniform distribution, which equalises scale but discards the magnitude of each detector’s ID/OOD separation: a strong detector (RN50-Mahalanobis, mean AUROC ) and a much weaker one (DINOv2-Mahalanobis, ) contribute p-values of the same dynamic range, so an equal-weight p-value sum is dragged toward the weaker constituent. We verified that this is a property of p-value combination rather than of Fisher’s form specifically: Stouffer’s Z-method gives an essentially identical mean AUROC of (and correlates only weakly with the z-average, ), and the outcome is invariant to the clamp, which never activates because the smallest attainable ECDF p-value is . The z-score average, by contrast, standardises each detector by its ID-val mean and standard deviation without rank-flattening; it therefore preserves the separation magnitude, letting the stronger backbone dominate while still gaining from the complementary signal. This explains the ∼0.21 AUROC gap between the two aggregators on the same backbone pair.
4.8. Augmenting the Backbone Pool with a Hand-Crafted Spectral Detector
The natural next question is whether the cross-backbone fusion can be further improved by adding a backbone with a non-learned feature manifold. We test the simplest such candidate: a low-frequency block of two-dimensional Discrete Cosine Transform (DCT) coefficients ( low-frequency keep from a DCT, yielding features), with the same class-conditional Mahalanobis distance as the deep backbones. Reasoning: covariate shift on PUG manipulates textures, lighting, and environments—all of which carry a spectral signature that the deep backbones may not fully capture in their final embedding. The DCT spectral detector extends the aggregator menu (Table 12).
Table 12.
Multi-backbone aggregator AUROC including the DCT spectral detector (Strategy 16). The hand-crafted spectral Mahalanobis is a fourth, computationally cheap, structurally distinct OOD signal. The three-backbone mix {RN50, DINOv2, DCT} gives a small but DeLong-significant improvement on covariate shift over the two-backbone winner (Table 10). Bold marks the best value per column and the headline four-component configuration.
Adding MC-Dropout uncertainty. The Monte-Carlo Dropout variance of the MSP score (Strategy 15, Bernoulli masks at on the penultimate features) is a fifth, structurally distinct signal: it derives from the sensitivity of the classifier’s output to perturbation rather than from a feature-space distance. As a single detector it is weak (mean AUROC ), but adding it to the three-backbone winner gives a small consistent boost on all three shifts (CS , SS , COOD ), pushing the manuscript-best four-component aggregator to mean AUROC , over the RN50 Mahalanobis-only baseline. This is the present manuscript’s headline result.
The three-backbone z-avg(RN50, DINOv2, DCT) configuration achieves the manuscript headline mean AUROC of , a improvement over the two-backbone winner of Table 10 and a improvement over the Mahalanobis-only baseline. DeLong test vs the two-backbone winner: CS , (significant gain); SS and COOD (significant losses). The spectral detector therefore helps where it is structurally strong (covariate shift carries a clear spectral signature) but dilutes where the spectral signal is uninformative (semantic shift and combined OOD, both of which require class-identity knowledge that DCT lacks). The mean-AUROC improvement is therefore concentrated on CS; the net mean gain of is small but the headline mean AUROC sets a new manuscript record and the per-shift trade-off illustrates the cleanest possible orthogonal-signal complementarity case in the audit.
Multi-Configuration Search Disclosure
The headline four-component aggregator z-avg(RN50, DINOv2, DCT, MC-Dropout) reported in Table 12 (mean AUROC ) is the empirical winner of an exhaustive search across approximately candidate configurations: the eleven uniform-weight Fisher mixes of Table 7, the seven aggregator-family alternatives of Table 8, the eight multi-backbone Mahalanobis aggregators of Table 10, and the eight DCT- and MC-Dropout-augmented combinations of Table 12. The headline DeLong significance of against the Mahalanobis-only baseline (Section 4.7) is therefore reported alongside a conservative multiple-comparison correction: a Bonferroni-adjusted threshold of remains many orders of magnitude above the unadjusted p-value, and a Benjamini–Hochberg family-wise FDR control at leaves the headline ranking unchanged. The headline therefore survives a conservative multiple-comparison correction, and the search space is disclosed here in full rather than collapsed to a single optimised number.
4.9. Test-Time Augmentation: A Negative Result
Test-time augmentation (TTA, random crops, flips, and mild colour jitter per test image, averaged per-detector) is a routine inference-time technique that should, in principle, reduce ID-vs-OOD variance and lift AUROC. On PUG it does the opposite (Table 13): every detector loses AUROC under TTA, and the loss is largest on the Mahalanobis penultimate-layer detector (mean drop across CS/SS/COOD, with the SS drop alone at ). The cause is that the class-conditional Mahalanobis covariance is fit on un-augmented ID-validation features; TTA-perturbed test features no longer fall in the same Gaussian envelope, and the class-conditional distance accordingly becomes a worse OOD signal. Re-fitting the Mahalanobis covariance on TTA-perturbed ID-val features (not pursued here) would restore the comparison and is the natural remediation.
Table 13.
Test-time augmentation () delta on the full PUG test splits. All four detectors lose AUROC under TTA. Bold marks the Mahalanobis row, which suffers the largest degradation.
4.10. Outlier Exposure Re-Training: A Negative Result for Distance-Based Detectors
Outlier Exposure (OE) [23] fine-tunes a classifier with a cross-entropy objective on ID samples and an auxiliary KL-to-uniform objective on disjoint real OOD images, encouraging maximally uncertain softmax outputs off-manifold. We re-trained the PUG-fine-tuned ResNet-50 for five epochs with AdamW (lr ), , BDD100K [24] as the auxiliary OOD pool ( images per epoch). The OE objective converged exactly as designed: average over the auxiliary BDD batches settled at , the analytic minimum for a uniform softmax over ID classes; ID cross-entropy fell to . The optimisation therefore succeeded on its own terms.
The downstream effect on the Mahalanobis detector, however, is uniformly harmful. The class-conditional penultimate Mahalanobis fit on the OE checkpoint gives a single-detector mean AUROC of across the three PUG shift types, a drop of from the original RN50-Mahalanobis baseline of (Table 14). Re-fusing the OE-derived RN50-Mahalanobis with the unchanged DINOv2, CLIP, DCT spectral, and MC-Dropout detectors and exhaustively searching all 26 subsets of size 2–5 that contain the OE detector yields a best fusion of {RN50-MahOE, DINOv2, MC-DropoutOE} at mean AUROC —still below the manuscript headline (the non-OE four-component fusion at , Section 4.7) and below the original Mahalanobis-only single detector. The OE intervention therefore neither lifts the constituent Mahalanobis score nor combines productively with the structurally distinct backbones already in the headline mix.
Table 14.
Outlier Exposure (, 5 epochs, BDD100K auxiliary OOD) effect on PUG OOD detectors. The OE objective converged (), yet the checkpoint degrades the Mahalanobis detector by mean AUROC; the best OE-based five-detector fusion remains below the non-OE headline of . Evaluation uses a batch-normalisation-statistics transplant. Bold marks the OE-retrained detector row.
The mechanism is structural rather than experimental: the OE auxiliary loss flattens the softmax distribution off-manifold by spreading penultimate-layer activations, which directly loosens the class-conditional Gaussian clusters on which the Mahalanobis distance is defined. Hendrycks et al. originally validated OE on MSP and Energy detectors, both of which derive their signal from logit scale and benefit from a sharper ID-vs-OOD logit-magnitude separation. Distance-based detectors fitted on penultimate features have the opposite requirement: they need tight, low-variance ID clusters in feature space, which OE training disrupts. A frozen-feature variant (OE applied only to the final linear layer with the backbone held fixed) is the natural remediation and would preserve the Mahalanobis-friendly feature manifold while still adjusting the logits for MSP/Energy use; we do not pursue it here as the four-backbone fusion of Section 4.7 already exceeds the goal target without any training-time intervention. The BatchNorm running statistics of the OE checkpoint were corrupted by the auxiliary-OOD updates (channel-wise running_var minimum ); the reported numbers are obtained after transplanting the original checkpoint’s BN running statistics into the OE-fine-tuned weights, which is the standard practice for OE inference and isolates the effect of the modified convolutional and linear weights from the BN-statistics drift.
5. Results: PAC-Certified Conformal Sensor-Anomaly Detection
5.1. Research Hypothesis
This section addresses the hypothesis that conformal prediction with a PAC–Hoeffding bound can provide provably valid FPR control for OOD detection, yielding finite-sample guarantees suitable for deployment in regulated safety-critical systems.
5.2. Conformal Detection Framework
The calibration reuses the fused statistic defined in Equation (6). Following the Adaptive Prediction Set (APS) construction of [25] adapted to the binary detect/no-detect decision [13], the nonconformity score of an input x is the ECDF p-value of under the ID-null distribution estimated from the validation split. When Mahalanobis is substituted by its class-conditional Gaussian Mixture Energy (GEM) formulation, which is equivalent to the negative log-likelihood under a per-class Gaussian with tied covariance, the pipeline is unchanged. On the ID validation set (), the conformal threshold obtained from Equation (7) is with and a coverage level of .
Calibration-Versus-Test Bookkeeping
The threshold is derived exclusively on the ID validation samples of Table 3 and applied, without any further tuning, to the covariate-shift (), semantic-shift (), and combined-OOD () test splits. No sample participates in both calibration and evaluation, and no hyperparameter (including the clamping constant of Equation (6) and the ECDF bin count) is selected using these test splits.
5.3. Empirical Results
As tabulated in Table 15 and visualised in Figure 7, three key observations emerge: (1) the empirical FPR95 consistently lies below the union-bounded PAC upper bound across all three shift-type splits, so the family-wise guarantee at confidence is satisfied simultaneously; (2) the PAC margin is a uniform (single-split)/ (union-bounded) across splits, because it is governed solely by the shared in-distribution test-sample count , and every empirical FPR95 lies within of its certified bound; and (3) the PAC guarantee is distribution-free and is therefore compatible with the evidence-based certification frameworks invoked below (ISO 26262 [26], FDA [27], and EASA [28]).
Table 15.
Conformal prediction results with PAC bounds on the full PUG test splits (; ). Because FPR95 is a rate over the in-distribution (negative) test samples, the governing sample count is the shared ID-test size (not the per-split OOD size); the margin is therefore identical across splits. “Bound (single)” uses Equation (8); “Bound (union)” uses Bonferroni-corrected for family-wise across three shifts.
Figure 7.
PAC–Hoeffding bounds and empirical margins across different OOD shift conditions.
Recent work has independently applied PAC-style reasoning to outlier detection [13] and to distribution-free inference under covariate shift [29]. Relative to these, the contribution here is specifically the use of the Hoeffding finite-sample bound to certify the FPR95 of a Fisher-fused multi-detector score and the explicit union-bound correction required for simultaneous reporting across heterogeneous shift-type splits.
6. Results: Layer-Wise Sensor-Feature Dynamics
6.1. Research Hypothesis
This section addresses the hypothesis that the optimal feature-extraction layer depends on the type of distributional shift, with early layers being more sensitive to covariate changes and deeper layers being more sensitive to semantic changes.
6.2. Layer-Wise Results
As summarised in Table 16 and Figure 8, three distinct patterns emerge across the deep network hierarchy.
Table 16.
Layer-wise Mahalanobis-distance AUROC across ResNet-50 residual stages (layers 1–4, plus naïve multi-layer fusion) on the three PUG OOD splits. Early layer 1 features dominate covariate and combined shifts, deeper layer 4 favours semantic shifts; the fusion row illustrates the dilution effect when heterogeneous-depth scores are naïvely averaged. Bold marks the best layer per split.
Figure 8.
Layer-wise detection dynamics, demonstrating a monotonic decrease in covariate sensitivity and an increase in semantic sensitivity with depth.
Monotonic covariate-sensitivity decrease. The AUROC decreases monotonically from Layer 1 (0.813) to Layer 4 (0.757), a decline of 5.6 percentage points, consistent with early layers encoding low-level visual statistics that are directly perturbed by covariate shifts [30].
Semantic-sensitivity increase at depth. The AUROC is approximately constant across layers 1–3 (≈0.52) but increases at Layer 4 (0.571), which is consistent with deeper layers encoding class-discriminative features.
Multi-layer fusion dilution. Multi-layer Fisher Fusion ( CS and SS) underperforms the best individual layer on both shift types. Fusing four layers dilutes the strong Layer 1 signal with progressively weaker signals. This is a concrete instance of a dilution effect in naïve layer-level fusion, and it motivates the shift-aware adaptive layer-selection strategies discussed in Section 8.
7. Results: Cross-Modality Validation on the nuScenes LiDAR Sensor
7.1. Research Hypothesis
The preceding sections established the Fisher Fusion methodology on a camera-sensor benchmark. This section addresses the hypothesis that the same statistical fusion of post hoc sensor-anomaly scores transfers, without modality-specific re-tuning, to a fundamentally different sensor modality: LiDAR point clouds, which differ from RGB images both in their data geometry (3D sparse versus 2D dense) and in the feature spaces produced by their respective backbones.
7.2. Setup
The nuScenes benchmark [31] is employed as the LiDAR-sensor evaluation pillar. Per-sample scores are computed for in-distribution and out-of-distribution point-cloud frames, using three complementary post hoc detectors: MSP, Energy, and k-nearest-neighbour distance (), the latter substituting for Mahalanobis in this modality because the dimensionality of the LiDAR-feature embedding is too small relative to the calibration set to support a numerically stable tied class-conditional covariance estimate. ECDF calibration is performed on the LiDAR-ID validation split, mirroring the camera pipeline of Section 2. On this modality, three uniform-weight Fisher combinations are evaluated: the pairwise Fisher(MSP+KNN), the triplet Fisher(MSP+Energy+KNN), and the pairwise Fisher(MSP+Energy). The eleven-mix camera-side ablation of Section 4.5 is not replayed here because the LiDAR backbone does not produce a class-conditional Mahalanobis distance (see above); the nuScenes pillar therefore evaluates a deliberately narrower mix set tailored to the modality.
7.3. LiDAR Per-Detector and Fisher Fusion AUROC
A canonical five-fold bootstrap analysis on the full nuScenes LiDAR sensor (Table 17), with object points extracted in the LiDAR sensor frame (see the methodological note below), shows that the LiDAR fusion effect is small and calibration-sensitive. The strongest single detector is MSP (AUROC ); KNN is weaker () and Energy near-random (). Under the published full-ID-anchored five-seed estimator (the same protocol as the original LiDAR pillar), Fisher(MSP+KNN) reaches , a gain over MSP that is DeLong-significant (median , ). However, that estimator anchors the survival ECDF on the full in-distribution set; under a stricter leakage-free held-out calibration the gain vanishes (Fisher(MSP+KNN) ≈ MSP, both –). We therefore report the LiDAR fusion advantage as real but small (≤0.012) and not robust to the calibration protocol—far below the of an earlier version, which (see the methodological note) was an artifact of a coordinate-frame error. Adding the near-random Energy Score dilutes (Fisher(MSP+Energy) ; Fisher(MSP+Energy+KNN) ). The robust, modality-independent cross-modality lesson is therefore that the certificate (Section 5), not a sizeable fusion AUROC gain, is what transfers.
Table 17.
Per-method AUROC on the nuScenes LiDAR sensor (canonical five-fold bootstrap mean ± std over the full v1.0-trainval, ID + OOD; corrected sensor-frame point extraction). Fisher(MSP+KNN) gives a small DeLong-significant gain over the best single detector (MSP, ); the gain is calibration-sensitive and does not survive a stricter held-out ECDF (see text). Bold marks the best-performing method.
Methodological Note (Corrected Point Gating)
An earlier version of this pillar reported a Fisher(MSP+KNN) AUROC near . That value was an artifact of a coordinate-frame error in the point-gating step: object points were tested against the annotation box in the global frame, capturing essentially no points per object, so the feature extractor silently fell back to a sparse bounding-box-geometry descriptor that separates the OOD classes largely by box size. The numbers reported here use the corrected global→ego→sensor extraction, which recovers tens-to-hundreds of real points per object; under it the fusion advantage does not survive.
The per-class breakdown for Fisher(MSP+KNN) shows strong detection on several OOD classes—animal , bicycle_rack , debris —while the dominant pushable_pullable class (, of the OOD set) sets the aggregate, and the smallest class police_vehicle () fails (AUROC = 0.437, below chance—a known small-sample edge case). The aggregate fusion gain over MSP is therefore small () and concentrated in the well-separated classes.
7.4. Cross-Modality Comparison
The pattern across Camera and LiDAR delivers a consistent methodological lesson (Table 18): uniform p-value score fusion provides at most a small, regime-dependent gain over the best single detector. On the PUG camera, the constituent scores derive from the same ResNet-50 backbone and the Mahalanobis dominates so strongly that the additive fusion dilutes it. On LiDAR, the MSP and KNN scores are partly complementary and fusion yields a small () DeLong-significant gain, but one that does not survive a stricter held-out calibration. The one regime with a substantial, robust gain is cross-backbone variance-standardised z-averaging on the camera (, Section 4.7 and Section 4.8), where structurally independent backbones contribute complementary, comparably-scaled signals. The reusable, modality-independent contribution is therefore the distribution-free PAC certificate (Section 5), which transfers to LiDAR unchanged regardless of the fusion outcome.
Table 18.
Cross-modality comparison of the empirical fusion gain. On the camera the dominant Mahalanobis is diluted by uniform same-backbone fusion; on the LiDAR, uniform fusion gives only a small, calibration-sensitive gain ( under the full-ID-anchored estimator, null under held-out calibration). The substantial fusion gain comes only from cross-backbone z-score averaging on the camera (Table 12, ). The fusion’s empirical AUROC value-add is thus limited and regime-specific; its PAC-certificate value-add (Section 5) is modality-independent.
7.5. PAC Bound on the LiDAR Conformal Detector
The PAC–Hoeffding bound (Equation (8)) applied to the LiDAR conformal detector (here Fisher(MSP+KNN), though the bound holds for any fixed score), with the FPR evaluated over the in-distribution (negative) frames and , yields a single-split margin of (≈), and with a Bonferroni union bound across the four populated OOD classes (animal, bicycle_rack, debris, pushable_pullable), (). The large in-distribution sample size makes the LiDAR certificate substantially tighter than the camera one. The empirical FPR95 of the calibrated detector lies safely below both bounds, confirming that the certificate of Section 5 transfers to the LiDAR modality without re-derivation.
7.6. A Second LiDAR Anomaly Type: Sensor Degradation
The preceding LiDAR results address semantic OOD (unknown object classes). A complementary and operationally important anomaly type is sensor degradation—a physically faulty point cloud rather than a novel object. We construct such an OOD set by corrupting the raw points of in-distribution (known-class) objects before feature extraction, so that the clean object is the negative and its degraded copy is the positive; this isolates degradation from semantic novelty. Two fault families are tested on 6000 training and 4000 held-out clean objects (60 scenes, 2000 ECDF-calibration/2000 clean test negatives, 2000 degraded positives per variant): random point dropout (keeping a fraction of points) and intensity corruption (Gaussian noise on, or zeroing of, the intensity channel). The same post hoc detectors and cal-anchored fusion as above are applied (Table 19); the geometric feature extractor uses a corrected global→ego→sensor transform so that the point-level corruption actually propagates to the features.
Table 19.
Sensor-degradation OOD on the nuScenes LiDAR sensor: AUROC of clean in-distribution objects versus degraded copies of the same objects. The logit-based detectors (MSP, Energy) are blind to degradation; only the feature-space KNN detector is sensitive, increasingly so with severity. Equal-weight fusion sits between KNN and the uninformative MSP, i.e., it dilutes—a further instance of the comparable-quality condition of Section 4.5. Bold marks the highest AUROC.
This experiment delivers two findings. First, post hoc detection of sensor degradation is feasible, but it is a feature-space signal: the geometric KNN distance flags degraded point clouds (AUROC up to for severe dropout), whereas the logit-confidence detectors are essentially blind (AUROC ). Second, and consistently with the camera audit, equal-weight fusion is counterproductive here—Fisher(MSP+KNN) and Stouffer(MSP+KNN) fall between their constituents because mixing in the uninformative MSP branch dilutes the single informative detector. This is the same boundary condition identified throughout: p-value fusion helps only when its constituents carry a comparable signal, which holds for the semantic-OOD pillar (MSP ≈ KNN) but not for sensor degradation (MSP uninformative). For degradation monitoring, a feature-space detector should therefore be deployed alone or with a learned, degradation-aware weight rather than a uniform fusion.
8. Discussion
8.1. The Soft OR-Gate Principle and Its Limits in Practice
The theoretical motivation for Fisher Fusion is the soft OR-gate property: because is additive, a single small p-value can dominate the sum once it falls below roughly , while the other terms remain of order . The fusion therefore should behave as an OR operator on the tail but as an average on the bulk, transforming the multi-detector problem from choosing the “best” method into assembling a diverse portfolio with complementary failure patterns.
The full-test-split experiments of Section 4, however, qualify this theoretical picture in an important way. When one constituent detector (the penultimate-layer Mahalanobis) is markedly stronger than the others (MSP and Energy), the additive Fisher statistic dilutes the strong signal rather than letting it dominate: the OR-gate effectively averages over comparable-quality terms but blunts the contribution of an asymmetric outlier-detector. As a result, uniform-weight Fisher Fusion under-performs the best constituent (Mahalanobis) on every PUG shift type at full-split scale. This is the dilution phenomenon also observed in our LiDAR pillar (Section 7) and aligns with the cross-modal observation that learned-weight (e.g., random-Dirichlet) fusion can outperform uniform weights when the per-detector quality is heterogeneous.
The methodological implication for safety-critical sensor monitoring is not that score fusion should be abandoned, but that its value is twofold: (i) the distribution-free PAC certificate of Section 5, which applies uniformly to any fused statistic and gives a single, calibration-tight worst-case false-positive bound, and (ii) the cross-modality transferability of the recipe demonstrated on LiDAR (Section 7). The fusion’s headline contribution is therefore the certifiable, reusable pipeline, not an AUROC improvement over its strongest constituent.
The soft OR-gate property does carry one further caveat: if a constituent detector is systematically inverted (sign-reversed), its p-values will not be anomalously small but will also not actively interfere with the remaining detectors. The failure mode is uninformative rather than destructive, which is preferable in deployment, but does not eliminate the need for constituent validation.
Shift-Conditional Gating as the Natural Ceiling
The Strategy 3 audit of Section 4.6 reveals one important finding that quantifies how far a non-uniform-weight aggregator could go on PUG. The selective-gating rule “if then score Fisher of {MSP, Energy, KNN} on x, else ” achieves AUROC on covariate shift and on combined OOD—a and jump over Mahalanobis-only. The price is a catastrophic SS drop to ( versus Mahalanobis), because the SS-OOD samples that fall in the Mahalanobis-uncertain band are the precise instances that the logit-derived detectors also cannot resolve. This is a clean empirical signature that a shift-conditional router would break the dilution bound, but only if the router has access to the shift type at test time—a supervision signal that is by construction absent in the OOD-detection setup. Section 9 returns to learned-shift-prediction routing as the principled future-work direction motivated by this finding.
8.2. Conformal Certification for Sensor-Data-Integrity Monitoring
The Hoeffding-bound certificate addresses a critical gap in sensor-data-integrity monitoring: existing post hoc anomaly detectors report empirical metrics on the sensor stream without formal guarantees on their false-positive rate. In safety-critical sensor domains such as autonomous-driving camera and LiDAR perception [26], medical imaging [27], and aerospace situational awareness [28], empirical performance alone is insufficient for safety-case construction; certification frameworks require a quantified worst-case false-flag rate. The PAC–Hoeffding bound supplies exactly this quantity in a distribution-free, finite-sample form, with margins tight enough (below 1.5% in our experiments) to be practically meaningful for camera-sensor monitoring under ISO 26262, and— as shown in Section 7—directly extensible to LiDAR sensor-anomaly detection. Larger calibration sets yield tighter bounds: because in Equation (8), doubling n reduces by a factor of , and halving requires approximately four times the calibration data.
8.3. Layer-Wise Dynamics and the Dilution Problem
The observation that covariate and semantic anomalies manifest at different network depths is consistent with hierarchical feature theory [30] and has direct implications for detector design: (1) single-layer extraction inherently sacrifices sensitivity to one shift type; (2) uninformed multi-layer fusion does not resolve this owing to dilution; and (3) shift-type-aware gating could outperform both extremes.
8.4. Limitations
Several limitations are acknowledged explicitly. (1) The primary evaluation is on the PUG synthetic benchmark; CIFAR-10 versus SVHN/CIFAR-100 cross-validation only partially addresses the concern that the synthetic rendering of PUG may over-represent covariate signatures relative to real deployment conditions. The added cross-modality LiDAR validation on nuScenes (Section 7) provides one additional in-the-wild data point. ImageNet-scale and broader in-the-wild evaluations are ongoing. (2) Fisher’s classical reference assumes independent p-values, whereas MSP and Energy are functions of the same logit vector and are empirically correlated. The empirical-null calibration of Section 2 bypasses this assumption for the downstream PAC bound but does not eliminate the correlation itself; extensions using Brown’s effective degrees-of-freedom correction [16] or Stouffer’s Z-combination [11] are left as sensitivity analyses. (3) Single-seed reporting. All reported AUROC/FPR95 numbers, including the headline multi-backbone z-averaged value of in Section 4.7, originate from a single fine-tuning seed (seed = 42) of the ResNet-50 PUG checkpoint; the rigorous reporting standard is multi-seed mean ± standard-deviation across at least five independent fine-tuning runs. The multi-seed sweep is deferred to the camera-ready revision because each re-seed requires approximately 30 min of Apple-Silicon MPS compute, giving roughly h of additional compute per reported headline number and an aggregate budget that exceeds the present submission window. The cross-check of Appendix A confirms the published detector ordering under a different random split and hardware backend but documents a 10–15 percentage-point bracket on absolute AUROC under smaller calibration-holdout regimes; the OpenOOD CIFAR-10 cross-domain comparison of Table 6 provides one form of generalisation evidence beyond the single PUG fine-tuning seed by exercising the same fusion recipe on an independently trained checkpoint and a distinct ID/OOD partition. Full multi-seed mean ± standard-deviation reporting and DeLong tests on the twelve-method CIFAR-10 comparison remain ongoing. (4) The PAC–Hoeffding guarantee assumes exchangeability of the calibration and test samples. In OOD detection, this assumption is violated by construction at test time; the bound reported here controls the FPR of the measurement process under re-drawing the calibration set from the ID distribution (a standard conformal interpretation), not the FPR under the unknown OOD distribution. Weighted-conformal extensions [29] offer a promising path toward a drift-aware guarantee. (5) The layer-wise analysis is specific to the ResNet-50 residual-stage decomposition; transformer backbones and dense-prediction architectures are expected to exhibit different depth-versus-shift curves. (6) Adaptive-adversarial evaluation of the fused detector is not performed here and is the subject of a companion study; the landscape table (Table 1) has therefore been updated to drop the corresponding column relative to earlier drafts of this work.
8.4.1. Asymmetric Depth of Camera and LiDAR Evaluation
The empirical depth of the present manuscript is intentionally asymmetric: the PUG camera audit is positioned as the methodological case study—carrying the eleven-mix Fisher-exhaustion in Section 4.6, the multi-backbone z-averaged result of Section 4.7, and the PAC certificate of Section 5—while the nuScenes LiDAR pillar (Section 7) serves as a cross-modality stress test of the same fusion framework rather than as a full LiDAR benchmark in its own right. A symmetric LiDAR audit that mirrors the camera analyses end-to-end (eleven-mix Fisher-exhaustion, multi-backbone z-average across two structurally distinct point-cloud encoders, and a stratified PAC certification on the populated nuScenes OOD classes) is the natural follow-up; we estimate it conservatively at approximately three additional weeks of compute and engineering effort. The choice of asymmetric depth reflects two methodological priorities: (a) the relative maturity of camera OOD benchmarks compared with the earlier-stage state of standardised LiDAR OOD splits, and (b) the cross-modality validation goal that motivates the PAC framework’s modality-agnosticism, for which a single high-quality transfer experiment is more informative than two parallel partial audits.
8.4.2. Demographic and Distributional Fairness of OOD Rejection
OOD detection operates by rejecting atypical inputs, and on a sensor stream that disproportionately encounters demographic minorities, infrastructure-poor environments, or extreme-weather conditions, an unconditional OOD-rejection rule can encode and amplify systematic bias—precisely the populations and operating regimes that are most under-represented in the calibration set are the ones most likely to be flagged anomalous and routed to a fallback policy. The PAC–Hoeffding framework of Section 5 guarantees the global FPR over the calibration distribution but says nothing about per-subgroup FPR; a detector that satisfies an aggregate false-positive budget may nevertheless exhibit substantially higher false-flag rates on individual demographic or geographic strata. A principled mitigation is stratified PAC certification—one Hoeffding bound per protected stratum, combined under a union bound across strata—which preserves the distribution-free guarantee while exposing subgroup-level disparities to scrutiny. The recommended deployment pattern combines the post hoc OOD layer with continual fairness audits (for example, quarterly per-strata FPR review against pre-registered subgroup definitions); the PAC bound is a necessary statistical-validity prerequisite for safety-relevant deployment but it is not, by itself, sufficient for fair deployment.
8.4.3. Residual-Risk Caveat Under PAC Certification
The PAC–Hoeffding bound of Section 5 is a upper-confidence statement on the FPR of the calibrated conformal detector; it is not a zero-residual-risk guarantee. ISO 26262 [26] ASIL-D deployment and the EASA CoDANN level-2/3 framework [28] require the residual risk associated with any learned component to be quantified, mitigated, and demonstrated below ALARP (as-low-as-reasonably-practicable) thresholds defined by the operational design domain (ODD). The reported single-split margin of on covariate shift (Table 15) is the inflation factor of the conformal threshold that preserves the coverage statement; it is not a direct estimate of operational hazard probability. For safety-case construction, the PAC certificate must therefore be combined with (a) downstream runtime monitoring of detector drift and calibration stability, (b) ODD restrictions that confine deployment to the exchangeability regime under which the certificate is valid, and (c) a human-in-the-loop fallback for sub-threshold scores that lie near the calibrated quantile. The PAC framework supplies a quantitatively defensible starting point for the functional-safety argument; it does not by itself constitute a complete safety case.
9. Conclusions
A principled statistical framework for OOD detection is presented, comprising three components: (1) Fisher’s method with ECDF calibration for score-level fusion, (2) conformal prediction with PAC–Hoeffding bounds for certifiable detection, and (3) a layer-wise Mahalanobis analysis for understanding depth-dependent shift sensitivity.
The key insight is that statistical score combination provides a single, reusable, PAC-certifiable interface for sensor-anomaly monitoring. Our full-split audit on PUG shows that under uniform-weight Fisher Fusion the best constituent detector (penultimate-layer Mahalanobis) is not improved upon; the soft-OR aggregation dilutes an asymmetric strongest signal rather than amplifying it. The cross-domain CIFAR-10 comparison demonstrates that the Mahalanobis dominance is dataset-dependent (rank-12/12 on CIFAR-100 vs SVHN), which is exactly the regime in which a fused statistic provides defensive redundancy even at a modest AUROC cost.
The PAC-certified conformal component addresses the certification requirements of regulated industries, providing provably valid FPR95 bounds for OOD detection. The layer-wise analysis contributes a diagnostic understanding of how shifts manifest at different representational depths.
Future Work Directly Motivated by the Empirical Audit
The exhaustive audit of Section 4.6 establishes that uniform-weight and convex-combination fusion of eight ResNet-50-derived OOD scorers (MSP, Energy, Mahalanobis, KNN, ViM, ReAct, ASH, GEN, ODIN) cannot exceed the Mahalanobis-only baseline on PUG. Three future-work directions follow directly from this finding.
- Shift-conditional routing with a learned shift-type predictor. The Strategy 3 result (Section 4.6, Discussion Section 8) shows that routing to Fisher-of-others when Mahalanobis is uncertain gives AUROC on covariate shift and on combined OOD—the catch being the catastrophic SS drop with the same operating point. A learned shift-type predictor trained on auxiliary OOD samples (outside the strict post hoc setup but standard in the modern OOD literature) could supply the shift label needed to select per-shift gating thresholds.
- Structurally distinct second backbone for genuine complementarity—empirically confirmed in Section 4.7. The eight ResNet-50-derived detectors capture highly correlated OOD signals. Adding a single frozen DINOv2-ViT-B/14 backbone and z-score averaging the two class-conditional Mahalanobis distances yields mean AUROC ( over Mahalanobis-only, DeLong on CS and COOD). This is the principal new positive result of the present manuscript. Promising follow-up: replace the simple z-average with a Conformal-Multi-Backbone aggregator that preserves the PAC certificate while exploiting structural independence, and extend to a third or fourth pretraining objective (MAE, SwAV).
- Learned-weight (non-uniform) score fusion including random-Dirichlet search, AUROC-weighted soft-OR, and MLP-learned weights. The random-Dirichlet baseline on PUG (Strategy 1a, mean AUROC ) fails because the Mahalanobis-dominated regime has too sharp a convex hull; combined with a learned shift-type prior the search space becomes higher-dimensional and may admit a winning operating point.
Additional traditional directions remain: multi-seed reproducibility and DeLong-test confidence intervals on the twelve-method CIFAR-10 comparison, and shift-type-aware adaptive layer-weighting to remove the layer-fusion dilution effect documented in Section 6. Extensions to vision-language fusion, depth-based perception, ImageNet-scale OOD validation, test-time adaptation, and adaptive-attack robustness are developed in companion work and are intentionally outside the scope of this paper.
Supplementary Materials
The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/s26154706/s1, File S1: Empirical-audit reproducibility bundle for Strategies 1a–7: per-strategy reproduction commands and wall-clock budgets, the 704-configuration selective-gating sensitivity grid for Strategy 3, the eight-aggregator comparison on the Mahalanobis+ViM score pair, the Strategy 7 ODIN single-detector AUROC breakdown, and the per-sample score files that make Table 8 byte-for-byte reproducible.
Author Contributions
Conceptualization, L.S. and A.Á.-M.; Methodology, L.S.; Software, L.S.; Validation, L.S. and Z.W.; Formal Analysis, L.S. and A.Á.-M.; Investigation, L.S.; Resources, L.S.; Data Curation, L.S.; Writing—Original Draft Preparation, L.S.; Writing—Review & Editing, Z.W. and A.Á.-M.; Visualization, L.S.; Supervision, Z.W. and A.Á.-M. All authors have read and agreed to the published version of the manuscript.
Funding
This research was supported by the John von Neumann University (NJE), Kecskemét, Hungary.
Institutional Review Board Statement
Not applicable. This study did not involve human or animal subjects.
Informed Consent Statement
Not applicable.
Data Availability Statement
The implementations of ECDF calibration, Fisher Fusion, empirical-null calibration, the PAC–Hoeffding evaluator, the four-detector-mix ablation pipeline, and the LiDAR cross-modality validation will be released under an MIT licence at the authors’ GitHub repository on acceptance (code release v1.0.0). The fine-tuned ResNet-50 checkpoint (resnet50_pug_checkpoint.pth; epoch ; training cross-entropy loss ; 50-class head), the per-sample detector scores for all PUG and nuScenes splits, the auditing scripts that re-derive the headline tables from this checkpoint, and the LiDAR per-sample data will be deposited on Zenodo on acceptance; the Zenodo DOI will be reserved through the MDPI–Zenodo automated workflow and added to the article’s published version. The PUG dataset is publicly available from Meta AI (https://github.com/facebookresearch/PUG, accessed on 19 July 2026); CIFAR-10, SVHN, CIFAR-100, and nuScenes follow their respective original licences. An earlier version of this manuscript was reviewed by IEEE Access (Access-2026-23171) and underwent prescreening; the present work reflects a substantially revised methodology audit including the full-split RE09 and four-detector RE10 ablations, which were not present in the earlier submission.
Acknowledgments
During the preparation of this manuscript, the authors used Anthropic Claude (Opus 4.7) and OpenAI GPT-4 for text drafting, code auditing, and literature-review assistance. The authors have reviewed and edited all output and take full responsibility for the content of this publication. Computational resources were provided by the John von Neumann University (Apple M4 Pro MPS backend).
Conflicts of Interest
The authors declare no conflict of interest.
Abbreviations
The following abbreviations are used in this manuscript:
| APS | Adaptive Prediction Sets |
| ASIL | Automotive Safety Integrity Level |
| AUROC | Area Under the Receiver Operating Characteristic curve |
| BDD | Berkeley DeepDrive |
| BN | Batch Normalisation |
| CDF | Cumulative Distribution Function |
| CLIP | Contrastive Language–Image Pre-training |
| CoDANN | Concepts of Design Assurance for Neural Networks |
| COOD | Combined Out-of-Distribution |
| CS | Covariate Shift |
| DCT | Discrete Cosine Transform |
| DINOv2 | self-Distillation with No labels (version 2) |
| EASA | European Union Aviation Safety Agency |
| ECDF | Empirical Cumulative Distribution Function |
| FDA | U.S. Food and Drug Administration |
| FPR95 | False-Positive Rate at 95% True-Positive Rate |
| GEM | Gaussian-Mixture Energy |
| ID | In-Distribution |
| ISO | International Organization for Standardization |
| KDE | Kernel Density Estimation |
| KNN | k-Nearest Neighbours |
| LiDAR | Light Detection And Ranging |
| MC-Dropout | Monte-Carlo Dropout |
| MSP | Maximum Softmax Probability |
| OE | Outlier Exposure |
| OOD | Out-of-Distribution |
| PAC | Probably Approximately Correct |
| PUG | Photorealistic Unreal Graphics |
| ResNet | Residual Network |
| SS | Semantic Shift |
| t-SNE | t-distributed Stochastic Neighbour Embedding |
| TTA | Test-Time Augmentation |
| ViM | Virtual-Logit Matching |
| ViT | Vision Transformer |
Appendix A. Reproducibility, Audit, and Score-Dependence Diagnostics
Appendix A.1. Audit of the Published Table 4 Headline AUROC
The headline Fisher Fusion AUROCs of an earlier (IEEE Access) submission of this manuscript reported for the three PUG shift types. A reproducibility audit identified the source of those numbers in an archived per-sample score file whose generating script (a) loaded the generic ImageNet-pretrained ResNet-50 weights rather than the fine-tuned PUG checkpoint and (b) constructed image paths from a directory layout that does not exist on the source filesystem. The dataset loader fell back to zero-tensor inputs whenever the path missed; the resulting AUROCs therefore did not reflect valid ResNet-50 inference on real PUG images.
The canonical methodology described in Section 3 (fine-tuned 50-class checkpoint, correct per-character image paths, full PUG test splits, ECDF and Mahalanobis statistics from ) produces the AUROC values reported in Table 4. The sample-size sensitivity ladder is summarised in Table A2: the same canonical Fisher Fusion methodology gives Combined-OOD AUROC at per split (small-sample optimism), and on the full splits, with non-overlapping bootstrap CIs. The discrepancy is therefore a genuine empirical-validation failure of the original headline number rather than a model or pipeline bug; the present manuscript adopts the full-split numbers as the canonical reference.
Appendix A.2. Empirical Score Dependence on PUG
Table A1 reports pairwise Pearson and Spearman correlations of the three ECDF-calibrated p-value streams used by Fisher Fusion, measured on the PUG combined-OOD split. The MSP↔Energy pair is strongly correlated (, ), which is consistent with both scores being monotone functions of the same logit vector; the Mahalanobis score, derived from the penultimate feature geometry, is effectively independent of both logit-based scores.
Table A1.
Pairwise correlation of ECDF-calibrated score streams on PUG Combined OOD (). Verdict threshold: or is classified as dependent (Dep.); otherwise as independent (Indep.). Bold marks the dependent pair.
Appendix A.3. QQ-Diagnostic of the Fisher Reference
Figure A1 shows the Q-Q plot of the empirical Fisher statistic on the ID-test samples against two reference distributions: the naive (panel a) and the Brown-adjusted with effective degrees of freedom of and a scale of (panel b). The Brown correction uses the empirical MSP↔Energy covariance of Table A1 and the Kost–McDermott polynomial expansion for . Both references deviate substantially from the empirical distribution, which confirms the paper’s reliance on the empirical-null calibration introduced in Section 2 rather than on any analytical form.
Figure A1.
Q-Q diagnostic of the naive Fisher reference versus the Brown-adjusted on the ID test split. The red dashed line is the identity. The Kolmogorov–Smirnov distance is reported in each panel. Neither analytical reference matches the empirical null, motivating empirical-null calibration.
Appendix A.4. Sample-Size Sensitivity Ladder for the Fisher Fusion AUROC
Table A2 shows the Fisher Fusion Combined-OOD AUROC under four configurations of the same fundamental pipeline; the systematic downward trend with increasing sample size quantifies the small-sample optimism bias.
Table A2.
Sample-size sensitivity ladder of the Fisher Fusion Combined-OOD AUROC on PUG. The script and methodology are canonical (fine-tuned resnet50_pug_checkpoint.pth, ECDF and Mahalanobis from ID validation, three-detector Fisher Fusion of {MSP, Energy, Mahalanobis}) in all rows except the archived H1 (which used ImageNet weights and a buggy image-load path, see Appendix A.1). Bootstrap CIs are stratified, . Bold marks the canonical full-split configuration.
The non-overlap of the RE-06b CI with the RE-09 full-split CI confirms that the AUROC drop with sample size is statistically significant and reflects an empirical-distribution shift toward more difficult ID/OOD score overlap as the sample size grows. The Mahalanobis-only baseline exhibits the same direction of drop but a much smaller magnitude (Table 4 versus RE-06b: as n grows), confirming that the constituent-detector ranking is stable and only the Fisher Fusion’s empirical advantage collapses at scale.
Appendix A.5. Stratified Bootstrap Variance Proxy for Table 4
In lieu of the multi-seed retraining flagged as a limitation in Section 8.4, Table A3 reports a stratified-bootstrap variance proxy over the RE-06b per-sample score matrix. For each cell, the ID validation, ID test, and OOD indices are resampled with replacement ( replicates, seed ), and the AUROC is recomputed (and, for Fisher Fusion, the ECDF calibration and the aggregation are recomputed, each on its resampled subset). The resulting standard deviations range between and ; the Fisher-fused combined-OOD AUROC lies in with a empirical bootstrap CI of . This bracket captures only the sampling variance at per split; it does not capture the training-seed variance, which remains open as per Section 8.4.
Table A3.
Bootstrap variance proxy for Table 4 (, seed , stratified by shift/split). The point estimate and mean agree to four decimals in all cells. Source: archived RE-08 bootstrap analysis. Bold marks the Fisher Fusion rows.
Appendix B. Empirical-Audit Reproducibility: Strategies 1a–7
The full audit-script index for Strategies 1a–7 of Section 4.6, including the per-strategy reproduction commands and wall-clock budgets, the 704-configuration selective-gating sensitivity grid for Strategy 3, the eight-aggregator comparison for Strategy 6 on the Mahalanobis+ViM score pair, and the Strategy 7 ODIN single-detector AUROC breakdown (, ; PUG mean AUROC ), is provided as Supplementary Materials (File S1) accompanying this article (see also the GitHub repository linked in the Data Availability Statement). The supplementary bundle preserves the per-sample score files such that every cell of Table 8 is byte-for-byte reproducible from the published ResNet-50 checkpoint.
Across ∼3000 distinct fusion configurations spanning the seven strategy families summarised in Table 8, no aggregator of post hoc OOD scorers derived from the same fine-tuned ResNet-50 backbone meets the criterion of mean AUROC over the Mahalanobis-only baseline of . The closest configuration is the z-score average of Mahalanobis and ViM, which falls below the baseline at mean AUROC . The selective-gating result of Strategy 3 confirms that a shift-conditional router is required to break the dilution bound; this is the direct empirical motivation for the future-work directions of Section 9.
References
- Yang, J.; Wang, P.; Zou, D.; Zhou, Z.; Ding, K.; Peng, W.; Wang, H.; Chen, G.; Li, B.; Sun, Y.; et al. OpenOOD: Benchmarking Generalized Out-of-Distribution Detection. Adv. Neural Inf. Process. Syst. (Neurips) Datasets Benchmarks Track 2022, 35, 32598–32611. [Google Scholar] [CrossRef] [Scilit]
- Hendrycks, D.; Gimpel, K. A Baseline for Detecting Misclassified and Out-of-Distribution Examples in Neural Networks. In Proceedings of the 5th International Conference on Learning Representations (ICLR), Toulon, France, 24–26 April 2017. [Google Scholar]
- Zhang, J.; Yang, J.; Wang, P.; Wang, H.; Lin, Y.; Zhang, H.; Sun, Y.; Du, X.; Li, Y.; Liu, Z.; et al. OpenOOD v1.5: Enhanced Benchmark for Out-of-Distribution Detection. J. Data Centric Mach. Learn. Res. (DMLR) 2024, 2, 1–32. Available online: https://openreview.net/forum?id=cnnTnJQigs (accessed on 19 July 2026).
- Liu, W.; Wang, X.; Owens, J.D.; Li, Y. Energy-based Out-of-distribution Detection. Proc. Adv. Neural Inf. Process. Syst. (NeurIPS) 2020, 33, 21464–21475. [Google Scholar]
- Lee, K.; Lee, K.; Lee, H.; Shin, J. A Simple Unified Framework for Detecting Out-of-Distribution Samples and Adversarial Attacks. Proc. Adv. Neural Inf. Process. Syst. (NeurIPS) 2018, 31, 7167–7177. [Google Scholar]
- Sun, Y.; Ming, Y.; Zhu, X.; Li, Y. Out-of-Distribution Detection with Deep Nearest Neighbors. In Proceedings of the 39th International Conference on Machine Learning (ICML), Baltimore, MD, USA, 17–23 July 2022; pp. 20827–20840. [Google Scholar]
- Radford, A.; Kim, J.W.; Hallacy, C.; Ramesh, A.; Goh, G.; Agarwal, S.; Sastry, G.; Askell, A.; Mishkin, P.; Clark, J.; et al. Learning Transferable Visual Models From Natural Language Supervision. In Proceedings of the 38th International Conference on Machine Learning (ICML), Virtual, 18–24 July 2021; pp. 8748–8763. [Google Scholar]
- Ming, Y.; Cai, Z.; Gu, J.; Sun, Y.; Li, W.; Li, Y. Delving into Out-of-Distribution Detection with Vision-Language Representations. Proc. Adv. Neural Inf. Process. Syst. (NeurIPS) 2022, 35, 35087–35102. [Google Scholar] [CrossRef] [Scilit]
- Vovk, V.; Gammerman, A.; Shafer, G. Algorithmic Learning in a Random World; Springer: Berlin/Heidelberg, Germany, 2005. [Google Scholar]
- Fisher, R.A. Statistical Methods for Research Workers; Oliver and Boyd: Edinburgh, UK, 1925. [Google Scholar]
- Stouffer, S.A.; Suchman, E.A.; DeVinney, L.C.; Star, S.A.; Williams, R.M. The American Soldier: Adjustment During Army Life; Princeton University Press: Princeton, NJ, USA, 1949. [Google Scholar]
- Angelopoulos, A.N.; Bates, S. Conformal Prediction: A Gentle Introduction. Found. Trends Mach. Learn. 2023, 16, 494–591. [Google Scholar] [CrossRef] [Scilit]
- Bates, S.; Candès, E.J.; Lei, L.; Romano, Y.; Sesia, M. Testing for Outliers with Conformal p-values. Ann. Stat. 2023, 51, 149–178. [Google Scholar] [CrossRef] [Scilit]
- Liang, S.; Li, Y.; Srikant, R. Enhancing The Reliability of Out-of-distribution Image Detection in Neural Networks. In Proceedings of the 6th International Conference on Learning Representations (ICLR), Vancouver, BC, Canada, 30 April–3 May 2018. [Google Scholar]
- Gal, Y.; Ghahramani, Z. Dropout as a Bayesian Approximation: Representing Model Uncertainty in Deep Learning. In Proceedings of the 33rd International Conference on Machine Learning (ICML), New York, NY, USA, 19–24 June 2016; pp. 1050–1058. [Google Scholar]
- Brown, M.B. A Method for Combining Non-Independent, One-Sided Tests of Significance. Biometrics 1975, 31, 987–992. [Google Scholar] [CrossRef] [Scilit]
- Hoeffding, W. Probability Inequalities for Sums of Bounded Random Variables. J. Am. Stat. Assoc. 1963, 58, 13–30. [Google Scholar] [CrossRef]
- Bordes, F.; Shekhar, S.; Ibrahim, M.; Bouchacourt, D.; Vincent, P.; Morcos, A. PUG: Photorealistic and Semantically Controllable Synthetic Data for Representation Learning. Proc. Adv. Neural Inf. Process. Syst. (NeurIPS) 2023, 36, 17959–17981. [Google Scholar]
- Krizhevsky, A. Learning Multiple Layers of Features from Tiny Images. In Technical Report; University of Toronto: Toronto, ON, Canada, 2009. [Google Scholar]
- Netzer, Y.; Wang, T.; Coates, A.; Bissacco, A.; Wu, B.; Ng, A.Y. Reading Digits in Natural Images with Unsupervised Feature Learning. In Proceedings of the NeurIPS Workshop on Deep Learning and Unsupervised Feature Learning, Sierra Nevada, Spain, 16 December 2011. [Google Scholar]
- He, K.; Zhang, X.; Ren, S.; Sun, J. Deep Residual Learning for Image Recognition. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; pp. 770–778. [Google Scholar] [CrossRef] [Scilit]
- Oquab, M.; Darcet, T.; Moutakanni, T.; Vo, H.; Szafraniec, M.; Khalidov, V.; Fernandez, P.; Haziza, D.; Massa, F.; El-Nouby, A.; et al. DINOv2: Learning Robust Visual Features without Supervision. Trans. Mach. Learn. Res. 2024. Available online: https://openreview.net/forum?id=a68SUt6zFt (accessed on 19 July 2026).
- Hendrycks, D.; Mazeika, M.; Dietterich, T. Deep Anomaly Detection with Outlier Exposure. In Proceedings of the 7th International Conference on Learning Representations (ICLR), New Orleans, LA, USA, 6–9 May 2019. [Google Scholar]
- Yu, F.; Chen, H.; Wang, X.; Xian, W.; Chen, Y.; Liu, F.; Madhavan, V.; Darrell, T. BDD100K: A Diverse Driving Dataset for Heterogeneous Multitask Learning. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattle, WA, USA, 14–19 June 2020; pp. 2636–2645. [Google Scholar] [CrossRef] [Scilit]
- Romano, Y.; Sesia, M.; Candès, E.J. Classification with Valid and Adaptive Coverage. Proc. Adv. Neural Inf. Process. Syst. (NeurIPS) 2020, 33, 3581–3591. [Google Scholar]
- ISO 26262; Road Vehicles—Functional Safety. International Organization for Standardization: Geneva, Switzerland, 2018.
- U.S. Food and Drug Administration. Artificial Intelligence/Machine Learning (AI/ML)-Based Software as a Medical Device (SaMD) Action Plan; U.S. Food and Drug Administration: Silver Spring, MD, USA, 2021. [Google Scholar]
- European Aviation Safety Agency. Artificial Intelligence Roadmap 2.0: A Human-Centric Approach to AI in Aviation; European Aviation Safety Agency: Köln, Germany, 2023. [Google Scholar]
- Tibshirani, R.J.; Barber, R.F.; Candès, E.J.; Ramdas, A. Conformal Prediction Under Covariate Shift. Adv. Neural Inf. Process. Syst. (NeurIPS) 2019, 32, 2526–2536. [Google Scholar]
- Yosinski, J.; Clune, J.; Bengio, Y.; Lipson, H. How Transferable are Features in Deep Neural Networks? Proc. Adv. Neural Inf. Process. Syst. (NeurIPS) 2014, 27, 3320–3328. [Google Scholar]
- Caesar, H.; Bankiti, V.; Lang, A.H.; Vora, S.; Liong, V.E.; Xu, Q.; Krishnan, A.; Pan, Y.; Baldan, G.; Beijbom, O. NuScenes: A Multimodal Dataset for Autonomous Driving. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattle, WA, USA, 14–19 June 2020; pp. 11621–11631. [Google Scholar] [CrossRef] [Scilit]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2026 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license.








