Skip to content

doerlbh/MiniVox

Repository files navigation

MiniVox

minivox

Code for our papers:

ACML 2021 "Speaker Diarization as a Fully Online Bandit Learning Problem in MiniVox"

INTERSPEECH 2020 "VoiceID on the fly: A speaker recognition system that learns from scratch"

by Baihan Lin (Columbia) and Xinxin Zhang (NYU).

For the latest full paper: https://arxiv.org/abs/2006.04376

All the experimental results can be reproduced using the code in this repository. Feel free to contact me by doerlbh@gmail.com if you have any question about our work.

Abstract

We propose a novel machine learning framework to conduct real-time multi-speaker diarization and recognition without prior registration and pretraining in a fully online learning setting. Our contributions are two-fold. First, we propose a new benchmark to evaluate the rarely studied fully online speaker diarization problem. We build upon existing datasets of real world utterances to automatically curate \textit{MiniVox}, an experimental environment which generates infinite configurations of continuous multi-speaker speech stream. Second, we consider the practical problem of online learning with episodically revealed rewards and introduce a solution based on semi-supervised and self-supervised learning methods. Additionally, we provide a workable web-based recognition system which interactively handles the cold start problem of new user's addition by transferring representations of old arms to new ones with an extendable contextual bandit. We demonstrate that our proposed method obtains robust performance in the online MiniVox framework given either cepstrum-based representations or deep neural network embeddings.

Info

Language: Matlab

Platform: MacOS, Linux, Windows

by Baihan Lin, Jan 2020

Citation

If you find this work helpful, please try out the models and cite our works. Thanks!

@inproceedings{lin2021speaker,
  title={{Speaker Diarization as a Fully Online Bandit Learning Problem in MiniVox}},
  author={Lin, Baihan and Zhang, Xinxin},
  booktitle={Asian Conference on Machine Learning},
  year={2021},
  pages={},
  organization={PMLR}
}

@inproceedings{lin2020voiceid,
  title={{VoiceID on the fly: A speaker recognition system that learns from scratch}},
  author={Lin, Baihan and Zhang, Xinxin},
  booktitle={INTERSPEECH},
  year={2020}
}

Requirements

Acknowledgements

The CNN pretrained model was accessed from https://github.com/a-nagrani/VGGVox. We modified many of the original files and included our comparison.