SDCVMMASJun 1, 2024

Frieren: Efficient Video-to-Audio Generation Network with Rectified Flow Matching

arXiv:2406.00320v461 citations
Originality Highly original
AI Analysis

It addresses the challenge of synthesizing high-quality, synchronized audio from silent video, with incremental improvements in efficiency and performance for multimedia applications.

The paper tackles video-to-audio generation by proposing Frieren, a model based on rectified flow matching that improves audio quality and temporal alignment, achieving 97.22% alignment accuracy and a 6.2% gain in inception score over a diffusion baseline.

Video-to-audio (V2A) generation aims to synthesize content-matching audio from silent video, and it remains challenging to build V2A models with high generation quality, efficiency, and visual-audio temporal synchrony. We propose Frieren, a V2A model based on rectified flow matching. Frieren regresses the conditional transport vector field from noise to spectrogram latent with straight paths and conducts sampling by solving ODE, outperforming autoregressive and score-based models in terms of audio quality. By employing a non-autoregressive vector field estimator based on a feed-forward transformer and channel-level cross-modal feature fusion with strong temporal alignment, our model generates audio that is highly synchronized with the input video. Furthermore, through reflow and one-step distillation with guided vector field, our model can generate decent audio in a few, or even only one sampling step. Experiments indicate that Frieren achieves state-of-the-art performance in both generation quality and temporal alignment on VGGSound, with alignment accuracy reaching 97.22%, and 6.2% improvement in inception score over the strong diffusion-based baseline. Audio samples are available at http://frieren-v2a.github.io.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes