Weakly Supervised Object Detection with Pointwise Mutual Information
Rene Grzeszick, Sebastian Sudholt, Gernot A. Fink

TL;DR
This paper introduces a novel weakly supervised object detection method that uses pointwise mutual information and a cosine loss within a neural network to improve localization accuracy with minimal annotation effort.
Contribution
It proposes integrating pointwise mutual information and cosine loss into a neural network for weakly supervised object detection, enhancing localization accuracy.
Findings
Improved accuracy on VOC2012 dataset for localization tasks.
Effective integration of pointwise annotations with minimal additional annotation cost.
Enhanced learning process through the combination of PMI and cosine loss.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Industrial Vision Systems and Defect Detection · Advanced Image and Video Retrieval Techniques
MethodsSoftmax
