IMoRe: Implicit Program-Guided Reasoning for Human Motion Q&A

Abstract

Existing human motion Q&A methods rely on explicit program execution, where the requirement for manually defined functional modules may limit the scalability and adaptability. To overcome this, we propose an implicit program-guided motion reasoning (IMoRe) framework that unifies reasoning across multiple query types without manually designed modules. Unlike existing implicit reasoning approaches that infer reasoning operations from question words, our model directly conditions on structured program functions, ensuring a more precise execution of reasoning steps. Additionally, we introduce a program-guided reading mechanism, which dynamically selects multi-level motion representations from a pretrained motion Vision Transformer (ViT), capturing both high-level semantics and fine-grained motion cues. The reasoning module iteratively refines memory representations, leveraging structured program functions to extract relevant information for different query types. Our model achieves state-of-the-art performance on Babel-QA and generalizes to a newly constructed motion Q&A dataset based on HuMMan, demonstrating its adaptability across different motion reasoning datasets. Code and dataset are available at https://github.com/LUNAProject22/IMoRe.

Cite

Text

Li et al. "IMoRe: Implicit Program-Guided Reasoning for Human Motion Q&A." International Conference on Computer Vision, 2025.

Markdown

[Li et al. "IMoRe: Implicit Program-Guided Reasoning for Human Motion Q&A." International Conference on Computer Vision, 2025.](https://mlanthology.org/iccv/2025/li2025iccv-imore/)

BibTeX

@inproceedings{li2025iccv-imore,
  title     = {{IMoRe: Implicit Program-Guided Reasoning for Human Motion Q&A}},
  author    = {Li, Chen and Sugandhika, Chinthani and Ee, Yeo Keat and Peh, Eric and Zhang, Hao and Yang, Hong and Rajan, Deepu and Fernando, Basura},
  booktitle = {International Conference on Computer Vision},
  year      = {2025},
  pages     = {12987-12996},
  url       = {https://mlanthology.org/iccv/2025/li2025iccv-imore/}
}