LLaVA-SLT: Visual Language Tuning for Sign Language Translation
Han Liang, Chengyu Huang, Yuecheng Xu, Cheng Tang, Weicai Ye, Juze Zhang, Xin Chen, Jingyi Yu, Lan Xu
TL;DR
LLaVA-SLT introduces a scalable, gloss-free SLT framework that combines linguistic continued pretraining of large language models, visual contrastive pretraining of a hierarchical visual encoder, and visual language tuning with a lightweight MLP connector to align visual-language embeddings with LLM tokens. The approach is validated on CSL-Daily and Phoenix-2014T, achieving state-of-the-art gloss-free SLT results and narrowing the gap to gloss-based methods, especially when leveraging extra annotation-free CSL-400h data. Ablation studies demonstrate the importance of model scale, data, and the word-level visual language representations, as well as the effectiveness of prompting strategies for guiding LLM outputs. The work highlights a practical path toward scalable, data-efficient sign language translation using large multimodal models, with potential social impact through improved communication accessibility.
Abstract
In the realm of Sign Language Translation (SLT), reliance on costly gloss-annotated datasets has posed a significant barrier. Recent advancements in gloss-free SLT methods have shown promise, yet they often largely lag behind gloss-based approaches in terms of translation accuracy. To narrow this performance gap, we introduce LLaVA-SLT, a pioneering Large Multimodal Model (LMM) framework designed to leverage the power of Large Language Models (LLMs) through effectively learned visual language embeddings. Our model is trained through a trilogy. First, we propose linguistic continued pretraining. We scale up the LLM and adapt it to the sign language domain using an extensive corpus dataset, effectively enhancing its textual linguistic knowledge about sign language. Then, we adopt visual contrastive pretraining to align the visual encoder with a large-scale pretrained text encoder. We propose hierarchical visual encoder that learns a robust word-level intermediate representation that is compatible with LLM token embeddings. Finally, we propose visual language tuning. We freeze pretrained models and employ a lightweight trainable MLP connector. It efficiently maps the pretrained visual language embeddings into the LLM token embedding space, enabling downstream SLT task. Our comprehensive experiments demonstrate that LLaVA-SLT outperforms the state-of-the-art methods. By using extra annotation-free data, it even closes to the gloss-based accuracy.
