Giter Club home page Giter Club logo

Comments (8)

wq2012 avatar wq2012 commented on June 6, 2024

Yes, d-vectors are all assumed to have been L2 normalized.

And yes, you are correct, von Mises–Fisher distribution might be a better distribution here to use for UIS-RNN.

We just used Normal distribution as an approximation here due to its simplicity.

from uis-rnn.

vadimkantorov avatar vadimkantorov commented on June 6, 2024

thanks for replying so fast! :)

from uis-rnn.

vadimkantorov avatar vadimkantorov commented on June 6, 2024

I was struggling to overfit a single utterance segmentation without prior L2-normalization. I will let you know if now overfitting works as expected

from uis-rnn.

vadimkantorov avatar vadimkantorov commented on June 6, 2024

With L2-normalized speaker embeddings, given a single sequence to overfit (with only two speakers and some silence speaker), uis-rnn improves upon the initial accuracy (~35%) to ~55%, but does not reach higher accuracies. I'm using default transition_bias estimation and sigma2 initialization and adjustment.

from uis-rnn.

vadimkantorov avatar vadimkantorov commented on June 6, 2024

One more question: what is the semantics of "segments"? "nonoverlapping segments with max length of 400ms."?

from uis-rnn.

wq2012 avatar wq2012 commented on June 6, 2024

One more question: what is the semantics of "segments"? "nonoverlapping segments with max length of 400ms."?

Yes. Also, it really doesn't have to be 400ms. The length 400ms is what we found that works well on our dev / eval datasets.

from uis-rnn.

vadimkantorov avatar vadimkantorov commented on June 6, 2024

One more question about speaker embeddings. Are their values non-negative (i.e. ReLU is used prior to averaging / L2-normalization)?

I'm reimplementing a spectral clustering baseline from https://arxiv.org/abs/1710.10468 and https://github.com/wq2012/SpectralCluster, and depending on whether the values can be negative, the diffusion step may or may not be interpreted as random walk posterior probability after one step.

from uis-rnn.

wq2012 avatar wq2012 commented on June 6, 2024

They can be negative. We don't have ReLU after the last 256-dim linear layer.

from uis-rnn.

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.