paper-with-me

Papers

MeSH: Memory-as-State-Highways for Recursive Transformers

2025-10-09 · Chengting Yu, Xiaobo Shu, Yadao Wang, Yizhen Zhang, Haoyi Wu, Jiaang Li, Rujiao Long, Ziheng Chen, Yuchi Xu, Wenbo Su, Bo Zheng arxiv

Recursive transformers reuse parameters and iterate over hidden states multiple times, decoupling compute depth from parameter depth. However, under matched compute, recursive models with fewer parameters often lag behind non-recursive counterparts. By probing hidden states, we trace this performance gap to two primary bottlenecks: undifferentiated computation, where the core is forced to adopt a similar computational pattern at every iteration, and information overload, where long-lived and transient information must coexist in a single hidden state. To address the issues, we introduce a Memory-as-State-Highways (MeSH) scheme, which externalizes state management into an explicit memory buffer and employs lightweight routers to dynamically diversify computation across iterations. Probing visualizations confirm that MeSH successfully resolves the pathologies by inducing functional specialization across iterations. On the Pythia suite (160M-6.9B), MeSH-enhanced recursive transformers consistently improve over recursive baselines and outperforms its larger non-recursive counterpart at the 1.4B scale, improving average downstream accuracy by +1.06% with 33% fewer non-embedding parameters. Our analysis establishes MeSH as a scalable and principled architecture for building stronger recursive models. Our code is available at https://github.com/LivingFutureLab/MeSH/ .

📄 PDF Abstract BibTeX arXiv:2510.07739

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MergeOver: Post-Training Token Merging for Recursive Vision Transformers

2026-08-13 · Junseo Kim, Uraz Odyurt, Amirreza Yousefzadeh arxiv

Vision Transformers (ViTs) demonstrate exceptional performance in computer vision but suffer from large parameter counts and quadratic computational complexity, severely limiting their deployment on resource-constrained …

SpiderMesh: Spatial-aware Demand-guided Recursive Meshing for RGB-T Semantic Segmentation

2023-03-15 · Siqi Fan, Zhe Wang, Yan Wang, Jingjing Liu

For semantic segmentation in urban scene understanding, RGB cameras alone often fail to capture a clear holistic topology in challenging lighting conditions. Thermal signal is an informative additional channel that can b…

Data AugmentationSegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation+1

Cross-Attention of Disentangled Modalities for 3D Human Mesh Recovery with Transformers

2022-07-27 · Junhyeong Cho, Kim Youwang, Tae-Hyun Oh

Transformer encoder architectures have recently achieved state-of-the-art results on monocular 3D human mesh reconstruction, but they require a substantial number of parameters and expensive computations. Due to the larg…

3D Hand Pose Estimation3D Human Pose Estimation3D ReconstructionDecoder

Interaction-aware Traffic Prediction and Scenario-based Model Predictive Control for Autonomous Vehicles on Highways

2023-10-11 · Xiaorong Zhang, Sahar Zeinali, Georg Schildbach

This paper addresses the problem of traffic prediction and control of autonomous vehicles on highways. A modified Interacting Multiple Model Kalman filter algorithm is applied to predict the motion behavior of the traffi…

Autonomous VehiclesDecision MakingModel Predictive ControlTraffic Prediction

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