paper-with-me

Papers

Attentive Normalization

2019-08-04 · ECCV 2020 8 · Xilai Li, Wei Sun, Tianfu Wu

In state-of-the-art deep neural networks, both feature normalization and feature attention have become ubiquitous. % with significant performance improvement shown in a vast amount of tasks. They are usually studied as separate modules, however. In this paper, we propose a light-weight integration between the two schema and present Attentive Normalization (AN). Instead of learning a single affine transformation, AN learns a mixture of affine transformations and utilizes their weighted-sum as the final affine transformation applied to re-calibrate features in an instance-specific way. The weights are learned by leveraging channel-wise feature attention. In experiments, we test the proposed AN using four representative neural architectures in the ImageNet-1000 classification benchmark and the MS-COCO 2017 object detection and instance segmentation benchmark. AN obtains consistent performance improvement for different neural architectures in both benchmarks with absolute increase of top-1 accuracy in ImageNet-1000 between 0.5\% and 2.7\%, and absolute increase up to 1.8\% and 2.2\% for bounding box and mask AP in MS-COCO respectively. We observe that the proposed AN provides a strong alternative to the widely used Squeeze-and-Excitation (SE) module. The source codes are publicly available at https://github.com/iVMCL/AOGNet-v2 (the ImageNet Classification Repo) and https://github.com/iVMCL/AttentiveNorm\_Detection (the MS-COCO Detection and Segmentation Repo).

📄 PDF Abstract BibTeX arXiv:1908.01259

Code (2)

iVMCL/AOGNet-v2 공식 구현 pytorch
ivMCL/AttentiveNorm_Detection 공식 구현 pytorch

Tasks

Image ClassificationInstance Segmentationobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
Residual Connection 설명 없음
Random Horizontal Flip RandomHorizontalFlip is a type of image data augmentation which horizontally flips a given image with a given probability. Image Credit: [Apache…
Random Resized Crop 설명 없음

Similar Papers 제목 키워드 기반

Attentive Normalization for Conditional Image Generation

2020-04-08 · CVPR 2020 6 · Yi Wang, Ying-Cong Chen, Xiangyu Zhang, Jian Sun 외

Traditional convolution-based generative adversarial networks synthesize images based on hierarchical local operations, where long-range dependency relation is implicitly modeled with a Markov chain. It is still not suff…

Conditional Image GenerationImage GenerationSemantic correspondenceSemantic Similarity+1

ACNe: Attentive Context Normalization for Robust Permutation-Equivariant Learning

2019-07-04 · CVPR 2020 6 · Weiwei Sun, Wei Jiang, Eduard Trulls, Andrea Tagliasacchi 외

Many problems in computer vision require dealing with sparse, unordered data in the form of point clouds. Permutation-equivariant networks have become a popular solution-they operate on individual data points with simple…

Camera Pose EstimationPoint Cloud ClassificationPose Estimation

SAFIN: Arbitrary Style Transfer With Self-Attentive Factorized Instance Normalization

2021-05-13 · Aaditya Singh, Shreeshail Hingane, Xinyu Gong, Zhangyang Wang

Artistic style transfer aims to transfer the style characteristics of one image onto another image while retaining its content. Existing approaches commonly leverage various normalization techniques, although these face …

Style Transfer

Self-Attentive Adversarial Stain Normalization

2019-09-04 · Aman Shrivastava, Will Adorno, Yash Sharma, Lubaina Ehsan 외

Hematoxylin and Eosin (H&E) stained Whole Slide Images (WSIs) are utilized for biopsy visualization-based diagnostic and prognostic assessment of diseases. Variation in the H&E staining process across different lab sites…

DiagnosticTranslationwhole slide images

Self-Attentive Multi-Layer Aggregation with Feature Recalibration and Normalization for End-to-End Speaker Verification System

2020-07-27 · Soonshin Seo, Ji-Hwan Kim

One of the most important parts of an end-to-end speaker verification system is the speaker embedding generation. In our previous paper, we reported that shortcut connections-based multi-layer aggregation improves the re…

Speaker Verification