paper-with-me

Papers

Learnability-Driven Submodular Optimization for Active Roadside 3D Detection

2026-01-04 · Ruiyu Mao, Baoming Zhang, Nicholas Ruozzi, Yunhui Guo arxiv

Roadside perception datasets are typically constructed via cooperative labeling between synchronized vehicle and roadside frame pairs. However, real deployment often requires annotation of roadside-only data due to hardware and privacy constraints. Even human experts struggle to produce accurate labels without vehicle-side data (image, LIDAR), which not only increases annotation difficulty and cost, but also reveals a fundamental learnability problem: many roadside-only scenes contain distant, blurred, or occluded objects whose 3D properties are ambiguous from a single view and can only be reliably annotated by cross-checking paired vehicle--roadside frames. We refer to such cases as inherently ambiguous samples. To reduce wasted annotation effort on inherently ambiguous samples while still obtaining high-performing models, we turn to active learning. This work focuses on active learning for roadside monocular 3D object detection and proposes a learnability-driven framework that selects scenes which are both informative and reliably labelable, suppressing inherently ambiguous samples while ensuring coverage. Experiments demonstrate that our method, LH3D, achieves 86.06%, 67.32%, and 78.67% of full-performance for vehicles, pedestrians, and cyclists respectively, using only 25% of the annotation budget on DAIR-V2X-I, significantly outperforming uncertainty-based baselines. This confirms that learnability, not uncertainty, matters for roadside 3D perception.

📄 PDF Abstract BibTeX arXiv:2601.01695

Code (0)

등록된 구현이 없습니다.

Tasks

Monocular 3D Object DetectionActive Learning

Similar Papers 제목 키워드 기반

Tight Bounds on Low-degree Spectral Concentration of Submodular and XOS functions

2015-04-13 · Vitaly Feldman, Jan Vondrak

Submodular and fractionally subadditive (or equivalently XOS) functions play a fundamental role in combinatorial optimization, algorithmic game theory and machine learning. Motivated by learnability of these classes of f…

Combinatorial OptimizationPAC learning

Learning to Make Decisions via Submodular Regularization

2021-01-01 · ICLR 2021 1 · Ayya Alieva, Aiden Aceves, Jialin Song, Stephen Mayo 외

Many sequential decision making tasks can be viewed as combinatorial optimization problems over a large number of actions. When the cost of evaluating an action is high, even a greedy algorithm, which iteratively picks t…

Active LearningBayesian OptimizationCombinatorial OptimizationDecision Making+2

Adaptive Submodularity: Theory and Applications in Active Learning and Stochastic Optimization

2010-03-21 · Daniel Golovin, Andreas Krause

Solving stochastic optimization problems under partial observability, where one needs to adaptively make decisions with uncertain outcomes, is a fundamental but notoriously difficult challenge. In this paper, we introduc…

Active LearningMarketingStochastic Optimization

Comments on the proof of adaptive submodular function minimization

2017-05-10 · Feng Nan, Venkatesh Saligrama

We point out an issue with Theorem 5 appearing in "Group-based active query selection for rapid diagnosis in time-critical situations". Theorem 5 bounds the expected number of queries for a greedy algorithm to identify t…

Active LearningStochastic Optimization

Robust Adaptive Submodular Maximization

2021-07-23 · Shaojie Tang

The goal of a sequential decision making problem is to design an interactive policy that adaptively selects a group of items, each selection is based on the feedback from the past, in order to maximize the expected utili…

Active LearningDecision MakingMarketingSequential Decision Making