paper-with-me

Papers

UNION: Unsupervised 3D Object Detection using Object Appearance-based Pseudo-Classes

2024-05-24 · Ted Lentsch, Holger Caesar, Dariu M. Gavrila

Unsupervised 3D object detection methods have emerged to leverage vast amounts of data without requiring manual labels for training. Recent approaches rely on dynamic objects for learning to detect mobile objects but penalize the detections of static instances during training. Multiple rounds of (self) training are used to add detected static instances to the set of training targets; this procedure to improve performance is computationally expensive. To address this, we propose the method UNION. We use spatial clustering and self-supervised scene flow to obtain a set of static and dynamic object proposals from LiDAR. Subsequently, object proposals' visual appearances are encoded to distinguish static objects in the foreground and background by selecting static instances that are visually similar to dynamic objects. As a result, static and dynamic mobile objects are obtained together, and existing detectors can be trained with a single training. In addition, we extend 3D object discovery to detection by using object appearance-based cluster labels as pseudo-class labels for training object classification. We conduct extensive experiments on the nuScenes dataset and increase the state-of-the-art performance for unsupervised 3D object discovery, i.e. UNION more than doubles the average precision to 38.4. The code is available at github.com/TedLentsch/UNION.

📄 PDF Abstract BibTeX arXiv:2405.15688

Code (1)

tedlentsch/union 공식 구현 pytorch

Tasks

3D Object DetectionObject DetectionObject DiscoveryUnsupervised Object Detection

Similar Papers 제목 키워드 기반

Fast Hand Detection in Collaborative Learning Environments

2021-10-13 · Sravani Teeparthi, Venkatesh Jatla, Marios S. Pattichis, Sylvia Celedon Pattichis 외

Long-term object detection requires the integration of frame-based results over several seconds. For non-deformable objects, long-term detection is often addressed using object detection followed by video tracking. Unfor…

Data AugmentationHand DetectionObjectobject-detection+1

Ensemble Foreground Management for Unsupervised Object Discovery

2025-07-28 · Ziling Wu, Armaghan Moemeni, Praminda Caleb-Solly arxiv

Unsupervised object discovery (UOD) aims to detect and segment objects in 2D images without handcrafted annotations. Recent progress in self-supervised representation learning has led to some success in UOD algorithms. H…

Representation LearningInstance SegmentationSaliency Detection

Simultaneous Localization, Mapping, and Manipulation for Unsupervised Object Discovery

2014-11-04 · Lu Ma, Mahsa Ghafarianzadeh, Dave Coleman, Nikolaus Correll 외

We present an unsupervised framework for simultaneous appearance-based object discovery, detection, tracking and reconstruction using RGBD cameras and a robot manipulator. The system performs dense 3D simultaneous locali…

Motion SegmentationObjectObject DiscoverySimultaneous Localization and Mapping

UnsMOT: Unified Framework for Unsupervised Multi-Object Tracking with Geometric Topology Guidance

2023-09-03 · Son Tran, Cong Tran, Anh Tran, Cuong Pham

Object detection has long been a topic of high interest in computer vision literature. Motivated by the fact that annotating data for the multi-object tracking (MOT) problem is immensely expensive, recent studies have tu…

Multi-Object Trackingobject-detectionObject DetectionObject Tracking

Cooperating RPN's Improve Few-Shot Object Detection

2020-11-19 · Weilin Zhang, Yu-Xiong Wang, David A. Forsyth

Learning to detect an object in an image from very few training examples - few-shot object detection - is challenging, because the classifier that sees proposal boxes has very little training data. A particularly challen…

Few-Shot Object DetectionObjectobject-detectionObject Detection+1