ROAILGDec 20, 2023

Model-Based Control with Sparse Neural Dynamics

arXiv:2312.12791v125 citationsh-index: 13NIPS
Originality Highly original
AI Analysis

This addresses the challenge of inefficient planning in real-world control problems, offering a novel approach that is applicable across various DNN architectures, though it is incremental in improving existing methods.

The paper tackles the problem of using deep neural networks for model-based control by proposing a framework that sparsifies neural dynamics models to enable efficient optimization, achieving better closed-loop performance than state-of-the-art methods in tasks like object pushing and manipulation.

Learning predictive models from observations using deep neural networks (DNNs) is a promising new approach to many real-world planning and control problems. However, common DNNs are too unstructured for effective planning, and current control methods typically rely on extensive sampling or local gradient descent. In this paper, we propose a new framework for integrated model learning and predictive control that is amenable to efficient optimization algorithms. Specifically, we start with a ReLU neural model of the system dynamics and, with minimal losses in prediction accuracy, we gradually sparsify it by removing redundant neurons. This discrete sparsification process is approximated as a continuous problem, enabling an end-to-end optimization of both the model architecture and the weight parameters. The sparsified model is subsequently used by a mixed-integer predictive controller, which represents the neuron activations as binary variables and employs efficient branch-and-bound algorithms. Our framework is applicable to a wide variety of DNNs, from simple multilayer perceptrons to complex graph neural dynamics. It can efficiently handle tasks involving complicated contact dynamics, such as object pushing, compositional object sorting, and manipulation of deformable objects. Numerical and hardware experiments show that, despite the aggressive sparsification, our framework can deliver better closed-loop performance than existing state-of-the-art methods.

Foundations

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

Your Notes