Optimal Transport Audio Distance with Learned Riemannian Ground Metrics

TL;DR

OTAD combines residual Riemannian metric and Sinkhorn OT to improve audio distance metrics, addressing FAD's invariance and rank-1 dilution issues.

eess.AS 🔴 Advanced 2026-05-07 177 views
Wonwoo Jeong
audio generation optimal transport metric learning deep learning audio quality

Key Findings

Methodology

This paper analyzes the limitations of FAD within the 2-Wasserstein framework, focusing on its cost and coupling primitives. It introduces a residual Riemannian ground-metric adapter learned via deep neural networks to correct the cost, and employs entropy-regularized Sinkhorn optimal transport to enhance sensitivity to rank-1 contamination. Extensive experiments across eight encoders and multiple evaluation axes demonstrate that OTAD significantly improves detection of rare artifacts and correlates better with human MOS scores. The approach involves training lightweight adapters on FSD50K, then evaluating on ESC-50, showing marked improvements in sensitivity and diagnostic capabilities.

Key Results

  • Across eight encoders, OTAD at ε=0.05 shows Sinkhorn's rank-1 sensitivity exceeds FAD by 1.9 to 3.6 times, confirming enhanced detection of extreme artifacts.
  • In the DCASE 2023 Task 7 benchmark, OTAD outperforms FAD and KAD, with mean Spearman correlation improvements of approximately 0.1-0.2, aligning better with human perceptual scores.
  • Sample-level diagnostics via transport costs (c_j) achieve AUROC ≥ 0.86, enabling precise identification of noise, cross-category replacements, and silence artifacts, surpassing scalar metrics.

Significance

This work advances automatic audio quality assessment by overcoming fundamental limitations of existing distributional metrics. By integrating learned geometric adaptations and entropy-regularized OT, OTAD provides a sensitive, interpretable, and sample-level diagnostic tool. It addresses the challenge of detecting rare but critical artifacts, essential for improving generative models in speech synthesis, music, and multimedia applications. The theoretical insights and empirical validations establish a new paradigm for perceptually aligned, micro-level evaluation metrics, with broad implications for research and industry in AI-driven audio processing.

Technical Contribution

The paper introduces a novel combination of a residual Riemannian ground-metric adapter and entropy-regularized Sinkhorn OT within the 2-Wasserstein framework. It provides rigorous theoretical guarantees on the attenuation of rank-1 contamination and spectrum-dependent effects. The method corrects the cost primitive via learned geometry, and replaces Gaussian coupling with a flexible, spectrum-sensitive OT plan, enabling fine-grained, sample-level diagnostics. This systematic correction surpasses prior fixed-cost and Gaussian assumptions, offering a scalable, interpretable, and more sensitive metric for audio evaluation.

Novelty

This is the first work to incorporate a learned residual Riemannian metric into the Wasserstein distance for audio evaluation, combined with entropy-regularized OT to address the limitations of FAD. Unlike traditional fixed-cost or Gaussian-based metrics, OTAD dynamically adapts the geometry of embeddings and enhances sensitivity to rare artifacts, enabling detailed, sample-level diagnostics. Its theoretical and empirical contributions set a new standard in perceptual audio assessment.

Limitations

  • Training relies on large annotated datasets, and generalization to unseen categories or different tasks may be limited without further adaptation.
  • Learning the Riemannian metric in high-dimensional, complex scenarios poses optimization challenges and risks overfitting.
  • Computational complexity remains high, especially for large-scale or real-time applications, requiring further algorithmic optimization.

Future Work

Future directions include developing unsupervised or semi-supervised metric learning approaches to improve generalization, integrating multi-modal data for richer semantic understanding, and optimizing algorithms for real-time deployment. Additionally, extending the framework to other domains such as speech and multimedia quality assessment could broaden its impact.

AI Executive Summary

The rapid growth of AI-generated audio content has heightened the need for precise, micro-level evaluation metrics capable of detecting subtle but critical artifacts. Traditional metrics like FAD, based on fixed embeddings and Gaussian couplings, are limited by invariance issues and spectrum-dependent attenuation, making them insensitive to rare defects such as mode collapse or subtle distortions. To address these challenges, this paper introduces OTAD, a novel distance metric that combines a learned residual Riemannian ground-metric adapter with entropy-regularized Sinkhorn optimal transport. This integration allows the metric to adapt geometrically to the embedding space, exposing rare artifacts that are otherwise hidden.

Extensive experiments across eight encoders and multiple evaluation axes demonstrate that OTAD significantly outperforms existing metrics in detecting extreme artifacts, with Sinkhorn's rank-1 sensitivity surpassing FAD by up to 3.6 times at ε=0.05. Moreover, OTAD correlates more strongly with human perceptual scores, achieving higher mean Spearman coefficients on the DCASE 2023 benchmark. Its sample-level diagnostics, based on transport costs, enable precise identification of problematic samples, offering a new level of interpretability in audio evaluation.

