Giter Site home page Giter Site logo

wenwanchen / kaldi-ivector Goto Github PK

View Code? Open in Web Editor NEW

This project forked from idiap/kaldi-ivector

0.0 0.0 0.0 59 KB

Extension to Kaldi implementing the standard i-vector hyperparameter estimation and i-vector extraction procedure

License: Other

Shell 27.96% Perl 29.27% Makefile 0.86% C++ 41.92%

kaldi-ivector's Introduction

UPDATED: 20/02/2018

This is the README to the Idiap's implementation of the i-vector system for Kaldi. It contains information about the package, implementation details, installation and compilation.

General information

This implementation of the i-vector system is based on the standard i-vector extraction procedure. It contains code to estimate the T-matrix with the conventional EM algorithm for estimation of Eigenvoice matrices, estimate i-vectors given the T-matrix, features and corresponding posteriors.

Data structures

The classes for T-matrix and sufficient statistics are modifications to the classes already present in Kaldi. Some irrelevant members are removed.

The i-vector is still a kaldi::Vector and is compatible with the LDA and PLDA backends already available in Kaldi.

Compilation

To compile the package simply follow the 2 steps

  1. export the path to kaldi souce in the environment variable $KALDI_DIR
export KALDI_DIR=/home/username/kaldi-trunk/
  1. Run make in the src/ directory
cd src/
make

Now, the binaries should have been created in the src/ivectorbin/ folder.

Kaldi recipe

The recipe equivalent to the kaldi recipe to train and test a speaker recognition system for NIST SRE 2008 dataset is available in the scripts folder. The file scripts/run.sh is the main recipe that calls other scripts from within.

References

The implementation is based on the i-vector systems in

[1] Glembek, Ondřej, et al. "Simplification and optimization of i-vector extraction." Acoustics, Speech and Signal Processing (ICASSP), 2011 IEEE International Conference on. IEEE, 2011.

[2] Madikeri, Srikanth. "A hybrid factor analysis and probabilistic pca-based system for dictionary learning and encoding for robust speaker recognition." Odyssey Workshop. 2012.

kaldi-ivector's People

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.