paper-with-me

홈 › Papers

Horizon-LM: A RAM-Centric Architecture for LLM Training

2026-02-04 · Zhengqing Yuan, Lichao Sun, Yanfang Ye arxiv

The rapid growth of large language models (LLMs) has outpaced the evolution of single-GPU hardware, making model scale increasingly constrained by memory capacity rather than computation. While modern training systems extend GPU memory through distributed parallelism and offloading across CPU and storage tiers, they fundamentally retain a GPU-centric execution paradigm in which GPUs host persistent model replicas and full autograd graphs. As a result, scaling large models remains tightly coupled to multi-GPU clusters, complex distributed runtimes, and unpredictable host memory consumption, creating substantial barriers for node-scale post-training workloads such as instruction tuning, alignment, and domain adaptation. We present Horizon-LM, a memory-centric training system that redefines the roles of CPU and GPU for large-model optimization. Horizon-LM treats host memory as the authoritative parameter store and uses GPUs solely as transient compute engines through a CPU-master, GPU-template execution model. By eliminating persistent GPU-resident modules and autograd graphs, employing explicit recomputation with manual gradient propagation, and introducing a pipelined double-buffered execution engine, Horizon-LM decouples model scale from GPU count and bounds memory usage to the theoretical parameter footprint. On a single H200 GPU with 1.5\,TB host RAM, Horizon-LM reliably trains models up to 120B parameters. On a standard single A100 machine, Horizon-LM achieves up to 12.2$\times$ higher training throughput than DeepSpeed ZeRO-3 with CPU offloading while preserving numerical correctness. Across platforms and scales, Horizon-LM sustains high device utilization and predictable memory growth, demonstrating that host memory, not GPU memory, defines the true feasibility boundary for node-scale large-model training.

📄 PDF Abstract BibTeX arXiv:2602.04816

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Adaptation

Similar Papers 제목 키워드 기반

MobileEgo Anywhere: Open Infrastructure for long horizon egocentric data on commodity hardware

2026-05-07 · Senthil Palanisamy, Abhishek Anand, Satpal Singh Rathore, Pratyush Patnaik 외 arxiv

Vision-language-action (VLA) models have driven demand for large-scale egocentric datasets, yet the hardware and infrastructure to collect long-horizon data remain inaccessible. Datasets today typically have episodes onl…

Pose Tracking

Patch-based Object-centric Transformers for Efficient Video Generation

2022-06-08 · Wilson Yan, Ryo Okumura, Stephen James, Pieter Abbeel

In this work, we present Patch-based Object-centric Video Transformer (POVT), a novel region-based video generation architecture that leverages object-centric information to efficiently model temporal dynamics in videos.…

ObjectVideo EditingVideo GenerationVideo Prediction

The Label Horizon Paradox: Rethinking Supervision Targets in Financial Forecasting

2026-02-03 · Chen-Hui Song, Shuoling Liu, Liyuan Chen arxiv

While deep learning has revolutionized financial forecasting through sophisticated architectures, the design of the supervision signal itself is rarely scrutinized. We challenge the canonical assumption that training lab…

Imprint: Online Memory Compression for Long-Horizon Egocentric QA

2026-07-01 · Kousik Das, Debaditya Roy arxiv

Long-horizon egocentric question answering involves answering about events that have occurred hours or days in the past. This requires memory representations that remain both retrieval-effective and scalable over days or…

Question Answering

Do Agents Need to Plan Step-by-Step? Rethinking Planning Horizon in Data-Centric Tool Calling

2026-05-08 · Naoki Otani, Nikita Bhutani, Hannah Kim, Dan Zhang 외 arxiv

Explicit planning is a critical capability for LLM-based agents solving complex data-centric tasks, which require precise tool calling over external data sources. Existing strategies fall into two paradigms based on plan…

Knowledge Base Question Answering