paper-with-me

홈 › Papers

Do We Need Reformer for Vision? An Experimental Comparison with Vision Transformers

2025-12-12 · Ali El Bellaj, Mohammed-Amine Cheddadi, Rhassan Berber arxiv

Transformers have recently demonstrated strong performance in computer vision, with Vision Transformers (ViTs) leveraging self-attention to capture both low-level and high-level image features. However, standard ViTs remain computationally expensive, since global self-attention scales quadratically with the number of tokens, which limits their practicality for high-resolution inputs and resource-constrained settings. In this work, we investigate the Reformer architecture as an alternative vision backbone. By combining patch-based tokenization with locality-sensitive hashing (LSH) attention, our model approximates global self-attention while reducing its theoretical time complexity from $\mathcal{O}(n^2)$ to $\mathcal{O}(n \log n)$ in the sequence length $n$. We evaluate the proposed Reformer-based vision model on CIFAR-10 to assess its behavior on small-scale datasets, on ImageNet-100 to study its accuracy--efficiency trade-off in a more realistic setting, and on a high-resolution medical imaging dataset to evaluate the model under longer token sequences. While the Reformer achieves higher accuracy on CIFAR-10 compared to our ViT-style baseline, the ViT model consistently outperforms the Reformer in our experiments in terms of practical efficiency and end-to-end computation time across the larger and higher-resolution settings. These results suggest that, despite the theoretical advantages of LSH-based attention, meaningful computation gains require sequence lengths substantially longer than those produced by typical high-resolution images.

📄 PDF Abstract BibTeX arXiv:2512.11260

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RestoreFormer: High-Quality Blind Face Restoration from Undegraded Key-Value Pairs

2022-01-17 · CVPR 2022 1 · Zhouxia Wang, Jiawei Zhang, Runjian Chen, Wenping Wang 외

Blind face restoration is to recover a high-quality face image from unknown degradations. As face image contains abundant contextual information, we propose a method, RestoreFormer, which explores fully-spatial attention…

Blind Face RestorationFace ReconstructionVocal Bursts Intensity Prediction

SutureFormer: Learning Surgical Trajectories via Goal-conditioned Offline RL in Pixel Space

2026-03-19 · Huanrong Liu, Chunlin Tian, Tongyu Jia, Tailai Zhou 외 arxiv

Predicting surgical needle trajectories from endoscopic video is critical for robot-assisted suturing, enabling anticipatory planning, real-time guidance, and safer motion execution. Existing methods that directly learn …

Reinforcement LearningTrajectory PredictionOffline RL

AeroReformer: Aerial Referring Transformer for UAV-based Referring Image Segmentation

2025-02-23 · Rui Li

As a novel and challenging task, referring segmentation combines computer vision and natural language processing to localize and segment objects based on textual descriptions. While referring image segmentation (RIS) has…

Image SegmentationSegmentationSemantic Segmentation

Event-based Monocular Dense Depth Estimation with Recurrent Transformers

2022-12-06 · Xu Liu, Jianing Li, Xiaopeng Fan, Yonghong Tian

Event cameras, offering high temporal resolutions and high dynamic ranges, have brought a new perspective to address common challenges (e.g., motion blur and low light) in monocular depth estimation. However, how to effe…

DecoderDepth EstimationEvent-based visionGPU+1

ForeRobo: Unlocking Infinite Simulation Data for 3D Goal-driven Robotic Manipulation

2025-11-06 · Dexin wang, Faliang Chang, Chunsheng Liu arxiv

Efficiently leveraging simulation to acquire advanced manipulation skills is both challenging and highly significant. We introduce \textit{ForeRobo}, a generative robotic agent that utilizes generative simulations to aut…