🤖 AI Summary
This work addresses the challenge of video-guided Foley sound synthesis under frozen text-to-audio pretrained models. We propose a lightweight cross-modal alignment framework that freezes both the video encoder (V-JEPA2) and the audio generation backbone (Stable Audio Open DiT), and trains only a compact video-to-text cross-attention bridge. Specifically, pooled video tokens are injected after the text cross-attention layer to enforce temporal alignment and local dynamic consistency. This design preserves frozen unimodal priors, enables modular upgrades, and avoids end-to-end retraining. Evaluated on video–audio benchmarks, our method achieves state-of-the-art temporal and semantic alignment performance using less than 1% trainable parameters—while maintaining prompt controllability and high inference efficiency.
📝 Abstract
Foley Control is a lightweight approach to video-guided Foley that keeps pretrained single-modality models frozen and learns only a small cross-attention bridge between them. We connect V-JEPA2 video embeddings to a frozen Stable Audio Open DiT text-to-audio (T2A) model by inserting compact video cross-attention after the model's existing text cross-attention, so prompts set global semantics while video refines timing and local dynamics. The frozen backbones retain strong marginals (video; audio given text) and the bridge learns the audio-video dependency needed for synchronization -- without retraining the audio prior. To cut memory and stabilize training, we pool video tokens before conditioning. On curated video-audio benchmarks, Foley Control delivers competitive temporal and semantic alignment with far fewer trainable parameters than recent multi-modal systems, while preserving prompt-driven controllability and production-friendly modularity (swap/upgrade encoders or the T2A backbone without end-to-end retraining). Although we focus on Video-to-Foley, the same bridge design can potentially extend to other audio modalities (e.g., speech).