Weakly Supervised Object Localization on grocery shelves using simple FCN and Synthetic Dataset
Srikrishna Varadarajan, Muktabh Mayank Srivastava

TL;DR
This paper introduces a weakly supervised approach combining a simple FCN and a ConvAE trained on synthetic data to localize objects in grocery shelves, reducing annotation effort.
Contribution
It presents a novel method that leverages FCN and ConvAE to perform object localization with minimal supervision, applicable to complex real-world scenes.
Findings
Effective localization of grocery objects demonstrated
Reduces need for detailed bounding box annotations
Applicable to various domains with easy image collection
Abstract
We propose a weakly supervised method using two algorithms to predict object bounding boxes given only an image classification dataset. First algorithm is a simple Fully Convolutional Network (FCN) trained to classify object instances. We use the property of FCN to return a mask for images larger than training images to get a primary output segmentation mask during test time by passing an image pyramid to it. We enhance the FCN output mask into final output bounding boxes by a Convolutional Encoder-Decoder (ConvAE) viz. the second algorithm. ConvAE is trained to localize objects on an artificially generated dataset of output segmentation masks. We demonstrate the effectiveness of this method in localizing objects in grocery shelves where annotating data for object detection is hard due to variety of objects. This method can be extended to any problem domain where collecting images of…
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
MethodsMax Pooling · Convolution · Fully Convolutional Network
