VTaMo: Video-Text Alignment Model for Sign Language Translation

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, quick

Summary

VTaMo: Video-Text Alignment Model for Sign Language Translation converts continuous sign videos into spoken language text. Existing gloss-free approaches use pre-trained visual encoders and language models but rely on implicit cross-modal alignment. VTaMo addresses this by introducing a framework with explicit multi-granularity alignment at three levels. First, local alignment uses entropy-regularized optimal transport with a learnable null token for fine-grained frame-to-token correspondences. Second, global alignment employs a learnable orthogonal transformation to calibrate embedding space geometry via Earth Mover's Distance. Third, position-aligned contrastive learning generates discriminative token-level representations. Experiments on Phoenix-2014T, CSL-Daily, How2Sign, and OpenASL datasets show consistent state-of-the-art performance, with ablations confirming each component's contribution. Code is available at https://github.com/junyi2005/vtamo.

Key takeaway

For NLP Engineers developing sign language translation systems, VTaMo's explicit multi-granularity alignment offers a robust approach to overcome implicit cross-modal alignment limitations. You should consider integrating its local, global, and position-aligned contrastive learning components to achieve state-of-the-art performance. This framework provides concrete methods to enhance frame-to-token correspondences and discriminative representations, directly improving translation accuracy.

Key insights

VTaMo explicitly aligns video frames and text tokens at multiple granularities for improved sign language translation.

Principles

Method

VTaMo integrates local alignment via entropy-regularized optimal transport, global alignment using a learnable orthogonal transformation with Earth Mover's Distance, and position-aligned contrastive learning.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, NLP Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.