paper-with-me

Papers

Rectify, Don't Regret: Avoiding Pitfalls of Differentiable Simulation in Trajectory Prediction

2026-03-24 · Harsh Yadav, Christian Bohn, Tobias Meisen arxiv

Current open-loop trajectory models struggle in real-world autonomous driving because minor initial deviations often cascade into compounding errors, pushing the agent into out-of-distribution states. While fully differentiable closed-loop simulators attempt to address this, they suffer from shortcut learning: the loss gradients flow backward through induced state inputs, inadvertently leaking future ground truth information directly into the model's own previous predictions. The model exploits these signals to artificially avoid drift, non-causally "regretting" past mistakes rather than learning genuinely reactive recovery. To address this, we introduce a detached receding horizon rollout. By explicitly severing the computation graph between simulation steps, the model learns genuine recovery behaviors from drifted states, forcing it to "rectify" mistakes rather than non-causally optimizing past predictions. Extensive evaluations on the nuScenes and DeepScenario datasets show our approach yields more robust recovery strategies, reducing target collisions by up to 33.24% compared to fully differentiable closed-loop training at high replanning frequencies. Furthermore, compared to standard open-loop baselines, our non-differentiable framework decreases collisions by up to 27.74% in dense environments while simultaneously improving multi-modal prediction diversity and lane alignment.

📄 PDF Abstract BibTeX arXiv:2603.23393

Code (0)

등록된 구현이 없습니다.

Tasks

Trajectory PredictionAutonomous Driving

Similar Papers 제목 키워드 기반

Differentiable Iterated Function Systems

2022-03-02 · Cory Braker Scott

This preliminary paper presents initial explorations in rendering Iterated Function System (IFS) fractals using a differentiable rendering pipeline. Differentiable rendering is a recent innovation at the intersection of …

BIG-bench Machine Learning

Pitfalls of In-Domain Uncertainty Estimation and Ensembling in Deep Learning

2020-02-15 · ICLR 2020 1 · Arsenii Ashukha, Alexander Lyzhov, Dmitry Molchanov, Dmitry Vetrov

Uncertainty estimation and ensembling methods go hand-in-hand. Uncertainty estimation is one of the main benchmarks for assessment of ensembling performance. At the same time, deep learning ensembles have provided state-…

image-classificationImage Classification

Navigating Pitfalls: Evaluating LLMs in Machine Learning Programming Education

2025-05-23 · Smitha Kumar, Michael A. Lones, Manuel Maarek, Hind Zantout

The rapid advancement of Large Language Models (LLMs) has opened new avenues in education. This study examines the use of LLMs in supporting learning in machine learning education; in particular, it focuses on the abilit…

Model Selection

Dos and Don'ts of Machine Learning in Computer Security

2020-10-19 · Daniel Arp, Erwin Quiring, Feargus Pendlebury, Alexander Warnecke 외

With the growing processing power of computing systems and the increasing availability of massive datasets, machine learning algorithms have led to major breakthroughs in many different areas. This development has influe…

BIG-bench Machine LearningComputer SecurityMalware Detection

Matrix Sketching in Bandits: Current Pitfalls and New Framework

2024-10-14 · Dongxie Wen, Hanyan Yin, Xiao Zhang, Zhewei Wei

The utilization of sketching techniques has progressively emerged as a pivotal method for enhancing the efficiency of online learning. In linear bandit settings, current sketch-based approaches leverage matrix sketching …