Logo

Robotic Scene Understanding through Interaction and Affordance Detection

1ETH Zürich, 2Microsoft 3Uni Bonn

Abstract

Despite increasing research efforts on household robotics, robots intended for deployment in domestic settings still struggle with more complex tasks such as interacting with functional elements like drawers or light switches, largely due to limited task-specific understanding and interaction capabilities. These tasks require not only detection and pose estimation but also an understanding of the affordances these elements provide. To address these challenges and enhance robotic scene understanding, we introduce SpotLight: A comprehensive framework for robotic interaction with functional elements, specifically light switches. Furthermore, this framework enables robots to improve their environmental understanding through interaction. Leveraging VLM-based affordance prediction to estimate motion primitives for light switch interaction, we achieve up to 84% operation success in real world experiments. We further introduce a specialized dataset containing 715 images as well as a custom detection model for light switch detection. We demonstrate how the framework can facilitate robot learning through physical interaction by having the robot explore the environment and discover previously unknown relationships in a scene graph representation. Lastly, we propose an extension to the framework to accommodate other functional interactions such as swing doors, showcasing its flexibility.

Pipeline


Featured Video

Light Switch Interactions

Dataset

We gather and annotate a dataset of 715 images of light switches. For this purpose, we mainly collect and annotate the images ourselves. The captured light switches are from regions such as EU, Switzerland and the US. For robustness, images are captured at multiple scales, viewpoints and lighting conditions. All images are resized to 1280x1280 pixels and further augmented. After augmentation the dataset contains 3721 images.

Datset

BibTeX

@misc{engelbracht2024spotlightroboticsceneunderstanding,
      title={SpotLight: Robotic Scene Understanding through Interaction and Affordance Detection}, 
      author={Tim Engelbracht and René Zurbrügg and Marc Pollefeys and Hermann Blum and Zuria Bauer},
      year={2024},
      eprint={2409.11870},
      archivePrefix={arXiv},
      primaryClass={cs.RO},
      url={https://arxiv.org/abs/2409.11870}, 
}