paper-with-me

홈 › Papers

JiSAM: Alleviate Labeling Burden and Corner Case Problems in Autonomous Driving via Minimal Real-World Data

2025-03-11 · CVPR 2025 1 · Runjian Chen, Wenqi Shao, Bo Zhang, Shaoshuai Shi, Li Jiang, Ping Luo

Deep-learning-based autonomous driving (AD) perception introduces a promising picture for safe and environment-friendly transportation. However, the over-reliance on real labeled data in LiDAR perception limits the scale of on-road attempts. 3D real world data is notoriously time-and-energy-consuming to annotate and lacks corner cases like rare traffic participants. On the contrary, in simulators like CARLA, generating labeled LiDAR point clouds with corner cases is a piece of cake. However, introducing synthetic point clouds to improve real perception is non-trivial. This stems from two challenges: 1) sample efficiency of simulation datasets 2) simulation-to-real gaps. To overcome both challenges, we propose a plug-and-play method called JiSAM , shorthand for Jittering augmentation, domain-aware backbone and memory-based Sectorized AlignMent. In extensive experiments conducted on the famous AD dataset NuScenes, we demonstrate that, with SOTA 3D object detector, JiSAM is able to utilize the simulation data and only labels on 2.5% available real data to achieve comparable performance to models trained on all real data. Additionally, JiSAM achieves more than 15 mAPs on the objects not labeled in the real training set. We will release models and codes.

📄 PDF Abstract BibTeX arXiv:2503.08422

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

Domain Generalizable Person Search Using Unreal Dataset

2024-03-31 · Minyoung Oh, Duhyun Kim, Jae-Young Sim

Collecting and labeling real datasets to train the person search networks not only requires a lot of time and effort, but also accompanies privacy issues. The weakly-supervised and unsupervised domain adaptation methods …

Domain AdaptationDomain GeneralizationPerson SearchUnsupervised Domain Adaptation

Criteria for Uncertainty-based Corner Cases Detection in Instance Segmentation

2024-04-17 · Florian Heidecker, Ahmad El-Khateeb, Maarten Bieshaar, Bernhard Sick

The operating environment of a highly automated vehicle is subject to change, e.g., weather, illumination, or the scenario containing different objects and other participants in which the highly automated vehicle has to …

Instance SegmentationNavigateSemantic Segmentation

Compute-Efficient Active Learning

2024-01-15 · NeurIPS Workshop ReALML 2023 12 · Gábor Németh, Tamás Matuszka

Active learning, a powerful paradigm in machine learning, aims at reducing labeling costs by selecting the most informative samples from an unlabeled dataset. However, the traditional active learning process often demand…

Active Learning

ReCCur: A Recursive Corner-Case Curation Framework for Robust Vision-Language Understanding in Open and Edge Scenarios

2026-01-06 · Yihan Wei, Shenghai Yuan, Tianchen Deng, Boyang Lou 외 arxiv

Corner cases are rare or extreme scenarios that drive real-world failures, but they are difficult to curate at scale: web data are noisy, labels are brittle, and edge deployments preclude large retraining. We present ReC…

Knowledge Distillation

Comparing a composite model versus chained models to locate a nearest visual object

2023-06-02 · Antoine Le Borgne, Xavier Marjou, Fanny Parzysz, Tayeb Lemlouma

Extracting information from geographic images and text is crucial for autonomous vehicles to determine in advance the best cell stations to connect to along their future path. Multiple artificial neural network models ca…

Autonomous Vehicles