paper-with-me

홈 › Papers

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, a connectionist temporal classification loss may not train such CSLR backbones sufficiently. In this work, we propose three auxiliary tasks to enhance the CSLR backbones. The first task enhances the visual module, which is sensitive to the insufficient training problem, from the perspective of consistency. Specifically, since the information of sign languages is mainly included in signers' facial expressions and hand movements, a keypoint-guided spatial attention module is developed to enforce the visual module to focus on informative regions, i.e., spatial attention consistency. Second, noticing that both the output features of the visual and sequential modules represent the same sentence, to better exploit the backbone's power, a sentence embedding consistency constraint is imposed between the visual and sequential modules to enhance the representation power of both features. We name the CSLR model trained with the above auxiliary tasks as consistency-enhanced CSLR, which performs well on signer-dependent datasets in which all signers appear during both training and testing. To make it more robust for the signer-independent setting, a signer removal module based on feature disentanglement is further proposed to remove signer information from the backbone. Extensive ablation studies are conducted to validate the effectiveness of these auxiliary tasks. More remarkably, with a transformer-based backbone, our model achieves state-of-the-art or competitive performance on five benchmarks, PHOENIX-2014, PHOENIX-2014-T, PHOENIX-2014-SI, CSL, and CSL-Daily. Code and Models are available at https://github.com/2000ZRL/LCSA_C2SLR_SRM.

📄 PDF Abstract BibTeX arXiv:2212.13023

Code (1)

2000zrl/lcsa_c2slr_srm 공식 구현 pytorch

Tasks

DisentanglementSentenceSentence EmbeddingSentence-EmbeddingSign Language Recognition

Methods 이 논문이 사용한 방법론

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…
Sigmoid Activation 설명 없음
Average Pooling 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
CSL Circular Smooth Label (CSL) is a classification-based rotation detection technique for arbitrary-oriented object detection. It is used for circularly distributed angle…

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

Time Resource Networks

2016-02-09 · Szymon Sidor, Peng Yu, Cheng Fang, Brian Williams

The problem of scheduling under resource constraints is widely applicable. One prominent example is power management, in which we have a limited continuous supply of power but must schedule a number of power-consuming ta…

ManagementScheduling

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 iterati…

Sign Language Recognition

A Differentiable Integer Linear Programming Solver for Explanation-Based Natural Language Inference

2024-04-03 · Mokanarangan Thayaparan, Marco Valentino, André Freitas

Integer Linear Programming (ILP) has been proposed as a formalism for encoding precise structural and semantic constraints for Natural Language Inference (NLI). However, traditional ILP frameworks are non-differentiable,…

Natural Language Inference

Structure-Aware Decoding Mechanisms for Complex Entity Extraction with Large-Scale Language Models

2025-12-16 · Zhimin Qiu, Di Wu, Feng Liu, Yuxiao Wang arxiv

This paper proposes a structure-aware decoding method based on large language models to address the difficulty of traditional approaches in maintaining both semantic integrity and structural consistency in nested and ove…

Information Extraction