MLLGMay 30, 2022

Critic Sequential Monte Carlo

arXiv:2205.15460v214 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work addresses planning efficiency for autonomous driving and similar domains, though it appears incremental as it modifies prior heuristic placement.

The paper tackles planning in environments with sparse hard constraints by introducing CriticSMC, an algorithm that combines sequential Monte Carlo with learned Soft-Q function heuristics, resulting in significantly reduced collision rates in a simulated driving task at low computational cost.

We introduce CriticSMC, a new algorithm for planning as inference built from a composition of sequential Monte Carlo with learned Soft-Q function heuristic factors. These heuristic factors, obtained from parametric approximations of the marginal likelihood ahead, more effectively guide SMC towards the desired target distribution, which is particularly helpful for planning in environments with hard constraints placed sparsely in time. Compared with previous work, we modify the placement of such heuristic factors, which allows us to cheaply propose and evaluate large numbers of putative action particles, greatly increasing inference and planning efficiency. CriticSMC is compatible with informative priors, whose density function need not be known, and can be used as a model-free control algorithm. Our experiments on collision avoidance in a high-dimensional simulated driving task show that CriticSMC significantly reduces collision rates at a low computational cost while maintaining realism and diversity of driving behaviors across vehicles and environment scenarios.

Foundations

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

Your Notes