This work not only advances the theoretical understanding of Wasserstein-based metrics but also provides practical tools for improving AI audio synthesis systems. Despite computational costs, the framework paves the way for more sensitive, interpretable, and scalable quality assessment methods, with promising applications in speech, music, and multimedia content generation. Future research will focus on enhancing efficiency, extending to unsupervised settings, and integrating multi-modal data for comprehensive quality monitoring.

Deep Analysis

Background

The evolution of deep generative models for audio, including speech synthesis and music generation, has driven the development of evaluation metrics like Inception Score, FID, and FAD. While these metrics measure distributional similarity, they often lack sensitivity to micro-level artifacts. FAD, specifically designed for audio, combines embedding-based distances with Gaussian assumptions, but suffers from invariance issues and spectrum-dependent attenuation, limiting its ability to detect rare defects. Recent work introduced kernel-based distances like KAD to relax Gaussian assumptions, yet they still struggle with fine-grained detection. The need for metrics that can precisely identify subtle quality issues and provide sample-level diagnostics remains unmet. This paper builds on the 2-Wasserstein framework, analyzing the limitations of existing metrics and proposing geometric and algorithmic corrections to enhance sensitivity and interpretability.

Core Problem

Current audio evaluation metrics, especially FAD, are hindered by invariance properties of fixed embeddings and the Gaussian coupling assumption, which dilute the sensitivity to rare but impactful artifacts. These limitations prevent effective detection of mode collapse, subtle distortions, or anomalies critical in high-fidelity audio synthesis. The core challenge is to develop a metric that maintains distributional comparison while being sensitive to micro-level defects, capable of providing interpretable, sample-specific diagnostics. Overcoming the invariance and spectrum-dependent attenuation inherent in existing methods is essential for reliable quality assessment in real-world applications, such as speech synthesis, music production, and multimedia generation.

Innovation

The paper introduces a residual Riemannian ground-metric adapter learned via deep neural networks, which dynamically reshapes the embedding space to expose subtle artifacts. This correction addresses the invariance problem by adjusting local geometry, making the cost function sensitive to micro-level differences. Simultaneously, replacing Gaussian coupling with entropy-regularized Sinkhorn OT enhances the detection of rank-1 contamination, which models mode collapse or extreme distortions. The combined approach results in OTAD, a metric that is both geometrically adaptive and computationally efficient, providing detailed, sample-level diagnostics. This systematic correction surpasses prior fixed-cost and Gaussian assumptions, representing a significant leap in perceptual audio evaluation.

Methodology

  • �� Establish the 2-Wasserstein distance framework, identifying the limitations of FAD’s cost and coupling primitives.
  • �� Develop a residual deep neural network gθ(z)=z+fθ(z) to learn a local Riemannian metric Mθ(z)=Jθ(z)⊤Jθ(z), where Jθ(z) is the Jacobian of gθ.
  • �� Use the Jacobian determinant |det Jθ(z)|−1 for local density reweighting, compensating for geometric distortions.
  • �� Train the adapter with a contrastive triplet loss (Lctr) to ensure cost correction without coupling bias, and fine-tune with Sinkhorn divergence (Lnative) for perceptual alignment.
  • �� Replace Gaussian coupling with entropy-regularized Sinkhorn OT, computing transport plans T_{ij} for each sample pair.
  • �� Derive per-sample transport costs c_j, enabling anomaly detection and interpretability.
  • �� Validate the approach on FSD50K and ESC-50 datasets, across multiple encoders, with contamination experiments and human correlation analysis.

Experiments

  • �� Training adapters on FSD50K, evaluating on ESC-50 with five encoders (d=128, 512, 768, 2048), testing various contamination levels (ε=0.005–0.2).
  • �� Comparing FAD, KAD, Sinkhorn, and exact OT in detecting rank-1 contamination, focusing on sensitivity and spectrum effects.
  • �� Using multiple evaluation axes—recall, semantic, precision, structure—to assess micro-level detection.
  • �� Analyzing sample transport costs (c_j) for anomaly detection, validated via AUROC and separation ratios.
  • �� Conducting factorial experiments to isolate effects of cost correction, measure correction, and their interaction, across different encoder dimensions.

Results

  • �� OTAD exhibits 1.9 to 3.6 times higher sensitivity to rank-1 contamination than FAD at ε=0.05, confirming its improved defect detection.
  • �� On DCASE 2023, OTAD’s correlation with human MOS surpasses FAD and KAD, with mean Spearman coefficients increased by 0.1-0.2.
  • �� Sample-level diagnostics achieve AUROC ≥ 0.86, effectively identifying contaminated samples across various artifact types, enabling precise defect localization.
  • �� Factor analysis shows cost correction dominates at low dimensions; spectrum-dependent attenuation explains FAD’s insensitivity to micro artifacts; OTAD’s geometric adaptation overcomes this.

