CLMar 19, 2024

Factorized Learning Assisted with Large Language Model for Gloss-free Sign Language Translation

arXiv:2403.12556v191 citationsLREC
Originality Incremental advance
AI Analysis

This work addresses the labor-intensive gloss annotation bottleneck in sign language translation, offering a more efficient method for the deaf and hard-of-hearing community, though it is incremental in its approach.

The paper tackles the problem of gloss-free sign language translation by proposing a factorized learning approach assisted with a large language model, achieving significant improvements across three datasets.

Previous Sign Language Translation (SLT) methods achieve superior performance by relying on gloss annotations. However, labeling high-quality glosses is a labor-intensive task, which limits the further development of SLT. Although some approaches work towards gloss-free SLT through jointly training the visual encoder and translation network, these efforts still suffer from poor performance and inefficient use of the powerful Large Language Model (LLM). Most seriously, we find that directly introducing LLM into SLT will lead to insufficient learning of visual representations as LLM dominates the learning curve. To address these problems, we propose Factorized Learning assisted with Large Language Model (FLa-LLM) for gloss-free SLT. Concretely, we factorize the training process into two stages. In the visual initialing stage, we employ a lightweight translation model after the visual encoder to pre-train the visual encoder. In the LLM fine-tuning stage, we freeze the acquired knowledge in the visual encoder and integrate it with a pre-trained LLM to inspire the LLM's translation potential. This factorized training strategy proves to be highly effective as evidenced by significant improvements achieved across three SLT datasets which are all conducted under the gloss-free setting.

Code Implementations1 repo
Foundations

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

Your Notes