paper-with-me

Papers

Class-Aware PillarMix: Can Mixed Sample Data Augmentation Enhance 3D Object Detection with Radar Point Clouds?

2025-03-04 · Miao Zhang, Sherif Abdulatif, Benedikt Loesch, Marco Altmann, Bin Yang

Due to the significant effort required for data collection and annotation in 3D perception tasks, mixed sample data augmentation (MSDA) has been widely studied to generate diverse training samples by mixing existing data. Recently, many MSDA techniques have been developed for point clouds, but they mainly target LiDAR data, leaving their application to radar point clouds largely unexplored. In this paper, we examine the feasibility of applying existing MSDA methods to radar point clouds and identify several challenges in adapting these techniques. These obstacles stem from the radar's irregular angular distribution, deviations from a single-sensor polar layout in multi-radar setups, and point sparsity. To address these issues, we propose Class-Aware PillarMix (CAPMix), a novel MSDA approach that applies MixUp at the pillar level in 3D point clouds, guided by class labels. Unlike methods that rely a single mix ratio to the entire sample, CAPMix assigns an independent ratio to each pillar, boosting sample diversity. To account for the density of different classes, we use class-specific distributions: for dense objects (e.g., large vehicles), we skew ratios to favor points from another sample, while for sparse objects (e.g., pedestrians), we sample more points from the original. This class-aware mixing retains critical details and enriches each sample with new information, ultimately generating more diverse training data. Experimental results demonstrate that our method not only significantly boosts performance but also outperforms existing MSDA approaches across two datasets (Bosch Street and K-Radar). We believe that this straightforward yet effective approach will spark further investigation into MSDA techniques for radar data.

📄 PDF Abstract BibTeX arXiv:2503.02687

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionData Augmentationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Semi-supervised 3D Object Detection with PatchTeacher and PillarMix

2024-07-13 · Xiaopei Wu, Liang Peng, Liang Xie, Yuenan Hou 외

Semi-supervised learning aims to leverage numerous unlabeled data to improve the model performance. Current semi-supervised 3D object detection methods typically use a teacher to generate pseudo labels for a student, and…

3D Object DetectionData Augmentationobject-detectionObject Detection+1

Exploiting Mixed Unlabeled Data for Detecting Samples of Seen and Unseen Out-of-Distribution Classes

2022-10-13 · Yi-Xuan Sun, Wei Wang

Out-of-Distribution (OOD) detection is essential in real-world applications, which has attracted increasing attention in recent years. However, most existing OOD detection methods require many labeled In-Distribution (ID…

Data AugmentationOut of Distribution (OOD) Detection

Adversarial AutoMixup

2023-12-19 · Huafeng Qin, Xin Jin, Yun Jiang, Mounim A. El-Yacoubi 외

Data mixing augmentation has been widely applied to improve the generalization ability of deep neural networks. Recently, offline data mixing augmentation, e.g. handcrafted and saliency information-based mixup, has been …

Classificationimage-classificationImage Classification

FairQuant: Fairness-Aware Mixed-Precision Quantization for Medical Image Classification

2026-02-26 · Thomas Woergaard, Raghavendra Selvan arxiv

Compressing neural networks by quantizing model parameters offers useful trade-off between performance and efficiency. Methods like quantization-aware training and post-training quantization strive to maintain the downst…

Medical Image Classification

QMix: Quality-aware Learning with Mixed Noise for Robust Retinal Disease Diagnosis

2024-04-08 · Junlin Hou, Jilan Xu, Rui Feng, Hao Chen

Due to the complexity of medical image acquisition and the difficulty of annotation, medical image datasets inevitably contain noise. Noisy data with wrong labels affects the robustness and generalization ability of deep…