ASAILGSDSPNov 22, 2022

Ontology-aware Learning and Evaluation for Audio Tagging

arXiv:2211.12195v16 citationsh-index: 66
Originality Incremental advance
AI Analysis

This work addresses the challenge of robust evaluation in audio tagging for researchers and practitioners, but it is incremental as it builds on existing metrics and methods.

The study tackled the problem of evaluating audio tagging models by proposing a new metric, ontology-aware mean average precision (OmAP), which incorporates AudioSet ontology to address limitations of the conventional mAP metric, and demonstrated that OmAP is more consistent with human perception and improved performance with a novel loss function, achieving gains in both mAP and OmAP on the AudioSet task.

This study defines a new evaluation metric for audio tagging tasks to overcome the limitation of the conventional mean average precision (mAP) metric, which treats different kinds of sound as independent classes without considering their relations. Also, due to the ambiguities in sound labeling, the labels in the training and evaluation set are not guaranteed to be accurate and exhaustive, which poses challenges for robust evaluation with mAP. The proposed metric, ontology-aware mean average precision (OmAP) addresses the weaknesses of mAP by utilizing the AudioSet ontology information during the evaluation. Specifically, we reweight the false positive events in the model prediction based on the ontology graph distance to the target classes. The OmAP measure also provides more insights into model performance by evaluations with different coarse-grained levels in the ontology graph. We conduct human evaluations and demonstrate that OmAP is more consistent with human perception than mAP. To further verify the importance of utilizing the ontology information, we also propose a novel loss function (OBCE) that reweights binary cross entropy (BCE) loss based on the ontology distance. Our experiment shows that OBCE can improve both mAP and OmAP metrics on the AudioSet tagging task.

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