VTaMo: Video-Text Alignment Model for Sign Language Translation

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, extended

Summary

VTaMo is a novel framework for gloss-free Sign Language Translation (SLT) that explicitly addresses cross-modal alignment challenges. It introduces multi-granularity alignment at three levels: local alignment using entropy-regularized optimal transport with a learnable null token for fine-grained frame-to-token correspondences; global alignment via a learnable orthogonal transformation to calibrate embedding space geometry through Earth Mover's Distance; and position-aligned contrastive learning for discriminative token-level representations. Utilizing a CLIP-ViT-Large visual encoder and a LoRA-adapted Flan-T5-XL language model, VTaMo achieves state-of-the-art performance across four benchmarks: Phoenix-2014T (28.86 BLEU-4), CSL-Daily (27.16 BLEU-4), How2Sign (18.47 BLEU-4, 50.26 BLEURT), and OpenASL (25.94 BLEU-4, 62.48 BLEURT). The framework reorders visual features during training to match target pseudo-gloss token order, with a text-only recovery model handling spoken language order at inference. Ablation studies confirm each alignment component's complementary contribution and the model's robustness to appearance shifts.

Key takeaway

For Machine Learning Engineers developing gloss-free Sign Language Translation systems, VTaMo demonstrates that explicitly modeling multi-granularity vision-text alignment is crucial. You should integrate local optimal transport with null tokens, global orthogonal transformations, and position-aligned contrastive learning to resolve semantic and temporal mismatches. This approach significantly boosts translation accuracy, especially on diverse, large-vocabulary datasets, and allows for robust performance without visual fine-tuning. Consider adopting this explicit alignment strategy to improve your model's ability to handle complex sign language structures.

Key insights

Explicit multi-granularity alignment significantly improves gloss-free sign language translation by resolving vision-text semantic and temporal mismatches.

Principles

Method

VTaMo employs entropy-regularized optimal transport for local frame-to-token alignment, a learnable orthogonal transformation for global sentence-level alignment, and position-aligned contrastive learning, followed by window-based feature reordering for decoder input.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.