├── README.md └── pics ├── TTS_tasks.png ├── TTS_topics.png ├── VC_tasks.png └── VC_topics.png /README.md: -------------------------------------------------------------------------------- 1 | # ICASSP2022 TTS&VC Summary 2 | 3 | 总结了ICASSP2022中TTS和VC相关论文,主要是TTS。统计了sessions,topics,tasks/motivation以及对应的论文数量。 4 | * TTS相关工作最多的是acoustic model,其次是expressiveness和prosody。 5 | * Acoustic model主题中关于模型结构的论文居多,其次是关于AM中的时长建模。 6 | * Expresiveness主题中关于disentanglement的论文居多。 7 | * Prosody主题中关于control的论文居多。 8 | * Front-end主题中关于G2P,多音字消歧的论文居多。 9 | * Vocoder主题中大多是提升效率的论文。 10 | * Multimodal主题中关于配音的论文居多。 11 | 12 | 13 | *** 14 | 15 | ## Content 16 | ### [TTS](#tts) 17 | * [Sessions](#tts_sessions) 18 | * [Topics](#tts_topics) 19 | * [Tasks](#tts_tasks) 20 | * [Acoustic model](#am) 21 | * [Expressiveness](#expressiveness) 22 | * [Prosody](#prosody) 23 | * [Front-end](#front_end) 24 | * [Vocoder](#vocoder) 25 | * [Adaptation](#adaptation) 26 | * [Multimodal](#multimodal) 27 | * [Multi-lingual/Cross-lingual TTS](#multilingual_crosslingual) 28 | * [Singing voice synthesis](#svs) 29 | * [Speech editing](#speech_editing) 30 | * [Others](#others) 31 | 32 | ### [VC](#vc) 33 | * [Sessions](#vc_sessions) 34 | * [Tasks](#vc_tasks) 35 | 36 | *** 37 | 38 | 39 | ## TTS 40 | ### TTS Sessions 41 | | | Sessions | #Sessions | #Papers | 42 | | ------------- | ------------- | ------------- | ------------- | 43 | |1 | Expressiveness/Adaptation | 4 | 24 | 44 | |2 | General topic | 2 | 12 | 45 | |3 | Novel acoustic model | 1 | 6 | 46 | |4 | Front-end | 1 | 6 | 47 | |5 | Vocoder and evaluation | 1 | 6 | 48 | |6 | Multi-lingual/Multimodal | 1 | 6 | 49 | |7 | Singing Voice and others | 1 | 5 | 50 | | Total | 7 | 11 | 65 | 51 | 52 |