项目作者: adiyoss

项目描述 :
Sequence Segmentation using Joint RNN and Structured Prediction Models (ICASSP 2017)
高级语言: Python
项目地址: git://github.com/adiyoss/DeepSegmentor.git
创建时间: 2016-07-11T13:39:29Z
项目社区:https://github.com/adiyoss/DeepSegmentor

开源协议:MIT License

下载


Deep Segmentor - Sequence Segmentation using Joint RNN and Structured Prediction Models

We describe and analyze a simple and effective algorithm for sequence segmentation applied to speech processing tasks. We propose a neural architecture that is composed of two modules trained jointly: a recurrent neural network (RNN) module and a structured prediction model. The RNN outputs are considered as feature functions to the structured model. The overall model is trained with a structured loss function which can be designed to the given segmentation task. We demonstrate the effectiveness of our method by applying it to two simple tasks commonly used in phonetic studies: word segmentation and voice onset time segmentation.

If you find our work useful please cite:
[Sequence Segmentation using Joint RNN and Structured Prediction Models] (https://arxiv.org/pdf/1610.07918v1.pdf)

  1. @article{adi2016sequence,
  2. title={Sequence Segmentation Using Joint RNN and Structured Prediction Models},
  3. author={Adi, Yossi and Keshet, Joseph and Cibelli, Emily and Goldrick, Matthew},
  4. journal={arXiv preprint arXiv:1610.07918},
  5. year={2016}
  6. }