Home Technology peripherals AI With the help of Schrödinger Bridge, Zhu Jun's team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

With the help of Schrödinger Bridge, Zhu Jun's team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

Jan 03, 2024 pm 08:10 PM
industry

Recently, a speech synthesis system based on the Schrödinger Bridge [1] released by Professor Zhu Jun’s research group from the Department of Computer Science at Tsinghua University, relies on its “data-to-data” generation paradigm, defeating both in terms of sample quality and sampling speed. The "noise-to-data" paradigm of diffusion models.

With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

Paper link: https://arxiv.org/abs/2312.03491
Project website: https://bridge-tts.github.io/
Code implementation: https://github.com/thu-ml/Bridge-TTS

##Problem background

Since 2021, diffusion models have begun to become one of the core generation methods in the field of text-to-speech synthesis (TTS). First, methods such as Grad-TTS [2] proposed by Huawei's Noah's Ark Laboratory and DiffSinger [3] proposed by Zhejiang University have achieved high generation quality. Since then, many research works have effectively improved the sampling speed of diffusion models, such as through prior optimization [2, 3, 4], model distillation [5, 6], residual prediction [7] and other methods. However, as shown in this study, because the diffusion model is limited to the generation paradigm of "noise to data", its prior distribution always provides limited information for the generation target and cannot fully utilize the conditional information.
The latest research work in the field of speech synthesis, Bridge-TTS, relies on its generation framework based on Schrödinger bridge to realize the generation process of "data to data". For the first time, the priori speech synthesis Information is modified from noise to clean data, and is modified from distribution to deterministic representation.

The main architecture of this method is shown in the figure above. The input text is first extracted through the text encoder to extract the latent space representation of the generated target (mel-spectrogram, mel spectrum). Thereafter, unlike the diffusion model that incorporates this information into the noise distribution or uses it as conditional information, the Bridge-TTS method ‍ supports directly using it as prior information and supports random or deterministic sampling, High Quality , quicklygenerate targets.

Work results

In verifying the quality of speech synthesis On the standard data set LJ-Speech, the research team compared Bridge-TTS with 9 high-quality speech synthesis systems and accelerated sampling methods of diffusion models. As shown below, this method beats high-quality diffusion model-based TTS systems [2,3,7] in sample quality (1000 steps, 50 steps sampling) and in sampling speed, without any post-processing such as additional model distillation, it surpasses many acceleration methods, such as residual prediction, progressive distillation, and the latest consistency distillation [5, 6, 7].
With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges
The following are examples of the generation effects of Bridge-TTS and the diffusion model-based method. For more generation sample comparisons, please visit the project website: https://bridge-tts.github. io/

  • 1000 step synthesis effect comparison

Enter text: "Printing, then, for our purpose, may be considered as the art of making books by means of movable types." With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges
  • 4 Step Synthesis Effect Comparison

Input text: "The first books were printed in black letter, i.e. the letter which was a Gothic development of the ancient Roman character,」With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges
  • ## 2 Comparison of step synthesis effects

Enter text: "The prison population fluctuated a great deal,"
With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challengesThe following shows Bridge- TTS A case of deterministic synthesis (ODE sampling) in steps 2 and 4. In 4-step synthesis, this method significantly synthesizes more sample details than the diffusion model, and there is no problem of residual noise. In a 2-step synthesis, this method exhibits completely pure sampling trajectories, and refines more generated details at each step.
With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges
In the frequency domain, more generated samples are shown below. In 1000 steps of synthesis, this method generates higher quality mel compared to the diffusion model. Spectrum, when the number of sampling steps drops to 50, the diffusion model has sacrificed some sampling details, while the method based on Schrödinger bridge still maintains high-quality generation effects. In 4-step and 2-step synthesis, this method does not require distillation, multi-stage training, and adversarial loss functions, and still achieves high-quality generation effects.

With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

##Comparison of the mel spectra of Bridge-TTS and the diffusion model-based method in 1000 steps of synthesis

