paper-with-me

Papers

C2ST: Cross-Modal Contextualized Sequence Transduction for Continuous Sign Language Recognition

2023-01-01 · ICCV 2023 1 · Huaiwen Zhang, Zihang Guo, Yang Yang, Xin Liu, De Hu

Continuous Sign Language Recognition (CSLR) aims to transcribe the signs of an untrimmed video into written words or glosses. The mainstream framework for CSLR consists of a spatial module for visual representation learning, a temporal module aggregating the local and global temporal information of frame sequence, and the connectionist temporal classification (CTC) loss, which aligns video features with gloss sequence. Unfortunately, the language prior implicit in the gloss sequence is ignored throughout the modeling process. Furthermore, the contextualization of glosses is further ignored in alignment learning, as CTC makes an independence assumption between glosses. In this paper, we propose a Cross-modal Contextualized Sequence Transduction (C2ST) for CSLR, which effectively incorporates the knowledge of gloss sequence into the process of video representation learning and sequence transduction. Specifically, we introduce a cross-modal context learning framework for CSLR, in which the linguistic features of gloss sequences is extracted by a language model, and recurrently integrate with visual features for video modelling. Moreover, we introduce the contextualized sequence transduction loss that incorporates the contextual information of gloss sequences in label prediction, without making any independence assumptions between the glosses. Our method sets the new state of the art on three widely used large-scale sign language recognition datasets: Phoenix-2014, Phoenix-2014-T, and CSL-Daily. On CSL-Daily, our approach achieves an absolute gain of 4.9% WER compared to the best published results.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingRepresentation LearningSign Language Recognition

Similar Papers 제목 키워드 기반

Multi-space Variational Encoder-Decoders for Semi-supervised Labeled Sequence Transduction

2017-04-06 · ACL 2017 7 · Chunting Zhou, Graham Neubig

Labeled sequence transduction is a task of transforming one sequence into another sequence that satisfies desiderata specified by a set of labels. In this paper we propose multi-space variational encoder-decoders, a new …

Morphological Inflection

Lexicon Learning for Few Shot Sequence Modeling

2021-08-01 · ACL 2021 5 · Ekin Akyurek, Jacob Andreas

Sequence-to-sequence transduction is the core problem in language processing applications as diverse as semantic parsing, machine translation, and instruction following. The neural network models that provide the dominan…

Instruction FollowingMachine TranslationSemantic ParsingSystematic Generalization+1

Lexicon Learning for Few-Shot Neural Sequence Modeling

2021-06-07 · Ekin Akyürek, Jacob Andreas

Sequence-to-sequence transduction is the core problem in language processing applications as diverse as semantic parsing, machine translation, and instruction following. The neural network models that provide the dominan…

Instruction FollowingMachine TranslationSemantic ParsingSystematic Generalization+1

Sequence Transduction with Recurrent Neural Networks

2012-11-14 · Alex Graves

Many machine learning tasks can be expressed as the transformation---or \emph{transduction}---of input sequences into output sequences: speech recognition, machine translation, protein secondary structure prediction and …

Machine TranslationPhoneme RecognitionSpeech Recognitiontext-to-speech+2

Actions Generation from Captions

2019-02-14 · Xuan Liang, Yida Xu

Sequence transduction models have been widely explored in many natural language processing tasks. However, the target sequence usually consists of discrete tokens which represent word indices in a given vocabulary. We ba…

Action GenerationGenerative Adversarial NetworkTime SeriesTime Series Analysis