An Efficient Sign Language Translation Using Spatial Configuration and Motion Dynamics with LLMs
Eui Jun Hwang, Sukmin Cho, Junmyeong Lee, Jong C. Park
TL;DR
This work tackles gloss-free Sign Language Translation (SLT) by reducing reliance on domain-specific visual encoder fine-tuning. It introduces SpaMo, a framework that separately extracts spatial configurations with a frozen ViT (via $S^2$ scaling) and motion dynamics with a frozen VideoMAE, fuses them through a Sign Adapter, and translates with a LoRA-tuned LLM, aided by a Visual-Text Alignment warm-up. SpaMo achieves state-of-the-art results on PHOENIX14T, CSL-Daily, and How2Sign, supported by comprehensive ablations and qualitative analyses that illuminate how the LLM interprets sign video embeddings. The approach offers a practical, data-efficient path for SLT, leveraging off-the-shelf encoders and light alignment to narrow the modality gap while avoiding heavy, domain-specific fine-tuning.
Abstract
Gloss-free Sign Language Translation (SLT) converts sign videos directly into spoken language sentences without relying on glosses. Recently, Large Language Models (LLMs) have shown remarkable translation performance in gloss-free methods by harnessing their powerful natural language generation capabilities. However, these methods often rely on domain-specific fine-tuning of visual encoders to achieve optimal results. By contrast, this paper emphasizes the importance of capturing the spatial configurations and motion dynamics inherent in sign language. With this in mind, we introduce Spatial and Motion-based Sign Language Translation (SpaMo), a novel LLM-based SLT framework. The core idea of SpaMo is simple yet effective. We first extract spatial and motion features using off-the-shelf visual encoders and then input these features into an LLM with a language prompt. Additionally, we employ a visual-text alignment process as a warm-up before the SLT supervision. Our experiments demonstrate that SpaMo achieves state-of-the-art performance on two popular datasets, PHOENIX14T and How2Sign.
