paper-with-me

Papers

Weakly Supervised Object Localization on grocery shelves using simple FCN and Synthetic Dataset

2018-03-19 · Srikrishna Varadarajan, Muktabh Mayank Srivastava

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 objects is easy and annotating their coordinates is hard.

📄 PDF Abstract BibTeX arXiv:1803.06813

Code (0)

등록된 구현이 없습니다.

Tasks

Decoderimage-classificationImage ClassificationObjectobject-detectionObject DetectionObject LocalizationSegmentationWeakly-Supervised Object Localization

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

Hide-and-Seek: Forcing a Network to be Meticulous for Weakly-supervised Object and Action Localization

2017-04-13 · ICCV 2017 10 · Krishna Kumar Singh, Yong Jae Lee

We propose `Hide-and-Seek', a weakly-supervised framework that aims to improve object localization in images and action localization in videos. Most existing weakly-supervised methods localize only the most discriminativ…

Action LocalizationObjectObject LocalizationWeakly Supervised Action Localization+1

Self-Transfer Learning for Fully Weakly Supervised Object Localization

2016-02-04 · Sangheum Hwang, Hyo-Eun Kim

Recent advances of deep learning have achieved remarkable performances in various challenging computer vision tasks. Especially in object localization, deep convolutional neural networks outperform traditional approaches…

Medical Image AnalysisObjectObject LocalizationTransfer Learning+2

Rethinking the Route Towards Weakly Supervised Object Localization

2020-02-26 · CVPR 2020 6 · Chen-Lin Zhang, Yun-Hao Cao, Jianxin Wu

Weakly supervised object localization (WSOL) aims to localize objects with only image-level labels. Previous methods often try to utilize feature maps and classification weights to localize objects using image level anno…

General ClassificationObjectObject LocalizationWeakly-Supervised Object Localization

Acquire, Augment, Segment & Enjoy: Weakly Supervised Instance Segmentation of Supermarket Products

2018-07-05 · Patrick Follmann, Bertram Drost, Tobias Böttger

Grocery stores have thousands of products that are usually identified using barcodes with a human in the loop. For automated checkout systems, it is necessary to count and classify the groceries efficiently and robustly.…

Instance SegmentationObjectSemantic SegmentationWeakly-supervised instance segmentation

Convolutional STN for Weakly Supervised Object Localization

2019-12-03 · Akhil Meethal, Marco Pedersoli, Soufiane Belharbi, Eric Granger

Weakly supervised object localization is a challenging task in which the object of interest should be localized while learning its appearance. State-of-the-art methods recycle the architecture of a standard CNN by using …

ObjectObject LocalizationWeakly-Supervised Object Localization