paper-with-me

홈 › Papers

Language-Guided Music Recommendation for Video via Prompt Analogies

2023-06-15 · CVPR 2023 1 · Daniel McKee, Justin Salamon, Josef Sivic, Bryan Russell

We propose a method to recommend music for an input video while allowing a user to guide music selection with free-form natural language. A key challenge of this problem setting is that existing music video datasets provide the needed (video, music) training pairs, but lack text descriptions of the music. This work addresses this challenge with the following three contributions. First, we propose a text-synthesis approach that relies on an analogy-based prompting procedure to generate natural language music descriptions from a large-scale language model (BLOOM-176B) given pre-trained music tagger outputs and a small number of human text descriptions. Second, we use these synthesized music descriptions to train a new trimodal model, which fuses text and video input representations to query music samples. For training, we introduce a text dropout regularization mechanism which we show is critical to model performance. Our model design allows for the retrieved music audio to agree with the two input modalities by matching visual style depicted in the video and musical genre, mood, or instrumentation described in the natural language query. Third, to evaluate our approach, we collect a testing dataset for our problem by annotating a subset of 4k clips from the YT8M-MusicVideo dataset with natural language music descriptions which we make publicly available. We show that our approach can match or exceed the performance of prior methods on video-to-music retrieval while significantly improving retrieval accuracy when using text guidance.

📄 PDF Abstract BibTeX arXiv:2306.09327

Code (0)

등록된 구현이 없습니다.

Tasks

4kLanguage ModellingMusic RecommendationRetrieval

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

MuseChat: A Conversational Music Recommendation System for Videos

2023-10-10 · CVPR 2024 1 · Zhikang Dong, Bin Chen, Xiulong Liu, Pawel Polak 외

Music recommendation for videos attracts growing interest in multi-modal research. However, existing systems focus primarily on content compatibility, often ignoring the users' preferences. Their inability to interact wi…

Language ModelingLanguage ModellingLarge Language ModelMusic Recommendation+1

Text2Tracks: Prompt-based Music Recommendation via Generative Retrieval

2025-03-31 · Enrico Palumbo, Gustavo Penha, Andreas Damianou, José Luis Redondo García 외

In recent years, Large Language Models (LLMs) have enabled users to provide highly specific music recommendation requests using natural language prompts (e.g. "Can you recommend some old classics for slow dancing?"). In …

Entity ResolutionMusic RecommendationRetrieval

Language-Guided Audio-Visual Learning for Long-Term Sports Assessment

2025-01-01 · CVPR 2025 1 · Huangbiao Xu, Xiao Ke, Huanqi Wu, Rui Xu 외

Long-term sports assessment is a challenging task in video understanding since it requires judging complex movement variations and action-music coordination. However, there is no direct correlation between the divers…

audio-visual learningKnowledge GraphsVideo Understanding

Video-to-Music Recommendation using Temporal Alignment of Segments

2023-06-12 · Laure Prétet, Gaël Richard, Clément Souchier, Geoffroy Peeters

We study cross-modal recommendation of music tracks to be used as soundtracks for videos. This problem is known as the music supervision task. We build on a self-supervised system that learns a content association betwee…

Music Recommendation

Cross-modal Variational Auto-encoder for Content-based Micro-video Background Music Recommendation

2021-07-15 · Jing Yi, Yaochen Zhu, Jiayi Xie, Zhenzhong Chen

In this paper, we propose a cross-modal variational auto-encoder (CMVAE) for content-based micro-video background music recommendation. CMVAE is a hierarchical Bayesian generative model that matches relevant background m…

Music Recommendation