Coder Social home page Coder Social logo

Comments (5)

andi611 avatar andi611 commented on July 24, 2024 1

For the inner hidden state, can that be thought of as an autoencoded representation?

Yes, that is the representation we want to learn.

And can we somehow go back to raw audio? With MFCC, for example, I believe we cannot.

You can, but performance may vary (depending on the downstream task).

from s3prl.

andi611 avatar andi611 commented on July 24, 2024 1

For reconstruction, I’m talking about no downstream task... simple get back raw audio.

Example: raw audio -> Mel spectrogram -> encoded representation -> Mel spectrogram -> raw audio

For example, with wav2vec, this would be difficult since it goes from 480-dimensions for 30ms at 16KHz down to a 39-dimensional vector. There’s too much loss of information to adequately reconstruct.

Then it depends on the reconstruction target, if the target is mel or linear I believe we can get back raw waveform.
MFCC for example, I also belive we cannot.

from s3prl.

andi611 avatar andi611 commented on July 24, 2024

The input to pre-trained models can be any acoustic feature of choice (MFCC, FBANK, fMLLR, mel, linear, etc).
The input we used in Mockingjay is 80-dim Mel and its first derivative, hence a total of 160-dim Mel.
The input we used in TERA is 40-dim fMLLR extracted from Kaldi.

from s3prl.

shamoons avatar shamoons commented on July 24, 2024

Hmmm. Okay thank you for clarifying. For the inner hidden state, can that be thought of as an autoencoded representation?

And can we somehow go back to raw audio? With MFCC, for example, I believe we cannot.

from s3prl.

shamoons avatar shamoons commented on July 24, 2024

For reconstruction, I’m talking about no downstream task... simple get back raw audio.

Example: raw audio -> Mel spectrogram -> encoded representation -> Mel spectrogram -> raw audio

For example, with wav2vec, this would be difficult since it goes from 480-dimensions for 30ms at 16KHz down to a 39-dimensional vector. There’s too much loss of information to adequately reconstruct.

from s3prl.

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.