With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

Comparison of Mel spectra between Bridge-TTS and diffusion model-based methods in 50-step synthesis

With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

Comparison of Mel spectra between Bridge-TTS and diffusion model-based methods in 4-step synthesis
With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges
Comparison of Mel spectra between Bridge-TTS and diffusion model-based methods in 2-step synthesis

Once Bridge-TTS was released, it attracted enthusiastic attention on Twitter with its novel design and high-quality synthesis effects in speech synthesis. , received more than a hundred retweets and hundreds of likes, was selected into Huggingface’s Daily Paper on 12.7 and won the first place in the support rate on that day, and was also featured in LinkedIn, Weibo, Zhihu, Xiaohongshu and other domestic It was followed and reported on external platforms.

With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

Many foreign language websites also reported and discussed:

With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

Method introduction

##Schrodinger Bridge is a type of deep
generative model that has recently emerged following the diffusion model, has preliminary applications in image generation, image translation and other fields [8,9]. Unlike the diffusion model, which establishes a transformation process between data and Gaussian noise, the Schrödinger bridge supports transformation between any two boundary distributions. In the study of Bridge-TTS, the authors proposed a speech synthesis framework based on the Schrödinger bridge between paired data, which flexibly supports a variety of forward processes, prediction targets, and sampling processes. An overview of its method is shown in the figure below:

With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

  • Forward process: This study combines strong information priors and generation goals A fully solvable Schrödinger bridge is built between them, supporting flexible forward process selection, such as symmetric noise strategy:, constantWith the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges, and With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challengesasymmetric noise strategy: , linear With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges, and With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challengesvariance-preserving (VP) noise strategies that correspond directly to diffusion models. This method found that in speech synthesis tasks, asymmetric noise strategies: linear (gmax) and VP processes have better generation effects than symmetric noise strategies. With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

  • Model training: This method maintains many advantages of the diffusion model training process, such as single stage, single model, and single loss function. And it compares various methods of model parameterization (Model parameterization), that is, the selection of network training targets, including noise prediction (Noise), generation target prediction (Data), and flow matching technology corresponding to the diffusion model [10,11] Velocity prediction (Velocity), etc. The article found that when the generation target, that is, the mel spectrum, is used as the network prediction target, relatively better generation results can be achieved.

With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challengesWith the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

  • Sampling process: Thanks to the fact that the Schrödinger bridge is completely solvable in this study By transforming the forward-backward SDE system corresponding to the Schrödinger bridge, the authors obtained Bridge SDE and Bridge ODE for inference. At the same time, due to the slow speed of direct simulation of Bridge SDE/ODE inference, in order to speed up sampling, this study used the exponential integrator commonly used in diffusion models [12,13], and gave the first-order SDE and ODE sampling forms of the Schrödinger bridge:

With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

#In 1-step sampling, the sampling forms of first-order SDE and ODE jointly degenerate into single-step prediction of the network. At the same time, they are closely related to posterior sampling/diffusion model DDIM sampling, and the article gives a detailed analysis in the appendix. The article also provides the second-order sampling SDE and ODE sampling algorithms of the Schrödinger bridge. The authors found that in speech synthesis, the generation quality is similar to a first-order sampling process.

In other tasks such as speech enhancement, speech separation, speech editing and other tasks where prior information is also strong, the authors expect that this research will also bring greater Value.

About the author

This study has three co-first authors: Chen Zehua, He Guande and Zheng Kaiwen both belong to Zhu Jun’s research group in the Department of Computer Science at Tsinghua University. The corresponding author of the article is Professor Zhu Jun. Tan Xu, chief research manager of Microsoft Research Asia, is a project collaborator.

With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

#                                                       Tan Xu, Chief Research Manager, Microsoft Research Asia

With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

Chen Zehua is a Shuimu Scholar postdoctoral fellow in the Department of Computer Science at Tsinghua University. His main research direction is probabilistic generative models and their applications in speech, sound effects, bioelectrical signal synthesis, etc. He has interned at many companies such as Microsoft, JD.com, and TikTok, and published many papers at important international conferences in the field of speech and machine learning, such as ICML/NeurIPS/ICASSP.

