Almanac
← Events
5arXiv cs.AI (Artificial Intelligence)·11d ago

RAT: Reference-Augmented Training improves deepfake audio detection without reference at inference

Researchers introduce Reference-Augmented Training (RAT), a training strategy for automatic speaker verification (ASV) anti-spoofing that conditions a model on speaker-reference recordings during training but discovers the model learns to ignore the reference at inference. Counterintuitively, this training regime induces invariances that improve deepfake detection even when the reference is replaced with a zero vector at test time. RAT achieves state-of-the-art 2.57% EER and 0.074 minDCF on the ASVspoof 5 benchmark with a single detector, outperforming large ensemble systems.

Related guides (2)

Related events (8)

5arXiv · cs.AI·11d ago·source ↗

Explainability pipeline reveals divergent cues used by deepfake speech detectors

Researchers propose an audio-native explainability pipeline using Integrated Gradients on time-aligned self-supervised representations to localize decision evidence in deepfake speech detectors. Applied to three WavLM-based detectors (AASIST, CA-MHFA, SLS) on the ASVspoof 5 benchmark, the method reveals that despite similar performance, each detector relies on fundamentally different cues: environmental noise, phoneme artifacts, and word boundaries respectively. Findings are validated via causal masking experiments that confirm performance degrades when primary cues are removed. The work advances interpretability of audio deepfake detection, relevant to AI safety and media authenticity.

3arXiv · cs.AI·5d ago·source ↗

MoE architecture improves self-supervised speech model robustness for anti-spoofing

Researchers propose converting a self-supervised speech representation model into a Mixture-of-Experts (MoE) architecture to improve generalization in synthetic speech detection. Feed-forward blocks in selected encoder layers are replaced by expert networks with a layer-wise gating mechanism, allowing complementary acoustic pattern capture while preserving pretrained representations. Evaluated across 14 spoofing datasets, the approach reduces macro Equal Error Rate from 5.46% to 4.81%, an 11.9% relative improvement over the baseline.

4arXiv · cs.CL·12d ago·source ↗

DirectAudioEdit: Training-free, inversion-free text-guided audio editing via diffusion prediction contrast

Researchers introduce DirectAudioEdit, the first training-free and inversion-free method for text-guided audio editing using diffusion denoising dynamics. The approach constructs a source-to-target editing path without requiring DDPM inversion, reducing macro-averaged FAD and KL divergence by ~16% compared to inversion-based baselines while achieving up to 64.5% speedup. Experiments span music and event-level benchmarks across two backbone architectures.

5arXiv · cs.AI·11d ago·source ↗

Audit of 39 deepfake speech datasets reveals fairness and generalization gaps

A dataset-level audit of 39 deepfake speech datasets examines accessibility, documentation, demographic coverage, scale, and source corpora. The study finds that fairness assessment is largely infeasible due to missing demographic metadata, and that substantial overlap in underlying speech corpora across datasets undermines cross-dataset evaluation and inflates generalization claims. The findings challenge the credibility of robustness and fairness claims made for deepfake speech detectors.

5arXiv · cs.LG·1mo ago·source ↗

RefDecoder: Reference-Conditioned Video VAE Decoder for Enhanced Visual Generation

RefDecoder addresses an architectural asymmetry in latent diffusion models where denoising networks are heavily conditioned but decoders remain unconditional, causing detail loss and inconsistency. The approach injects high-fidelity reference image signals into the VAE decoding process via reference attention, with a lightweight image encoder mapping reference frames into high-dimensional tokens co-processed at each decoder up-sampling stage. Evaluated on Inter4K, WebVid, and Large Motion benchmarks, RefDecoder achieves up to +2.1dB PSNR over unconditional baselines and improves VBench I2V scores across subject consistency, background consistency, and overall quality. The module is plug-and-play, compatible with existing video generation systems including Wan 2.1 and VideoVAE+ without additional fine-tuning.

4arXiv · cs.CL·12d ago·source ↗

Acoustic cue alignment tokens improve speech emotion recognition in audio language models

Researchers study whether instruction-following audio language models (ALMs) use explicit acoustic cues in a grounded way when raw audio is already available. They derive six interpretable acoustic concept tokens from the eGeMAPS feature set and append them to text prompts, testing on FAU-Aibo and IEMOCAP benchmarks. Aligned tokens improve unweighted average recall while shuffled or corrupted tokens degrade performance, but models don't fully collapse under perturbation, indicating partial anchoring to the audio signal. The work offers a practical probing method for interpretability and robustness in affective computing with ALMs.

5Openai Blog·1mo ago·source ↗

Doppel's AI Defense System Uses GPT-5 and Reinforcement Fine-Tuning to Counter Deepfake Attacks

Doppel, a digital risk protection company, has deployed GPT-5 combined with reinforcement fine-tuning to detect and stop deepfake and impersonation attacks. The system reportedly cuts analyst workloads by 80% and reduces incident response times from hours to minutes. This represents a production deployment of GPT-5 in a cybersecurity context, showcasing enterprise use of frontier models for threat detection.

6arXiv · cs.AI·12d ago·source ↗

Sparse AutoEncoder steering reduces Whisper hallucination rate by ~5x without fine-tuning

Researchers investigate hallucination detection and mitigation in OpenAI's Whisper ASR model by probing internal encoder representations. They find that both raw activations and Sparse AutoEncoder (SAE) latents encode linearly separable hallucination signals concentrated in deeper layers. SAE-based activation steering reduces hallucination rates from 72.6% to 14.1% (Whisper small) and 86.9% to 27.3% (Whisper large-v3) on non-speech audio, with minimal WER degradation, approaching fine-tuning-level performance without weight updates.