LACA: New model improves dual-hand action segmentation with 5% F1 gain
A 8,600-parameter module boosts hand-action recognition accuracy by 5%.
Dual-hand action segmentation typically fuses left- and right-hand features at the same time step, but real hand movements often occur with nonzero, variable delays. Fatemeh Ziaeetabar’s paper introduces Lag-Aware Cross-Hand Alignment (LACA), a lightweight module that learns to estimate directional temporal offsets between hand-specific feature streams. By retrieving cross-hand information from these offsets and suppressing transfer when no compatible transition exists, LACA aligns representations more accurately. The module is trained using only existing frame-level annotations, requiring no additional labels.
Integrated into the Polyphony architecture, LACA boosts two-hand mean F1@50 from 40.4 to 42.5 on HA-ViD and from 19.9 to 21.8 on ATTACH, while boundary F1 rises from 56.5 to 59.6 and 44.7 to 47.9 respectively—all with just 0.0086 million additional parameters. A future-free variant, LACA-C, achieves 83.6% transition-cue recall, 233ms median availability delay, and 224.9 predictions per second. These results demonstrate that explicit cross-hand temporal alignment significantly improves action segmentation and boundary localization for dual-hand tasks, making it practical for real-time applications in robotics, AR/VR, and human-computer interaction.
- LACA improves two-hand mean F1@50 by 2.1 points on HA-ViD and 1.9 points on ATTACH with just 0.0086M extra parameters.
- The future-free variant LACA-C achieves 83.6% transition-cue recall, 233ms median delay, and 0.72 false cues per minute.
- Analysis shows 44.7-48.9% of transition anchors have nonzero cross-hand matches, vs. ~20% under naive temporal alignment.
Why It Matters
Enables more accurate, real-time dual-hand tracking for AR/VR, robotics, and gesture-based interfaces.