paper-with-me

Papers

SGCCNet: Single-Stage 3D Object Detector With Saliency-Guided Data Augmentation and Confidence Correction Mechanism

2024-07-01 · Ao Liang, Wenyu Chen, Jian Fang, Huaici Zhao

The single-stage point-based 3D object detectors have attracted widespread research interest due to their advantages of lightweight and fast inference speed. However, they still face challenges such as inadequate learning of low-quality objects (ILQ) and misalignment between localization accuracy and classification confidence (MLC). In this paper, we propose SGCCNet to alleviate these two issues. For ILQ, SGCCNet adopts a Saliency-Guided Data Augmentation (SGDA) strategy to enhance the robustness of the model on low-quality objects by reducing its reliance on salient features. Specifically, We construct a classification task and then approximate the saliency scores of points by moving points towards the point cloud centroid in a differentiable process. During the training process, SGCCNet will be forced to learn from low saliency features through dropping points. Meanwhile, to avoid internal covariate shift and contextual features forgetting caused by dropping points, we add a geometric normalization module and skip connection block in each stage. For MLC, we design a Confidence Correction Mechanism (CCM) specifically for point-based multi-class detectors. This mechanism corrects the confidence of the current proposal by utilizing the predictions of other key points within the local region in the post-processing stage. Extensive experiments on the KITTI dataset demonstrate the generality and effectiveness of our SGCCNet. On the KITTI \textit{test} set, SGCCNet achieves $80.82\%$ for the metric of $AP_{3D}$ on the \textit{Moderate} level, outperforming all other point-based detectors, surpassing IA-SSD and Fast Point R-CNN by $2.35\%$ and $3.42\%$, respectively. Additionally, SGCCNet demonstrates excellent portability for other point-based detectors

📄 PDF Abstract BibTeX arXiv:2407.01239

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

ODSmoothGrad: Generating Saliency Maps for Object Detectors

2023-04-15 · Chul Gwon, Steven C. Howell

Techniques for generating saliency maps continue to be used for explainability of deep learning models, with efforts primarily applied to the image classification task. Such techniques, however, can also be applied to ob…

Classificationimage-classificationImage ClassificationObject

Activation to Saliency: Forming High-Quality Labels for Completely Unsupervised Salient Object Detection

2021-12-07 · Huajun Zhou, Peijia Chen, Lingxiao Yang, JianHuang Lai 외

Existing deep learning-based Unsupervised Salient Object Detection (USOD) methods rely on supervised pre-trained deep models. Moreover, they generate pseudo labels based on hand-crafted features, which lack high-level se…

object-detectionObject DetectionSalient Object Detection

Black-box Explanation of Object Detectors via Saliency Maps

2020-06-05 · CVPR 2021 1 · Vitali Petsiuk, Rajiv Jain, Varun Manjunatha, Vlad I. Morariu 외

We propose D-RISE, a method for generating visual explanations for the predictions of object detectors. Utilizing the proposed similarity metric that accounts for both localization and categorization aspects of object de…

Objectobject-detectionObject Detectionsoftware testing

CenterMask: single shot instance segmentation with point representation

2020-04-09 · CVPR 2020 6 · Yuqing Wang, Zhaoliang Xu, Hao Shen, Baoshan Cheng 외

In this paper, we propose a single-shot instance segmentation method, which is simple, fast and accurate. There are two main challenges for one-stage instance segmentation: object instances differentiation and pixel-wise…

Instance SegmentationObjectSegmentationSemantic Segmentation

Saliency-Guided Deep Learning for Bridge Defect Detection in Drone Imagery

2025-11-18 · Loucif Hebbache, Dariush Amirkhani, Mohand Saïd Allili, Jean-François Lapointe arxiv

Anomaly object detection and classification are one of the main challenging tasks in computer vision and pattern recognition. In this paper, we propose a new method to automatically detect, localize and classify defects …

Computational EfficiencyObject Detection