Temporal-Linguistic Adaptive Streaming for Continuous Sign Language Translation
Summary
Temporal-Linguistic Adaptive Streaming (TLAS) is a novel approach for real-time sign language translation, designed to overcome the limitations of existing streaming policies that often fragment sentences by treating glosses as flat token sequences. Proposed by Arshia Kermani, Habib Irani, Deautaun Ross, and Vangelis Metsis at the 4th Workshop on Advances in Language and Vision Research (ALVR) in July 2026, TLAS integrates a Temporal Pause Detector (TPD) that tracks inter-gloss interval statistics via an exponential moving average, and a Linguistic Readiness Estimator (LRE), a neural head built on a frozen T5 encoder. These components are combined through an Adaptive Fusion Gate (AFG). TLAS proactively segments sentences by firing a timeout when inter-gloss gaps exceed a threshold, ensuring clean boundaries without relying on oracle information. The researchers also introduced a synthetic dataset of 1,400 ASL discourse groups with LLM-generated per-gloss timestamps and a continuous-stream evaluation paradigm. TLAS significantly outperforms heuristic baselines like Wait-k and methods based solely on linguistic content.
Key takeaway
For NLP Engineers developing real-time sign language translation systems, you should consider integrating temporal rhythm analysis into your streaming policies. Existing methods like Wait-k cause fragmentation, but adopting a Temporal-Linguistic Adaptive Streaming (TLAS) approach can significantly improve sentence segmentation accuracy. This allows for cleaner, more natural text output, enhancing the user experience. You could explore adapting the TPD and LRE components for your specific sign language datasets.
Key insights
TLAS improves real-time sign language translation by adaptively fusing temporal pause detection and linguistic readiness for accurate sentence segmentation.
Principles
- Inter-gloss pauses reliably mark sentence boundaries.
- Temporal rhythm is crucial for accurate sign language segmentation.
- Fusing temporal and linguistic cues enhances translation quality.
Method
TLAS combines a Temporal Pause Detector (TPD) for inter-gloss interval statistics and a Linguistic Readiness Estimator (LRE) on a T5 encoder via an Adaptive Fusion Gate (AFG). It uses a proactive timeout based on inter-gloss gaps for segmentation.
In practice
- Use TPD for real-time pause detection.
- Integrate T5 encoder for linguistic readiness.
- Evaluate with continuous-stream paradigms.
Topics
- Sign Language Translation
- Real-time NLP
- Temporal-Linguistic Adaptive Streaming
- T5 Encoder
- Sentence Segmentation
- Continuous Stream Evaluation
- ASL Discourse
Best for: AI Scientist, Research Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.