ICCV 2023poster8 citations

ParCNetV2: Oversized Kernel with Enhanced Attention

Ruihan Xu, Haokui Zhang, Wenze Hu, Shiliang Zhang, Xiaoyu Wang

Abstract

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 the research line of ParCNetV1 by bridging the gap between CNN and ViT. It introduces two key designs: 1) Oversized Convolution (OC) with twice the size of the input, and 2) Bifurcate Gate Unit (BGU) to ensure that the model is input adaptive. Fusing OC and BGU in a unified CNN, ParCNetV2 is capable of flexibly extracting global features like ViT, while maintaining lower latency and better accuracy. Extensive experiments demonstrate the superiority of our method over other convolutional neural networks and hybrid models that combine CNNs and transformers. The code is publicly available at https://github.com/XuRuihan/ParCNetV2.

BibTeX
@inproceedings{iccv2023_parcnetv2oversiz,
  title = {ParCNetV2: Oversized Kernel with Enhanced Attention},
  author = {Ruihan Xu and Haokui Zhang and Wenze Hu and Shiliang Zhang and Xiaoyu Wang},
  booktitle = {ICCV 2023},
  year = {2023}
}
ParCNetV2: Oversized Kernel with Enhanced Attention · ICCV 2023