CVCLLGSep 13, 2024

Transformer with Controlled Attention for Synchronous Motion Captioning

arXiv:2409.09177v1h-index: 3Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of aligned sign language transcription and temporal grounding for applications in human-computer interaction, though it appears incremental in method.

The paper tackles synchronous motion captioning by generating language descriptions synchronized with human motion sequences, achieving superior performance on KIT-ML and HumanML3D benchmark datasets.

In this paper, we address a challenging task, synchronous motion captioning, that aim to generate a language description synchronized with human motion sequences. This task pertains to numerous applications, such as aligned sign language transcription, unsupervised action segmentation and temporal grounding. Our method introduces mechanisms to control self- and cross-attention distributions of the Transformer, allowing interpretability and time-aligned text generation. We achieve this through masking strategies and structuring losses that push the model to maximize attention only on the most important frames contributing to the generation of a motion word. These constraints aim to prevent undesired mixing of information in attention maps and to provide a monotonic attention distribution across tokens. Thus, the cross attentions of tokens are used for progressive text generation in synchronization with human motion sequences. We demonstrate the superior performance of our approach through evaluation on the two available benchmark datasets, KIT-ML and HumanML3D. As visual evaluation is essential for this task, we provide a comprehensive set of animated visual illustrations in the code repository: https://github.com/rd20karim/Synch-Transformer.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes