Skip to content

Fsoft-AIC/Flowley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Precise Video-to-Audio Generation with Cross-Modal Alignment in Latent Space

Thanh V. T. Tran1     Ngoc-Son Nguyen1     Luong Tran1     Long-Khanh Pham1     Paarth Neekhara2     Shehzeen Hussain 2     Van Nguyen1

1 FPT Software AI Center, Vietnam    2 NVIDIA Corporation, USA

Table of Contents

Introduction

Flowley is single-stage architecture that synthesizes temporally and semantically aligned soundtracks from silent videos. The key architecture innovation is Progressive Soft-masked Cross-Attention (PSCA), a novel mechanism that embeds precise temporal prior directly within the attention layers.

We also propose SoundCap, a plug-and-play pipeline leveraging audio-visual LLMs to generate detailed, sound-oriented captions that robustly guide our model.

Checkout our project page for more generated samples.

Installation

We have only tested this on Ubuntu 22.04 and PyTorch 2.0+

1. Install dependencies

We use PyTorch 2.2 with CUDA 11.8. Please check if your GPUs/driver support this.

cd Flowley
conda env create -f environment.yml

2. Install project

pip install -e .

Training

See TRAINING.md

Inference

See INFERENCE.md

Citation

If our paper or codebase aids your research, please consider citing us:

@article{tran2026precise,
  author  = {Thanh V. T. Tran and Ngoc-Son Nguyen and Luong Tran and Long-Khanh Pham and Paarth Neekhara and Shezheen Hussain and Van Nguyen},
  title   = {Precise Video-to-Audio Generation with Cross-Modal Alignment in Latent Space},
  journal = {arXiv preprint arXiv:2607.06405},
  year    = {2026},
  url     = {https://arxiv.org/pdf/2607.06405}
}

Acknowledgement

We would like to thank the authors for their great work.

About

[ECCV 2026] Official implementation of "Precise Video-to-Audio Generation with Cross-Model Alignment in Latent Space"

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages