paper-with-me

Papers

Learning Class Prototypes for Unified Sparse Supervised 3D Object Detection

2025-03-27 · Yun Zhu, Le Hui, Hang Yang, Jianjun Qian, Jin Xie, Jian Yang

Both indoor and outdoor scene perceptions are essential for embodied intelligence. However, current sparse supervised 3D object detection methods focus solely on outdoor scenes without considering indoor settings. To this end, we propose a unified sparse supervised 3D object detection method for both indoor and outdoor scenes through learning class prototypes to effectively utilize unlabeled objects. Specifically, we first propose a prototype-based object mining module that converts the unlabeled object mining into a matching problem between class prototypes and unlabeled features. By using optimal transport matching results, we assign prototype labels to high-confidence features, thereby achieving the mining of unlabeled objects. We then present a multi-label cooperative refinement module to effectively recover missed detections through pseudo label quality control and prototype label cooperation. Experiments show that our method achieves state-of-the-art performance under the one object per scene sparse supervised setting across indoor and outdoor datasets. With only one labeled object per scene, our method achieves about 78%, 90%, and 96% performance compared to the fully supervised detector on ScanNet V2, SUN RGB-D, and KITTI, respectively, highlighting the scalability of our method. Code is available at https://github.com/zyrant/CPDet3D.

📄 PDF Abstract BibTeX arXiv:2503.21099

Code (1)

zyrant/cpdet3d 공식 구현 pytorch

Tasks

3D Object DetectionObjectobject-detectionObject DetectionPseudo Label

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Learning Class Prototypes for Unified Sparse-Supervised 3D Object Detection

2025-01-01 · CVPR 2025 1 · Yun Zhu, Le Hui, Hang Yang, Jianjun Qian 외

Both indoor and outdoor scene perceptions are essential for embodied intelligence. However, current sparse supervised 3D object detection methods focus solely on outdoor scenes without considering indoor settings. To…

3D Object DetectionObjectobject-detectionObject Detection+1

PIP-Net: Patch-Based Intuitive Prototypes for Interpretable Image Classification

2023-01-01 · CVPR 2023 1 · Meike Nauta, Jörg Schlötterer, Maurice van Keulen, Christin Seifert

Interpretable methods based on prototypical patches recognize various components in an image in order to explain their reasoning to humans. However, existing prototype-based methods can learn prototypes that are not …

Decision Makingimage-classificationImage Classification

Hunting Attributes: Context Prototype-Aware Learning for Weakly Supervised Semantic Segmentation

2024-03-12 · CVPR 2024 1 · Feilong Tang, Zhongxing Xu, Zhaojun Qu, Wei Feng 외

Recent weakly supervised semantic segmentation (WSSS) methods strive to incorporate contextual knowledge to improve the completeness of class activation maps (CAM). In this work, we argue that the knowledge bias between …

Learning TheorySemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Semi-Supervised Object Detection via Multi-Instance Alignment With Global Class Prototypes

2022-01-01 · CVPR 2022 1 · Aoxue Li, Peng Yuan, Zhenguo Li

Semi-Supervised object detection (SSOD) aims to improve the generalization ability of object detectors with large-scale unlabeled images. Current pseudo-labeling-based SSOD methods individually learn from labeled dat…

object-detectionObject DetectionSemi-Supervised Object Detection

A Unified, Resilient, and Explainable Adversarial Patch Detector

2025-01-01 · CVPR 2025 1 · Vishesh Kumar, Akshay Agarwal

Deep Neural Networks (DNNs), backbone architecture in `almost' every computer vision task, are vulnerable to adversarial attacks, particularly physical out-of-distribution (OOD) adversarial patches. Existing defense …