Skip to content

ff2416/AC-Foley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AC-Foley: Reference-Audio-Guided Video-to-Audio Synthesis with Acoustic Transfer

Pengjun Fang, Yingqing He, Yazhou Xing, Qifeng Chen, Ser-Nam Lim, Harry Yang

The Hong Kong University of Science and Technology, University of Central Florida

ICLR 2026

Webpage | Paper

Environment Setup

conda create -n acfoley python==3.10 -y
conda activate acfoley
git clone https://github.com/ff2416/AC-Foley.git
cd AC-Foley
pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu118
pip install .

Download Weights

bash scripts/download.sh

Inference

bash scripts/demo.sh

Acknowledgement

We would like to thank the authors of these repos for their contribution.

Citation

@inproceedings{fang2026acfoley,
  title={AC-Foley: Reference-Audio-Guided Video-to-Audio Synthesis with Acoustic Transfer},
  author={Fang, Pengjun and He, Yingqing and Xing, Yazhou and Chen, Qifeng and Lim, Ser-Nam and Yang, Harry},
  booktitle={International Conference on Learning Representations (ICLR)},
  year={2026}
}

About

[ICLR 2026] AC-Foley: Reference-Audio-Guided Video-to-Audio Synthesis with Acoustic Transfer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors