Search papers, labs, and topics across Lattice.
This paper introduces a novel approach to sign language translation by enhancing the update dynamics of iterative refinement decoders using Ordinary Differential Equation (ODE) principles. Instead of increasing model capacity, the authors employ higher-order numerical integration methods, specifically Runge-Kutta schemes, to achieve more accurate and stable updates in the latent representation during translation. The proposed RK-2 method outperforms existing baselines on key benchmarks while maintaining a smaller model size, highlighting the effectiveness of improved refinement dynamics in parameter-efficient designs.
ODE-inspired update dynamics can significantly boost sign language translation performance without the need for larger models.
Sign language translation has achieved strong results with Transformer architectures, yet recent improvements largely rely on scaling model capacity at the cost of increased computation. We propose a parameter-efficient alternative that improves expressiveness without increasing model size. Rather than scaling capacity, we focus on enhancing the update dynamics of iterative refinement decoders, where each refinement step corresponds to one internal decoder iteration that progressively improves the latent representation before translation generation. We reinterpret residual refinement updates from an Ordinary Differential Equation (ODE) perspective and replace them with higher-order numerical integration schemes, namely Runge--Kutta methods (RK-2 and RK-4). These methods perform multiple function evaluations within each refinement step to produce more accurate and stable representation updates without adding decoder parameters. To the best of our knowledge, this is the first application of ODE-inspired update dynamics to sign language translation. RK-2 achieves 22.96 BLEU-4 on the PHOENIX-2014-T test set and 19.34 BLEU-4 on the CSL-Daily test set, outperforming the IPSLT baseline on both benchmarks, with fewer decoder layers and refinement iterations on CSL-Daily. These results suggest that stronger refinement dynamics can improve translation performance under parameter-efficient decoder designs, providing a complementary alternative to conventional model scaling.