Language-based Audio Moment Retrieval
Hokuto Munakata, Taichi Nishimura, Shota Nakada, Tatsuya Komatsu

TL;DR
This paper introduces the novel task of audio moment retrieval (AMR), proposing a new dataset and a DETR-based model that significantly improves the accuracy of locating relevant audio segments based on text queries.
Contribution
The paper presents the first dedicated dataset for AMR, a new task definition, and a DETR-based model that captures temporal dependencies in audio for improved retrieval performance.
Findings
AM-DETR outperforms baseline clip-level retrieval methods.
Clotho-Moment dataset enables effective training and evaluation.
Significant improvement in [email protected] metric.
Abstract
In this paper, we propose and design a new task called audio moment retrieval (AMR). Unlike conventional language-based audio retrieval tasks that search for short audio clips from an audio database, AMR aims to predict relevant moments in untrimmed long audio based on a text query. Given the lack of prior work in AMR, we first build a dedicated dataset, Clotho-Moment, consisting of large-scale simulated audio recordings with moment annotations. We then propose a DETR-based model, named Audio Moment DETR (AM-DETR), as a fundamental framework for AMR tasks. This model captures temporal dependencies within audio features, inspired by similar video moment retrieval tasks, thus surpassing conventional clip-level audio retrieval methods. Additionally, we provide manually annotated datasets to properly measure the effectiveness and robustness of our methods on real data. Experimental results…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMusic and Audio Processing · Speech Recognition and Synthesis · Diverse Musicological Studies
MethodsAttention Is All You Need · Linear Layer · Multi-Head Attention · Layer Normalization · Adam · Residual Connection · Position-Wise Feed-Forward Layer · Label Smoothing · Byte Pair Encoding · Absolute Position Encodings
