A handshake is not just two bodies in a frame. It is a changing relationship: a hand approaches, contact begins, pressure adjusts, and both people respond. If an AI trains by averaging error over every pixel, the static wall behind the hands can count more than the brief moment where the interaction actually changes. An interaction map is an attempt to correct that imbalance.
The background problem
Generative video and world models often learn by predicting a future frame or denoising a corrupted one. A common loss compares the prediction with the target across the whole image. That sounds fair, but most pixels are usually background. A model can improve its average score by getting the table, wall and clothing right while still producing a hand that misses the cup.
What IMPACT proposes
In a 31 August 2026 preprint, researchers introduce IMPACT: Attention Is the Interaction Map for Scalable Interaction-Aware World Model Training. The method looks at attention associated with manipulated-object tokens, samples candidate regions and calibrates them with local prediction errors. The resulting map reweights denoising supervision toward places where an action changes an object.
The authors evaluate robot-arm and human-hand manipulation and report improvements in interaction fidelity, physical plausibility and visual quality over corresponding mean-squared-error baselines. These are author-reported preprint results. The method does not give a model touch, intention or a complete physical simulation; it changes which visual errors receive more training weight.
A concrete example
Imagine a video of someone lifting a paper cup. The background occupies thousands of pixels. The cup and hand occupy far fewer. A global average can reward a slightly blurry but background-perfect prediction. An interaction-aware loss gives more importance to whether the hand reaches the cup, whether the cup moves with it, and whether the contact region changes coherently across frames.
This is similar to a teacher asking a student to watch the point of contact in a partnered exercise. Attention is not the same as understanding, but it directs limited time toward the event that carries the relationship.
What it can and cannot tell us
An interaction map is still inferred from model attention and image error. It may choose the wrong region, miss an occluded contact or confuse visual movement with force. A clear map does not reveal how much pressure was used or whether the person felt safe. The archive’s discussion of pressure inferred from video and contact-sensitive tracking show why those variables need separate validation.
The useful shift is modest but important: evaluate the event that changes, not only the scene that remains. For movement systems, that means checking contact onset, object response, support and timing alongside visual quality.
References
Tang, R., Fang, J., Wang, Z., et al. (2026). IMPACT: Attention is the interaction map for scalable interaction-aware world model training. arXiv:2609.00161. https://arxiv.org/abs/2609.00161
Jeon, S., Kim, B., & Joo, H. (2026). HOPE: Hand-object pressure estimation from monocular videos. arXiv:2608.06192. https://arxiv.org/abs/2608.06192