paper-with-me

Papers

Hyperloop Transformers

2026-04-23 · Abbas Zeitoun, Lucas Torroba-Hennigen, Yoon Kim arxiv

LLM architecture research generally aims to maximize model quality subject to fixed compute/latency budgets. However, many applications of interest such as edge and on-device deployment are further constrained by the model's memory footprint, thus motivating parameter-efficient architectures for language modeling. This paper describes a simple architecture that improves the parameter-efficiency of LLMs. Our architecture makes use of looped Transformers as a core primitive, which reuse Transformer layers across depth and are thus more parameter-efficient than ordinary (depth-matched) Transformers. We organize the looped Transformer into three blocks--begin, middle, and end blocks--where each block itself consists of multiple Transformer layers, and only the middle block is applied recurrently across depth. We augment the looped middle block with hyper-connections (Xie et al., 2026), which expand the residual stream into matrix-valued residual streams. Hyper-connections are applied only after each loop, and therefore add minimal new parameters and compute cost. Across various model scales, we find that our Hyper-Connected Looped Transformer (Hyperloop Transformer) is able to perform well compared to depth-matched Transformer and mHC Transformer baselines despite using approximately 50% fewer parameters. This performance persists through post-training weight quantization, thus positioning Hyperloop Transformers as an attractive architecture for memory-efficient language modeling.

📄 PDF Abstract BibTeX arXiv:2604.21254

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Comprehensive Study on Railway Communications Systems to Support Hyperloop

2022-11-01 · Hamid Amiriara

Hyperloop is a sonic-speed train transporting passengers and freights in a vacuum tube without friction or air resistance. Two essential communications in such vehicles are central control connection and real-time dispat…

Friction

Genetic optimization of the Hyperloop route through the Grapevine

2015-03-05 · Casey J. Handmer

We demonstrate a genetic algorithm that employs a versatile fitness function to optimize route selection for the Hyperloop, a proposed high speed passenger transportation system.

On-board Electrical, Electronics and Pose Estimation System for Hyperloop Pod Design

2020-12-17 · Nihal Singh, Jay Karhade, Ishika Bhattacharya, Prathamesh Saraf 외

Hyperloop is a high-speed ground-based transportation system utilizing sealed tubes, with the aim of ultimately transporting passengers between metropolitan cities in efficiently designed autonomous capsules. In recent y…

Fault DetectionManagementPose Estimation

Counting Like Transformers: Compiling Temporal Counting Logic Into Softmax Transformers

2024-04-05 · Andy Yang, David Chiang

Deriving formal bounds on the expressivity of transformers, as well as studying transformers that are constructed to implement known algorithms, are both effective methods for better understanding the computational power…

Adversarial Robustness of In-Context Learning in Transformers for Linear Regression

2024-11-07 · Usman Anwar, Johannes von Oswald, Louis Kirsch, David Krueger 외

Transformers have demonstrated remarkable in-context learning capabilities across various domains, including statistical learning tasks. While previous work has shown that transformers can implement common learning algor…

Adversarial RobustnessIn-Context Learningregression