paper-with-me

홈 › Papers

Channel Locality Block: A Variant of Squeeze-and-Excitation

2019-01-06 · Huayu Li

Attention mechanism is a hot spot in deep learning field. Using channel attention model is an effective method for improving the performance of the convolutional neural network. Squeeze-and-Excitation block takes advantage of the channel dependence, selectively emphasizing the important channels and compressing the relatively useless channel. In this paper, we proposed a variant of SE block based on channel locality. Instead of using full connection layers to explore the global channel dependence, we adopt convolutional layers to learn the correlation between the nearby channels. We term this new algorithm Channel Locality(C-Local) block. We evaluate SE block and C-Local block by applying them to different CNNs architectures on cifar-10 dataset. We observed that our C-Local block got higher accuracy than SE block did.

📄 PDF Abstract BibTeX arXiv:1901.01493

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
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…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Sigmoid Activation 설명 없음
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…
Squeeze-and-Excitation Block The Squeeze-and-Excitation Block is an architectural unit designed to improve the representational power of a network by enabling it to perform dynamic channel-wise feature…

Similar Papers 제목 키워드 기반

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

Squeeze-and-Excitation Networks

2017-09-05 · CVPR 2018 6 · Jie Hu, Li Shen, Samuel Albanie, Gang Sun 외

The central building block of convolutional neural networks (CNNs) is the convolution operator, which enables networks to construct informative features by fusing both spatial and channel-wise information within local re…

Image ClassificationObject Detection

Residual Squeeze-and-Excitation Network for Fast Image Deraining

2020-06-01 · Jun Fu, Jianfeng Xu, Kazuyuki Tasaka, Zhibo Chen

Image deraining is an important image processing task as rain streaks not only severely degrade the visual quality of images but also significantly affect the performance of high-level vision tasks. Traditional methods p…

DecoderRain Removal

SASE: A Searching Architecture for Squeeze and Excitation Operations

2024-11-13 · Hanming Wang, YunLong Li, Zijun Wu, Huifen Wang 외

In the past few years, channel-wise and spatial-wise attention blocks have been widely adopted as supplementary modules in deep neural networks, enhancing network representational abilities while introducing low complexi…

Neural Architecture Search