Giter Site home page Giter Site logo

Comments (5)

bigpon avatar bigpon commented on August 17, 2024 6

Hi!
AudioDec (ICASSP 2023 deadline: 22/10/26) and Encodec (arXiv, published on 22/10/24) were developed by different teams in Meta at almost the same time, so we haven’t compared AudioDec with Encodec. However, since the AudioDec project focuses on human sounds while Encodec focuses on general audio, there are several main differences.

  1. AudioDec only adopts the simplest single-resolution mel loss while Encodec adopts multi-resolution mel losses and waveform-based losses because only simple mel loss already modeled the speech well.
  2. AudioDec has a 2 stages architecture (encoder + vocoder) which is suitable for developing new encoders/decoders for different applications such as denoising or binaural rending.
  3. The autoencoder architecture of AudioDec is almost the same as SoundStream while Encodec’s architecture is a combination of SoundSteam and Demucs.
  4. The currently provided AudioDec pre-trained models were trained using speech-only corpora (VCTK or LibriTTs) while the Encodec models were trained using many different kinds of audio. Since training/testing data mismatch usually causes significant performance degradations for the data-driven models, we recommend you use the AudioDec pre-trained models only for speech and train new AudioDec models for other types of audio signals.

from audiodec.

bigpon avatar bigpon commented on August 17, 2024 1

Thanks for the suggestion!
I will add this question to README.

from audiodec.

vadimkantorov avatar vadimkantorov commented on August 17, 2024

Interesting. Thank you!

Also, the reason I've asked is because projects like NaturalSpeech2 are using neural codec as important part of their TTS pipeline, so it seems that maybe AudioDec would be better suited for replication of such a model!

from audiodec.

bigpon avatar bigpon commented on August 17, 2024

Yes, since the training script is provided, and the training is not very computation-consuming, it might be easy to train a new AudioDec using a new dataset for a new downstream task.

from audiodec.

vadimkantorov avatar vadimkantorov commented on August 17, 2024

Maybe the information in this issue would be a great addition for README. I assume, many people would have similar questions (on similarities/differences with encodec/soundstream/lyrav2)

from audiodec.

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.