Overview
- Field: Computer Vision
- Authors: Yiyang Jiang, Li Zhang, Xiao-Yong Wei
- Published: 2025-04-17
- arXiv: 2504.13083
- Paper: https://arxiv.org/abs/2504.13083
- Code and data (upon acceptance): https://github.com/fletcherjiang/SignThought
Abstract (translated from the Chinese summary)
Many sign language translation (SLT) systems implicitly assume that brief chunks of signing map directly to spoken-language words. This assumption breaks down because signers often create meaning on the fly using context, space, and movement. The authors revisit SLT and argue that it is primarily a cross-modal reasoning task, not merely a straightforward video-to-text conversion.
They introduce a reasoning-driven SLT framework that uses an ordered sequence of latent thoughts as an explicit intermediate layer between the video and the generated text. These latent thoughts gradually extract and organize meaning over time.
On top of this, the framework adopts a plan-then-ground decoding method: the model first decides what it wants to say, then looks back at the video to find supporting evidence. This separation improves coherence and faithfulness.
The authors also build and release a new large-scale gloss-free SLT dataset with stronger contextual dependence and more realistic meaning construction. Experiments across multiple benchmarks consistently outperform existing gloss-free methods.
Original Abstract (excerpt)
> Many SLT systems quietly assume that brief chunks of signing map directly to spoken-language words. That assumption breaks down because signers often create meaning on the fly using context, space, and movement. We revisit SLT and argue that it is mainly a cross-modal reasoning task, not just a straightforward video-to-text conversion. We thus introduce a reasoning-driven SLT framework that uses an ordered sequence of latent thoughts as an explicit middle layer between the video and the generated text. These latent thoughts gradually extract and organize meaning over time. On top of this, we use a plan-then-ground decoding method: the model first decides what it wants to say, and then looks back at the video to find the evidence. This separation improves coherence and faithfulness.