English

Sign Language Translation with Iterative Prototype

Computer Vision and Pattern Recognition 2023-08-24 v1

Abstract

This paper presents IP-SLT, a simple yet effective framework for sign language translation (SLT). Our IP-SLT adopts a recurrent structure and enhances the semantic representation (prototype) of the input sign language video via an iterative refinement manner. Our idea mimics the behavior of human reading, where a sentence can be digested repeatedly, till reaching accurate understanding. Technically, IP-SLT consists of feature extraction, prototype initialization, and iterative prototype refinement. The initialization module generates the initial prototype based on the visual feature extracted by the feature extraction module. Then, the iterative refinement module leverages the cross-attention mechanism to polish the previous prototype by aggregating it with the original video feature. Through repeated refinement, the prototype finally converges to a more stable and accurate state, leading to a fluent and appropriate translation. In addition, to leverage the sequential dependence of prototypes, we further propose an iterative distillation loss to compress the knowledge of the final iteration into previous ones. As the autoregressive decoding process is executed only once in inference, our IP-SLT is ready to improve various SLT systems with acceptable overhead. Extensive experiments are conducted on public benchmarks to demonstrate the effectiveness of the IP-SLT.

Keywords

Cite

@article{arxiv.2308.12191,
  title  = {Sign Language Translation with Iterative Prototype},
  author = {Huijie Yao and Wengang Zhou and Hao Feng and Hezhen Hu and Hao Zhou and Houqiang Li},
  journal= {arXiv preprint arXiv:2308.12191},
  year   = {2023}
}

Comments

Accepted by ICCV 2023

R2 v1 2026-06-28T12:02:35.707Z