Paper deep dive
Audio-Anchored Fusion of Multi-Ratio DiT Reconstruction Residuals for Cross-Domain Audio Deepfake Detection
Haotian Mo, Jie Liu, Siqi Shen, Songzhu Mei, Xinhai Chen, Xiangyang Wang, Yigui Feng, Shuai Li, Gencheng Liu, Keqi Yang, Qinglin Wang
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 93%
Last extracted: 8/4/2026, 10:39:08 AM
Summary
This paper proposes an audio-anchored fusion method for deepfake detection that combines a frozen WavLM auditory representation with multi-ratio Diffusion Transformer (DiT) reconstruction residuals. By using a scalar-gated additive correction for residuals rather than competitive fusion, the model aims to improve cross-domain generalization from ASVspoof 5 to ITW datasets, achieving lower Equal Error Rates (EER) compared to baseline methods.
Entities (7)
Relation Signals (8)
audio-anchored_fusion → achieves → 6.5442% EER
confidence 95% · The pre-specified seed-42 run obtains 6.5442% EER
audio-anchored_fusion → evaluatedon → ITW
confidence 95% · on ITW Full
audio-anchored_fusion → evaluatedon → ASVspoof 5
confidence 95% · on ASVspoof 5 Eval
DiT → generates → multi-ratio_residuals
confidence 95% · Reconstructions at masking ratios 0.5, 0.75, and 0.9 yield explicit multi-ratio residual maps.
WavLM → provides → auditory_representation
confidence 95% · our audio-anchored detector passes the projected frozen-WavLM auditory representation
DiT → usedfor → reconstruction_probe
confidence 95% · We use a Diffusion Transformer (DiT), trained only on bona fide speech, as a frozen reconstruction probe.
audio-anchored_fusion → combines → multi-ratio_residuals
confidence 90% · uses residuals only as a scalar-gated additive correction
audio-anchored_fusion → combines → WavLM
confidence 90% · our audio-anchored detector passes the projected frozen-WavLM auditory representation into the fusion sum
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Audio deepfake detectors often degrade when generators, corpora, or recording conditions change. We use a Diffusion Transformer (DiT), trained only on bona fide speech, as a frozen reconstruction probe. Reconstructions at masking ratios 0.5, 0.75, and 0.9 yield explicit multi-ratio residual maps. Because these residuals are domain sensitive, our audio-anchored detector passes the projected frozen-WavLM auditory representation into the fusion sum without gate-based attenuation and uses residuals only as a scalar-gated additive correction. The pre-specified seed-42 run obtains 6.5442% EER / 0.18456 min-DCF on ASVspoof 5 Eval and 13.8372% / 0.36921 on ITW Full; three-seed means are 6.8885 (0.3308)% and 15.3328 (2.0719)%. The latter is below a separately optimized WavLM-ResNet18 reference under both supervision settings. Auxiliary supervision raises dynamic competitive fusion from 18.4007% to 25.2968% mean ITW EER, worsening all three seeds. The results support reconstruction residuals as complementary evidence and motivate a non-competitive auditory path for ASVspoof 5-to-ITW transfer, without claiming a componentwise causal ablation of anchoring alone.
Tags
Links
- Source: https://arxiv.org/abs/2607.26472v1
- Canonical: https://arxiv.org/abs/2607.26472v1
Trouble viewing inline? Open PDF directly →
Full Text
61,132 characters extracted from source content.
Expand or collapse full text
Audio-Anchored Fusion of Multi-Ratio DiT Reconstruction Residuals for Cross-Domain Audio Deepfake Detection Haotian Mo 1 , Jie Liu 1 , Siqi Shen 2 , Songzhu Mei 1 , Xinhai Chen 1 , Xiangyang Wang 1 , Yigui Feng 1 , Shuai Li 1 , Gencheng Liu 1 , Keqi Yang 3 , Qinglin Wang 1,* 1 College of Computer Science and Technology, National University of Defense Technology, Changsha, China 2 School of Informatics, Xiamen University, Xiamen, China 3 Hunan Zhongke Youxin Technology Co., Ltd., Changsha, China * Corresponding author: wangqinglin@nudt.edu.cn First author: mohaotian25@nudt.edu.cn Abstract Audio deepfake detectors often degrade when generators, cor- pora, or recording conditions change. We use a Diffusion Transformer (DiT), trained only on bona fide speech, as a frozen reconstruction probe. Reconstructions at masking ratios 0.5, 0.75, and 0.9 yield explicit multi-ratio residual maps. Be- cause these residuals are domain sensitive, our audio-anchored detector passes the projected frozen-WavLM auditory repre- sentation into the fusion sum without gate-based attenuation and uses residuals only as a scalar-gated additive correc- tion. The pre-specified seed-42 run obtains 6.5442% EER / 0.18456 min-DCF on ASVspoof 5 Eval and 13.8372% / 0.36921 on ITW Full; three-seed means are6.8885± 0.3308%and 15.3328± 2.0719%. The latter is below a separately opti- mized WavLM–ResNet18 reference under both supervision settings. Auxiliary supervision raises dynamic competitive fu- sion from 18.4007% to 25.2968% mean ITW EER, worsening all three seeds. The results support reconstruction residuals as complementary evidence and motivate a non-competitive au- ditory path for ASVspoof 5-to-ITW transfer, without claiming a componentwise causal ablation of anchoring alone. Introduction High-quality text-to-speech, voice cloning, and voice con- version systems continue to lower the cost of generating realistic synthetic speech. End-to-end, diffusion-based, and flow-matching systems such as VITS, DiffWave, Grad-TTS, and F5-TTS have improved naturalness and speaker similarity (Kim, Kong, and Son 2021; Kong et al. 2020; Popov et al. 2021; Chen et al. 2025), while increasing the risks of im- personation, telecommunication fraud, fabricated media, and attacks on voice authentication. ASVspoof 5 reflects this open setting through crowdsourced bona fide speech, diverse syn- thesis systems, compression, and adversarial post-processing (Wang et al. 2024a, 2026). Existing detectors either learn directly from waveforms or time-frequency inputs, as in RawNet2 and AASIST (Tak et al. 2021; Jung et al. 2022), or use large self-supervised speech encoders such as WavLM, wav2vec 2.0, and HuBERT (Chen et al. 2022; Baevski et al. 2020; Hsu et al. 2021). Their per- formance can deteriorate when generators, corpora, speakers, channels, codecs, or post-processing pipelines change (Müller et al. 2022; Liu et al. 2023; Pascu et al. 2024; Jung et al. 2025). This degradation cannot be explained only by newer attacks being intrinsically harder: distribution differences among gen- eration and collection pipelines can invalidate correlations learned by a discriminative boundary (Müller et al. 2022; Li et al. 2024). A complementary strategy is to learn a prior over bona fide data and measure which components of an input cannot be explained by that prior. Image-forensic studies have found systematic differences in frequency statistics and diffusion denoising trajectories (Frank et al. 2020; Liang et al. 2025). In audio, masked autoencoding and genuine-focused recon- struction have also been used to expose synthetic-speech abnormalities (Huang et al. 2022; Wang et al. 2024b). How- ever, it remains unclear how to convert a bona-fide-trained DiT into explicit forensic evidence and how to combine that evidence with a strong auditory representation without amplifying cross-domain errors. We train a conditional-flow-matching DiT exclusively on bona fide speech. At detection time, the frozen probe recon- structs masked Mel spectrograms, and the absolute input– reconstruction difference is retained as an explicit resid- ual. Unlike a scalar reconstruction error, this representation preserves the time location, frequency region, and relative strength of each mismatch. Because the probe never observes spoof labels or attack identities, its residual is not directly optimized to separate training attacks. Figure 1 provides an initial diagnostic. At masking ratio 0.9, the mean residual spectra of bona fide and spoofed speech do not differ through a uniform amplitude offset; their relative ordering changes across frequency regions, approximately near Mel bin 20. This location is not imposed as a fixed boundary. The observation instead indicates that the residual is structured and may retain local components that are difficult for a bona fide reconstruction prior to explain. Structured residuals are not automatically domain robust. Their magnitude and frequency distribution may depend on linguistic content, speaker, channel, codec, and reconstruction difficulty. Masking ratio adds another source of variation: lower ratios preserve more local context, whereas higher ratios force the probe to rely more heavily on the bona fide prior. A single ratio can therefore expose only part of the arXiv:2607.26472v1 [cs.SD] 29 Jul 2026 020406080100120 Mel-frequency Bins (0-127) 0.1 0.2 0.3 0.4 0.5 Average Residual Magnitude Real (Bonafide) Fake (Spoof) Figure 1: Mean DiT reconstruction residual spectra on the balanced ASVspoof 5 diagnostic probe spanning A01–A32 at masking ratio 0.9. Residuals are averaged over time per utterance and then over samples, without sample-wise nor- malization. The dashed line is a visual reference only, not a predefined boundary. reconstruction mismatch. Residual domain sensitivity also makes fusion conse- quential. WavLM provides a broad auditory representation, whereas DiT residuals describe local deviations from a recon- struction prior. In competitive fusion, increasing the residual weight simultaneously suppresses the auditory weight. Under a target-domain residual shift, the model may both introduce unreliable evidence and weaken an otherwise useful auditory representation. We instead constrain residuals to act as a cor- rection: the auditory branch enters the shared pre-projection fusion sum directly, while the gate scales only the residual term. Our contributions are threefold: • We construct explicit multi-ratio DiT reconstruction resid- uals as active forensic evidence. A large-scale bona-fide- trained probe reconstructs inputs at three masking ratios, preserving localized mismatches rather than collapsing them into a scalar error. •We propose audio-anchored additive fusion. The WavLM representation enters the pre-projection fusion sum with- out gate-based scaling, while a sample-level scalar gate controls only the residual correction and cannot explicitly down-weight the auditory branch. • We evaluate against a separately optimized WavLM– ResNet18 single-stream reference and report three-seed system-level comparisons between two residual-based de- signs under shared data, cache, auditory branch, objectives, and optimizer. The strongest repeated observation is that auxiliary supervision harms dynamic competitive fusion on ITW for all three seeds. Related Work Audio Deepfake Detection and Self-Supervised Speech Models. Early systems relied on handcrafted cepstral fea- tures and shallow classifiers. End-to-end models such as RawNet2 and AASIST instead learn waveform or spectro- temporal artifacts directly (Tak et al. 2021; Jung et al. 2022). Self-supervised models further improve representation qual- ity through WavLM, wav2vec 2.0, and HuBERT front ends (Chen et al. 2022; Baevski et al. 2020; Hsu et al. 2021). Multi-view and expert-fusion systems combine heteroge- neous evidence (Zhang et al. 2025; Wang et al. 2024c), and audio large language models have recently been explored for deepfake detection (Gu et al. 2025). Genuine-oriented systems such as SLIM further improve transfer by learning speech dependencies from bona fide data, although their final detector training may also benefit from augmentation and longer or full-length inputs (Zhu et al. 2024). In contrast, we retain explicit reconstruction residual maps from an in- dependently trained bona-fide generative probe and study how such domain-sensitive evidence should be constrained during fusion. Nevertheless, cross-generator and cross-corpus generalization remains difficult (Müller et al. 2022; Pascu et al. 2024; Li et al. 2024). Reconstruction-Based Detection and Generative Priors. Reconstruction-based anomaly detection learns regularities from normal data and identifies inputs that are poorly ex- plained by the learned prior. Masked autoencoders provide a practical mechanism for learning such structure (He et al. 2022; Huang et al. 2022). Genuine-focused reconstruction and one-class anti-spoofing reduce dependence on known spoof classes (Wang et al. 2024b; Zhang, Jiang, and Duan 2021). Recent work has also used diffusion reconstruction to synthesize hard examples for generalizable detection (Cheng et al. 2026) and diffusion models to expose time–frequency artifact regions for explanation (Grinberg et al. 2025). We do not claim the first use of bona-fide-only or diffusion-based reconstruction. Our focus is on caching explicit multi-ratio residual maps from a large-scale bona-fide probe and studying their asymmetric fusion with a strong auditory representation. Heterogeneous Evidence Fusion. Frozen-SSL expert fu- sion can combine pretrained representations through sample- adaptive weights (Wang et al. 2024c), but higher fusion freedom does not guarantee robust transfer. Competitive weighting may overuse a shifted branch and suppress a more stable one. Our asymmetric rule instead leaves the auditory branch outside the gate and permits reconstruction evidence only as an additive pre-projection correction. Method Figure 2 summarizes the framework. A bona-fide-trained DiT generates multi-ratio spectrogram residuals offline. The spectrogram–residual stream encodes the original Mel spec- trogram and three residual maps, while a frozen WavLM- Large stream encodes the waveform. Audio-anchored fusion passes the auditory vector directly into the fusion sum and uses a sample-level scalar gate only for the additive residual correction. After batch normalization and the shared linear projection, the final embeddingefeeds both training objec- tives; at inference, the same embedding is scored against a fixed bona fide prototype constructed from ASVspoof 5 Train. Bona Fide DiT Reconstruction Probe Following the conditional flow-matching DiT backbone of F5-TTS (Chen et al. 2025), we train a masked reconstruction (B,3,128,1024) Stack ing Input Tensor [푋,푅 0.50 ,푅 0.75 ,푅 0.90 ] ∈ℝ 4×128×1024 SE-ResNet BackBone Visual Stream: Multi-Ratio Residual Encoding Auditory Stream: Frozen WavLM Encoding Original MelX∈ℝ 1×128×1024 Gate Estimator [푅 0.50 ,푅 0.75 ,푅 0.90 ]∈ℝ 3×128×1024 Stem Conv 3x3, Stride=1 64 × 128 × 1024 Downsample /2 Stage3 SE - Block Dilation=2 Stage4 SE - Block 128 × 64 × 512 256 × 32 × 256 ⨂ ⊕ 푔 ∈ ( 0 , 1 ) Batch-Hard Triplet objective Positive Anchor Negative 푑(퐴,푃)<푑(퐴,푁) 푑(퐴,푃) 푑(퐴,푁) Prototype-Based Scoring (training only) (inference only) Audio-Anchored Additive Fusion 퐸푚푏푒푑푖푛푔푒 bona fide center 푐 푏푓 푒 ∈ ℝ 256 BN + Linear Attack-ID Aux Classification (training only) Linear classifier Cross-entropy loss Attack-ID Logits Projection + L2 Norm ǁ 푧 푣 ∈ ℝ 256 [ǁ푧 푣 ;ǁ푧 푎 ]∈ℝ 512 512 × 32 × 256 Freq - SE Module GAP FC Projection 푧 푣 ∈ ℝ 256 Stage2 SE - Block Downsample /2 Stage1 SE - Block Frozen WavLM Large (24 Transformer Layers) Layer Aggregation Τ 1 2 × (Mean+Max Pooling) 퐻 ∈ 푅 ( 25 × 푇 푎 × 1024 ) 퐻 a ∈ 푅 ( 푇 푎 × 1024 ) 푧 푎 ∈ ℝ 256 FC Projection Projection + L2 Norm ǁ 푧 푎 ∈ ℝ 256 Raw waveform 푥휖ℝ 64000 (4s,16kHz) Concatenate Linear 512 →1 sigmoid Figure 2: Audio-anchored dual-stream detector. The scalar-gated spectrogram–residual representation is added to the frozen WavLM-Large anchor. The final embeddingefeeds the training-only Attack-ID and triplet objectives; prototype scoring is inference only. probe using only bona fide speech. LetX ∈ R F×T be a Mel spectrogram andM (r) ∈0, 1 F×T a binary mask with ratio r. The visible condition is X (r) vis = (1− M (r) )⊙ X.(1) A frozen Audio-MAE encoder provides a global condition c. Conditional flow matching interpolates between Gaussian noise X 0 and the target spectrogram: X t = (1− t)X 0 + tX, u t = X − X 0 .(2) The DiT predicts the masked-region velocity field, L DiT = E M (r) ⊙ v θ (X t ,t,X (r) vis ,c)− u t 2 2 . (3) After training, both modules are frozen. Independent Bernoulli masks have expected ratior; visible cells are copied fromXand held at zero velocity, so Equation (4) measures masked-region mismatch. One seeded 16-step Euler reconstruction per utterance and ratio is cached as b X (r) . Multi-Ratio Spectrogram–Residual Encoding We use masking ratiosR =0.5, 0.75, 0.9 and compute R (r) = X − b X (r) , r ∈R.(4) The stream input is the channel-wise stack V = Concat h X,R (0.5) ,R (0.75) ,R (0.9) i .(5) We do not apply sample-wise InstanceNorm at the input because absolute residual magnitude, cross-ratio energy, and frequency-dependent statistics may carry forensic information. The encoder is a modified ResNet-18 with a small-stride stem, no initial max pooling, squeeze-and-excitation blocks, dilated convolutions, and a lightweight frequency squeeze- and-excitation module. Global pooling and projection produce a 256-dimensional residual representation z v . Frozen WavLM Auditory Encoding LetH (0) a ,...,H (L) a denote the convolutional and Transformer-layer states of frozen WavLM-Large. Learnable normalized weights aggregate the layers: H a = L X l=0 α l H (l) a , α l = exp(w l ) P L j=0 exp(w j ) . (6) Mean and max temporal pooling are averaged and projected to obtain the 256-dimensional auditory representationz a . Only the layer weights and projection are updated; the WavLM backbone remains frozen. Audio-Anchored Additive Fusion LetW a andW v be learned projections into a shared 256- dimensional space. AfterL 2 normalization, a sample-level scalar gate is estimated from the concatenated branch repre- Audio-MAE Encoder Layer Norm Scale,Shift Scale MHSA Layer Norm Scale,Shift Scale MLP MLP + + c Timestep 푡~푈[0,1] - 푥 0 ~푁(0,1) Final Modulation DiT Block Linear Predicted Flow Training Data Timestep gradient Training Target 푚⨀(푥 1 −푥 0 ) 푵× STFT Noisy Speech (1−푡)푥 0 +푡푥 1 Masked Speech (1−푚)⨀푥 1 훼 2 훼 1 훾 2 훽 2 훾 1 훽 1 Original Wave Original Mel 푥 1 Figure 3: Masked self-supervised training of the DiT recon- struction probe. Only bona fide speech is used. The probe predicts conditional flow in masked spectrogram regions from the visible spectrogram and the frozen Audio-MAE condition. sentations: ez a = W a z a ∥W a z a ∥ 2 ,ez v = W v z v ∥W v z v ∥ 2 , g = σ w ⊤ g [ez v ;ez a ] + b g , g ∈ (0, 1). (7) The pre-fusion representation is z f = ez a + gez v .(8) Thus, the auditory vector enters the pre-projection sum with coefficient one, while the scalar gate controls only the residual correction. Batch normalization and a shared linear projection producee ∈ R 256 . Anchoring guarantees that the residual gate cannot explicitly suppress the auditory branch, not that the final embedding is invariant to residual evidence. For comparison, the dynamic competitive system intro- duces sample-dependent routing at both the residual-input and modality levels. Letm r = μ(R (r) )anda r = μ(|R (r) |) denote the mean and mean absolute residual at ratior. The router descriptor is q = [m 0.5 ,m 0.75 ,m 0.9 ,a 0.5 ,a 0.75 ,a 0.9 ].(9) The router predictsπ = softmax(f r (q))and rescales each residual channel before visual encoding, ̄ R (r) = π r R (r) . Sep- arate Mel and residual stems merge after the first stage to producez dyn v . A scalar modality gate then applies comple- mentary weights before concatenation and projection: γ = σ w ⊤ c [z dyn v ;z a ] + b c , e comp = W c BN([γz dyn v ; (1− γ)z a ]). (10) Increasing the residual coefficient necessarily decreases the auditory coefficient. The system shares data, cache, auditory branch, objectives, and optimizer with ours, but also changes routing and visual organization; it is a system-level contrast, not a componentwise anchoring ablation. Training Objectives and Prototype Scoring Batch-hard triplet loss organizes bona fide and spoof embed- dings: L tri = 1 B B X i=1 max 0,m + d(e i ,e p(i) )− d(e i ,e n(i) ) . (11) The auxiliary head uses a fixed 33-output index for bona fide and A01–A32, but positive targets occur only for the nine observed Train labels (bona fide and A01–A08); Dev/Eval identities never enter training. The fixed indexing is an im- plementation convention. With label smoothing 0.1, the total objective is L =L tri + λ aux L aux , λ aux = 0.2,(12) with λ aux = 0 for controls without auxiliary supervision. At inference, no binary output head is used. We normalize all bona fide ASVspoof 5 Train embeddings and construct c bf = P i:y i =bf e i /∥e i ∥ 2 P i:y i =bf e i /∥e i ∥ 2 2 .(13) The spoof score is s(x) =− e(x) ∥e(x)∥ 2 ⊤ c bf .(14) For the residual-based systems, the same training-set proto- type is used for Dev, Eval, and ITW. All final Eval and ITW results, including the single-stream baseline, use a prototype recomputed from ASVspoof 5 Train; no target-domain center update or threshold calibration is performed. Prototype scor- ing is treated as a fixed, uncalibrated ranking protocol rather than an independently validated contribution. Experimental Setup The DiT and detector are trained in two decoupled stages. The DiT uses 2,552,125 bona fide utterances from ASVspoof 5 Train, ASVspoof 2019 Train, Common Voice, VoxCeleb2, and LibriSpeech. Table 1 gives the exact composition. Fixed- source sampling forms each 40-utterance DiT batch in a 14:2:9:7:8 ratio, respectively, so the much larger external corpora do not remove task-related bona fide conditions from training. The detector uses only ASVspoof 5 Train attacks A01–A08. Dev attacks A09–A16 are used only for checkpoint selection; Eval attacks A17–A32 and ITW Full are read-only final evaluations. ITW Full merges its train, validation, and test partitions. Table 2 reports the exact sample counts, mean durations, and roles. Table 1: Bona fide corpora used to train the DiT reconstruction probe. All spectrograms are standardized to 1,024 Mel frames. SourceUsed subsetUtterancesShare ASVspoof 5Train bona fide18,7970.74% ASVspoof 2019Train bona fide2,5800.10% Common VoiceFiltered valid speech1,157,49845.35% VoxCeleb2All valid speech1,092,00942.79% LibriSpeechtrain-clean-100/360/500281,24111.02% TotalBona fide only2,552,125100% Table 2: Detector training and evaluation data. SplitBona fideSpoofTotalMean (s)Role ASV5 Train18,797163,560182,35711.9Train/prototype ASV5 Dev31,334109,616140,9507.1Checkpoint selection ASV5 Eval138,688542,086680,7747.1Unseen attacks ITW Full19,96311,81631,7794.3Cross-corpus test Decoupled residual generation and detector training. Af- ter reconstruction training, both DiT and the Audio-MAE condition encoder remain frozen. We first process every split offline: each utterance is converted to a Mel spectrogram, reconstructed independently at ratios 0.5, 0.75, and 0.9, and stored together with the three absolute residual maps. Detector training never calls DiT online. The spectrogram–residual stream reads the same four-channel cache for every fusion structure and ablation, while the auditory stream reads the corresponding waveform through its own cropping protocol. This decoupling prevents stochastic reconstruction differences from confounding comparisons among input normalization, routing, fusion, and auxiliary-supervision settings. All audio is resampled to 16 kHz. The DiT and residual stream use the leading 1,024 Mel frames (about 10.24 s at a 160-sample hop), whereas WavLM uses 4-second waveforms: random crops for training and leading crops otherwise, with padding when needed. Thus, the streams come from the same utterance but have different temporal supports. Each seeded residual realization is generated once with 16 Euler steps per ratio and reused by every residual-system run. Exact architecture, masking, solver, preprocessing, and cache- generation settings are consolidated in Appendix A. The four residual-based configurations use five AdamW epochs, learning rate10 −3 , weight decay10 −4 , one warm-up epoch, cosine decay, and four-step gradient accumulation. Physical batches contain 32 bona fide and 32 attack-balanced spoofed samples; batch-hard mining uses margin 0.3. The 256-dimensional models use a 33-way source head with label smoothing 0.1 and weight 0.2 when enabled. Seeds 42, 123, and 2026 are selected by Dev EER using the Train prototype. Strong single-stream reference. We separately optimize WavLM–ResNet18: aggregated frozen WavLM states form a single-channel time–feature map that a randomly initialized ResNet-18 maps to 256 dimensions. It uses learning rate10 −4 , binary class-balanced sampling, and its original random- crop/Dev-center selection procedure; final Eval and ITW use leading crops and the Train prototype. It is therefore a strong reference, not a one-branch ablation. Full protocol differences are reported in Appendix A. We report three-seed mean and sample standard deviation; EER and normalized min-DCF follow ASVspoof 5 (Wang et al. 2024a). We use ASVspoof 5 as a post-challenge research benchmark. Because WavLM-Large and external bona-fide DiT pretrain- ing fall outside official constraints, we make no open/closed, eligibility, or leaderboard claim. Public systems and WavLM– ResNet18 provide context. The residual-system comparison shares the principal training protocol but is not component- wise matched, so it supports a structural interpretation rather than isolating anchoring as the sole causal factor. Results and Analysis Main Results and Comparison with Public Systems Table 3 separates unmatched public results, a separately opti- mized strong single-stream reference, and residual systems trained under the shared protocol. Because augmentation, data, duration, scoring, and optimization affect generalization (Sun et al. 2024), the public rows are contextual and should not be read as a ranking. Wav2Vec2-AASIST uses augmentation and extra ASVspoof 2019 LA supervision; SLIM uses Raw- Boost, longer training segments, and full-length evaluation. WavLM–ResNet18 has its own backend and optimization, whereas the four residual systems share the auditory branch, cache, losses, and optimizer. External bona fide data train only the frozen DiT. Seed 42 was fixed before repeated-seed validation. Against WavLM–ResNet18, audio anchoring changes Eval/ITW EER from 7.2699%/27.1452% to 6.6809%/19.2282% without Aux. With Aux, Eval is similar (6.5442% versus 6.5226%), while ITW improves from 18.5994% to 13.8372%. This establishes competitiveness against a strong single-stream reference, not a one-variable residual ablation; fusion attribution uses the matched residual systems. Dynamic residual routing with competitive fusion obtains the lowest internal primary-run Eval EER, 6.0208%, but degrades to 20.9337% on ITW. The repeated-seed results in Table 5 and Appendix B evaluate whether these structural trends persist beyond the primary run. Multi-Ratio Reconstruction Residuals Table 4 shows that each single ratio can obtain a low Dev EER, and ratio 0.75 even outperforms the multi-ratio in- put on Dev. The ranking reverses on A17–A32 Eval: every single-ratio system degrades, and the strongest single ratio, 0.9, remains 0.4274 EER points worse than the three-ratio input. A reconstruction difficulty selected on a limited set of development attacks therefore does not stably cover new generation mechanisms. Raw Residual Statistics and Fusion Structure Sample-wise InstanceNorm consistently degrades Eval per- formance across four paired structures. Raw residual in- puts average 1.3700% Dev EER, 6.8422% Eval EER, and 0.19071 min-DCF, whereas InstanceNorm averages 1.8200%, 7.3484%, and 0.20549. This supports normalization inside the network while retaining the absolute residual magnitude and cross-ratio energy relations at the input. The residual systems share data, cache, auditory branch, objectives, optimizer, and scoring, but differ in routing, visual organization, and fusion geometry. Their gap is therefore system level, not an isolated anchoring ablation. Dynamic competitive fusion has worse mean ITW EER under both supervision settings; with Aux, audio anchoring is better in all three paired seeds, consistent with preserving the auditory coefficient. Interaction with Source Auxiliary Supervision Relative to WavLM–ResNet18, audio anchoring has lower paired ITW EER in two of three seeds under either su- pervision setting; we therefore claim a lower mean, not initialization-independent superiority. With Aux, it beats dy- namic competitive fusion in all seeds by 9.37, 12.17, and 8.36 points, while Aux degrades that system in every seed. With n = 3, we make no significance claim; the pattern supports a fusion–supervision interaction, not causality from anchoring alone. Embedding-Space Visualization Because t-SNE distorts global distances and uses Dev data, Figure 4 is illustrative only. Post-Hoc Per-Attack Subband Diagnosis After all model choices and primary experiments were com- pleted, we used the same balanced diagnostic probe as Figure 1 for a post-hoc analysis over A01–A32. Residuals were first av- eraged over time, and the 128 Mel bins were divided into eight Table 3: Contextual public results, the separately optimized single-stream reference, and pre-specified seed-42 residual- system runs. Public rows are not directly comparable; lower is better. ASVspoof 5 EvalITW Full MethodEERmin-DCFEERmin-DCF Representative public systems RawNet2 official baseline (Wang et al. 2024a) 36.040.8266– AASIST official baseline (Wang et al. 2024a) 29.120.7106– Fused SSL + Improved NeXt-TDNN (Tahaoglu 2025) 7.23– Wav2Vec2-AASIST † (Schäfer, Choi, and Neu 2024) 6.060.174– SLIM † (Zhu et al. 2024)5.560.149910.8– Strong single-stream reference WavLM–ResNet18 (without source auxiliary loss) 7.26990.2094327.14520.61732 WavLM–ResNet18 (with source auxiliary loss) 6.52260.1753318.59940.40741 Residual systems under the shared protocol Audio-anchored additive fusion (without source auxiliary loss) 6.68090.1870219.22820.50756 Dynamic residual routing with competitive fusion (without source auxiliary loss) 6.02080.1641420.93370.47368 Audio-anchored additive fusion (complete model) 6.54420.1845613.83720.36921 † Supervised detector training uses augmentation. Wav2Vec2-AASIST also uses ASVspoof 2019 LA; SLIM uses full-length validation/inference and reports RawBoost reducing ITW EER from 25.7% to 10.8%. WavLM–ResNet18 is separately optimized; the residual rows form the controlled fusion comparison. Seed 42 was fixed before repeated validation. Three-seed results are in Table 5 and Appendix B. These post-challenge systems are not assigned official open/closed status. Table 4: Detection performance with single-ratio and multi- ratio reconstruction residuals. Residual inputDev EER (%)Eval EER (%)Eval min-DCF Masking ratio 0.51.39117.15780.19922 Masking ratio 0.751.36487.51280.21005 Masking ratio 0.92.12486.97160.19599 Ratios 0.5 + 0.75 + 0.91.85866.54420.18456 Table 5: Three-seed EER (%). WavLM–ResNet18 is sepa- rately optimized; the residual-based rows share the controlled protocol. Values are mean±sample standard deviation. SystemAux.DevASV5 EvalITW Full WavLM–ResNet18 No 4.8707± 0.4186 6.9306± 0.3420 22.5704± 4.7675 WavLM–ResNet18 Yes 4.9445± 0.2190 7.0603± 0.5564 18.2738± 4.9847 Audio-anchoredNo 2.4100± 1.0732 7.1112± 0.3727 17.1328± 5.8921 Audio-anchoredYes 1.7595± 0.3997 6.8885± 0.3308 15.3328± 2.0719 Dynamic competitive No 2.9382± 0.3183 6.7901± 0.8929 18.4007± 2.5810 Dynamic competitive Yes 1.5041± 0.3323 7.1585± 0.2819 25.2968± 1.8357 equal subbands. For each attack, the mean residual within each subband at ratio 0.9 was used as a scalar score and its EER was computed independently. This analysis did not par- ticipate in training, ratio selection, fusion design, checkpoint selection, or calibration. Figure 5 shows substantial frequency heterogeneity across generation mechanisms. The preferred subband changes from attack to attack, so the trend change in Figure 1 should not be interpreted as a universal boundary. This observation is consistent with the advantage of retaining fine-grained multi-ratio residual maps, but it does not by itself establish cross-corpus generalization. Computational Cost DiT reconstruction dominates cost: three residual maps re- quire 2.37 s per utterance, versus 24.4 ms for cached detection, and about 1.00 MiB storage. For 100,000 utterances, linear serial scaling is about 65.8 device-hours and 97.7 GiB before parallelization, positioning the system for offline review rather than streaming. Discussion What the comparisons establish. WavLM–ResNet18 is a strong reference, not a pooled weak baseline, so the lower mean ITW error supports practical complementarity. Its backend, optimization, and temporal support differ, however, and the residual systems also differ in routing and visual organization. We therefore make neither a one-variable an- choring claim nor a matched-data DiT-superiority claim; the 2.55-million-utterance probe is evaluated as a fixed system component. Why anchoring is a structural safeguard. The scalar gate does not detect domain shift or guarantee output invariance; it only cannot explicitly reduce the auditory coefficient before projection. Aux improves Dev for dynamic competitive fusion but raises mean ITW EER from18.4007%to25.2968%in all seeds, consistent with this motivation. Because the contrast Bonafide (Real) Spoof (Deepfake) Figure 4: Illustrative t-SNE of 1,000 ASVspoof 5 Dev embed- dings. The plot is qualitative only and is not used for model selection, statistical inference, or cross-corpus evidence. B0 (0-15) B1 (16-31) B2 (32-47) B3 (48-63) B4 (64-79) B5 (80-95) B6 (96-111) B7 (112-127) A01 A02 A03 A04 A05 A06 A07 A08 A09 A10 A11 A12 A13 A14 A15 A16 A17 A18 A19 A20 A21 A22 A23 A24 A25 A26 A27 A28 A29 A30 A31 A32 60.0%40.0%30.0%40.0%20.0%30.0%40.0%20.0% 40.0%40.0%40.0%40.0%30.0%30.0%20.0%10.0% 40.0%50.0%50.0%40.0%30.0%30.0%30.0%20.0% 60.0%60.0%20.0%20.0%20.0%20.0%20.0%20.0% 60.0%60.0%40.0%30.0%30.0%40.0%30.0%30.0% 60.0%40.0%50.0%30.0%30.0%30.0%30.0%30.0% 60.0%40.0%40.0%40.0%30.0%30.0%10.0%10.0% 60.0%70.0%50.0%40.0%30.0%30.0%20.0%20.0% 60.0%40.0%40.0%40.0%50.0%50.0%40.0%30.0% 40.0%40.0%60.0%60.0%60.0%50.0%50.0%40.0% 60.0%70.0%30.0%20.0%30.0%30.0%20.0%30.0% 40.0%40.0%60.0%50.0%50.0%50.0%40.0%50.0% 20.0%30.0%60.0%60.0%50.0%60.0%60.0%70.0% 40.0%40.0%60.0%70.0%60.0%60.0%60.0%40.0% 60.0%50.0%50.0%40.0%30.0%40.0%30.0%40.0% 60.0%60.0%50.0%40.0%60.0%50.0%40.0%40.0% 60.0%60.0%40.0%40.0%50.0%50.0%40.0%40.0% 30.0%20.0%70.0%60.0%60.0%70.0%20.0%30.0% 40.0%50.0%50.0%40.0%40.0%50.0%50.0%50.0% 60.0%50.0%50.0%30.0%30.0%30.0%40.0%30.0% 40.0%40.0%60.0%60.0%60.0%70.0%30.0%10.0% 40.0%70.0%50.0%30.0%50.0%50.0%40.0%30.0% 40.0%40.0%60.0%60.0%40.0%50.0%50.0%20.0% 60.0%50.0%60.0%60.0%50.0%40.0%40.0%40.0% 60.0%50.0%40.0%30.0%50.0%30.0%20.0%20.0% 60.0%50.0%50.0%40.0%50.0%50.0%30.0%30.0% 60.0%70.0%50.0%40.0%30.0%30.0%20.0%20.0% 60.0%50.0%50.0%40.0%30.0%50.0%40.0%10.0% 60.0%40.0%40.0%40.0%30.0%50.0%40.0%30.0% 60.0%40.0%60.0%40.0%50.0%40.0%30.0%10.0% 60.0%60.0%40.0%30.0%30.0%20.0%0.0%20.0% 60.0%70.0%40.0%30.0%30.0%40.0%20.0%20.0% 0.0 0.1 0.2 0.3 0.4 0.5 EER (Lower is Better) Figure 5: Post-hoc per-attack subband EER diagnostic for A01–A32. The most discriminative subband varies across attacks, and no fixed high-frequency boundary is consistently optimal. The diagnostic is explanatory only and is not used for model or threshold selection. also changes routing and visual organization, competitive suppression is not claimed as the sole cause. Training-head and inference consistency. Figure 2 makes the shared endpoint explicit: after batch normalization and the shared linear projection,efeeds both training heads. The Attack-ID head is discarded at inference; triplet mining also acts one, and testing uses the same embedding with the fixed ASVspoof 5 Train prototype, without auxiliary logits or target-domain calibration. Thus, auxiliary effects reflect representation learning rather than scoring-rule changes. All residual systems reuse the same frozen DiT cache, and their fixed 1,024-frame residual and 4-second auditory supports are not frame-synchronous. Repeated-seed robustness. Seed 42 was fixed before re- peated validation. Audio anchoring with Aux beats WavLM– ResNet18 in seeds 42 and 123 but not 2026, so the lower mean (15.3328± 2.0719%versus18.2738± 4.9847%) is not an initialization-independent or significant claim. It beats dynamic competitive fusion with Aux in all paired seeds; Aux also worsens that system on ITW in every seed despite better Dev EER. Auxiliary-label scope. The 33-output head preserves a common index for bona fide and A01–A32, but only bona fide and A01–A08 are positive training targets. The unused outputs remain non-target classes in the softmax denominator; they do not expose Dev or Eval identities to training. The observed fusion–supervision interaction is specific to label smoothing 0.1 andλ aux = 0.2. Without a weight sweep, it should not be generalized to every form or strength of source supervision. Residual interpretation. The probe uses independent Bernoulli masks, copies visible Mel cells from the input, and holds their flow velocity at zero. Consequently, visible entries contribute zero to the cached full-map residual and the nonzero evidence measures masked reconstruction mismatch. Each utterance–ratio pair uses one seeded 16-step Euler trajec- tory. The detector therefore consumes a deterministic cached realization, not a Monte Carlo estimate of reconstruction uncertainty; studying repeated samples or uncertainty-aware fusion is outside the present evidence. Evaluation scope. The diagnostics are explanatory, not cross-corpus evidence. Residual and WavLM supports are fixed at 1,024 Mel frames and 4 seconds, respectively; the comparison with the single-stream reference therefore does not isolate temporal coverage. Scoring is uncalibrated, the gate is not a frequency locator, and transfer evidence is limited to ASVspoof 5-to-ITW. Missing componentwise fusion controls, matched reconstructors, whole-utterance tests, and additional targets define the claim as system level and remain priorities for follow-up work. Conclusion We combined multi-ratio residuals from a large-scale bona- fide DiT probe with a retained WavLM-Large branch. The primary run obtains 13.8372% ITW EER; the three-seed mean is15.3328 ± 2.0719%, versus18.2738 ± 4.9847% for WavLM–ResNet18. Aux raises dynamic competitive fu- sion from18.4007%to25.2968%in every seed. Within ASVspoof 5-to-ITW, the results support residual complemen- tarity and a non-competitive auditory path. The strongest evi- dence is the all-seed interaction between auxiliary supervision and fusion structure, rather than initialization-independent superiority over the separately optimized single-stream refer- ence. The fixed large-scale probe, different temporal supports, and system-level contrast define the present scope. Matched fusion controls, alternative reconstructors, whole-utterance inference, and additional target corpora are needed before broader causal or cross-domain claims can be made. References Baevski, A.; Zhou, Y.; Mohamed, A.; and Auli, M. 2020. wav2vec 2.0: A Framework for Self-Supervised Learning of Speech Representations. In Advances in Neural Information Processing Systems, volume 33, 12449–12460. Chen, S.; Wang, C.; Chen, Z.; et al. 2022. WavLM: Large- Scale Self-Supervised Pre-Training for Full Stack Speech Processing. IEEE Journal of Selected Topics in Signal Pro- cessing, 16(6): 1505–1518. Chen, Y.; Niu, Z.; Ma, Z.; et al. 2025. F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching. In Proceedings of ACL, 6255–6271. Cheng, B.; Cao, S.; Zhang, X.; Chen, J.; Ma, L.; and Chen, F. 2026. Diffusion Reconstruction towards Generalizable Audio Deepfake Detection. arXiv preprint arXiv:2604.26465. Frank, J.; Eisenhofer, T.; Schönherr, L.; et al. 2020. Leveraging Frequency Analysis for Deep Fake Image Recognition. In Proceedings of ICML, 3247–3258. Grinberg, P.; Kumar, A.; Koppisetti, S.; and Bharaj, G. 2025. A Data-Driven Diffusion-based Approach for Audio Deepfake Explanations. In Proceedings of Interspeech, 5348–5352. Gu, H.; Yi, J.; Wang, C.; et al. 2025. ALLM4ADD: Unlocking the Capabilities of Audio Large Language Models for Audio Deepfake Detection. In Proceedings of ACM Multimedia, 11736–11745. He, K.; Chen, X.; Xie, S.; et al. 2022. Masked Autoencoders Are Scalable Vision Learners. In Proceedings of CVPR, 16000–16009. Hsu, W.-N.; Bolte, B.; Tsai, Y.-H. H.; et al. 2021. HuBERT: Self-Supervised Speech Representation Learning by Masked Prediction of Hidden Units. IEEE/ACM Transactions on Audio, Speech, and Language Processing, 29: 3451–3460. Huang, P.-Y.; Xu, H.; Li, J.; et al. 2022. Masked Autoencoders that Listen. In Advances in Neural Information Processing Systems. Jung, J.-W.; Heo, H.-S.; Tak, H.; et al. 2022. AASIST: Audio Anti-Spoofing Using Integrated Spectro-Temporal Graph Attention Networks. In Proceedings of ICASSP, 6367–6371. Jung, J.-W.; Wu, Y.; Wang, X.; et al. 2025. SpoofCeleb: Speech Deepfake Detection and SASV in the Wild. IEEE Open Journal of Signal Processing. Kim, J.; Kong, J.; and Son, J. 2021. Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text- to-Speech. In Proceedings of ICML, 5530–5540. Kong, Z.; Ping, W.; Huang, J.; Zhao, K.; and Catanzaro, B. 2020. DiffWave: A Versatile Diffusion Model for Audio Synthesis. arXiv preprint arXiv:2009.09761. Li, Y.; Zhang, M.; Ren, M.; et al. 2024. Cross-Domain Audio Deepfake Detection: Dataset and Analysis. In Proceedings of EMNLP, 4977–4983. Liang, Y.; Yu, M.; Li, G.; et al. 2025. Denoising Trajectory Biases for Zero-Shot AI-Generated Image Detection. In Advances in Neural Information Processing Systems. Liu, X.; Wang, X.; Sahidullah, M.; et al. 2023. ASVspoof 2021: Towards Spoofed and Deepfake Speech Detection in the Wild. IEEE/ACM Transactions on Audio, Speech, and Language Processing, 31: 2507–2522. Müller, N. M.; Czempin, P.; Dieckmann, F.; et al. 2022. Does Audio Deepfake Detection Generalize? In Proceedings of Interspeech, 2783–2787. Pascu, O.; Stan, A.; Oneata, D.; Oneata, E.; and Cucu, H. 2024. Towards Generalisable and Calibrated Audio Deep- fake Detection with Self-Supervised Representations. In Proceedings of Interspeech, 4828–4832. Popov, V.; Vovk, I.; Gogoryan, V.; Sadekova, T.; and Kudinov, M. 2021. Grad-TTS: A Diffusion Probabilistic Model for Text-to-Speech. In Proceedings of ICML, 8599–8608. Schäfer, K.; Choi, J.-E.; and Neu, M. 2024. Robust Audio Deepfake Detection: Exploring Front-/Back-End Combina- tions and Data Augmentation Strategies for the ASVspoof5 Challenge. In Proceedings of the ASVspoof Workshop. Sun, Y.; Xu, K.; Liu, C.; Dou, Y.; Wang, H.; Ding, B.; and Pan, Q. 2024. Automated Data Augmentation for Audio Classification. IEEE/ACM Transactions on Audio, Speech, and Language Processing, 32: 2716–2728. Tahaoglu, G. 2025. Robust DeepFake Audio Detection via an Improved NeXt-TDNN with Multi-Fused Self-Supervised Learning Features. Applied Sciences, 15(17): 9685. Tak, H.; Patino, J.; Todisco, M.; et al. 2021. End-to-End Anti-Spoofing with RawNet2. In Proceedings of ICASSP, 6369–6373. Wang, X.; Delgado, H.; Evans, N.; et al. 2026. ASVspoof 5: Evaluation of Spoofing, Deepfake, and Adversarial At- tack Detection Using Crowdsourced Speech. arXiv preprint arXiv:2601.03944. Wang, X.; Delgado, H.; Tak, H.; et al. 2024a. ASVspoof 5: Crowdsourced Speech Data, Deepfakes, and Adversarial Attacks at Scale. arXiv preprint arXiv:2408.08739. Wang, X.; Fu, R.; Wen, Z.; et al. 2024b. Genuine-Focused Learning Using Mask AutoEncoder for Generalized Fake Audio Detection. In Proceedings of Interspeech, 4848–4852. Wang, Z.; Fu, R.; Wen, Z.; et al. 2024c. Mixture of Experts Fusion for Fake Audio Detection Using Frozen wav2vec 2.0. arXiv preprint arXiv:2409.11909. Zhang, K.; Hua, Z.; Lan, R.; et al. 2025. Multi-View Collab- orative Learning Network for Speech Deepfake Detection. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 39, 1075–1083. Zhang, Y.; Jiang, F.; and Duan, Z. 2021. One-Class Learning Towards Synthetic Voice Spoofing Detection. IEEE Signal Processing Letters, 28: 937–941. Zhu, Y.; Goel, C.; Koppisetti, S. H.; et al. 2024. Learn from Real: Reality Defender’s Submission to ASVspoof5 Challenge. In Proceedings of the ASVspoof Workshop. A Additional Training and Protocol Details The overall DiT probe-training architecture is shown in Figure 3 in the main text and is not repeated here. This section consolidates the preprocessing, cache-generation, detector-training, model-selection, and scoring protocols used by the residual-based systems and the separately optimized single-stream reference. The DiT and the frozen Audio-MAE condition encoder use only bona fide speech; no spoof label or attack identity is provided to the reconstruction probe. The exact DiT training-corpus composition and detector split statistics are reported in Tables 1 and 2 in the main text. Table A1 summarizes the paper-level settings needed to interpret the controlled comparisons without duplicating the method description in the main text. Table A1: Input support, residual generation, and final scoring protocols. Baseline-specific checkpoint selection is summarized below. ItemSetting Waveform sampling16 kHz Spectrogram–residual supportLeading 1,024 Mel frames (≈10.24 s at 160-sample hop); feature-domain padding when shorter Residual systems: WavLM train supportRandom 64,000-sample (4 s) waveform crop; tail zero-padding when shorter Residual systems: Dev/Eval/ITW/prototypeDeterministic leading 64,000 samples (4 s); tail zero-padding WavLM–ResNet18 train/Dev supportRandom 64,000-sample (4 s) crop during training and Dev checkpoint selection WavLM–ResNet18 final scoring supportLeading 64,000 samples for Train prototype, Eval, and ITW; tail zero-padding Spectral representation128-bin Mel spectrogram; one shared cache-generation pipeline for all residual-based systems Residual definitionR (r) =|X− b X (r) | ; visible cells are copied fromX, so residuals are nonzero only on masked cells; no sample-wise input InstanceNorm Mask geometryIndependent Bernoulli masking over time–frequency cells with expected masked fraction r Masking ratios / solver steps0.5, 0.75, 0.9; uniform-grid Euler integration with 16 steps per ratio Detector inputOriginal Mel plus three absolute residual maps Inference scoreNegative cosine similarity to the ASVspoof 5 Train bona fide prototype Target-domain adaptationNone: no center update, threshold fitting, or score calibration The reconstruction probe uses a frozen Audio-MAE-Base encoder (patch size 16, width 768, depth 12, 12 heads; decoder removed) to condition a DiT of width 1,024, depth 22, 16 attention heads, and feed-forward multiplier 2. During flow matching and sampling, visible time–frequency cells are clamped to the original Mel values and assigned zero velocity. One stochastic reconstruction is generated per utterance and ratio under fixed export seeds and classifier-free guidance strength 1.0, then cached; all residual-based systems, seeds, splits, and ablations reuse these files. Thus, Equation (4) is evaluated over the full tensor but has zero visible-region error by construction. The settings below specify the frontend, model, masking, and export protocol used for the reported residual caches. For the four residual-based configurations, detector training uses five epochs of AdamW with initial learning rate10 −3 , weight decay10 −4 , one warm-up epoch, and cosine decay. Physical batches contain 32 bona fide and 32 spoofed samples balanced across A01–A08; gradients accumulate for four physical batches, while batch-hard mining remains within each batch. The triplet margin is 0.3 and the embedding dimension is 256. The 33-way source head uses label smoothing 0.1 and weight 0.2 when enabled. The fixed output index covers bona fide plus A01–A32, but positive training targets occur only for bona fide and A01–A08; A09–A32 are reserved indices and never enter training as observed identities. This is an indexing convention, not a claimed open-set objective. Each masking ratio uses 16 DiT reconstruction steps. The WavLM–ResNet18 reference is separately optimized to provide a strong auditory-only baseline. Frozen WavLM-Large hidden states are learnably aggregated across 25 outputs, rearranged from[B,T, 1024]to a single-channel[B, 1, 1024,T ]map, and encoded by a randomly initialized ResNet-18 into 256 dimensions. It uses five epochs, the same triplet margin and source auxiliary objective, gradient accumulation of four, and seeds 42, 123, and 2026, but uses learning rate10 −4 and a binary class-balanced WeightedRandomSampler rather than attack-balanced physical batches. All six reported configurations are independently trained with seeds 42, 123, and 2026, but their roles and Dev protocols differ. The four residual-based configurations select the lowest-Dev-EER checkpoint using deterministic leading waveform crops and a bona fide prototype from ASVspoof 5 Train. The two WavLM–ResNet18 configurations follow their original baseline procedure: Dev uses random 4-second crops and a Dev-derived bona fide center for checkpoint selection. After selection, every final Eval and ITW result in this study recomputes the bona fide prototype from ASVspoof 5 Train and uses deterministic leading 4-second crops. Eval and ITW never participate in checkpoint selection, prototype adaptation, or threshold calibration. Seed 42 was fixed before repeated-seed validation; results use mean and sample standard deviation over three seeds. The prototype score is used as an uncalibrated ranking score. We report EER and official normalized min-DCF, but do not claim calibrated likelihoods or operational actDCF performance. The present cross-corpus claim is restricted to ASVspoof 5-to-ITW transfer. The residual systems share data, cache, auditory branch, objectives, optimizer, and scoring, but the dynamic comparison also changes residual routing and visual organization; it is therefore a system-level contrast rather than a componentwise matched anchoring ablation. Additional multilingual, platform, codec-specific, whole-utterance, matched-fusion, and alternative-reconstructor evaluations remain outside the current experiment set. Table A2: Offline reconstruction and cached detector cost per utterance. ItemSettingCostNote Multi-ratio residual generationThree ratios, 16 DiT steps each2.37 sMain offline cost Cached dual-stream forward passSpectrogram residuals + WavLM24.4 msExcludes disk I/O Residual cacheNPZ multi-ratio features≈1.00 MiBLinear in corpus size B Three-Seed Validation Table B1: Three-seed summary. WavLM–ResNet18 is a separately optimized strong single-stream reference; the four residual- based rows form the controlled fusion comparison. SystemAux.Dev EEREval EEREval min-DCFITW EERITW min-DCF WavLM–ResNet18No 4.8707± 0.4186 6.9306± 0.3420 0.18952± 0.01937 22.5704± 4.7675 0.54558± 0.07409 WavLM–ResNet18 Yes 4.9445± 0.2190 7.0603± 0.5564 0.19076± 0.01520 18.2738± 4.9847 0.42791± 0.08148 Audio-anchoredNo 2.4100± 1.0732 7.1112± 0.3727 0.19465± 0.00662 17.1328± 5.8921 0.45984± 0.14040 Audio-anchoredYes 1.7595± 0.3997 6.8885± 0.3308 0.19007± 0.00498 15.3328± 2.0719 0.41776± 0.06263 Dynamic competitive No 2.9382± 0.3183 6.7901± 0.8929 0.18528± 0.02248 18.4007± 2.5810 0.43718± 0.04155 Dynamic competitive Yes 1.5041± 0.3323 7.1585± 0.2819 0.20216± 0.00681 25.2968± 1.8357 0.60764± 0.08569 Table B2: Complete per-seed results. Final Eval and ITW use a separately computed ASVspoof 5 Train bona fide prototype; checkpoint selection follows the residual-system or WavLM–ResNet18 Dev protocol described above. SystemAux.SeedDev EEREval EEREval min-DCFITW EERITW min-DCF WavLM–ResNet18 single-streamNo424.38757.26990.2094327.14520.61732 WavLM–ResNet18 single-streamNo1235.10346.58600.1707422.93500.55006 WavLM–ResNet18 single-streamNo20265.12136.93580.1883917.63110.46935 WavLM–ResNet18 single-streamYes425.14726.52260.1753318.59940.40741 WavLM–ResNet18 single-streamYes1234.71227.02470.1912323.08770.51768 WavLM–ResNet18 single-streamYes20264.97417.63370.2057113.13430.35864 Audio-anchored additive fusionNo421.81596.68090.1870219.22820.50756 Audio-anchored additive fusionNo1233.64887.33480.1980810.47940.30180 Audio-anchored additive fusionNo20261.76527.31790.1988621.69090.57017 Audio-anchored additive fusionYes421.85866.54420.1845613.83720.36921 Audio-anchored additive fusionYes1232.10047.20390.1942414.46340.39562 Audio-anchored additive fusionYes20261.31966.91740.1914017.69770.48846 Dynamic residual routing with competitive fusionNo423.27666.02080.1641420.93370.47368 Dynamic residual routing with competitive fusionNo1232.89316.58020.1828018.49420.44589 Dynamic residual routing with competitive fusionNo20262.64497.76920.2088915.77420.39197 Dynamic residual routing with competitive fusionYes421.15056.83330.1943023.20290.50870 Dynamic residual routing with competitive fusionYes1231.80997.33160.2058326.62930.65608 Dynamic residual routing with competitive fusionYes20261.55187.31070.2063426.05820.65814 The WavLM–ResNet18 rows position the complete detector against a strong, separately optimized auditory-only reference; they are not one-branch ablations. Paired by seed, audio anchoring with auxiliary supervision improves over this reference for seeds 42 and 123 but not 2026, so we claim a lower mean rather than initialization-independent superiority. Against dynamic competitive fusion with auxiliary supervision, the audio-anchored system improves ITW EER in all three seeds by 9.3657, 12.1659, and 8.3605 points. Auxiliary supervision itself changes the dynamic system by +2.2692, +8.1351, and +10.2840 points. With only three seeds, no statistical-significance claim is made. These repeated outcomes support a fusion–supervision interaction, while the routing and visual-encoder differences prevent a componentwise causal attribution to anchoring alone. C Additional Ablation Results Table C1: Ablation of the frequency squeeze-and-excitation (Freq-SE) module in the audio-anchored complete model. SettingDev EER (%) Eval EER (%) Eval min-DCF Without Freq-SE1.47396.60420.18281 Complete model1.85866.54420.18456 Removing Freq-SE increases Eval EER from 6.5442% to 6.6042%, while Dev EER and Eval min-DCF improve slightly. Because the differences are small and metric directions are not fully aligned, Freq-SE is treated as a lightweight frequency-modeling component rather than a principal performance source. The main text verifies each individual masking ratio and their three-ratio combination. It does not exhaustively enumerate every two-ratio subset or a denser masking grid, and 16 reconstruction steps are a fixed operating point rather than a claimed optimum. These finer performance–cost trade-offs are left for future work. D Extended Mask-Ratio Diagnostics The main text reports the residual-spectrum diagnostic and per-attack subband heatmap at masking ratio 0.9. Both use the balanced diagnostic probe manifest spanning A01–A32; the exporter averages the absolute residual over time for each utterance and the plotting script then averages over samples, without detector training or sample-wise normalization. To provide a broader view of how the reconstruction evidence changes with masking difficulty, Figures D1 and D2 show the corresponding post-hoc diagnostics at ratios 0.1, 0.3, 0.5, and 0.75. Ratios 0.1 and 0.3 are included only for visualization and are not inputs to the detector. For every ratio, the heatmap reports the EER obtained by using the mean absolute residual in each of eight Mel subbands as a scalar score for each attack A01–A32, while the spectrum plot averages the residual over time and then over samples. These analyses were performed after the model design was fixed and were not used for ratio selection, training, checkpoint selection, prototype construction, or threshold calibration. B0 (0-15) B1 (16-31) B2 (32-47) B3 (48-63) B4 (64-79) B5 (80-95) B6 (96-111) B7 (112-127) A01 A02 A03 A04 A05 A06 A07 A08 A09 A10 A11 A12 A13 A14 A15 A16 A17 A18 A19 A20 A21 A22 A23 A24 A25 A26 A27 A28 A29 A30 A31 A32 50.0%40.0%50.0%50.0%60.0%50.0%50.0%50.0% 60.0%60.0%50.0%50.0%60.0%50.0%50.0%50.0% 70.0%60.0%50.0%50.0%50.0%50.0%50.0%40.0% 50.0%40.0%50.0%60.0%50.0%50.0%50.0%50.0% 50.0%60.0%50.0%50.0%50.0%50.0%50.0%50.0% 60.0%70.0%40.0%50.0%50.0%50.0%40.0%40.0% 60.0%70.0%50.0%50.0%50.0%50.0%50.0%50.0% 50.0%40.0%50.0%60.0%50.0%60.0%50.0%70.0% 50.0%40.0%50.0%50.0%50.0%50.0%50.0%60.0% 70.0%60.0%50.0%50.0%50.0%50.0%40.0%50.0% 50.0%40.0%60.0%60.0%70.0%50.0%60.0%60.0% 50.0%50.0%50.0%50.0%50.0%50.0%50.0%50.0% 70.0%70.0%40.0%40.0%20.0%40.0%20.0%40.0% 70.0%60.0%40.0%30.0%30.0%50.0%40.0%40.0% 60.0%50.0%50.0%60.0%60.0%50.0%50.0%70.0% 50.0%50.0%50.0%50.0%50.0%50.0%50.0%50.0% 50.0%50.0%50.0%60.0%50.0%50.0%50.0%50.0% 60.0%50.0%40.0%50.0%40.0%50.0%50.0%40.0% 30.0%50.0%60.0%60.0%50.0%50.0%50.0%70.0% 20.0%20.0%80.0%80.0%80.0%80.0%80.0%80.0% 60.0%60.0%50.0%40.0%50.0%50.0%50.0%60.0% 50.0%40.0%50.0%60.0%60.0%50.0%50.0%70.0% 60.0%50.0%50.0%50.0%50.0%70.0%40.0%40.0% 50.0%40.0%50.0%60.0%60.0%50.0%50.0%60.0% 30.0%40.0%60.0%60.0%70.0%70.0%80.0%80.0% 30.0%50.0%50.0%50.0%60.0%50.0%50.0%60.0% 20.0%30.0%80.0%80.0%70.0%80.0%80.0%80.0% 50.0%40.0%50.0%50.0%50.0%50.0%50.0%40.0% 50.0%50.0%50.0%50.0%50.0%50.0%50.0%70.0% 50.0%50.0%60.0%60.0%60.0%70.0%60.0%70.0% 30.0%30.0%80.0%80.0%80.0%80.0%80.0%80.0% 20.0%40.0%60.0%60.0%60.0%70.0%80.0%70.0% 0.0 0.1 0.2 0.3 0.4 0.5 EER (Lower is Better) (a) Per-attack subband EER, ratio 0.1 020406080100120 Mel-frequency Bins (0-127) 0.30 0.35 0.40 0.45 0.50 0.55 Average Residual Magnitude Real (Bonafide) Fake (Spoof) (b) Mean residual spectrum, ratio 0.1 B0 (0-15) B1 (16-31) B2 (32-47) B3 (48-63) B4 (64-79) B5 (80-95) B6 (96-111) B7 (112-127) A01 A02 A03 A04 A05 A06 A07 A08 A09 A10 A11 A12 A13 A14 A15 A16 A17 A18 A19 A20 A21 A22 A23 A24 A25 A26 A27 A28 A29 A30 A31 A32 70.0%60.0%30.0%40.0%30.0%40.0%40.0%40.0% 70.0%60.0%40.0%40.0%30.0%50.0%40.0%40.0% 70.0%60.0%30.0%40.0%30.0%40.0%40.0%40.0% 50.0%60.0%40.0%50.0%50.0%50.0%50.0%40.0% 70.0%60.0%40.0%40.0%30.0%40.0%40.0%40.0% 70.0%80.0%40.0%40.0%30.0%30.0%30.0%30.0% 50.0%70.0%40.0%40.0%30.0%40.0%40.0%40.0% 50.0%50.0%50.0%50.0%50.0%60.0%50.0%50.0% 60.0%50.0%40.0%50.0%40.0%50.0%50.0%40.0% 50.0%60.0%50.0%50.0%30.0%40.0%40.0%50.0% 50.0%50.0%50.0%60.0%50.0%60.0%60.0%50.0% 50.0%50.0%50.0%50.0%50.0%50.0%50.0%50.0% 70.0%60.0%40.0%40.0%40.0%40.0%40.0%40.0% 50.0%50.0%50.0%50.0%50.0%40.0%40.0%40.0% 50.0%50.0%50.0%50.0%50.0%50.0%50.0%50.0% 50.0%50.0%50.0%50.0%50.0%50.0%50.0%50.0% 50.0%50.0%50.0%50.0%60.0%60.0%60.0%50.0% 50.0%60.0%50.0%50.0%50.0%40.0%40.0%40.0% 50.0%50.0%50.0%50.0%50.0%50.0%50.0%50.0% 40.0%40.0%60.0%50.0%60.0%60.0%60.0%50.0% 70.0%60.0%40.0%40.0%30.0%30.0%30.0%20.0% 50.0%50.0%50.0%50.0%50.0%60.0%50.0%50.0% 50.0%60.0%50.0%50.0%50.0%30.0%50.0%50.0% 50.0%50.0%50.0%50.0%50.0%50.0%50.0%50.0% 40.0%50.0%60.0%60.0%60.0%60.0%50.0%70.0% 50.0%50.0%50.0%50.0%50.0%50.0%50.0%50.0% 40.0%40.0%60.0%70.0%60.0%60.0%60.0%70.0% 40.0%40.0%60.0%50.0%60.0%60.0%60.0%60.0% 50.0%50.0%50.0%50.0%50.0%50.0%50.0%50.0% 50.0%50.0%50.0%50.0%50.0%50.0%50.0%40.0% 40.0%40.0%60.0%60.0%60.0%70.0%70.0%70.0% 50.0%50.0%50.0%50.0%60.0%60.0%50.0%50.0% 0.0 0.1 0.2 0.3 0.4 0.5 EER (Lower is Better) (c) Per-attack subband EER, ratio 0.3 020406080100120 Mel-frequency Bins (0-127) 0.7 0.8 0.9 1.0 1.1 1.2 1.3 Average Residual Magnitude Real (Bonafide) Fake (Spoof) (d) Mean residual spectrum, ratio 0.3 Figure D1: Extended diagnostics at low masking ratios. With abundant visible context, the residual-spectrum separation is comparatively broad rather than concentrated in a universal subband, while the per-attack heatmaps already show substantial heterogeneity. These plots are explanatory and are not detector-performance comparisons. B0 (0-15) B1 (16-31) B2 (32-47) B3 (48-63) B4 (64-79) B5 (80-95) B6 (96-111) B7 (112-127) A01 A02 A03 A04 A05 A06 A07 A08 A09 A10 A11 A12 A13 A14 A15 A16 A17 A18 A19 A20 A21 A22 A23 A24 A25 A26 A27 A28 A29 A30 A31 A32 60.0%80.0%30.0%40.0%10.0%0.0%20.0%30.0% 70.0%80.0%10.0%30.0%10.0%20.0%20.0%50.0% 50.0%80.0%50.0%50.0%10.0%20.0%20.0%50.0% 50.0%80.0%10.0%30.0%10.0%10.0%20.0%50.0% 80.0%80.0%30.0%40.0%20.0%20.0%30.0%50.0% 70.0%80.0%50.0%20.0%20.0%20.0%30.0%50.0% 80.0%80.0%50.0%30.0%20.0%20.0%20.0%40.0% 60.0%50.0%50.0%50.0%10.0%20.0%30.0%50.0% 50.0%50.0%70.0%50.0%40.0%40.0%40.0%50.0% 20.0%30.0%80.0%70.0%50.0%70.0%60.0%50.0% 80.0%60.0%60.0%30.0%30.0%30.0%30.0%30.0% 40.0%50.0%70.0%50.0%50.0%40.0%70.0%50.0% 70.0%50.0%80.0%70.0%40.0%40.0%50.0%60.0% 20.0%20.0%80.0%70.0%60.0%40.0%80.0%50.0% 50.0%50.0%50.0%50.0%30.0%30.0%50.0%40.0% 60.0%30.0%80.0%70.0%50.0%30.0%20.0%50.0% 80.0%50.0%70.0%50.0%40.0%40.0%30.0%50.0% 70.0%50.0%70.0%50.0%60.0%40.0%30.0%50.0% 70.0%30.0%70.0%50.0%30.0%30.0%30.0%50.0% 70.0%60.0%20.0%30.0%10.0%20.0%20.0%50.0% 50.0%30.0%80.0%60.0%40.0%40.0%30.0%50.0% 40.0%30.0%70.0%50.0%50.0%40.0%30.0%50.0% 40.0%50.0%70.0%50.0%40.0%40.0%20.0%30.0% 50.0%50.0%80.0%50.0%40.0%50.0%50.0%50.0% 50.0%50.0%40.0%50.0%20.0%20.0%30.0%40.0% 50.0%60.0%70.0%70.0%40.0%20.0%20.0%20.0% 80.0%80.0%60.0%50.0%10.0%20.0%20.0%20.0% 70.0%50.0%70.0%50.0%30.0%30.0%20.0%40.0% 40.0%50.0%80.0%50.0%40.0%40.0%30.0%40.0% 80.0%80.0%50.0%40.0%10.0%20.0%20.0%20.0% 80.0%70.0%50.0%40.0%10.0%20.0%20.0%20.0% 80.0%60.0%50.0%30.0%10.0%20.0%20.0%20.0% 0.0 0.1 0.2 0.3 0.4 0.5 EER (Lower is Better) (a) Per-attack subband EER, ratio 0.5 020406080100120 Mel-frequency Bins (0-127) 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 Average Residual Magnitude Real (Bonafide) Fake (Spoof) (b) Mean residual spectrum, ratio 0.5 B0 (0-15) B1 (16-31) B2 (32-47) B3 (48-63) B4 (64-79) B5 (80-95) B6 (96-111) B7 (112-127) A01 A02 A03 A04 A05 A06 A07 A08 A09 A10 A11 A12 A13 A14 A15 A16 A17 A18 A19 A20 A21 A22 A23 A24 A25 A26 A27 A28 A29 A30 A31 A32 60.0%70.0%50.0%50.0%20.0%10.0%20.0%10.0% 60.0%60.0%50.0%50.0%10.0%20.0%10.0%10.0% 60.0%70.0%50.0%40.0%20.0%20.0%20.0%10.0% 60.0%80.0%30.0%30.0%20.0%20.0%10.0%30.0% 60.0%70.0%50.0%50.0%20.0%20.0%30.0%30.0% 60.0%60.0%50.0%30.0%20.0%20.0%20.0%40.0% 60.0%50.0%50.0%40.0%20.0%10.0%10.0%10.0% 60.0%80.0%50.0%40.0%20.0%20.0%20.0%30.0% 60.0%60.0%50.0%70.0%50.0%60.0%40.0%50.0% 50.0%40.0%70.0%60.0%50.0%60.0%60.0%50.0% 50.0%40.0%40.0%30.0%30.0%20.0%30.0%30.0% 50.0%40.0%60.0%50.0%30.0%50.0%40.0%50.0% 40.0%40.0%50.0%60.0%60.0%80.0%70.0%50.0% 50.0%20.0%60.0%70.0%60.0%60.0%60.0%30.0% 60.0%60.0%70.0%50.0%50.0%40.0%40.0%50.0% 50.0%50.0%60.0%70.0%50.0%60.0%40.0%40.0% 60.0%50.0%60.0%60.0%50.0%60.0%40.0%50.0% 40.0%20.0%80.0%70.0%60.0%60.0%40.0%50.0% 50.0%60.0%60.0%50.0%50.0%40.0%40.0%30.0% 60.0%80.0%50.0%30.0%10.0%40.0%40.0%40.0% 40.0%20.0%50.0%60.0%60.0%70.0%30.0%20.0% 50.0%50.0%60.0%60.0%60.0%40.0%40.0%50.0% 50.0%30.0%50.0%50.0%20.0%40.0%30.0%30.0% 60.0%60.0%60.0%40.0%20.0%60.0%30.0%50.0% 60.0%80.0%50.0%50.0%20.0%30.0%20.0%30.0% 60.0%70.0%50.0%70.0%50.0%50.0%20.0%10.0% 60.0%70.0%40.0%50.0%10.0%20.0%10.0%10.0% 60.0%40.0%60.0%40.0%30.0%50.0%20.0%40.0% 60.0%50.0%50.0%50.0%50.0%60.0%40.0%30.0% 50.0%60.0%50.0%40.0%20.0%20.0%20.0%10.0% 60.0%70.0%40.0%30.0%10.0%20.0%0.0%20.0% 60.0%60.0%50.0%30.0%20.0%20.0%20.0%10.0% 0.0 0.1 0.2 0.3 0.4 0.5 EER (Lower is Better) (c) Per-attack subband EER, ratio 0.75 020406080100120 Mel-frequency Bins (0-127) 0.1 0.2 0.3 0.4 0.5 0.6 0.7 Average Residual Magnitude Real (Bonafide) Fake (Spoof) (d) Mean residual spectrum, ratio 0.75 Figure D2: Extended diagnostics at the masking ratios used by, or close to, the detector. As masking difficulty increases, both the relative bona-fide/spoof residual trends and the most discriminative subbands change. Together with the ratio-0.9 diagnostics in the main text, these results motivate retaining multiple reconstruction difficulties, but they do not imply a universal frequency boundary or a monotonic relation between masking ratio and detection performance. The diagnostic sweep complements, but does not replace, the controlled detector ablation in the main text. The latter shows that the joint input at ratios 0.5, 0.75, and 0.9 outperforms every corresponding single-ratio detector on ASVspoof 5 Eval. The visualizations here explain why complementarity is plausible: changing the reconstruction difficulty alters both the global residual profile and the attack-specific subband ranking. Because the plots are computed post hoc and include Eval attacks, they are interpreted only as descriptive evidence.