paper-with-me

홈 › Papers

Visual Alignment Constraint for Continuous Sign Language Recognition

2021-04-06 · ICCV 2021 10 · Yuecong Min, Aiming Hao, Xiujuan Chai, Xilin Chen

Vision-based Continuous Sign Language Recognition (CSLR) aims to recognize unsegmented signs from image streams. Overfitting is one of the most critical problems in CSLR training, and previous works show that the iterative training scheme can partially solve this problem while also costing more training time. In this study, we revisit the iterative training scheme in recent CSLR works and realize that sufficient training of the feature extractor is critical to solving the overfitting problem. Therefore, we propose a Visual Alignment Constraint (VAC) to enhance the feature extractor with alignment supervision. Specifically, the proposed VAC comprises two auxiliary losses: one focuses on visual features only, and the other enforces prediction alignment between the feature extractor and the alignment module. Moreover, we propose two metrics to reflect overfitting by measuring the prediction inconsistency between the feature extractor and the alignment module. Experimental results on two challenging CSLR datasets show that the proposed VAC makes CSLR networks end-to-end trainable and achieves competitive performance.

📄 PDF Abstract BibTeX arXiv:2104.02330

Code (2)

ycmin95/VAC_CSLR 공식 구현 pytorch
hulianyuyy/Temporal-Lift-Pooling pytorch

Tasks

Sign Language Recognition

Methods 이 논문이 사용한 방법론

Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
CNN BiLSTM A CNN BiLSTM is a hybrid bidirectional LSTM and CNN architecture. In the original formulation applied to named entity recognition, it…

Similar Papers 제목 키워드 기반

C2SLR: Consistency-Enhanced Continuous Sign Language Recognition

2022-01-01 · CVPR 2022 1 · Ronglai Zuo, Brian Mak

The backbone of most deep-learning-based continuous sign language recognition (CSLR) models consists of a visual module, a sequential module, and an alignment module. However, such CSLR backbones are hard to be train…

SentenceSentence EmbeddingSentence-EmbeddingSign Language Recognition

Chunk-aware Alignment and Lexical Constraint for Visual Entailment with Natural Language Explanations

2022-07-23 · Qian Yang, Yunxin Li, Baotian Hu, Lin Ma 외

Visual Entailment with natural language explanations aims to infer the relationship between a text-image pair and generate a sentence to explain the decision-making process. Previous methods rely mainly on a pre-trained …

Decision MakingExplanation GenerationInformativenessLanguage Modeling+4

Improving Continuous Sign Language Recognition with Consistency Constraints and Signer Removal

2022-12-26 · Ronglai Zuo, Brian Mak

Most deep-learning-based continuous sign language recognition (CSLR) models share a similar backbone consisting of a visual module, a sequential module, and an alignment module. However, due to limited training samples, …

DisentanglementSentenceSentence EmbeddingSentence-Embedding+1

Iterative Alignment Network for Continuous Sign Language Recognition

2019-06-01 · CVPR 2019 6 · Junfu Pu, Wengang Zhou, Houqiang Li

In this paper, we propose an alignment network with iterative optimization for weakly supervised continuous sign language recognition. Our framework consists of two modules: a 3D convolutional residual network (3D-ResNet…

DecoderDynamic Time WarpingGeneral ClassificationSign Language Recognition

SignVTCL: Multi-Modal Continuous Sign Language Recognition Enhanced by Visual-Textual Contrastive Learning

2024-01-22 · Hao Chen, Jiaze Wang, Ziyu Guo, Jinpeng Li 외

Sign language recognition (SLR) plays a vital role in facilitating communication for the hearing-impaired community. SLR is a weakly supervised task where entire videos are annotated with glosses, making it challenging t…

Contrastive LearningLanguage ModelingLanguage ModellingOptical Flow Estimation+2