paper-with-me

홈 › Papers

HAViT: Historical Attention Vision Transformer

2026-03-19 · Swarnendu Banik, Manish Das, Shiv Ram Dubey, Satish Kumar Singh arxiv

Vision Transformers have excelled in computer vision but their attention mechanisms operate independently across layers, limiting information flow and feature learning. We propose an effective cross-layer attention propagation method that preserves and integrates historical attention matrices across encoder layers, offering a principled refinement of inter-layer information flow in Vision Transformers. This approach enables progressive refinement of attention patterns throughout the transformer hierarchy, enhancing feature acquisition and optimization dynamics. The method requires minimal architectural changes, adding only attention matrix storage and blending operations. Comprehensive experiments on CIFAR-100 and TinyImageNet demonstrate consistent accuracy improvements, with ViT performance increasing from 75.74% to 77.07% on CIFAR-100 (+1.33%) and from 57.82% to 59.07% on TinyImageNet (+1.25%). Cross-architecture validation shows similar gains across transformer variants, with CaiT showing 1.01% enhancement. Systematic analysis identifies the blending hyperparameter of historical attention (alpha = 0.45) as optimal across all configurations, providing the ideal balance between current and historical attention information. Random initialization consistently outperforms zero initialization, indicating that diverse initial attention patterns accelerate convergence and improve final performance. Our code is publicly available at https://github.com/banik-s/HAViT.

📄 PDF Abstract BibTeX arXiv:2603.18585

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AlphaViT: A Flexible Game-Playing AI for Multiple Games and Variable Board Sizes

2024-08-25 · Kazuhisa Fujita

This paper presents novel game-playing AI agents based on the AlphaZero framework, enhanced with Vision Transformer (ViT): AlphaViT, AlphaViD, and AlphaVDA. These agents are designed to play multiple board games of vario…

Board GamesDecoder

Enhancing Feature Diversity Boosts Channel-Adaptive Vision Transformers

2024-05-26 · Chau Pham, Bryan A. Plummer

Multi-Channel Imaging (MCI) contains an array of challenges for encoding useful feature representations not present in traditional images. For example, images from two different satellites may both contain RGB channels, …

Diversity

Coarse-to-Fine Multi-Scene Pose Regression with Transformers

2023-08-22 · Yoli Shavit, Ron Ferens, Yosi Keller

Absolute camera pose regressors estimate the position and orientation of a camera given the captured image alone. Typically, a convolutional backbone with a multi-layer perceptron (MLP) head is trained using images and p…

regression

Streaming 4D Visual Geometry Transformer

2025-07-15 · Dong Zhuo, Wenzhao Zheng, Jiahe Guo, Yuqi Wu 외

Perceiving and reconstructing 4D spatial-temporal geometry from videos is a fundamental yet challenging computer vision task. To facilitate interactive and real-time applications, we propose a streaming 4D visual geometr…

4D reconstructionPhilosophy

Snakes and Ladders: Two Steps Up for VideoMamba

2024-06-27 · Hui Lu, Albert Ali Salah, Ronald Poppe

Video understanding requires the extraction of rich spatio-temporal representations, which transformer models achieve through self-attention. Unfortunately, self-attention poses a computational burden. In NLP, Mamba has …

Action RecognitionMambaTemporal Action LocalizationVideo Understanding