| ---
|
| license: cc-by-nc-sa-4.0
|
| tags:
|
| - video-to-audio generation
|
| - selective sound generation
|
| - multimodal deep learning
|
| ---
|
|
|
| # SelVA: Hear What Matters! Text-conditioned Selective Video-to-Audio Generation
|
|
|
| [](https://arxiv.org/pdf/2512.02650) [](https://jnwnlee.github.io/selva-demo/) [](https://github.com/jnwnlee/selva/)
|
|
|
|
|
|
|
| ```bash
|
| .
|
| βββ weights/
|
| β βββ video_enc_sup_5.pth # text-conditioned video encoder
|
| β βββ generator_small_16k_sup_5.pth # v2a generator
|
| β βββ generator_small_44k_sup_5.pth
|
| β βββ generator_medium_44k_sup_5.pth
|
| β βββ generator_large_44k_sup_5.pth
|
| βββ ext_weights/
|
| βββ synchformer_state_dict.pth # pretrained Synchformer (24-01-04T16-39-21)
|
| βββ best_netG.pt # BigVGAN vocoder
|
| βββ v1-16.pth # vae 16kHz
|
| βββ v1-44.pth # vae 44kHz
|
| ``` |