With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

He Guande is a third-year master's student at Tsinghua University. His main research direction is uncertainty estimation and generative models. He has previously participated in conferences such as ICLR and Published the paper as the first author.

With the help of Schrödinger Bridge, Zhu Juns team at Tsinghua University develops a new speech synthesis system to address proliferation challenges

Zheng Kaiwen is a second-year master's student at Tsinghua University. His main research direction is the theory and algorithm of deep generative models, and their applications in image, audio and 3D generation. He has previously published many papers at top conferences such as ICML/NeurIPS/CVPR, involving technologies such as flow matching and exponential integrators in diffusion models.

References:
[1] Zehua Chen, Guande He , Kaiwen Zheng, Xu Tan, and Jun Zhu. Schrodinger Bridges Beat Diffusion Models on Text-to-Speech Synthesis. arXiv preprint arXiv:2312.03491, 2023.
[2] Vadim Popov, Ivan Vovk, Vladimir Gogoryan, Tasnima Sadekova, and Mikhail A. Kudinov. Grad-TTS: A Diffusion Probabilistic Model for Text-to-Speech. In ICML, 2021.
[3] Jinglin Liu, Chengxi Li, Yi Ren, Feiyang Chen, and Zhou Zhao. DiffSinger: Singing Voice Synthesis via Shallow Diffusion Mechanism. In AAAI, 2022.
[4] Sang-gil Lee, Heeseung Kim, Chaehun Shin, Xu Tan, Chang Liu, Qi Meng, Tao Qin, Wei Chen, Sungroh Yoon, and Tie-Yan Liu. PriorGrad : Improving Conditional Denoising Diffusion Models with Data-Dependent Adaptive Prior. In ICLR, 2022.
##[5] Rongjie Huang, Zhou Zhao, Huadai Liu, Jinglin Liu , Chenye Cui, and Yi Ren. ProDiff: Progressive Fast Diffusion Model For High-Quality Text-to-Speech. In ACM Multimedia, 2022.
[6 ] Zhen Ye, Wei Xue, Xu Tan, Jie Chen, Qifeng Liu, and Yike Guo. CoMoSpeech: One-Step Speech and Singing Voice Synthesis via Consistency Model. In ACM Multimedia, 2023.
[7] Zehua Chen, Yihan Wu, Yichong Leng, Jiawei Chen, Haohe Liu, Xu Tan, Yang Cui, Ke Wang, Lei He, Sheng Zhao, Jiang Bian, and Danilo P. Mandic. ResGrad: Residual Denoising Diffusion Probabilistic Models for Text to Speech. arXiv preprint arXiv:2212.14518, 2022.
##[8] Yuyang Shi, Valentin De Bortoli, Andrew Campbell , and Arnaud Doucet. Diffusion Schrödinger Bridge Matching. In NeurIPS 2023.
[9] Guan-Horng Liu, Arash Vahdat, De-An Huang, Evangelos A . Theodorou, Weili Nie, and Anima Anandkumar. I2SB: Image-to-Image Schrödinger Bridge. In ICML, 2023.
##[10] Yaron Lipman, Ricky T. Q. Chen, Heli Ben-Hamu, Maximilian Nickel, and Matt Le. Flow Matching for Generative Modeling. In ICLR, 2023.
##[11] Kaiwen Zheng, Cheng Lu, Jianfei Chen, and Jun Zhu. Improved Techniques for Maximum Likelihood Estimation for Diffusion ODEs. In ICML, 2023.
##[12] Cheng Lu, Yuhao Zhou, Fan Bao, Jianfei Chen, Chongxuan Li, and Jun Zhu. DPM-Solver: A Fast ODE Solver for Diffusion Probabilistic Model Sampling in Around 10 Steps. In NeurIPS, 2022.
[13] Kaiwen Zheng, Cheng Lu, Jianfei Chen, and Jun Zhu. DPM-Solver-v3: Improved Diffusion ODE Solver with Empirical Model Statistics. In NeurIPS, 2023.

