paper-with-me

홈 › Papers

Language-based Audio Moment Retrieval

2024-09-24 · Hokuto Munakata, Taichi Nishimura, Shota Nakada, Tatsuya Komatsu

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 show that AM-DETR, trained with Clotho-Moment, outperforms a baseline model that applies a clip-level audio retrieval method with a sliding window on all metrics, particularly improving Recall1@0.7 by 9.00 points. Our datasets and code are publicly available in https://h-munakata.github.io/Language-based-Audio-Moment-Retrieval.

📄 PDF Abstract BibTeX arXiv:2409.15672

Code (1)

line/lighthouse 공식 구현 pytorch

Tasks

audio moment retrievalMoment RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Audio Does Matter: Importance-Aware Multi-Granularity Fusion for Video Moment Retrieval

2025-08-06 · Junan Lin, Daizong Liu, Xianke Chen, Xiaoye Qu 외 arxiv

Video Moment Retrieval (VMR) aims to retrieve a specific moment semantically related to the given query. To tackle this task, most existing VMR methods solely focus on the visual and textual modalities while neglecting t…

Knowledge DistillationMoment Retrieval

SMART: Shot-Aware Multimodal Video Moment Retrieval with Audio-Enhanced MLLM

2025-11-18 · An Yu, Weiheng Lu, Jian Li, Zhenfei Zhang 외 arxiv

Video Moment Retrieval is a task in video understanding that aims to localize a specific temporal segment in an untrimmed video based on a natural language query. Despite recent progress in moment retrieval from videos u…

Moment Retrieval

Query-centric Audio-Visual Cognition Network for Moment Retrieval, Segmentation and Step-Captioning

2024-12-18 · Yunbin Tu, Liang Li, Li Su, Qingming Huang

Video has emerged as a favored multimedia format on the internet. To better gain video contents, a new topic HIREST is presented, including video retrieval, moment retrieval, moment segmentation, and step-captioning. The…

Moment RetrievalMulti-Task LearningRetrievalVideo Retrieval+1

The Surprising Effectiveness of Multimodal Large Language Models for Video Moment Retrieval

2024-06-26 · Boris Meinardus, Anil Batra, Anna Rohrbach, Marcus Rohrbach

Recent studies have shown promising results in utilizing multimodal large language models (MLLMs) for computer vision tasks such as object detection and semantic segmentation. However, many challenging video tasks remain…

Action LocalizationMoment RetrievalNatural Language Moment Retrievalobject-detection+4

Refining Knowledge Transfer on Audio-Image Temporal Agreement for Audio-Text Cross Retrieval

2024-03-16 · Shunsuke Tsubaki, Daisuke Niizumi, Daiki Takeuchi, Yasunori Ohishi 외

The aim of this research is to refine knowledge transfer on audio-image temporal agreement for audio-text cross retrieval. To address the limited availability of paired non-speech audio-text data, learning methods for tr…

Image RetrievalRetrievalText RetrievalTransfer Learning