paper-with-me

Papers

Cyclic-Bootstrap Labeling for Weakly Supervised Object Detection

2023-08-11 · ICCV 2023 1 · Yufei Yin, Jiajun Deng, Wengang Zhou, Li Li, Houqiang Li

Recent progress in weakly supervised object detection is featured by a combination of multiple instance detection networks (MIDN) and ordinal online refinement. However, with only image-level annotation, MIDN inevitably assigns high scores to some unexpected region proposals when generating pseudo labels. These inaccurate high-scoring region proposals will mislead the training of subsequent refinement modules and thus hamper the detection performance. In this work, we explore how to ameliorate the quality of pseudo-labeling in MIDN. Formally, we devise Cyclic-Bootstrap Labeling (CBL), a novel weakly supervised object detection pipeline, which optimizes MIDN with rank information from a reliable teacher network. Specifically, we obtain this teacher network by introducing a weighted exponential moving average strategy to take advantage of various refinement modules. A novel class-specific ranking distillation algorithm is proposed to leverage the output of weighted ensembled teacher network for distilling MIDN with rank information. As a result, MIDN is guided to assign higher scores to accurate proposals among their neighboring ones, thus benefiting the subsequent pseudo labeling. Extensive experiments on the prevalent PASCAL VOC 2007 \& 2012 and COCO datasets demonstrate the superior performance of our CBL framework. Code will be available at https://github.com/Yinyf0804/WSOD-CBL/.

📄 PDF Abstract BibTeX arXiv:2308.05991

Code (1)

yinyf0804/wsod-cbl 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionWeakly Supervised Object Detection

Similar Papers 제목 키워드 기반

Training Object Detectors from Few Weakly-Labeled and Many Unlabeled Images

2019-12-01 · arXiv 2019 12 · Zhaohui Yang, Miaojing Shi, Chao Xu, Vittorio Ferrari 외

Weakly-supervised object detection attempts to limit the amount of supervision by dispensing the need for bounding boxes, but still assumes image-level labels on the entire training set. In this work, we study the proble…

object-detectionObject DetectionWeakly Supervised Object Detection

Cyclic Guidance for Weakly Supervised Joint Detection and Segmentation

2019-06-01 · CVPR 2019 6 · Yunhang Shen, Rongrong Ji, Yan Wang, Yongjian Wu 외

Weakly supervised learning has attracted growing research attention due to the significant saving in annotation cost for tasks that require intra-image annotations, such as object detection and semantic segmentation. To …

Image-level Supervised Instance SegmentationMulti-Task LearningObjectobject-detection+5

Multi-Evidence Filtering and Fusion for Multi-Label Classification, Object Detection and Semantic Segmentation Based on Weakly Supervised Learning

2018-02-26 · CVPR 2018 6 · Weifeng Ge, Sibei Yang, Yizhou Yu

Supervised object detection and semantic segmentation require object or even pixel level annotations. When there exist image level labels only, it is challenging for weakly supervised algorithms to achieve accurate predi…

ClusteringGeneral Classificationimage-classificationImage Classification+15

Object Discovery via Contrastive Learning for Weakly Supervised Object Detection

2022-08-16 · Jinhwan Seo, Wonho Bae, Danica J. Sutherland, Junhyug Noh 외

Weakly Supervised Object Detection (WSOD) is a task that detects objects in an image using a model trained only on image-level annotations. Current state-of-the-art models benefit from self-supervised instance-level supe…

Contrastive LearningObjectObject DetectionObject Discovery+1

Weakly Supervised Segmentation of Small Buildings With Point Labels

2021-01-01 · ICCV 2021 10 · Jae-Hun Lee, Chanyoung Kim, Sanghoon Sull

Most supervised image segmentation methods require delicate and time-consuming pixel-level labeling of building or objects, especially for small objects. In this paper, we present a weakly supervised segmentation net…

Image SegmentationSegmentationSemantic SegmentationWeakly supervised segmentation