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. Results sug- gest the proposed model is superior to previous methods, ob- taining state-of-the-art results on the tested datasets.
Code (0)
등록된 구현이 없습니다.
Tasks
PredictionSegmentationStructured PredictionSimilar Papers 제목 키워드 기반
Multi-level Contrast Network for Wearables-based Joint Activity Segmentation and Recognition
Human activity recognition (HAR) with wearables is promising research that can be widely adopted in many smart healthcare applications. In recent years, the deep learning-based HAR models have achieved impressive recogni…
Activity PredictionActivity RecognitionHuman Activity RecognitionSegmentationPredicting Multiple Structured Visual Interpretations
We present a simple approach for producing a small number of structured visual outputs which have high recall, for a variety of tasks including monocular pose estimation and semantic scene segmentation. Current state-of-…
Pose EstimationScene SegmentationSegmentationSemantic Segmentation via Structured Patch Prediction, Context CRF and Guidance CRF
This paper describes a fast and accurate semantic image segmentation approach that encodes not only segmentation-specified features but also high-order context compatibilities and boundary guidance constraints. We introd…
Image SegmentationScene ParsingSegmentationSemantic SegmentationContinual Segmentation under Joint Nonstationarity
Evolving data streams induce joint nonstationarity in continual semantic segmentation, where semantic classes, input distributions, and supervision availability change simultaneously over time. This setting reflects prac…
Continual Semantic SegmentationStructured PredictionContinual LearningBoundRL: Efficient Structured Text Segmentation through Reinforced Boundary Generation
Structured texts refer to texts containing structured elements beyond plain texts, such as code snippets and placeholders. Such structured texts increasingly require segmentation into semantically meaningful components, …
Reinforcement Learning