ASSDJan 13, 2020

A Differentiable Perceptual Audio Metric Learned from Just Noticeable Differences

arXiv:2001.04460v278 citations
AI Analysis

This provides a more efficient and human-aligned metric for audio processing tasks, though it is incremental as it builds on existing deep learning and crowdsourcing approaches.

The authors tackled the problem of automated perceptual audio assessment by creating a differentiable metric trained on a large dataset of human judgments for just-noticeable differences, resulting in a metric that outperforms baselines and improves denoising networks when used as a loss function.

Many audio processing tasks require perceptual assessment. The ``gold standard`` of obtaining human judgments is time-consuming, expensive, and cannot be used as an optimization criterion. On the other hand, automated metrics are efficient to compute but often correlate poorly with human judgment, particularly for audio differences at the threshold of human detection. In this work, we construct a metric by fitting a deep neural network to a new large dataset of crowdsourced human judgments. Subjects are prompted to answer a straightforward, objective question: are two recordings identical or not? These pairs are algorithmically generated under a variety of perturbations, including noise, reverb, and compression artifacts; the perturbation space is probed with the goal of efficiently identifying the just-noticeable difference (JND) level of the subject. We show that the resulting learned metric is well-calibrated with human judgments, outperforming baseline methods. Since it is a deep network, the metric is differentiable, making it suitable as a loss function for other tasks. Thus, simply replacing an existing loss (e.g., deep feature loss) with our metric yields significant improvement in a denoising network, as measured by subjective pairwise comparison.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes