paper-with-me

Papers

Integrating Large Circular Kernels into CNNs through Neural Architecture Search

2021-07-06 · Kun He, Chao Li, Yixiao Yang, Gao Huang, John E. Hopcroft

The square kernel is a standard unit for contemporary CNNs, as it fits well on the tensor computation for convolution operation. However, the retinal ganglion cells in the biological visual system have approximately concentric receptive fields. Motivated by this observation, we propose to use circular kernel with a concentric and isotropic receptive field as an option for the convolution operation. We first propose a simple yet efficient implementation of the convolution using circular kernels, and empirically show the significant advantages of large circular kernels over the counterpart square kernels. We then expand the operation space of several typical Neural Architecture Search (NAS) methods with the convolutions of large circular kernels. The searched new neural architectures do contain large circular kernels and outperform the original searched models considerably. Our additional analysis also reveals that large circular kernels could help the model to be more robust to the rotated or sheared images due to their better rotation invariance. Our work shows the potential of designing new convolutional kernels for CNNs, bringing up the prospect of expanding the search space of NAS with new variants of convolutions.

📄 PDF Abstract BibTeX arXiv:2107.02451

Code (1)

jhl-hust/circularkernel 공식 구현 pytorch

Tasks

Data AugmentationNeural Architecture Search

Methods 이 논문이 사용한 방법론

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…
Batch Normalization 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Residual Connection 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
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 제목 키워드 기반

Reduced storage direct tensor ring decomposition for convolutional neural networks compression

2024-05-17 · Mateusz Gabor, Rafał Zdunek

Convolutional neural networks (CNNs) are among the most widely used machine learning models for computer vision tasks, such as image classification. To improve the efficiency of CNNs, many CNNs compressing approaches hav…

image-classificationImage Classification

Towards Learning Affine-Invariant Representations via Data-Efficient CNNs

2019-08-31 · Xenju Xu, Guanghui Wang, Alan Sullivan, Ziming Zhang

In this paper we propose integrating a priori knowledge into both design and training of convolutional neural networks (CNNs) to learn object representations that are invariant to affine transformations (i.e., translatio…

Translation

GMR-Conv: An Efficient Rotation and Reflection Equivariant Convolution Kernel Using Gaussian Mixture Rings

2025-04-03 · Yuexi Du, Jiazhen Zhang, Nicha C. Dvornek, John A. Onofrey

Symmetry, where certain features remain invariant under geometric transformations, can often serve as a powerful prior in designing convolutional neural networks (CNNs). While conventional CNNs inherently support transla…

ParCNetV2: Oversized Kernel with Enhanced Attention

2022-11-14 · ICCV 2023 1 · Ruihan Xu, Haokui Zhang, Wenze Hu, Shiliang Zhang 외

Transformers have shown great potential in various computer vision tasks. By borrowing design concepts from transformers, many studies revolutionized CNNs and showed remarkable results. This paper falls in this line of s…

Computationally Efficient 3D MRI Reconstruction with Adaptive MLP

2023-01-21 · Eric Z. Chen, Chi Zhang, Xiao Chen, Yikang Liu 외

Compared with 2D MRI, 3D MRI provides superior volumetric spatial resolution and signal-to-noise ratio. However, it is more challenging to reconstruct 3D MRI images. Current methods are mainly based on convolutional neur…

3D ReconstructionGPUMRI Reconstruction