CVOct 16, 2020

What Can You Learn from Your Muscles? Learning Visual Representation from Human Interactions

arXiv:2010.08539v23 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the challenge of improving visual representation learning for computer vision tasks by incorporating human-centric data, offering a novel direction beyond traditional methods.

The paper tackles the problem of learning visual representations by using human interaction and attention cues instead of relying solely on visual data, and it shows that this approach outperforms a state-of-the-art visual-only method on multiple tasks, including scene classification, action recognition, depth estimation, dynamics prediction, and walkable surface estimation.

Learning effective representations of visual data that generalize to a variety of downstream tasks has been a long quest for computer vision. Most representation learning approaches rely solely on visual data such as images or videos. In this paper, we explore a novel approach, where we use human interaction and attention cues to investigate whether we can learn better representations compared to visual-only representations. For this study, we collect a dataset of human interactions capturing body part movements and gaze in their daily lives. Our experiments show that our "muscly-supervised" representation that encodes interaction and attention cues outperforms a visual-only state-of-the-art method MoCo (He et al.,2020), on a variety of target tasks: scene classification (semantic), action recognition (temporal), depth estimation (geometric), dynamics prediction (physics) and walkable surface estimation (affordance). Our code and dataset are available at: https://github.com/ehsanik/muscleTorch.

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