GithubHelp home page GithubHelp logo

gaoyiyeah / deepspeaker-pytorch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qqueing/deepspeaker-pytorch

0.0 2.0 0.0 26 KB

Speaker embedding(verification and recognition) using Pytorch

License: MIT License

Python 100.00%

deepspeaker-pytorch's Introduction

Deep Speaker from Baidu Research - Pytorch Implementation

This is a slightly modified pytorch implementation of the model(modified Resnet + triplet loss) presented by Baidu Research in Deep Speaker: an End-to-End Neural Speaker Embedding System.

This code was tested using Voxceleb database. Voxceleb database paper shows shows 7.8% EER using CNN. But in my code can't reach that point. This code contained a lot of editable point such as preprocessing, model, scoring(length nomalization and file processing) and etc.

I hope this code helps researcher reach higher score.

Credits

Original paper:

  • Baidu Research paper:
@article{DBLP:journals/corr/LiMJLZLCKZ17,
  author    = {Chao Li and Xiaokong Ma and Bing Jiang and Xiangang Li and Xuewei Zhang and Xiao Liu and Ying Cao and Ajay Kannan and Zhenyao Zhu},
  title     = {Deep Speaker: an End-to-End Neural Speaker Embedding System},
  journal   = {CoRR},
  volume    = {abs/1705.02304},
  year      = {2017},
  url       = {http://arxiv.org/abs/1705.02304},
  timestamp = {Wed, 07 Jun 2017 14:41:04 +0200},
  biburl    = {http://dblp.org/rec/bib/journals/corr/LiMJLZLCKZ17},
  bibsource = {dblp computer science bibliography, http://dblp.org}
}

Also, use the part of code:

Features

  • In test, length normalization
    • This means extracting many input from single wave and averaging. This makes the results slightly better.
  • In training, except pandas and preloading list.
    • This makes different training accuracy each epoch, but it does not matter.

To do list

Work accomplished so far:

  • Model implementation

  • Data pipeline implementation - "Voxceleb"(Please note:Pytorch dataloader is so weak(High-load preprocessing and many thread))

  • Code cleanup

  • Modified preprocessing

  • Modified model

  • Modified scoring

Authors

[email protected]( or [email protected])

deepspeaker-pytorch's People

Contributors

qqueing avatar

Watchers

 avatar  avatar

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.