File size: 2,976 Bytes
13a1ad4
 
 
 
 
 
 
 
 
 
5647581
13a1ad4
f1f72cb
13a1ad4
f1f72cb
13a1ad4
5647581
5ac2da8
 
 
 
 
 
 
 
 
 
 
5d83580
5ac2da8
c2bdbec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
tags:
  - soundctm
license: cc-by-4.0
pipeline_tag: text-to-audio
---

# SoundCTM
This repository is for the official checkpoint of ["SoundCTM: Uniting Score-based and Consistency Models for Text-to-Sound Generation"](https://arxiv.org/abs/2405.18503)

**PDF:** https://arxiv.org/pdf/2405.18503

**Codebase:** Training and inference codes are available at the [Github repository](https://github.com/sony/soundctm)

**Audio Samples:** Audio samples are available [here](https://koichi-saito-sony.github.io/soundctm/).

**Abstract:** Sound content is an indispensable element for multimedia works such as video games, music, and films. Recent high-quality diffusion-based sound generation models can serve as valuable tools for the creators. However, despite producing high-quality sounds, these models often suffer from slow inference speeds. This drawback burdens creators, who typically refine their sounds through trial and error to align them with their artistic intentions. To address this issue, we introduce Sound Consistency Trajectory Models (SoundCTM). Our model enables flexible transitioning between high-quality 1-step sound generation and superior sound quality through multi-step generation. This allows creators to initially control sounds with 1-step samples before refining them through multi-step generation. While CTM fundamentally achieves flexible 1-step and multi-step generation, its impressive performance heavily depends on an additional pretrained feature extractor and an adversarial loss, which are expensive to train and not always available in other domains. Thus, we reframe CTM's training framework and introduce a novel feature distance by utilizing the teacher's network for a distillation loss. Additionally, while distilling classifier-free guided trajectories, we train conditional and unconditional student models simultaneously and interpolate between these models during inference. We also propose training-free controllable frameworks for SoundCTM, leveraging its flexible sampling capability. SoundCTM achieves both promising 1-step and multi-step real-time sound generation without using any extra off-the-shelf networks. Furthermore, we demonstrate SoundCTM's capability of controllable sound generation in a training-free manner.

**Citation details:**
```
@article{saito2024soundctm,
  title={SoundCTM: Uniting Score-based and Consistency Models for Text-to-Sound Generation}, 
  author={Koichi Saito and Dongjun Kim and Takashi Shibuya and Chieh-Hsin Lai and Zhi Zhong and Yuhta Takida and Yuki Mitsufuji},
  journal={arXiv preprint arXiv:2405.18503},
  year={2024}
}
```

**License:** [Code]((https://github.com/sony/soundctm)) is released under MIT, model weights are released under CC-BY 4.0.

<!-- **Where to send questions or comments about the paper and model:** Questions and comments about SoundCTM can be sent via the [Github repository](https://github.com/sony/soundctm) of the project or koichi.saito@sony.com. -->