LGROSYApr 20, 2023

Filter-Aware Model-Predictive Control

arXiv:2304.10246v11 citationsh-index: 44
Originality Incremental advance
AI Analysis

This addresses the problem of inefficient planning in partially-observable environments for robotics and AI systems, offering a novel but incremental enhancement to model-predictive control.

The paper tackles the trade-off between cost reduction and information gathering in partially-observable problems by introducing filter-aware MPC, which penalizes loss of information via 'trackability' to improve state estimation. In experiments on visual navigation, everyday environments, and a robot arm, it shows vast improvements over regular MPC.

Partially-observable problems pose a trade-off between reducing costs and gathering information. They can be solved optimally by planning in belief space, but that is often prohibitively expensive. Model-predictive control (MPC) takes the alternative approach of using a state estimator to form a belief over the state, and then plan in state space. This ignores potential future observations during planning and, as a result, cannot actively increase or preserve the certainty of its own state estimate. We find a middle-ground between planning in belief space and completely ignoring its dynamics by only reasoning about its future accuracy. Our approach, filter-aware MPC, penalises the loss of information by what we call "trackability", the expected error of the state estimator. We show that model-based simulation allows condensing trackability into a neural network, which allows fast planning. In experiments involving visual navigation, realistic every-day environments and a two-link robot arm, we show that filter-aware MPC vastly improves regular MPC.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes