Text2Sign

Jul 14, 2026 · 1 min read

Text2Sign is the public implementation behind the IEEE Access article of the same name. The repository provides a PyTorch training and inference path for short sign-language clips generated from text, using a frozen CLIP text encoder, a 3D backbone, factorized spatiotemporal attention, and DDIM sampling.

The design target is a single NVIDIA L4 GPU rather than a multi-node cluster. Evaluation uses a signer-disjoint How2Sign split so that appearance memorization is harder to confuse with text-conditioned motion.