paper-with-me

Papers

PlanT 2.0: Exposing Biases and Structural Flaws in Closed-Loop Driving

2025-11-10 · Simon Gerstenecker, Andreas Geiger, Katrin Renz arxiv

Most recent work in autonomous driving has prioritized benchmark performance and methodological innovation over in-depth analysis of model failures, biases, and shortcut learning. This has led to incremental improvements without a deep understanding of the current failures. While it is straightforward to look at situations where the model fails, it is hard to understand the underlying reason. This motivates us to conduct a systematic study, where inputs to the model are perturbed and the predictions observed. We introduce PlanT 2.0, a lightweight, object-centric planning transformer designed for autonomous driving research in CARLA. The object-level representation enables controlled analysis, as the input can be easily perturbed (e.g., by changing the location or adding or removing certain objects), in contrast to sensor-based models. To tackle the scenarios newly introduced by the challenging CARLA Leaderboard 2.0, we introduce multiple upgrades to PlanT, achieving state-of-the-art performance on Longest6 v2, Bench2Drive, and the CARLA validation routes. Our analysis exposes insightful failures, such as a lack of scene understanding caused by low obstacle diversity, rigid expert behaviors leading to exploitable shortcuts, and overfitting to a fixed set of expert trajectories. Based on these findings, we argue for a shift toward data-centric development, with a focus on richer, more robust, and less biased datasets. We open-source our code and model at https://github.com/autonomousvision/plant2.

📄 PDF Abstract BibTeX arXiv:2511.07292

Code (0)

등록된 구현이 없습니다.

Tasks

CARLA Leaderboard 2.0Scene UnderstandingAutonomous Driving

Similar Papers 제목 키워드 기반

Uncovering Biases with Reflective Large Language Models

2024-08-24 · Edward Y. Chang

Biases and errors in human-labeled data present significant challenges for machine learning, especially in supervised learning reliant on potentially flawed ground truth data. These flaws, including diagnostic errors and…

Bias DetectionDiagnostic

On the Structural and Statistical Flaws of the Exponential-Trigonometric Optimizer

2025-11-12 · Ngaiming Kwok arxiv

The proliferation of metaphor-based metaheuristics has often been accompanied by issues of symbolic inflation, benchmarking opacity, and statistical misuse. This study presents a diagnostic critique of the recently propo…

PromptIQ: Who Cares About Prompts? Let System Handle It -- A Component-Aware Framework for T2I Generation

2025-05-09 · Nisan Chhetri, Arpan Sainju

Generating high-quality images without prompt engineering expertise remains a challenge for text-to-image (T2I) models, which often misinterpret poorly structured prompts, leading to distortions and misalignments. While …

Prompt Engineering

Red Teaming Models for Hyperspectral Image Analysis Using Explainable AI

2024-03-12 · Vladimir Zaigrajew, Hubert Baniecki, Lukasz Tulczyjew, Agata M. Wijata 외

Remote sensing (RS) applications in the space domain demand machine learning (ML) models that are reliable, robust, and quality-assured, making red teaming a vital approach for identifying and exposing potential flaws an…

Hyperspectral image analysisHYPERVIEW ChallengeRed Teaming

How Significant Are the Real Performance Gains? An Unbiased Evaluation Framework for GraphRAG

2025-05-31 · Qiming Zeng, Hao Luo, Yuhao Lin, Yicheng Jin 외 arxiv

By retrieving contexts from knowledge graphs, graph-based retrieval-augmented generation (GraphRAG) enhances large language models (LLMs) to generate quality answers for user questions. Many GraphRAG methods have been pr…