paper-with-me

Papers

CAViT -- Channel-Aware Vision Transformer for Dynamic Feature Fusion

2026-02-05 · Aon Safdar, Mohamed Saadeldin arxiv

Vision Transformers (ViTs) have demonstrated strong performance across a range of computer vision tasks by modeling long-range spatial interactions via self-attention. However, channel-wise mixing in ViTs remains static, relying on fixed multilayer perceptrons (MLPs) that lack adaptability to input content. We introduce 'CAViT', a dual-attention architecture that replaces the static MLP with a dynamic, attention-based mechanism for feature interaction. Each Transformer block in CAViT performs spatial self-attention followed by channel-wise self-attention, allowing the model to dynamically recalibrate feature representations based on global image context. This unified and content-aware token mixing strategy enhances representational expressiveness without increasing depth or complexity. We validate CAViT across five benchmark datasets spanning both natural and medical domains, where it outperforms the standard ViT baseline by up to +3.6% in accuracy, while reducing parameter count and FLOPs by over 30%. Qualitative attention maps reveal sharper and semantically meaningful activation patterns, validating the effectiveness of our attention-driven token mixing.

📄 PDF Abstract BibTeX arXiv:2602.05598

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CoCAViT: Compact Vision Transformer with Robust Global Coordination

2025-08-07 · Xuyang Wang, Lingjuan Miao, Zhiqiang Zhou arxiv

In recent years, large-scale visual backbones have demonstrated remarkable capabilities in learning general-purpose features from images via extensive pre-training. Concurrently, many efficient architectures have emerged…

Semantic SegmentationObject Detection

On the Connection between Local Attention and Dynamic Depth-wise Convolution

2021-06-08 · ICLR 2022 4 · Qi Han, Zejia Fan, Qi Dai, Lei Sun 외

Vision Transformer (ViT) attains state-of-the-art performance in visual recognition, and the variant, Local Vision Transformer, makes further improvements. The major component in Local Vision Transformer, local attention…

object-detectionObject DetectionPositionSemantic Segmentation

EEG-based Epileptic Prediction via a Two-stage Channel-aware Set Transformer Network

2025-07-21 · Ruifeng Zheng, Cong Chen, Shuang Wang, Yiming Liu 외 arxiv

Epilepsy is a chronic, noncommunicable brain disorder, and sudden seizure onsets can significantly impact patients' quality of life and health. However, wearable seizure-predicting devices are still limited, partly due t…

Seizure prediction

CB-HVTNet: A channel-boosted hybrid vision transformer network for lymphocyte assessment in histopathological images

2023-05-16 · Momina Liaqat Ali, Zunaira Rauf, Asifullah Khan, Anabia Sohail 외

Transformers, due to their ability to learn long range dependencies, have overcome the shortcomings of convolutional neural networks (CNNs) for global perspective learning. Therefore, they have gained the focus of resear…

Medical DiagnosisTransfer Learning

Compact Vision Transformer by Reduction of Kernel Complexity

2025-07-17 · Yancheng Wang, Yingzhen Yang arxiv

Self-attention and transformer architectures have become foundational components in modern deep learning. Recent efforts have integrated transformer blocks into compact neural architectures for computer vision, giving ri…