paper-with-me

홈 › Papers

Learning Spatially-Adaptive Squeeze-Excitation Networks for Image Synthesis and Image Recognition

2021-12-29 · Jianghao Shen, Tianfu Wu

Learning light-weight yet expressive deep networks in both image synthesis and image recognition remains a challenging problem. Inspired by a more recent observation that it is the data-specificity that makes the multi-head self-attention (MHSA) in the Transformer model so powerful, this paper proposes to extend the widely adopted light-weight Squeeze-Excitation (SE) module to be spatially-adaptive to reinforce its data specificity, as a convolutional alternative of the MHSA, while retaining the efficiency of SE and the inductive basis of convolution. It presents two designs of spatially-adaptive squeeze-excitation (SASE) modules for image synthesis and image recognition respectively. For image synthesis tasks, the proposed SASE is tested in both low-shot and one-shot learning tasks. It shows better performance than prior arts. For image recognition tasks, the proposed SASE is used as a drop-in replacement for convolution layers in ResNets and achieves much better accuracy than the vanilla ResNets, and slightly better than the MHSA counterparts such as the Swin-Transformer and Pyramid-Transformer in the ImageNet-1000 dataset, with significantly smaller models.

📄 PDF Abstract BibTeX arXiv:2112.14804

Code (1)

odegeasslbc/FastGAN-pytorch 공식 구현 pytorch

Tasks

Image ClassificationImage GenerationOne-Shot LearningSpecificity

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Concurrent Spatial and Channel Squeeze & Excitation in Fully Convolutional Networks

2018-03-07 · Abhijit Guha Roy, Nassir Navab, Christian Wachinger

Fully convolutional neural networks (F-CNNs) have set the state-of-the-art in image segmentation for a plethora of applications. Architectural innovations within F-CNNs have mainly focused on improving spatial encoding o…

Brain Segmentationimage-classificationImage ClassificationImage Segmentation+3

Recalibrating Fully Convolutional Networks with Spatial and Channel 'Squeeze & Excitation' Blocks

2018-08-23 · Abhijit Guha Roy, Nassir Navab, Christian Wachinger

In a wide range of semantic segmentation tasks, fully convolutional neural networks (F-CNNs) have been successfully leveraged to achieve state-of-the-art performance. Architectural innovations of F-CNNs have mainly been …

image-classificationImage ClassificationSegmentationSemantic Segmentation

An Effective Single-Image Super-Resolution Model Using Squeeze-and-Excitation Networks

2018-10-03 · Kangfu Mei, Aiwen Jiang, Juncheng Li, Jihua Ye 외

Recent works on single-image super-resolution are concentrated on improving performance through enhancing spatial encoding between convolutional layers. In this paper, we focus on modeling the correlations between channe…

Image Super-ResolutionSuper-Resolution

MR Image Super-Resolution With Squeeze and Excitation Reasoning Attention Network

2021-06-19 · CVPR 2021 1 · Yulun Zhang, Kai Li, Kunpeng Li, Yun Fu

High-quality high-resolution (HR) magnetic resonance (MR) images afford more detailed information for reliable diagnosis and quantitative image analyses. Deep convolutional neural networks (CNNs) have shown promising…

Image Super-ResolutionSuper-Resolution

Robust deep labeling of radiological emphysema subtypes using squeeze and excitation convolutional neural networks: The MESA Lung and SPIROMICS Studies

2024-03-01 · Artur Wysoczanski, Nabil Ettehadi, Soroush Arabshahi, Yifei Sun 외

Pulmonary emphysema, the progressive, irreversible loss of lung tissue, is conventionally categorized into three subtypes identifiable on pathology and on lung computed tomography (CT) images. Recent work has led to the …

Computed Tomography (CT)Segmentation