paper-with-me

Papers

Learning to Discover and Detect Objects

2022-10-19 · Vladimir Fomenko, Ismail Elezi, Deva Ramanan, Laura Leal-Taixé, Aljoša Ošep

We tackle the problem of novel class discovery and localization (NCDL). In this setting, we assume a source dataset with supervision for only some object classes. Instances of other classes need to be discovered, classified, and localized automatically based on visual similarity without any human supervision. To tackle NCDL, we propose a two-stage object detection network Region-based NCDL (RNCDL) that uses a region proposal network to localize regions of interest (RoIs). We then train our network to learn to classify each RoI, either as one of the known classes, seen in the source dataset, or one of the novel classes, with a long-tail distribution constraint on the class assignments, reflecting the natural frequency of classes in the real world. By training our detection network with this objective in an end-to-end manner, it learns to classify all region proposals for a large variety of classes, including those not part of the labeled object class vocabulary. Our experiments conducted using COCO and LVIS datasets reveal that our method is significantly more effective than multi-stage pipelines that rely on traditional clustering algorithms. Furthermore, we demonstrate the generality of our approach by applying our method to a large-scale Visual Genome dataset, where our network successfully learns to detect various semantic classes without direct supervision.

📄 PDF Abstract BibTeX arXiv:2210.10774

Code (1)

vlfom/rncdl 공식 구현 pytorch

Tasks

Novel Class DiscoveryNovel Object DetectionObjectObject DetectionRegion Proposal

Similar Papers 제목 키워드 기반

Towards Open-Set Object Detection and Discovery

2022-04-12 · Jiyang Zheng, Weihao Li, Jie Hong, Lars Petersson 외

With the human pursuit of knowledge, open-set object detection (OSOD) has been designed to identify unknown objects in a dynamic world. However, an issue with the current setting is that all the predicted unknown objects…

Incremental LearningObjectobject-detectionObject Detection

Discovering A Variety of Objects in Spatio-Temporal Human-Object Interactions

2022-11-14 · Yong-Lu Li, Hongwei Fan, Zuoyu Qiu, Yiming Dou 외

Spatio-temporal Human-Object Interaction (ST-HOI) detection aims at detecting HOIs from videos, which is crucial for activity understanding. In daily HOIs, humans often interact with a variety of objects, e.g., holding a…

Human-Object Interaction DetectionObjectobject-detectionObject 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

Self-supervisory Signals for Object Discovery and Detection

2018-06-08 · Etienne Pot, Alexander Toshev, Jana Kosecka

In robotic applications, we often face the challenge of discovering new objects while having very little or no labelled training data. In this paper we explore the use of self-supervision provided by a robot traversing a…

ClusteringObjectObject Discovery

Open-Vocabulary Object Detection via Scene Graph Discovery

2023-07-07 · Hengcan Shi, Munawar Hayat, Jianfei Cai

In recent years, open-vocabulary (OV) object detection has attracted increasing research attention. Unlike traditional detection, which only recognizes fixed-category objects, OV detection aims to detect objects in an op…

DecoderGraph GenerationObjectobject-detection+6