paper-with-me

Papers

ParCNetV2: Oversized Kernel with Enhanced Attention

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

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 studies. Specifically, we propose a new convolutional neural network, ParCNetV2, that extends position-aware circular convolution (ParCNet) with oversized convolutions and bifurcate gate units to enhance attention. The oversized convolution employs a kernel with twice the input size to model long-range dependencies through a global receptive field. Simultaneously, it achieves implicit positional encoding by removing the shift-invariant property from convolution kernels, i.e., the effective kernels at different spatial locations are different when the kernel size is twice as large as the input size. The bifurcate gate unit implements an attention mechanism similar to self-attention in transformers. It is applied through element-wise multiplication of the two branches, one serves as feature transformation while the other serves as attention weights. Additionally, we introduce a uniform local-global convolution block to unify the design of the early and late stage convolution blocks. Extensive experiments demonstrate the superiority of our method over other convolutional neural networks and hybrid models that combine CNNs and transformers. Code will be released.

📄 PDF Abstract BibTeX arXiv:2211.07157

Code (1)

xuruihan/parcnetv2 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Understanding Kernel Size in Blind Deconvolution

2017-06-06 · Li Si-Yao, Dongwei Ren, Qian Yin

Most blind deconvolution methods usually pre-define a large kernel size to guarantee the support domain. Blur kernel estimation error is likely to be introduced, yielding severe artifacts in deblurring results. In this p…

Deblurring

PGKET: A Photonic Gaussian Kernel Enhanced Transformer

2025-07-25 · Ren-Xin Zhao arxiv

Self-Attention Mechanisms (SAMs) enhance model performance by extracting key information but are inefficient when dealing with long sequences. To this end, a photonic Gaussian Kernel Enhanced Transformer (PGKET) is propo…

Attention Mechanism Enhanced Kernel Prediction Networks for Denoising of Burst Images

2019-10-18 · Bin Zhang, Shenyao Jin, Yili Xia, Yongming Huang 외

Deep learning based image denoising methods have been extensively investigated. In this paper, attention mechanism enhanced kernel prediction networks (AME-KPNs) are proposed for burst image denoising, in which, nearly c…

DenoisingImage Denoising

MixDehazeNet : Mix Structure Block For Image Dehazing Network

2023-05-28 · LiPing Lu, Qian Xiong, DuanFeng Chu, Bingrong Xu

Image dehazing is a typical task in the low-level vision field. Previous studies verified the effectiveness of the large convolutional kernel and attention mechanism in dehazing. However, there are two drawbacks: the mul…

Image Dehazing

Dynamic Mobile-Former: Strengthening Dynamic Convolution with Attention and Residual Connection in Kernel Space

2023-04-13 · Seokju Yun, Youngmin Ro

We introduce Dynamic Mobile-Former(DMF), maximizes the capabilities of dynamic convolution by harmonizing it with efficient operators.Our Dynamic MobileFormer effectively utilizes the advantages of Dynamic MobileNet (Mob…

image-classificationImage Classification