paper-with-me

Papers

Generative Adversarial Learning Towards Fast Weakly Supervised Detection

2018-06-01 · CVPR 2018 6 · Yunhan Shen, Rongrong Ji, Shengchuan Zhang, WangMeng Zuo, Yan Wang

Weakly supervised object detection has attracted extensive research efforts in recent years. Without the need of annotating bounding boxes, the existing methods usually follow a two/multi-stage pipeline with an online compulsive stage to extract object proposals, which is an order of magnitude slower than fast fully supervised object detectors such as SSD [31] and YOLO [34]. In this paper, we speedup online weakly supervised object detectors by orders of magnitude by proposing a novel generative adversarial learning paradigm. In the proposed paradigm, the generator is a one-stage object detector to generate bounding boxes from images. To guide the learning of object-level generator, a surrogator is introduced to mine high-quality bounding boxes for training. We further adapt a structural similarity loss in combination with an adversarial loss into the training objective, which solves the challenge that the bounding boxes produced by the surrogator may not well capture their ground truth. Our one-stage detector outperforms all existing schemes in terms of detection accuracy, running at 118 frames per second, which is up to 438x faster than the state-of-the-art weakly supervised detectors [8, 30, 15, 27, 45]. The code will be available publicly soon.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionWeakly Supervised Object Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…

Similar Papers 제목 키워드 기반

Fully Convolutional Change Detection Framework with Generative Adversarial Network for Unsupervised, Weakly Supervised and Regional Supervised Change Detection

2022-01-16 · Chen Wu, Bo Du, Liangpei Zhang

Deep learning for change detection is one of the current hot topics in the field of remote sensing. However, most end-to-end networks are proposed for supervised change detection, and unsupervised change detection models…

Change DetectionGenerative Adversarial Network

Weakly Supervised Object Discovery by Generative Adversarial & Ranking Networks

2017-11-22 · Ali Diba, Vivek Sharma, Rainer Stiefelhagen, Luc van Gool

The deep generative adversarial networks (GAN) recently have been shown to be promising for different computer vision applications, like image edit- ing, synthesizing high resolution images, generating videos, etc. These…

DecoderObjectobject-detectionObject Detection+2

Weakly Supervised Object Detection with Segmentation Collaboration

2019-04-01 · ICCV 2019 10 · Xiaoyan Li, Meina Kan, Shiguang Shan, Xilin Chen

Weakly supervised object detection aims at learning precise object detectors, given image category labels. In recent prevailing works, this problem is generally formulated as a multiple instance learning module guided by…

General Classificationimage-classificationImage ClassificationMultiple Instance Learning+5

Diffusion Models for Medical Anomaly Detection

2022-03-08 · Julia Wolleb, Florentin Bieder, Robin Sandkühler, Philippe C. Cattin

In medical applications, weakly supervised anomaly detection methods are of great interest, as only image-level annotations are required for training. Current anomaly detection methods mainly rely on generative adversari…

Anomaly DetectionDenoisingImage-to-Image TranslationSupervised Anomaly Detection+2

Collaborative Learning for Weakly Supervised Object Detection

2018-02-10 · Jiajie Wang, Jiangchao Yao, Ya zhang, Rui Zhang

Weakly supervised object detection has recently received much attention, since it only requires image-level labels instead of the bounding-box labels consumed in strongly supervised learning. Nevertheless, the save in la…

Objectobject-detectionObject DetectionWeakly Supervised Object Detection