paper-with-me

Papers

Weakly Supervised Object Detection with Pointwise Mutual Information

2018-01-26 · Rene Grzeszick, Sebastian Sudholt, Gernot A. Fink

In this work a novel approach for weakly supervised object detection that incorporates pointwise mutual information is presented. A fully convolutional neural network architecture is applied in which the network learns one filter per object class. The resulting feature map indicates the location of objects in an image, yielding an intuitive representation of a class activation map. While traditionally such networks are learned by a softmax or binary logistic regression (sigmoid cross-entropy loss), a learning approach based on a cosine loss is introduced. A pointwise mutual information layer is incorporated in the network in order to project predictions and ground truth presence labels in a non-categorical embedding space. Thus, the cosine loss can be employed in this non-categorical representation. Besides integrating image level annotations, it is shown how to integrate point-wise annotations using a Spatial Pyramid Pooling layer. The approach is evaluated on the VOC2012 dataset for classification, point localization and weakly supervised bounding box localization. It is shown that the combination of pointwise mutual information and a cosine loss eases the learning process and thus improves the accuracy. The integration of coarse point-wise localizations further improves the results at minimal annotation costs.

📄 PDF Abstract BibTeX arXiv:1801.08747

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionWeakly Supervised Object Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Mutual Information Regularization for Weakly-supervised RGB-D Salient Object Detection

2023-06-06 · Aixuan Li, Yuxin Mao, Jing Zhang, Yuchao Dai

In this paper, we present a weakly-supervised RGB-D salient object detection model via scribble supervision. Specifically, as a multimodal learning task, we focus on effective multimodal representation learning via inter…

Objectobject-detectionObject DetectionPrediction+3

WILDCAT: Weakly Supervised Learning of Deep ConvNets for Image Classification, Pointwise Localization and Segmentation

2017-07-01 · CVPR 2017 7 · Thibaut Durand, Taylor Mordan, Nicolas Thome, Matthieu Cord

This paper introduces WILDCAT, a deep learning method which jointly aims at aligning image regions for gaining spatial invariance and learning strongly localized features. Our model is trained using only global image lab…

General Classificationimage-classificationImage ClassificationObject Localization+4

Min-max Entropy for Weakly Supervised Pointwise Localization

2019-07-25 · Soufiane Belharbi, Jérôme Rony, Jose Dolz, Ismail Ben Ayed 외

Pointwise localization allows more precise localization and accurate interpretability, compared to bounding box, in applications where objects are highly unstructured such as in medical domain. In this work, we focus on …

Object LocalizationWeakly-Supervised Object Localization

Pseudo Mask Augmented Object Detection

2018-03-15 · CVPR 2018 6 · Xiangyun Zhao, Shuang Liang, Yichen Wei

In this work, we present a novel and effective framework to facilitate object detection with the instance-level segmentation information that is only supervised by bounding box annotation. Starting from the joint object …

Instance SegmentationObjectobject-detectionObject Detection+3

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