The above is the detailed content of With the help of Schrödinger Bridge, Zhu Jun's team at Tsinghua University develops a new speech synthesis system to address proliferation challenges. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

DeepMind robot plays table tennis, and its forehand and backhand slip into the air, completely defeating human beginners DeepMind robot plays table tennis, and its forehand and backhand slip into the air, completely defeating human beginners Aug 09, 2024 pm 04:01 PM

But maybe he can’t defeat the old man in the park? The Paris Olympic Games are in full swing, and table tennis has attracted much attention. At the same time, robots have also made new breakthroughs in playing table tennis. Just now, DeepMind proposed the first learning robot agent that can reach the level of human amateur players in competitive table tennis. Paper address: https://arxiv.org/pdf/2408.03906 How good is the DeepMind robot at playing table tennis? Probably on par with human amateur players: both forehand and backhand: the opponent uses a variety of playing styles, and the robot can also withstand: receiving serves with different spins: However, the intensity of the game does not seem to be as intense as the old man in the park. For robots, table tennis

The first mechanical claw! Yuanluobao appeared at the 2024 World Robot Conference and released the first chess robot that can enter the home The first mechanical claw! Yuanluobao appeared at the 2024 World Robot Conference and released the first chess robot that can enter the home Aug 21, 2024 pm 07:33 PM

On August 21, the 2024 World Robot Conference was grandly held in Beijing. SenseTime's home robot brand "Yuanluobot SenseRobot" has unveiled its entire family of products, and recently released the Yuanluobot AI chess-playing robot - Chess Professional Edition (hereinafter referred to as "Yuanluobot SenseRobot"), becoming the world's first A chess robot for the home. As the third chess-playing robot product of Yuanluobo, the new Guoxiang robot has undergone a large number of special technical upgrades and innovations in AI and engineering machinery. For the first time, it has realized the ability to pick up three-dimensional chess pieces through mechanical claws on a home robot, and perform human-machine Functions such as chess playing, everyone playing chess, notation review, etc.

Claude has become lazy too! Netizen: Learn to give yourself a holiday Claude has become lazy too! Netizen: Learn to give yourself a holiday Sep 02, 2024 pm 01:56 PM

The start of school is about to begin, and it’s not just the students who are about to start the new semester who should take care of themselves, but also the large AI models. Some time ago, Reddit was filled with netizens complaining that Claude was getting lazy. "Its level has dropped a lot, it often pauses, and even the output becomes very short. In the first week of release, it could translate a full 4-page document at once, but now it can't even output half a page!" https:// www.reddit.com/r/ClaudeAI/comments/1by8rw8/something_just_feels_wrong_with_claude_in_the/ in a post titled "Totally disappointed with Claude", full of

At the World Robot Conference, this domestic robot carrying 'the hope of future elderly care' was surrounded At the World Robot Conference, this domestic robot carrying 'the hope of future elderly care' was surrounded Aug 22, 2024 pm 10:35 PM

At the World Robot Conference being held in Beijing, the display of humanoid robots has become the absolute focus of the scene. At the Stardust Intelligent booth, the AI ​​robot assistant S1 performed three major performances of dulcimer, martial arts, and calligraphy in one exhibition area, capable of both literary and martial arts. , attracted a large number of professional audiences and media. The elegant playing on the elastic strings allows the S1 to demonstrate fine operation and absolute control with speed, strength and precision. CCTV News conducted a special report on the imitation learning and intelligent control behind "Calligraphy". Company founder Lai Jie explained that behind the silky movements, the hardware side pursues the best force control and the most human-like body indicators (speed, load) etc.), but on the AI ​​side, the real movement data of people is collected, allowing the robot to become stronger when it encounters a strong situation and learn to evolve quickly. And agile

