iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Commercial LPG Prices Cut by Over Rs 200; Delhi, Kolkata 19-kg Cylinder Rates Published US Stock Markets Rally as Chip Stock Gains Lift Nasdaq, S&P 500 and Dow SEBI Clarifies Unlisted Share Sale Rules: 200-Buyer Private Deal Limit GeM completes 10 years as India's trusted digital public procurement platform Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Commercial LPG Prices Cut by Over Rs 200; Delhi, Kolkata 19-kg Cylinder Rates Published US Stock Markets Rally as Chip Stock Gains Lift Nasdaq, S&P 500 and Dow SEBI Clarifies Unlisted Share Sale Rules: 200-Buyer Private Deal Limit GeM completes 10 years as India's trusted digital public procurement platform Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline
Home ›› Technology ›› Ai ›› Dual-Granularity Orthogonal Disentanglement: New Framework Boosts Generalizable Audio Deepfake Detection

Dual-Granularity Orthogonal Disentanglement: New Framework Boosts Generalizable Audio Deepfake Detection

A new paper on arXiv proposes a dual-granularity orthogonal disentanglement framework for generalizable audio deepfake detection. The method enforces sample-level cosine orthogonality and batch-level cross-covariance regularization to avoid speaker identity leakage. Experiments show equal error rates of 1.35%, 7.88%, and 21.58% on standard benchmarks.

iG
iGEN Editorial
June 16, 2026
Dual-Granularity Orthogonal Disentanglement: New Framework Boosts Generalizable Audio Deepfake Detection

Audio deepfake detectors often fail when faced with unseen speakers because they latch onto speaker-identity features rather than genuine synthesis artifacts. This phenomenon, called implicit identity leakage, limits real-world deployment. A new paper on arXiv from researchers Liu, Zhuodong, Lv, Hugen, Xiangyu, Yuan, and Chunhong tackles the problem with a dual-granularity orthogonal disentanglement framework that enforces feature independence at two complementary levels.

The Problem: Implicit Identity Leakage

Most deep learning detectors inadvertently learn to recognize the speaker rather than the forgery. According to the paper, existing methods that attempt to address this often introduce architectural complexity or training instability. The proposed framework avoids these pitfalls by imposing orthogonality constraints on learned representations without auxiliary networks or adversarial dynamics.

Dual-Granularity Orthogonal Disentanglement

The method operates at two granularities:

  • Sample-level cosine orthogonality captures directional decorrelation between features.
  • Batch-level cross-covariance regularization eliminates linear correlations across embedding dimensions.

Together, they push the model to discard speaker-specific cues and focus on synthesis artifacts. The researchers also introduce a curriculum disentanglement schedule that progressively strengthens the orthogonality constraint during training, improving stability and convergence.

Experimental Results

The framework was evaluated on three standard benchmarks: ASVspoof 2019 LA, ASVspoof 2021 DF, and In-the-Wild. The results, measured by equal error rate (EER), are summarized in the table below.

Dataset Proposed Method EER Prior Best (Gradient Reversal) EER Improvement
ASVspoof 2019 LA 1.35% Not directly reported Outperforms gradient reversal by 2.60% absolute on cross-dataset transfer
ASVspoof 2021 DF 7.88% Not directly reported
In-the-Wild 21.58% Not directly reported

The proposed method achieves 1.35%, 7.88%, and 21.58% equal error rates (EER) on ASVspoof 2019 LA, ASVspoof 2021 DF, and In-the-Wild datasets, respectively, surpassing gradient reversal disentanglement by 2.60% absolute on cross-dataset transfer.

The cross-dataset transfer test is particularly important for generalizability. The paper notes that their approach surpasses gradient reversal disentanglement by 2.60% absolute EER on that task.

Technical Approach Details

The architecture avoids auxiliary networks and adversarial training, which are common in prior work. Instead, it uses a straightforward loss function that combines the two orthogonality regularizers with a standard classification loss. The curriculum schedule starts with a weak orthogonality penalty and ramps up the weight over training epochs, allowing the model to first learn basic discriminative features before being forced to disentangle.

Implications for Enterprise Security

While the paper does not discuss specific enterprise applications, robust audio deepfake detection is critical for voice-based authentication systems, call center fraud prevention, and media verification. The framework's improved cross-dataset generalization means it can handle a wider variety of synthetic voices without retraining, reducing operational overhead. The 2.60% absolute improvement over prior methods on cross-dataset transfer represents a meaningful step toward production-ready detectors.

For decision-makers evaluating audio security solutions, the key metrics are the equal error rates on diverse benchmarks. The proposed method's strong performance on the challenging In-the-Wild dataset (21.58% EER) suggests it can handle real-world variability better than earlier approaches. The lack of auxiliary networks also simplifies integration into existing ML pipelines.


Sources:

Keep Reading

Recommended Stories

FlowFake: Liquid Time-Constant Architecture Boosts Audio Deepfake Detection Cross-Dataset Generalization Technology

FlowFake: Liquid Time-Constant Architecture Boosts Audio Deepfake Detection Cross-Dataset Generalization

FlowFake, a new audio deepfake detector using Liquid Time-Constant networks, achieves 75-80% accuracy on cross-dataset benchmarks with only 34K parameters, matching models 300x larger. It addresses the critical cross-dataset generalization problem threatening speaker verification systems.

June 20, 2026
UniSinger: First End-to-End Framework Unifies Song Generation and Singing Voice Conversion Technology

UniSinger: First End-to-End Framework Unifies Song Generation and Singing Voice Conversion

Researchers have introduced UniSinger, the first end-to-end framework that unifies song generation and singing voice conversion with accompaniment co-generation. Built on a multimodal diffusion transformer, it enables zero-shot speaker cloning and fine-grained timbre control across tasks. Experiments demonstrate state-of-the-art performance on both tasks, offering new possibilities for intelligent music production.

June 17, 2026
New Research Reveals How Visual Tokens Evolve Inside Vision-Language Models Technology

New Research Reveals How Visual Tokens Evolve Inside Vision-Language Models

A new computer vision paper from arXiv investigates how visual tokens are integrated into large language models (LLMs) under two paradigms: in-context prompting and layer-wise injection. The authors find that visual tokens enter the LLM as 'disguised visual context' lacking linguistic structure, then evolve differently depending on the integration architecture. They show that attention allocation alone is insufficient, and performance depends on the quality of visual representations at each layer.

July 8, 2026
QC-GAN: Parameter-Efficient Speech Enhancement Model Delivers High Fidelity with 0.89M Parameters Technology

QC-GAN: Parameter-Efficient Speech Enhancement Model Delivers High Fidelity with 0.89M Parameters

A new speech enhancement framework, QC-GAN, combines a Quaternion Conformer generator with MetricGAN-based training to deliver state-of-the-art perceptual quality using remarkably few parameters. The model achieves a PESQ score of 3.48 with only 0.89M parameters, and a 35K-parameter variant reaches 3.23, outperforming conventional methods at a fraction of the size. This parameter efficiency makes it suitable for edge deployment in voice-controlled systems, including logistics and supply chain applications.

June 21, 2026