CVSep 5, 2025

SL-SLR: Self-Supervised Representation Learning for Sign Language Recognition

arXiv:2509.05188v1h-index: 5
Originality Incremental advance
AI Analysis

This work addresses sign language recognition, a domain-specific task, by improving representation learning for better performance in downstream applications.

The paper tackled the problem of sign language recognition (SLR) by addressing issues in contrastive learning, such as treating all video parts equally and handling similar negative pairs, resulting in a self-supervised framework that achieved considerable accuracy gains across evaluation tasks.

Sign language recognition (SLR) is a machine learning task aiming to identify signs in videos. Due to the scarcity of annotated data, unsupervised methods like contrastive learning have become promising in this field. They learn meaningful representations by pulling positive pairs (two augmented versions of the same instance) closer and pushing negative pairs (different from the positive pairs) apart. In SLR, in a sign video, only certain parts provide information that is truly useful for its recognition. Applying contrastive methods to SLR raises two issues: (i) contrastive learning methods treat all parts of a video in the same way, without taking into account the relevance of certain parts over others; (ii) shared movements between different signs make negative pairs highly similar, complicating sign discrimination. These issues lead to learning non-discriminative features for sign recognition and poor results in downstream tasks. In response, this paper proposes a self-supervised learning framework designed to learn meaningful representations for SLR. This framework consists of two key components designed to work together: (i) a new self-supervised approach with free-negative pairs; (ii) a new data augmentation technique. This approach shows a considerable gain in accuracy compared to several contrastive and self-supervised methods, across linear evaluation, semi-supervised learning, and transferability between sign languages.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes