paper-with-me

Papers

Time is Not Compute: Scaling Laws for Wall-Clock Constrained Training on Consumer GPUs

2026-03-29 · Yi Liu arxiv

Scaling laws relate model quality to compute budget (FLOPs), but practitioners face wall-clock time constraints, not compute budgets. We study optimal model sizing under fixed time budgets from 5 minutes to 24 hours on consumer GPUs (RTX 4090). Across 70+ runs spanning 50M--1031M parameters, we find: (1)~at each time budget a U-shaped curve emerges where too-small models overfit and too-large models undertrain; (2)~optimal model size follows $N^* \propto t^{0.60}$, growing \emph{faster} than Chinchilla's $N^* \propto C^{0.50}$, with $α= 0.60 \pm 0.07$ robustly exceeding compute-optimal across all sensitivity analyses; (3)~a \emph{dual U-shape mechanism}: short-budget U-curves arise from compute bottlenecks, while long-budget U-curves emerge from data bottlenecks (overfitting), with an intermediate regime where the U-curve temporarily disappears. These findings have immediate implications for researchers training on consumer hardware, where wall-clock time -- not FLOPs -- is the binding constraint. We release all code, logs, and 70+ experimental configurations.

📄 PDF Abstract BibTeX arXiv:2603.28823

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Time Matters: Scaling Laws for Any Budget

2024-06-27 · Itay Inbar, Luke Sernau

A primary cost driver for training large models is wall-clock training time. We show that popular time estimates based on FLOPs are poor estimates, and construct a more accurate proxy based on memory copies. This allows …

The Design Space of Tri-Modal Masked Diffusion Models

2026-02-25 · Louis Bethune, Victor Turrisi, Bruno Kacper Mlodozeniec, Pau Rodriguez Lopez 외 arxiv

Discrete diffusion models have emerged as strong alternatives to autoregressive language models, with recent work initializing and fine-tuning a base unimodal model for bimodal generation. Diverging from previous approac…

Stochastic OptimizationText Generation

Latency and Token-Aware Test-Time Compute

2025-09-11 · Jenny Y. Huang, Mehul Damani, Yousef El-Kurdi, Ramon Astudillo 외 arxiv

Inference-time scaling has emerged as a powerful way to improve large language model (LLM) performance by generating multiple candidate responses and selecting among them. However, existing work on dynamic allocation for…

Improved Inverse-Free Variational Bounds for Sparse Gaussian Processes

2021-11-22 · pproximateinference AABI Symposium 2022 2 · Mark van der Wilk, Artem Artemev, James Hensman

The need for matrix decompositions (inverses) is often named as a major impediment to scaling Gaussian process (GP) models, even in efficient approximations. To address this, Van der Wilk et al. (2020) introduced a varia…

Gaussian Processes

Parallel $Q$-Learning: Scaling Off-policy Reinforcement Learning under Massively Parallel Simulation

2023-07-24 · Zechu Li, Tao Chen, Zhang-Wei Hong, Anurag Ajay 외

Reinforcement learning is time-consuming for complex tasks due to the need for large amounts of training data. Recent advances in GPU-based simulation, such as Isaac Gym, have sped up data collection thousands of times o…

GPUQ-Learningreinforcement-learning