Robust Computer Vision
Title: Robust Computer Vision
DNr: Berzelius-2023-5
Project Type: LiU Berzelius
Principal Investigator: Simon Kristoffersson Lind <simon.kristoffersson_lind@cs.lth.se>
Affiliation: Lunds universitet
Duration: 2023-01-03 – 2023-08-01
Classification: 10207
Keywords:

Abstract

Dealing with uncertainty is central when working with robots. For example, when grasping an object, the object may not be in a fixed location, so the robot must adapt its trajectory to reach the object. When performing vision tasks using a camera, however, uncertainty is not accounted for, and the camera is assumed to produce ideal images. Naturally, images may be far from ideal in real world scenarios. Simple lighting changes may be enough to produce sub-optimal images. The long term goal of this project is to make vision systems more robust, by making them adaptable. Adaptability will be accomplished by introducing parameters in the camera pipeline. To account for uncertainty, confidence will be introduced. By producing a measure of confidence, the system will be able to identify and adapt to sub-optimal situations. The current focus in this project is an attempt to model confidence by essentially performing anomaly detection using an Autoencoder (AE) or a Variational Autoencoder (VAE). AEs, and VAEs have previously been used successfully in the field of anomaly detection, so the idea is to construct an anomaly detection problem to identify good or bad images in terms of computer vision tasks.