ACL 2024 Awards Announced: One of the Best Papers on Oracle Deciphering by HuaTech, GloVe Time Test Award ACL 2024 Awards Announced: One of the Best Papers on Oracle Deciphering by HuaTech, GloVe Time Test Award Aug 15, 2024 pm 04:37 PM

At this ACL conference, contributors have gained a lot. The six-day ACL2024 is being held in Bangkok, Thailand. ACL is the top international conference in the field of computational linguistics and natural language processing. It is organized by the International Association for Computational Linguistics and is held annually. ACL has always ranked first in academic influence in the field of NLP, and it is also a CCF-A recommended conference. This year's ACL conference is the 62nd and has received more than 400 cutting-edge works in the field of NLP. Yesterday afternoon, the conference announced the best paper and other awards. This time, there are 7 Best Paper Awards (two unpublished), 1 Best Theme Paper Award, and 35 Outstanding Paper Awards. The conference also awarded 3 Resource Paper Awards (ResourceAward) and Social Impact Award (

Hongmeng Smart Travel S9 and full-scenario new product launch conference, a number of blockbuster new products were released together Hongmeng Smart Travel S9 and full-scenario new product launch conference, a number of blockbuster new products were released together Aug 08, 2024 am 07:02 AM

This afternoon, Hongmeng Zhixing officially welcomed new brands and new cars. On August 6, Huawei held the Hongmeng Smart Xingxing S9 and Huawei full-scenario new product launch conference, bringing the panoramic smart flagship sedan Xiangjie S9, the new M7Pro and Huawei novaFlip, MatePad Pro 12.2 inches, the new MatePad Air, Huawei Bisheng With many new all-scenario smart products including the laser printer X1 series, FreeBuds6i, WATCHFIT3 and smart screen S5Pro, from smart travel, smart office to smart wear, Huawei continues to build a full-scenario smart ecosystem to bring consumers a smart experience of the Internet of Everything. Hongmeng Zhixing: In-depth empowerment to promote the upgrading of the smart car industry Huawei joins hands with Chinese automotive industry partners to provide

Li Feifei's team proposed ReKep to give robots spatial intelligence and integrate GPT-4o Li Feifei's team proposed ReKep to give robots spatial intelligence and integrate GPT-4o Sep 03, 2024 pm 05:18 PM

Deep integration of vision and robot learning. When two robot hands work together smoothly to fold clothes, pour tea, and pack shoes, coupled with the 1X humanoid robot NEO that has been making headlines recently, you may have a feeling: we seem to be entering the age of robots. In fact, these silky movements are the product of advanced robotic technology + exquisite frame design + multi-modal large models. We know that useful robots often require complex and exquisite interactions with the environment, and the environment can be represented as constraints in the spatial and temporal domains. For example, if you want a robot to pour tea, the robot first needs to grasp the handle of the teapot and keep it upright without spilling the tea, then move it smoothly until the mouth of the pot is aligned with the mouth of the cup, and then tilt the teapot at a certain angle. . this

Tested 7 'Sora-level' video generation artifacts. Who has the ability to ascend to the 'Iron Throne'? Tested 7 'Sora-level' video generation artifacts. Who has the ability to ascend to the 'Iron Throne'? Aug 05, 2024 pm 07:19 PM

Editor of Machine Power Report: Yang Wen Who can become the King of AI video circle? In the American TV series "Game of Thrones", there is an "Iron Throne". Legend has it that it was made by the giant dragon "Black Death" who melted thousands of swords discarded by enemies, symbolizing supreme authority. In order to sit on this iron chair, the major families started fighting and fighting. Since the emergence of Sora, a vigorous "Game of Thrones" has been launched in the AI ​​video circle. The main players in this game include RunwayGen-3 and Luma from across the ocean, as well as domestic Kuaishou Keling, ByteDream, and Zhimo. Spectrum Qingying, Vidu, PixVerseV2, etc. Today we are going to evaluate and see who is qualified to sit on the "Iron Throne" of the AI ​​video circle. -1- Vincent Video

See all articles