Paper Overview
- Research field: Computer Vision (CV)
- Authors: Feiyan Zhou, Luyuan Wang, Shoufa Chen
- Release date: 2026-05-19
- arXiv: 2505.14308
- Waveform patchify: Reshapes audio into 2D token grids to overcome the inherent difficulties of modeling high-dimensional, low-energy signals.
- Amplitude lifting: Aligns signal scales, enabling stable optimization via direct x-prediction in flow matching.
- Large-scale data pipeline: An automated pipeline curates 5 million high-quality video-text-audio triplets, allowing the model to learn fine-grained acoustic patterns from scratch.
Summary
Modern audio generation predominantly relies on latent-space compression, introducing additional complexity and potential information loss. In this work, the authors challenge this paradigm with WavFlow, a framework that generates high-fidelity audio directly in raw waveform space without intermediate representations.
Key Contributions
Experimental Results
| Benchmark | Metric | Score | |---|---|---| | VGGSound (V2A) | FD_PaSST | 59.98 | | VGGSound (V2A) | IS_PANNs | 17.40 | | VGGSound (V2A) | DeSync | 0.44 | | AudioCaps (T2A) | FD_PANNs | 10.63 | | AudioCaps (T2A) | IS_PANNs | 12.62 |
WavFlow achieves competitive or superior performance compared with existing latent-space methods on both video-to-audio (VGGSound) and text-to-audio (AudioCaps) benchmarks. The work demonstrates that intermediate compression is not a prerequisite for high-quality synthesis, providing a simpler and more scalable alternative for multimodal audio generation.