TCNet: Continuous Sign Language Recognition from Trajectories and Correlated Regions
Hui Lu, Albert Ali Salah, Ronald Poppe
TL;DR
TCNet addresses continuous sign language recognition by introducing two novel modules: a trajectory module that aligns temporal movements and enables self-attention along motion trajectories, and a correlation module that performs dynamic, region-focused sparse attention to filter irrelevant regions. These modules are integrated into a hybrid CNN–attention architecture that can use various backbones and reduces computation while improving recognition accuracy. Across four large CSLR datasets, TCNet delivers state-of-the-art WER improvements and demonstrates robustness through ablations and backbone experiments. The approach provides practical benefits for scalable CSLR in real-world video settings and is accompanied by code for reproducibility.
Abstract
A key challenge in continuous sign language recognition (CSLR) is to efficiently capture long-range spatial interactions over time from the video input. To address this challenge, we propose TCNet, a hybrid network that effectively models spatio-temporal information from Trajectories and Correlated regions. TCNet's trajectory module transforms frames into aligned trajectories composed of continuous visual tokens. In addition, for a query token, self-attention is learned along the trajectory. As such, our network can also focus on fine-grained spatio-temporal patterns, such as finger movements, of a specific region in motion. TCNet's correlation module uses a novel dynamic attention mechanism that filters out irrelevant frame regions. Additionally, it assigns dynamic key-value tokens from correlated regions to each query. Both innovations significantly reduce the computation cost and memory. We perform experiments on four large-scale datasets: PHOENIX14, PHOENIX14-T, CSL, and CSL-Daily, respectively. Our results demonstrate that TCNet consistently achieves state-of-the-art performance. For example, we improve over the previous state-of-the-art by 1.5% and 1.0% word error rate on PHOENIX14 and PHOENIX14-T, respectively.
