Learning-based Inverse Perception Contracts and Applications
Dawei Sun, Benjamin C. Yang, Sayan Mitra
TL;DR
This work tackles safety-critical control under perception uncertainty by learning inverse perception contracts (IPCs) that map a perceived value $\hat{y}$ and system state $x$ to an ellipsoid $\mathcal{E}(c_\theta(x,\hat{y}), C_\theta(x,\hat{y}))$ containing the ground-truth $y$ with high probability. IPCs are trained as neural-network $c_\theta$ and $C_\theta$ heads using empirical risk with a hinge loss and a volume-penalizing regularizer, with probabilistic correctness guaranteed by a PAC-style bound. The approach is validated on a vision-based quadcopter landing task, where the IPC achieves an empirical containment error as low as $0.19\%$ and enables a robust landing strategy that succeeds where a baseline fails. The results demonstrate a practical pathway to incorporate quantified perception uncertainty into safety-critical controllers for real-world autonomous systems.
Abstract
Perception modules are integral in many modern autonomous systems, but their accuracy can be subject to the vagaries of the environment. In this paper, we propose a learning-based approach that can automatically characterize the error of a perception module from data and use this for safe control. The proposed approach constructs an inverse perception contract (IPC) which generates a set that contains the ground-truth value that is being estimated by the perception module, with high probability. We apply the proposed approach to study a vision pipeline deployed on a quadcopter. With the proposed approach, we successfully constructed an IPC for the vision pipeline. We then designed a control algorithm that utilizes the learned IPC, with the goal of landing the quadcopter safely on a landing pad. Experiments show that with the learned IPC, the control algorithm safely landed the quadcopter despite the error from the perception module, while the baseline algorithm without using the learned IPC failed to do so.