Applications

  • �� Supports automatic, fine-grained quality assessment in speech synthesis, music generation, and multimedia content creation.
  • �� Enables model developers to perform detailed diagnostics, identify failure modes, and improve training strategies.
  • �� Long-term, facilitates real-time monitoring, multi-modal evaluation, and large-scale quality control in AI-generated content pipelines.

Limitations & Outlook

  • �� Dependence on large annotated datasets for training adapters; generalization to unseen domains remains challenging.
  • �� High computational complexity limits real-time deployment, especially in large-scale or low-resource environments.
  • �� The learned geometric corrections may overfit in complex, high-dimensional scenarios, requiring further regularization or unsupervised approaches.

Plain Language Accessible to non-experts

想象你在一家工厂里,工厂的目标是制造最完美的产品。工厂里有两个关键环节:第一个是设计产品的蓝图(成本),第二个是把原料搬到生产线上(耦合)。以前的方法像用一张固定的蓝图和普通的搬运车,不能发现微小的瑕疵。现在,这个新方法像给蓝图加入了一个会变形的设计师,让它能根据实际情况微调;同时,用一辆智能搬运车,能更敏锐地检测到潜在的问题。这样,工厂就能更快、更准确地发现和修正瑕疵,生产出更高质量的产品。在音频中,这意味着能更细致地检测出微小但重要的质量缺陷,帮助我们更好地评估和改进音频内容。

ELI14 Explained like you're 14

想象你在玩一个游戏,你的任务是找到最棒的音频片段。以前的方法就像用一把普通的尺子量东西,虽然简单,但可能会错过一些微小的瑕疵。现在,这个新方法像是用一把可以变形的尺子,还配备了一个聪明的机器人助手,它可以根据不同情况调整自己,变得更灵敏。这个机器人还能告诉你哪些音频可能有问题,比如有噪音、错位或者静音。这样,你就能更快找到那些不完美的部分,改进你的音频作品。这就像用更聪明的工具帮你做判断,让你的音频更好听、更自然。

Glossary

2-Wasserstein距离 (2-Wasserstein distance)

一种衡量两个概率分布差异的距离,结合了成本函数和耦合方式,反映从一个分布到另一个的最优传输成本。

本文用来定义音频生成质量的距离指标基础。

黎曼度量 (Riemannian ground-metric)

一种学习得到的局部几何结构,用于调整嵌入空间的距离感知,改善指标对微小差异的敏感性。

用于修正成本函数的几何局限。

熵正则Sinkhorn (Sinkhorn divergence)

一种高效的离散最优传输算法,通过引入熵正则项,平衡传输成本和计算效率。

替代高斯耦合,增强对极端污染的检测能力。

秩-1污染 (rank-1 contamination)

在嵌入空间中集中在单一方向的极端偏差,难以被传统高斯模型检测。

本文重点检测的极端失真类型。

Open Questions Unanswered questions from this research

  • 1 如何进一步降低计算成本以支持实时应用仍是挑战,尤其在大规模多编码器场景中。未来需探索更高效的算法和模型压缩技术,以实现广泛部署。

Applications

Immediate Applications

自动音频质量检测

可用于语音合成、音乐生成等系统中,自动检测微小瑕疵,提升内容质量和用户体验。

模型调优和缺陷定位

结合样本级诊断,帮助开发者快速定位模型生成中的异常,优化训练策略。

Long-term Vision

多模态多任务质量监控

未来可结合视觉、文本等多模态信息,构建全面的内容质量评估体系,推动智能内容生成。

Abstract

In audio generation evaluation, Fréchet Audio Distance (FAD) is a 2-Wasserstein distance with structural constraints for both primitives: the cost is a frozen embedding pullback whose invariance set hides severe artifacts, and the coupling is a Gaussian fit that dilutes rank-1 contamination relative to discrete OT. We propose Optimal Transport Audio Distance (OTAD), which corrects each primitive with one dedicated mechanism -- a residual Riemannian ground-metric adapter for the cost and entropic Sinkhorn optimal transport for the coupling. Across eight encoders under a four-axis protocol, coupling-only comparisons at $ε= 0.05$ show that Sinkhorn's rank-1 sensitivity exceeds FAD's by a factor of 1.9 to 3.6. Furthermore, OTAD achieves a higher mean Spearman correlation with audio-quality MOS (DCASE 2023 Task 7) than baseline metrics. As an intrinsic benefit of the discrete transport plan, OTAD yields per-sample diagnostics with AUROC $\ge 0.86$, a capability that scalar- or kernel-aggregated metrics structurally lack.

eess.AS cs.SD