Active Viewpoint Selection for Mobile Robot Perception

Abstract

A robot driving around a room often observes an object from an awkward position, where it may be partly hidden behind furniture, too distant, or lit from behind. A conventional vision pipeline runs an object detector on whatever image is available and accepts the result even when confidence is low. A robot on wheels, unlike a fixed camera, has a further option open to it: moving to a different position and observing again. Choosing where to look next, rather than only interpreting what is already in view, is known as active perception.

Supervision

Motivation

Running the detector repeatedly on the same poor view does not resolve the underlying ambiguity, because the difficulty lies in the viewpoint rather than in the algorithm. Moving slightly closer or off to one side may bring the object into clear view and sharpen the estimate of its position in three dimensions, although repositioning also consumes time, drains battery, and introduces some risk of collision. The question worth studying is therefore when moving is worthwhile, and how much improvement it produces compared with remaining stationary.

Goal

The student will build a system that decides when a robot should move in order to obtain a better view. The platform is a small wheeled research robot called the TurtleBot3, fitted with a camera that records both colour and distance, taken from the Intel RealSense family. A ready-made object detector first identifies an object and estimates its position in three dimensions, and if either the confidence or the distance reading proves unstable, the robot selects one of a small number of preset moves such as left, right, or closer. It stops once the estimate settles or once the allowance of viewpoints is exhausted. Neither detector training nor reinforcement learning is required.

Project Scope

Evaluation

Requirements

The student should know some Python, have encountered ROS 2 before, and have an interest in robot perception. Object detection, depth cameras, and navigation software can all be learned during the project. The topic deliberately relies on preset movements and an existing detector so that the scope remains achievable within a seminar.

Pointers

Contact

Primary Supervisor: Prakash Aryan (prakash.aryan@unibe.ch)

Co-Supervisor: Sebastiano Panichella (sebastiano.panichella@unibe.ch)