paper-with-me

Papers

TransNeXt: Robust Foveal Visual Perception for Vision Transformers

2023-11-28 · CVPR 2024 1 · Dai Shi

Due to the depth degradation effect in residual connections, many efficient Vision Transformers models that rely on stacking layers for information exchange often fail to form sufficient information mixing, leading to unnatural visual perception. To address this issue, in this paper, we propose Aggregated Attention, a biomimetic design-based token mixer that simulates biological foveal vision and continuous eye movement while enabling each token on the feature map to have a global perception. Furthermore, we incorporate learnable tokens that interact with conventional queries and keys, which further diversifies the generation of affinity matrices beyond merely relying on the similarity between queries and keys. Our approach does not rely on stacking for information exchange, thus effectively avoiding depth degradation and achieving natural visual perception. Additionally, we propose Convolutional GLU, a channel mixer that bridges the gap between GLU and SE mechanism, which empowers each token to have channel attention based on its nearest neighbor image features, enhancing local modeling capability and model robustness. We combine aggregated attention and convolutional GLU to create a new visual backbone called TransNeXt. Extensive experiments demonstrate that our TransNeXt achieves state-of-the-art performance across multiple model sizes. At a resolution of $224^2$, TransNeXt-Tiny attains an ImageNet accuracy of 84.0%, surpassing ConvNeXt-B with 69% fewer parameters. Our TransNeXt-Base achieves an ImageNet accuracy of 86.2% and an ImageNet-A accuracy of 61.6% at a resolution of $384^2$, a COCO object detection mAP of 57.1, and an ADE20K semantic segmentation mIoU of 54.7.

📄 PDF Abstract BibTeX arXiv:2311.17132

Code (4)

daishiresearch/transnext 공식 구현 pytorch
Westlake-AI/openmixup pytorch
chenller/mmseg-extension pytorch
https://gitlab.com/birder/birder pytorch

Tasks

ClassificationDomain GeneralizationImage Classificationobject-detectionObject DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

Active Gaze Control for Foveal Scene Exploration

2022-08-24 · Alexandre M. F. Dias, Luís Simões, Plinio Moreno, Alexandre Bernardino

Active perception and foveal vision are the foundations of the human visual system. While foveal vision reduces the amount of information to process during a gaze fixation, active perception will change the gaze directio…

Human Scanpath Prediction in Target-Present Visual Search with Semantic-Foveal Bayesian Attention

2025-07-24 · João Luzio, Alexandre Bernardino, Plinio Moreno arxiv

In goal-directed visual tasks, human perception is guided by both top-down and bottom-up cues. At the same time, foveal vision plays a crucial role in directing attention efficiently. Modern research on bio-inspired comp…

Scanpath predictionObject Detection

The Cafe Wall Illusion: Local and Global Perception from multiple scale to multiscale

2017-09-17 · Nasim Nematzadeh, David M. W. Powers

Geometrical illusions are a subclass of optical illusions in which the geometrical characteristics of patterns such as orientations and angles are distorted and misperceived as the result of low- to high-level retinal/co…

Debiasing Central Fixation Confounds Reveals a Peripheral "Sweet Spot" for Human-like Scanpaths in Hard-Attention Vision

2026-02-16 · Pengcheng Pan, Yonekura Shogo, Yasuo Kuniyosh arxiv

Human eye movements in visual recognition reflect a balance between foveal sampling and peripheral context. Task-driven hard-attention models for vision are often evaluated by how well their scanpaths match human gaze. H…

A Gated Peripheral-Foveal Convolutional Neural Network for Unified Image Aesthetic Prediction

2018-12-19 · Xiaodan Zhang, Xinbo Gao, Wen Lu, Lihuo He

Learning fine-grained details is a key issue in image aesthetic assessment. Most of the previous methods extract the fine-grained details via random cropping strategy, which may undermine the integrity of semantic inform…