Giter VIP home page Giter VIP logo

Comments (2)

jaywalnut310 avatar jaywalnut310 commented on September 28, 2024 6

I have no empirical evidence, but I think the difference comes from whether to capture dependencies between output mel-spectrogram frames or not. The probabilistic modeling of each model is quite different, and therefore their factorization levels of output distribution are different.
For brevity, I'll not mention some conditions explicitly. For example, I'll use p(mel-frames), not p(mel-frames | text).

The post-net can be used to refine the output mel-frames after sampling procedure is over.
It makes up for the lack of in-channel or in-frame dependencies of mel-frames.

Now, look at the difference of all models:
Tacotron 2: no future-frame and in-channel info -> p(mel) = product of p(mel[i,j] | mel[:i])
FastSpeech: no in-frame and in-channel info -> p(mel) = product of p(mel[i,j])
Glow-TTS*: some degree of all-frames and all-channels info -> p(mel) = product of p(latent_representation[i,j]) * jacobian determinant

*In Glow-TTS, an 1x1 invertible convolution captures in-channel dependencies, and an affine coupling layer captures in-frame dependencies.

Therefore, although Glow-TTS samples all mel-frames in parallel, it can use some degree of information of all previous and next channels as well as all previous and next frames, to make the current channel of current mel-frame, without the need of post-net.

from glow-tts.

LeoniusChen avatar LeoniusChen commented on September 28, 2024 1

Thanks for your reply. As you explained, the results benefit from the coupling layer and the invertible convolution design. It's a nice work of normalizing flows! Congratulations and I will follow your paper and research!

from glow-tts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.