FoleyCrafter: Bring Silent Videos to Life with Lifelike and Synchronized Sounds
Yiming Zhang, Yicheng Gu, Yanhong Zeng, Zhening Xing, Yuancheng Wang, Zhizheng Wu, Kai Chen
TL;DR
FoleyCrafter tackles the challenge of generating high-quality, video-aligned sound effects for silent videos by plugging a fixed pre-trained text-to-audio model with two trainable modules: a semantic adapter that aligns video content semantically with audio output via parallel cross-attention, and a temporal controller that synchronizes audio events to video timing using a timestamp detector and a ControlNet-inspired adapter. The approach preserves the audio quality of the underlying T2A model while achieving strong semantic and temporal alignment, demonstrated across VGGSound and AVSync15 benchmarks with state-of-the-art metrics and qualitative results. Text-prompt controllability enables fine-grained, diverse Foley conditioned on user intent, and ablation studies validate the importance of both adapters. While offering practical benefits for film and media production, the work also acknowledges potential misuse and emphasizes responsible deployment.
Abstract
We study Neural Foley, the automatic generation of high-quality sound effects synchronizing with videos, enabling an immersive audio-visual experience. Despite its wide range of applications, existing approaches encounter limitations when it comes to simultaneously synthesizing high-quality and video-aligned (i.e.,, semantic relevant and temporal synchronized) sounds. To overcome these limitations, we propose FoleyCrafter, a novel framework that leverages a pre-trained text-to-audio model to ensure high-quality audio generation. FoleyCrafter comprises two key components: the semantic adapter for semantic alignment and the temporal controller for precise audio-video synchronization. The semantic adapter utilizes parallel cross-attention layers to condition audio generation on video features, producing realistic sound effects that are semantically relevant to the visual content. Meanwhile, the temporal controller incorporates an onset detector and a timestampbased adapter to achieve precise audio-video alignment. One notable advantage of FoleyCrafter is its compatibility with text prompts, enabling the use of text descriptions to achieve controllable and diverse video-to-audio generation according to user intents. We conduct extensive quantitative and qualitative experiments on standard benchmarks to verify the effectiveness of FoleyCrafter. Models and codes are available at https://github.com/open-mmlab/FoleyCrafter.
