paper-with-me

Papers

Transformer-based Multi-Instance Learning for Weakly Supervised Object Detection

2023-03-27 · Zhaofei Wang, Weijia Zhang, Min-Ling Zhang

Weakly Supervised Object Detection (WSOD) enables the training of object detection models using only image-level annotations. State-of-the-art WSOD detectors commonly rely on multi-instance learning (MIL) as the backbone of their detectors and assume that the bounding box proposals of an image are independent of each other. However, since such approaches only utilize the highest score proposal and discard the potentially useful information from other proposals, their independent MIL backbone often limits models to salient parts of an object or causes them to detect only one object per class. To solve the above problems, we propose a novel backbone for WSOD based on our tailored Vision Transformer named Weakly Supervised Transformer Detection Network (WSTDN). Our algorithm is not only the first to demonstrate that self-attention modules that consider inter-instance relationships are effective backbones for WSOD, but also we introduce a novel bounding box mining method (BBM) integrated with a memory transfer refinement (MTR) procedure to utilize the instance dependencies for facilitating instance refinements. Experimental results on PASCAL VOC2007 and VOC2012 benchmarks demonstrate the effectiveness of our proposed WSTDN and modified instance refinement modules.

📄 PDF Abstract BibTeX arXiv:2303.14999

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionWeakly Supervised Object Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Scaling Novel Object Detection with Weakly Supervised Detection Transformers

2022-07-11 · Tyler LaBonte, Yale Song, Xin Wang, Vibhav Vineet 외

A critical object detection task is finetuning an existing model to detect novel objects, but the standard workflow requires bounding box annotations which are time-consuming and expensive to collect. Weakly supervised o…

Multiple Instance LearningNovel Object DetectionObjectobject-detection+3

Transformer based multiple instance learning for weakly supervised histopathology image segmentation

2022-05-18 · Ziniu Qian, Kailu Li, Maode Lai, Eric I-Chao Chang 외

Hispathological image segmentation algorithms play a critical role in computer aided diagnosis technology. The development of weakly supervised segmentation algorithm alleviates the problem of medical image annotation th…

Image SegmentationMultiple Instance LearningSegmentationSemantic Segmentation+2

Diverse Instance Discovery: Vision-Transformer for Instance-Aware Multi-Label Image Recognition

2022-04-22 · Yunqing Hu, Xuan Jin, Yin Zhang, Haiwen Hong 외

Previous works on multi-label image recognition (MLIR) usually use CNNs as a starting point for research. In this paper, we take pure Vision Transformer (ViT) as the research base and make full use of the advantages of T…

Multi-Label Image RecognitionObject LocalizationWeakly-Supervised Object Localization

Multiple Instance Detection Network with Online Instance Classifier Refinement

2017-04-01 · CVPR 2017 7 · Peng Tang, Xinggang Wang, Xiang Bai, Wenyu Liu

Of late, weakly supervised object detection is with great importance in object recognition. Based on deep learning, weakly supervised detectors have achieved many promising results. However, compared with fully supervise…

Multiple Instance LearningObjectobject-detectionObject Detection+2

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