paper-with-me

홈 › Papers

Bridging Dimensions: Confident Reachability for High-Dimensional Controllers

2023-11-08 · Yuang Geng, Jake Brandon Baldauf, Souradeep Dutta, Chao Huang, Ivan Ruchkin

Autonomous systems are increasingly implemented using end-to-end learning-based controllers. Such controllers make decisions that are executed on the real system, with images as one of the primary sensing modalities. Deep neural networks form a fundamental building block of such controllers. Unfortunately, the existing neural-network verification tools do not scale to inputs with thousands of dimensions -- especially when the individual inputs (such as pixels) are devoid of clear physical meaning. This paper takes a step towards connecting exhaustive closed-loop verification with high-dimensional controllers. Our key insight is that the behavior of a high-dimensional controller can be approximated with several low-dimensional controllers. To balance the approximation accuracy and verifiability of our low-dimensional controllers, we leverage the latest verification-aware knowledge distillation. Then, we inflate low-dimensional reachability results with statistical approximation errors, yielding a high-confidence reachability guarantee for the high-dimensional controller. We investigate two inflation techniques -- based on trajectories and control actions -- both of which show convincing performance in three OpenAI gym benchmarks.

📄 PDF Abstract BibTeX arXiv:2311.04843

Code (1)

yuanggeng/bridging-dimensions 공식 구현

Tasks

Knowledge DistillationOpenAI Gym

Similar Papers 제목 키워드 기반

Reachability of Black-Box Nonlinear Systems after Koopman Operator Linearization

2021-05-03 · Stanley Bak, Sergiy Bogomolov, Parasara Sridhar Duggirala, Adam R. Gerlach 외

Reachability analysis of nonlinear dynamical systems is a challenging and computationally expensive task. Computing the reachable states for linear systems, in contrast, can often be done efficiently in high dimensions. …

Reach-Avoid Differential game with Reachability Analysis for UAVs: A decomposition approach

2025-12-28 · Minh Bui, Simon Monckton, Mo Chen arxiv

Reach-avoid (RA) games have significant applications in security and defense, particularly for unmanned aerial vehicles (UAVs). These problems are inherently challenging due to the need to consider obstacles, consider th…

Dimensionality Reduction

Reachability Barrier Networks: Learning Hamilton-Jacobi Solutions for Smooth and Flexible Control Barrier Functions

2025-05-16 · Matthew Kim, William Sharpless, Hyun Joe Jeong, Sander Tonkens 외

Recent developments in autonomous driving and robotics underscore the necessity of safety-critical controllers. Control barrier functions (CBFs) are a popular method for appending safety guarantees to a general control f…

Autonomous DrivingCollision AvoidanceConformal Prediction

Data-Driven Reachability Analysis via Diffusion Models with PAC Guarantees

2026-03-31 · Yanliang Huang, Peng Xie, Wenyuan Wu, Zhuoqi Zeng 외 arxiv

We present a data-driven framework for reachability analysis of nonlinear dynamical systems that requires no explicit model. A denoising diffusion probabilistic model learns the time-evolving state distribution of a dyna…

SolidCoder: Bridging the Mental-Reality Gap in LLM Code Generation through Concrete Execution

2026-04-20 · Woojin Lee, Jin-Xia Huang arxiv

State-of-the-art code generation frameworks rely on mental simulation, where LLMs internally trace execution to verify correctness. We expose a fundamental limitation: the Mental-Reality Gap -- where models hallucinate e…

Code Generation