Micro-DualNet: Dual-Path Spatio-Temporal Network for Micro-Action Recognition

arXiv cs.CV / 4/24/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper studies “micro-actions,” subtle 1–3 second movements, noting that current computer-vision approaches struggle because these actions differ in whether they are better explained by spatial structure or temporal dynamics.
  • It proposes Micro-DualNet, a dual-path spatio-temporal network that processes anatomically grounded body entities via two complementary routes: Spatial→Temporal (ST) and Temporal→Spatial (TS).
  • Instead of using a single fixed fusion strategy, the model employs entity-level adaptive routing so each body part learns whether it should prioritize spatial cues or temporal cues.
  • A Mutual Action Consistency (MAC) loss is added to encourage coherence between the two paths, improving the consistency of representations across decompositions.
  • Experiments show competitive results on MA-52 and state-of-the-art performance on iMiGUE, supporting the claim that architectural adaptation is crucial for fine-grained video understanding.

Abstract

Micro-actions are subtle, localized movements lasting 1-3 seconds such as scratching one's head or tapping fingers. Such subtle actions are essential for social communication, ubiquitously used in natural interactions, and thus critical for fine-grained video understanding, yet remain poorly understood by current computer vision systems. We identify a fundamental challenge: micro-actions exhibit diverse spatio-temporal characteristics where some are defined by spatial configurations while others manifest through temporal dynamics. Existing methods that commit to a single spatio-temporal decomposition cannot accommodate this diversity. We propose a dual-path network that processes anatomically-grounded spatial entities through parallel Spatial-Temporal (ST) and Temporal-Spatial (TS) pathways. The ST path captures spatial configurations before modeling temporal dynamics, while the TS path inverts this order to prioritize temporal dynamics. Rather than fixed fusion, we introduce entity-level adaptive routing where each body part learns its optimal processing preference, complemented by Mutual Action Consistency (MAC) loss that enforces cross-path coherence. Extensive experiments demonstrate competitive performance on MA-52 dataset and state-of-the-art results on iMiGUE dataset. Our work reveals that architectural adaptation to the inherent complexity of micro-actions is essential for advancing fine-grained video understanding.