Paper Overview
Field: Computer Vision Authors: Fidel Omar Tito Cruz, Angie Sanchez Marquina, Summy Farfan, Gissella Bejarano Published: 2026-08-28 arXiv: 2608.28568
Introduction
Sign language production (SLP) aims to generate continuous signing motion from spoken language, often through gloss-to-pose generation. Prior work mainly follows two paradigms:
- Generative models synthesize motion from a learned prior or from noise, without reference to an observed signing instance, making rare hand configurations and signer-specific articulation difficult to preserve.
- Retrieval-based methods reuse real, well-articulated motion segments, but concatenating segments from different signers and co-articulation contexts can introduce rhythm and style inconsistencies across the full sequence, not only at segment boundaries.
- Initialize motion from a dictionary of real sign language segments.
- Refine the complete sequence with a part-aware residual VQ-VAE.
- Residual quantization preserves fine-grained hand articulation.
- Temporal length differences are handled in latent space.
- arXiv: https://arxiv.org/abs/2608.28568
The Retrieve-and-Refine Paradigm
These limitations motivate a complementary solution: use retrieval to provide realistic articulation, and use learned refinement to impose the global coherence that retrieval alone lacks. Rather than generating motion from scratch, SignRR starts from real retrieved motion and refines it into a globally coherent signing sequence.
Method
Results
Experiments on PHOENIX14T and CSL-Daily demonstrate that SignRR achieves state-of-the-art back-translation performance while maintaining competitive pose quality.