paper-with-me

홈 › Papers

Unifying Data, Memory, and Compute Efficiency in LLM training: A Survey

2026-06-09 · Vanessa Schmidt, Huy Hoang Nguyen, Cédric Jung, Shirin Salehi, Anke Schmeink arxiv

Resource constraints increasingly determine what can be trained, fine-tuned, and deployed in large language models (LLMs), yet efficiency is often studied through isolated techniques rather than as an interacting system of limits. This survey adopts a constraint-centric perspective and organizes recent progress around three coupled bottlenecks: data efficiency (what to train on), memory efficiency (how to fit training), and compute budget awareness (when and where to spend FLOPs). On the data axis, we review selection and pruning methods that maximize learning per token, ranging from scalable proxy signals based on learning dynamics to gradient- and influence-based scoring, as well as difficulty-aware and curriculum-style strategies. We highlight emerging evidence that different notions of good data dominate in different regimes, implying that optimal subsets depend on the task objective and resource budget rather than being universal. On the systems side, we show that GPU memory, not raw compute, is often the dominant bottleneck in fine-tuning, and that effective scaling requires jointly reducing weight storage, optimizer states, and activation memory rather than optimizing any single component in isolation. Beyond memory, we frame training and inference as compute-governed processes in which optimization, data selection, and decoding must explicitly account for finite FLOP budgets. We review evidence for compute-optimal allocation and stopping rules, where computation should be halted or reallocated once marginal performance gains fall below a budget-dependent threshold. Together, these results unify compute-aware data selection, scaling laws, and adaptive inference under a common principle of resource-conditioned decision-making.

📄 PDF Abstract BibTeX arXiv:2606.10706

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Enhanced Multi-Objective A* with Partial Expansion

2022-12-06 · Valmiki Kothare, Zhongqiang Ren, Sivakumar Rathinam, Howie Choset

The Multi-Objective Shortest Path Problem (MO-SPP), typically posed on a graph, determines a set of paths from a start vertex to a destination vertex while optimizing multiple objectives. In general, there does not exist…

GEM: 3D Gaussian Splatting for Efficient and Accurate Cryo-EM Reconstruction

2025-09-29 · Huaizhi Qu, Xiao Wang, Gengwei Zhang, Jie Peng 외 arxiv

Cryo-electron microscopy (cryo-EM) has become a central tool for high-resolution structural biology, yet the massive scale of datasets (often exceeding 100k particle images) renders 3D reconstruction both computationally…

3D Reconstruction

Model-Based Episodic Memory Induces Dynamic Hybrid Controls

2021-11-03 · NeurIPS 2021 12 · Hung Le, Thommen Karimpanal George, Majid Abdolshah, Truyen Tran 외

Episodic control enables sample efficiency in reinforcement learning by recalling past experiences from an episodic memory. We propose a new model-based episodic memory of trajectories addressing current limitations of e…

modelreinforcement-learningReinforcement LearningReinforcement Learning (RL)

MemAdapter: Fast Alignment across Agent Memory Paradigms via Generative Subgraph Retrieval

2026-02-09 · Xin Zhang, Kailai Yang, Chenyue Li, Hao Li 외 arxiv

Memory mechanism is a core component of LLM-based agents, enabling reasoning and knowledge discovery over long-horizon contexts. Existing agent memory systems are typically designed within isolated paradigms (e.g., expli…

Contrastive Learning

Adacc: An Adaptive Framework Unifying Compression and Activation Recomputation for LLM Training

2025-08-01 · Ping Chen, Zhuohong Deng, Ping Li, Shuibing He 외 arxiv

Training large language models (LLMs) is often constrained by GPU memory limitations. To alleviate memory pressure, activation recomputation and data compression have been proposed as two major strategies. However, both …