paper-with-me

Papers

Trajectories for the Optimal Collection of Information

2023-01-06 · Matthew R. Kirchner, David Grimsman, Joao P. Hespanha, Jason R. Marden

We study a scenario where an aircraft has multiple heterogeneous sensors collecting measurements to track a target vehicle of unknown location. The measurements are sampled along the flight path and our goals to optimize sensor placement to minimize estimation error. We select as a metric the Fisher Information Matrix (FIM), as "minimizing" the inverse of the FIM is required to achieve small estimation error. We propose to generate the optimal path from the Hamilton-Jacobi (HJ) partial differential equation (PDE) as it is the necessary and sufficient condition for optimality. A traditional method of lines (MOL) approach, based on a spatial grid, lends itself well to the highly non-linear and non-convex structure of the problem induced by the FIM matrix. However, the sensor placement problem results in a state space dimension that renders a naive MOL approach intractable. We present a new hybrid approach, whereby we decompose the state space into two parts: a smaller subspace that still uses a grid and takes advantage of the robustness to non-linearities and non-convexities, and the remaining state space that can by found efficiently from a system of ODEs, avoiding formation of a spatial grid.

📄 PDF Abstract BibTeX arXiv:2301.02646

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Implicit Hypothesis Testing and Divergence Preservation in Neural Network Representations

2026-01-28 · Kadircan Aksoy, Protim Bhattacharjee, Peter Jung arxiv

We study the training dynamics of neural classifiers through the lens of binary hypothesis testing. We re-formalize classification as a collection of binary tests between class-conditional distributions induced by learne…

Inference of Causal Information Flow in Collective Animal Behavior

2016-12-29

Understanding and even defining what constitutes animal interactions remains a challenging problem. Correlational tools may be inappropriate for detecting communication between a set of many agents exhibiting nonlinear b…

Time SeriesTime Series Analysis

Data-Asymmetric Latent Imagination and Reranking for 3D Robotic Imitation Learning

2026-05-11 · Lianghao Luo, Xizhou Bu, Ruyan Liu, Qingqiu Huang 외 arxiv

Robotic imitation learning typically assumes access to optimal demonstrations, yet real-world data collection often yields suboptimal, exploratory, or even failed trajectories. Discarding such data wastes valuable inform…

Point Clouds

Truncating Trajectories in Monte Carlo Policy Evaluation: an Adaptive Approach

2024-10-17 · NeurIPS 2023 11 · Riccardo Poiani, Nicole Nobili, Alberto Maria Metelli, Marcello Restelli

Policy evaluation via Monte Carlo (MC) simulation is at the core of many MC Reinforcement Learning (RL) algorithms (e.g., policy gradient methods). In this context, the designer of the learning system specifies an intera…

Policy Gradient MethodsReinforcement Learning (RL)

Code World Models for Parameter Control in Evolutionary Algorithms

2026-02-25 · Camilo Chacón Sartori, Guillem Rodríguez Corominas arxiv

Can an LLM learn how an optimizer behaves -- and use that knowledge to control it? We extend Code World Models (CWMs), LLM-synthesized Python programs that predict environment dynamics, from deterministic games to stocha…