paper-with-me

Papers

Text-Driven Foley Sound Generation With Latent Diffusion Model

2023-06-17 · Yi Yuan, Haohe Liu, Xubo Liu, Xiyuan Kang, Peipei Wu, Mark D. Plumbley, Wenwu Wang

Foley sound generation aims to synthesise the background sound for multimedia content. Previous models usually employ a large development set with labels as input (e.g., single numbers or one-hot vector). In this work, we propose a diffusion model based system for Foley sound generation with text conditions. To alleviate the data scarcity issue, our model is initially pre-trained with large-scale datasets and fine-tuned to this task via transfer learning using the contrastive language-audio pertaining (CLAP) technique. We have observed that the feature embedding extracted by the text encoder can significantly affect the performance of the generation model. Hence, we introduce a trainable layer after the encoder to improve the text embedding produced by the encoder. In addition, we further refine the generated waveform by generating multiple candidate audio clips simultaneously and selecting the best one, which is determined in terms of the similarity score between the embedding of the candidate clips and the embedding of the target text label. Using the proposed method, our system ranks ${1}^{st}$ among the systems submitted to DCASE Challenge 2023 Task 7. The results of the ablation studies illustrate that the proposed techniques significantly improve sound generation performance. The codes for implementing the proposed system are available online.

📄 PDF Abstract BibTeX arXiv:2306.10359

Code (1)

yyua8222/dcase2023_task7 공식 구현 pytorch

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Latent CLAP Loss for Better Foley Sound Synthesis

2024-03-18 · Tornike Karchkhadze, Hassan Salami Kavaki, Mohammad Rasool Izadi, Bryce Irvin 외

Foley sound generation, the art of creating audio for multimedia, has recently seen notable advancements through text-conditioned latent diffusion models. These systems use multimodal text-audio representation models, su…

FAD

Video-Guided Foley Sound Generation with Multimodal Controls

2024-11-26 · CVPR 2025 1 · Ziyang Chen, Prem Seetharaman, Bryan Russell, Oriol Nieto 외

Generating sound effects for videos often requires creating artistic sound effects that diverge significantly from real-life sources and flexible control in the sound design. To address this problem, we introduce MultiFo…

Audio Generation

T-FOLEY: A Controllable Waveform-Domain Diffusion Model for Temporal-Event-Guided Foley Sound Synthesis

2024-01-17 · Yoonjin Chung, Junwon Lee, Juhan Nam

Foley sound, audio content inserted synchronously with videos, plays a critical role in the user experience of multimedia content. Recently, there has been active research in Foley sound synthesis, leveraging the advance…

Audio GenerationAudio Synthesis

Video-Foley: Two-Stage Video-To-Sound Generation via Temporal Event Condition For Foley Sound

2024-08-21 · Junwon Lee, Jaekwon Im, Dabin Kim, Juhan Nam

Foley sound synthesis is crucial for multimedia production, enhancing user experience by synchronizing audio and video both temporally and semantically. Recent studies on automating this labor-intensive process through v…

Audio GenerationAudio SynthesisSelf-Supervised LearningVideo/Text-to-Audio Generation+1

Kling-Foley: Multimodal Diffusion Transformer for High-Quality Video-to-Audio Generation

2025-06-24 · Jun Wang, Xijuan Zeng, Chunyu Qiang, Ruilong Chen 외

We propose Kling-Foley, a large-scale multimodal Video-to-Audio generation model that synthesizes high-quality audio synchronized with video content. In Kling-Foley, we introduce multimodal diffusion transformers to mode…

Audio GenerationAudio-Visual Synchronization