paper-with-me

Papers

Learning Open-World Object Proposals without Learning to Classify

2021-08-15 · Dahun Kim, Tsung-Yi Lin, Anelia Angelova, In So Kweon, Weicheng Kuo

Object proposals have become an integral preprocessing steps of many vision pipelines including object detection, weakly supervised detection, object discovery, tracking, etc. Compared to the learning-free methods, learning-based proposals have become popular recently due to the growing interest in object detection. The common paradigm is to learn object proposals from data labeled with a set of object regions and their corresponding categories. However, this approach often struggles with novel objects in the open world that are absent in the training set. In this paper, we identify that the problem is that the binary classifiers in existing proposal methods tend to overfit to the training categories. Therefore, we propose a classification-free Object Localization Network (OLN) which estimates the objectness of each region purely by how well the location and shape of a region overlap with any ground-truth object (e.g., centerness and IoU). This simple strategy learns generalizable objectness and outperforms existing proposals on cross-category generalization on COCO, as well as cross-dataset evaluation on RoboNet, Object365, and EpicKitchens. Finally, we demonstrate the merit of OLN for long-tail object detection on large vocabulary dataset, LVIS, where we notice clear improvement in rare and common categories.

📄 PDF Abstract BibTeX arXiv:2108.06753

Code (6)

mcahny/object_localization_network 공식 구현 pytorch
Gaurav14cs17/YOLOE pytorch
KostadinovShalon/oln-mask pytorch
chwilms/sos pytorch
ibaiGorordo/ONNX-Object-Localization-Network pytorch
kostadinovshalon/oln-ssos pytorch

Tasks

Objectobject-detectionObject DetectionObject DiscoveryObject LocalizationOpen World Object DetectionZero-Shot Object Detection

Similar Papers 제목 키워드 기반

PROB: Probabilistic Objectness for Open World Object Detection

2022-12-02 · CVPR 2023 1 · Orr Zohar, Kuan-Chieh Wang, Serena Yeung

Open World Object Detection (OWOD) is a new and challenging computer vision task that bridges the gap between classic object detection (OD) benchmarks and object detection in the real world. In addition to detecting and …

Objectobject-detectionObject DetectionOpen World Object Detection

ProCal: Inference-Time Proposal Calibration for Open-Vocabulary Object Detection

2026-07-02 · Jae-Ryung Hong, Ho-Joong Kim, Seong-Whan Lee arxiv

Open-vocabulary object detection aims to localize and classify objects beyond the fixed set of categories seen dur ing training. Recent open-vocabulary object detection methods improve localization and classification for…

Object Detection

NoOVD: Novel Category Discovery and Embedding for Open-Vocabulary Object Detection

2026-03-22 · Yupeng Zhang, Ruize Han, Zhiwei Chen, Wei Feng 외 arxiv

Despite the remarkable progress in open-vocabulary object detection (OVD), a significant gap remains between the training and testing phases. During training, the RPN and RoI heads often misclassify unlabeled novel-categ…

Knowledge DistillationObject Detection

Annealing-Based Label-Transfer Learning for Open World Object Detection

2023-01-01 · CVPR 2023 1 · Yuqing Ma, Hainan Li, Zhange Zhang, Jinyang Guo 외

Open world object detection (OWOD) has attracted extensive attention due to its practicability in the real world. Previous OWOD works manually designed unknown-discover strategies to select unknown proposals from the…

object-detectionObject DetectionOpen World Object DetectionScheduling+1

Relationship Proposal Networks

2017-07-01 · CVPR 2017 7 · Ji Zhang, Mohamed Elhoseiny, Scott Cohen, Walter Chang 외

Image scene understanding requires learning the relationships between objects in the scene. A scene with many objects may have only a few individual interacting objects (e.g., in a party image with many people, only a ha…

AllScene Understanding