Cross-Modal Consistency Learning for Sign Language Recognition
Kepeng Wu, Zecheng Li, Hezhen Hu, Wengang Zhou, Houqiang Li
TL;DR
CCL-SLR addresses ISLR pre-training by enforcing cross-modal consistency between RGB and pose representations through dual-branch contrastive learning. It introduces Motion-Preserving Masking (MPM) to suppress non-semantic background in RGB videos and Semantic Positive Mining (SPM) to supply cross-modal pseudo-labels, enabling robust cross-modal alignment during pre-training. The method delivers strong improvements across four ISLR benchmarks, surpassing several prior approaches on MSASL, WLASL, NMFs-CSL, and SLR500, and demonstrates the practicality of large-scale, self-supervised cross-modal pre-training for sign language understanding. The work provides comprehensive ablations and analyses, showing that cross-modal losses, motion-aware augmentations, and semantic neighbor mining collectively enhance sign representation learning with potential impact on real-world sign-language systems.
Abstract
Pre-training has been proven to be effective in boosting the performance of Isolated Sign Language Recognition (ISLR). Existing pre-training methods solely focus on the compact pose data, which eliminates background perturbation but inevitably suffers from insufficient semantic cues compared to raw RGB videos. Nevertheless, learning representation directly from RGB videos remains challenging due to the presence of sign-independent visual features. To address this dilemma, we propose a Cross-modal Consistency Learning framework (CCL-SLR), which leverages the cross-modal consistency from both RGB and pose modalities based on self-supervised pre-training. First, CCL-SLR employs contrastive learning for instance discrimination within and across modalities. Through the single-modal and cross-modal contrastive learning, CCL-SLR gradually aligns the feature spaces of RGB and pose modalities, thereby extracting consistent sign representations. Second, we further introduce Motion-Preserving Masking (MPM) and Semantic Positive Mining (SPM) techniques to improve cross-modal consistency from the perspective of data augmentation and sample similarity, respectively. Extensive experiments on four ISLR benchmarks show that CCL-SLR achieves impressive performance, demonstrating its effectiveness. The code will be released to the public.
