paper-with-me

Papers

Global Weighted Average Pooling Bridges Pixel-level Localization and Image-level Classification

2018-09-21 · Suo Qiu

In this work, we first tackle the problem of simultaneous pixel-level localization and image-level classification with only image-level labels for fully convolutional network training. We investigate the global pooling method which plays a vital role in this task. Classical global max pooling and average pooling methods are hard to indicate the precise regions of objects. Therefore, we revisit the global weighted average pooling (GWAP) method for this task and propose the class-agnostic GWAP module and the class-specific GWAP module in this paper. We evaluate the classification and pixel-level localization ability on the ILSVRC benchmark dataset. Experimental results show that the proposed GWAP module can better capture the regions of the foreground objects. We further explore the knowledge transfer between the image classification task and the region-based object detection task. We propose a multi-task framework that combines our class-specific GWAP module with R-FCN. The framework is trained with few ground truth bounding boxes and large-scale image-level labels. We evaluate this framework on PASCAL VOC dataset. Experimental results show that this framework can use the data with only image-level labels to improve the generalization of the object detection model.

📄 PDF Abstract BibTeX arXiv:1809.08264

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationimage-classificationImage Classificationobject-detectionObject DetectionTransfer Learning

Methods 이 논문이 사용한 방법론

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…
Position-Sensitive RoI Pooling 설명 없음
R-FCN Region-based Fully Convolutional Networks, or R-FCNs, are a type of region-based object detector. In contrast to previous region-based object detectors such as…
Average Pooling 설명 없음
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…

Similar Papers 제목 키워드 기반

Enhancing Speech Emotion Recognition through Segmental Average Pooling of Self-Supervised Learning Features

2024-10-16 · Jonghwan Hyeon, Yung-Hwan Oh, Ho-Jin Choi

Speech Emotion Recognition (SER) analyzes human emotions expressed through speech. Self-supervised learning (SSL) offers a promising approach to SER by learning meaningful representations from a large amount of unlabeled…

Emotion RecognitionSelf-Supervised LearningSpeech Emotion Recognition

Learning ordered pooling weights in image classification

2020-07-02 · J. I. Forcen, Miguel Pagola, Edurne Barrenechea, Humberto Bustince

Spatial pooling is an important step in computer vision systems like Convolutional Neural Networks or the Bag-of-Words method. The spatial pooling purpose is to combine neighbouring descriptors to obtain a single descrip…

ClassificationGeneral Classificationimage-classificationImage Classification

KEIS@JUST at SemEval-2020 Task 12: Identifying Multilingual Offensive Tweets Using Weighted Ensemble and Fine-Tuned BERT

2020-05-15 · SEMEVAL 2020 · Saja Khaled Tawalbeh, Mahmoud Hammad, Mohammad AL-Smadi

This research presents our team KEIS@JUST participation at SemEval-2020 Task 12 which represents shared task on multilingual offensive language. We participated in all the provided languages for all subtasks except sub-t…

Data AugmentationTransfer Learning

SANet:Superpixel Attention Network for Skin Lesion Attributes Detection

2019-10-20 · Xinzi He, Baiying Lei, Tianfu Wang

The accurate detection of lesion attributes is meaningful for both the computeraid diagnosis system and dermatologists decisions. However, unlike lesion segmentation and melenoma classification, there are few deep learni…

AttributeGeneral ClassificationLesion SegmentationTask 2

A High-Performance CNN Method for Offline Handwritten Chinese Character Recognition and Visualization

2018-12-30 · Pavlo Melnyk, Zhiqiang You, Keqin Li

Recent researches introduced fast, compact and efficient convolutional neural networks (CNNs) for offline handwritten Chinese character recognition (HCCR). However, many of them did not address the problem of network int…

Offline Handwritten Chinese Character Recognition