paper-with-me

Papers

Spatially Attentive Output Layer for Image Classification

2020-04-16 · CVPR 2020 6 · Ildoo Kim, Woonhyuk Baek, Sungwoong Kim

Most convolutional neural networks (CNNs) for image classification use a global average pooling (GAP) followed by a fully-connected (FC) layer for output logits. However, this spatial aggregation procedure inherently restricts the utilization of location-specific information at the output layer, although this spatial information can be beneficial for classification. In this paper, we propose a novel spatial output layer on top of the existing convolutional feature maps to explicitly exploit the location-specific output information. In specific, given the spatial feature maps, we replace the previous GAP-FC layer with a spatially attentive output layer (SAOL) by employing a attention mask on spatial logits. The proposed location-specific attention selectively aggregates spatial logits within a target region, which leads to not only the performance improvement but also spatially interpretable outputs. Moreover, the proposed SAOL also permits to fully exploit location-specific self-supervision as well as self-distillation to enhance the generalization ability during training. The proposed SAOL with self-supervision and self-distillation can be easily plugged into existing CNNs. Experimental results on various classification tasks with representative architectures show consistent performance improvements by SAOL at almost the same computational cost.

📄 PDF Abstract BibTeX arXiv:2004.07570

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

Where to Focus: Deep Attention-based Spatially Recurrent Bilinear Networks for Fine-Grained Visual Recognition

2017-09-18 · Lin Wu, Yang Wang

Fine-grained visual recognition typically depends on modeling subtle difference from object parts. However, these parts often exhibit dramatic visual variations such as occlusions, viewpoints, and spatial transformations…

Deep AttentionFine-Grained Image ClassificationFine-Grained Visual Recognitionimage-classification+2

Attentive CutMix: An Enhanced Data Augmentation Approach for Deep Learning Based Image Classification

2020-03-29 · Devesh Walawalkar, Zhiqiang Shen, Zechun Liu, Marios Savvides

Convolutional neural networks (CNN) are capable of learning robust representation with different regularization methods and activations as convolutional layers are spatially correlated. Based on this property, a large va…

Data AugmentationDescriptiveGeneral Classificationimage-classification+1

Classification and reconstruction of spatially overlapping phase images using diffractive optical networks

2021-08-18 · Deniz Mengu, Muhammed Veli, Yair Rivenson, Aydogan Ozcan

Diffractive optical networks unify wave optics and deep learning to all-optically compute a given machine learning or computational imaging task as the light propagates from the input to the output plane. Here, we report…

Classificationimage-classificationImage ClassificationRetrieval

Exploring Object-Aware Attention Guided Frame Association for RGB-D SLAM

2022-01-28 · Ali Caglayan, Nevrez Imamoglu, Oguzhan Guclu, Ali Osman Serhatoglu 외

Deep learning models as an emerging topic have shown great progress in various fields. Especially, visualization tools such as class activation mapping methods provided visual explanation on the reasoning of convolutiona…

ObjectSimultaneous Localization and Mapping

YOLO -- You only look 10647 times

2022-01-16 · Christian Limberg, Andrew Melnik, Augustin Harter, Helge Ritter

With this work we are explaining the "You Only Look Once" (YOLO) single-stage object detection approach as a parallel classification of 10647 fixed region proposals. We support this view by showing that each of YOLOs out…

Classificationimage-classificationImage ClassificationObject+3