Multi-robot Coverage Control

Multi-robot coverage control in unknown environments.

I'm currently working on my master's thesis co-advised by Dr. Linh Phan and Dr. Ani Hsieh. My thesis work tackles a variant of the multi-robot coverage control problem where agents are tasked to find optimal sensor placements to cover a sparse signal distribution in unknown environments - a scenario typical in search and rescue missions. My approach to this problem involves robot online learning of the signal distribution estimation and providing coverage based on the estimate. Shown on the left is a converged robot placement using parametric functions for signal estimation.
To improve coverage performance, I deployed a non-parametric mixture of gaussian process (MGP) to estimate signal, and a upper-confidence-bound (UCB) to balance robots exploring unknown environments and covering high signal areas (shown on the right). Currently, I'm working on using informed-path planning and adpative sampling to improve the convergence rate and the optimality of sensor placements.