paper-with-me

Papers

ImaginaryNet: Learning Object Detectors without Real Images and Annotations

2022-10-13 · Minheng Ni, Zitong Huang, Kailai Feng, WangMeng Zuo

Without the demand of training in reality, humans can easily detect a known concept simply based on its language description. Empowering deep learning with this ability undoubtedly enables the neural network to handle complex vision tasks, e.g., object detection, without collecting and annotating real images. To this end, this paper introduces a novel challenging learning paradigm Imaginary-Supervised Object Detection (ISOD), where neither real images nor manual annotations are allowed for training object detectors. To resolve this challenge, we propose ImaginaryNet, a framework to synthesize images by combining pretrained language model and text-to-image synthesis model. Given a class label, the language model is used to generate a full description of a scene with a target object, and the text-to-image model deployed to generate a photo-realistic image. With the synthesized images and class labels, weakly supervised object detection can then be leveraged to accomplish ISOD. By gradually introducing real images and manual annotations, ImaginaryNet can collaborate with other supervision settings to further boost detection performance. Experiments show that ImaginaryNet can (i) obtain about 70% performance in ISOD compared with the weakly supervised counterpart of the same backbone trained on real data, (ii) significantly improve the baseline while achieving state-of-the-art or comparable performance by incorporating ImaginaryNet with other supervision settings.

📄 PDF Abstract BibTeX arXiv:2210.06886

Code (1)

kodenii/imaginarynet 공식 구현 jax

Tasks

Image GenerationLanguage ModelingLanguage ModellingObjectobject-detectionObject DetectionWeakly Supervised Object Detection

Similar Papers 제목 키워드 기반

Calibrating Probabilistic Object Detectors with Annotator Disagreement

2026-05-23 · Zhi Qin Tan, Owen Addison, Yunpeng Li arxiv

High degrees of disagreement among annotators can exist for ambiguous objects, e.g. in medical images, underscoring the challenges of establishing ground truth annotations in object detection tasks. Despite this, all exi…

Object Detection

Fewer is More: Efficient Object Detection in Large Aerial Images

2022-12-26 · Xingxing Xie, Gong Cheng, Qingyang Li, Shicheng Miao 외

Current mainstream object detection methods for large aerial images usually divide large images into patches and then exhaustively detect the objects of interest on all patches, no matter whether there exist objects or n…

4kObjectobject-detectionObject Detection+1

Background Adaptive Faster R-CNN for Semi-Supervised Convolutional Object Detection of Threats in X-Ray Images

2020-10-02 · John B. Sigman, Gregory P. Spell, Kevin J Liang, Lawrence Carin

Recently, progress has been made in the supervised training of Convolutional Object Detectors (e.g. Faster R-CNN) for threat recognition in carry-on luggage using X-ray images. This is part of the Transportation Security…

Domain AdaptationObjectobject-detectionObject Detection

A Simulation-Augmented Benchmarking Framework for Automatic RSO Streak Detection in Single-Frame Space Images

2023-04-30 · Zhe Chen, Yang Yang, Anne Bettens, Youngho Eun 외

Detecting Resident Space Objects (RSOs) and preventing collisions with other satellites is crucial. Recently, deep convolutional neural networks (DCNNs) have shown superior performance in object detection when large-scal…

Benchmarkingobject-detectionObject Detection

We don't need no bounding-boxes: Training object class detectors using only human verification

2016-02-26 · CVPR 2016 6 · Dim P. Papadopoulos, Jasper R. R. Uijlings, Frank Keller, Vittorio Ferrari

Training object class detectors typically requires a large set of images in which objects are annotated by bounding-boxes. However, manually drawing bounding-boxes is very time consuming. We propose a new scheme for trai…