paper-with-me

Papers

Visual Attention Network

2022-02-20 · Meng-Hao Guo, Cheng-Ze Lu, Zheng-Ning Liu, Ming-Ming Cheng, Shi-Min Hu

While originally designed for natural language processing tasks, the self-attention mechanism has recently taken various computer vision areas by storm. However, the 2D nature of images brings three challenges for applying self-attention in computer vision. (1) Treating images as 1D sequences neglects their 2D structures. (2) The quadratic complexity is too expensive for high-resolution images. (3) It only captures spatial adaptability but ignores channel adaptability. In this paper, we propose a novel linear attention named large kernel attention (LKA) to enable self-adaptive and long-range correlations in self-attention while avoiding its shortcomings. Furthermore, we present a neural network based on LKA, namely Visual Attention Network (VAN). While extremely simple, VAN surpasses similar size vision transformers(ViTs) and convolutional neural networks(CNNs) in various tasks, including image classification, object detection, semantic segmentation, panoptic segmentation, pose estimation, etc. For example, VAN-B6 achieves 87.8% accuracy on ImageNet benchmark and set new state-of-the-art performance (58.2 PQ) for panoptic segmentation. Besides, VAN-B2 surpasses Swin-T 4% mIoU (50.1 vs. 46.1) for semantic segmentation on ADE20K benchmark, 2.6% AP (48.8 vs. 46.2) for object detection on COCO dataset. It provides a novel method and a simple yet strong baseline for the community. Code is available at https://github.com/Visual-Attention-Network.

📄 PDF Abstract BibTeX arXiv:2202.09741

Code (21)

Visual-Attention-Network/VAN-Classification 공식 구현 pytorch
Asthestarsfalll/VAN-MegEngine pytorch
DarshanDeshpande/jax-models jax
EMalagoli92/VAN-Classification-TensorFlow tf
Jittor-Image-Models/Jittor-Image-Models pytorch
MenghaoGuo/Awesome-Vision-Attentions
MindCode-4/code-1/tree/main/van mindspore
PaddlePaddle/PaddleClas paddle
Visual-Attention-Network/VAN-Jittor pytorch
Visual-Attention-Network/VAN-Segmentation pytorch
Westlake-AI/openmixup pytorch
chengtan9907/simvpv2 pytorch
facebookresearch/xformers pytorch
flytocc/PaddleClas paddle
huggingface/transformers pytorch
lucasjinreal/yolov7_d2 pytorch
open-mmlab/mmclassification pytorch
pwc-1/Paper-9/tree/main/5/van mindspore
shkarupa-alex/tfvan tf
sithu31296/semantic-segmentation pytorch
https://gitlab.com/birder/birder pytorch

Tasks

image-classificationImage ClassificationInstance Segmentationobject-detectionObject DetectionPanoptic SegmentationPose EstimationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Attention to details, logits to truth: visual-aware attention and logits enhancement to mitigate hallucinations in LVLMs

2026-02-10 · Jingyi Wang, Fei Li, Rujie Liu arxiv

Existing Large Vision-Language Models (LVLMs) exhibit insufficient visual attention, leading to hallucinations. To alleviate this problem, some previous studies adjust and amplify visual attention. These methods present …

Hierarchical Representations for Spatio-Temporal Visual Attention Modeling and Understanding

2023-08-09 · Miguel-Ángel Fernández-Torres

This PhD. Thesis concerns the study and development of hierarchical representations for spatio-temporal visual attention modeling and understanding in video sequences. More specifically, we propose two computational mode…

LASER: A Corrective Lens for LVLMs via Visual Attention Preservation and Sink Suppression

2026-07-02 · Bowen Yuan, Zijian Wang, Yadan Luo, Shijie Wang 외 arxiv

Large vision-language models (LVLMs) exhibit strong reasoning ability but suffer from visual forgetting during long-horizon decoding, where attention progressively drifts away from visual evidence. Existing methods large…

Visual Grounding

Foreground-attention in neural decoding: Guiding Loop-Enc-Dec to reconstruct visual stimulus images from fMRI

2021-09-29 · Kai Chen, Yongqiang Ma, Mingyang Sheng, Nanning Zheng

The reconstruction of visual stimulus images from functional Magnetic Resonance Imaging (fMRI) has received extensive attention in recent years, which provides a possibility to interpret the human brain. Due to the high-…

DecoderImage Reconstruction

BI AVAN: Brain inspired Adversarial Visual Attention Network

2022-10-27 · Heng Huang, Lin Zhao, Xintao Hu, Haixing Dai 외

Visual attention is a fundamental mechanism in the human brain, and it inspires the design of attention mechanisms in deep neural networks. However, most of the visual attention studies adopted eye-tracking data rather t…