Complexity Scaling Laws for Neural Models using Combinatorial Optimization
Lowell Weissman, Michael Krumdick, A. Lynn Abbott
TL;DR
This work introduces complexity-based neural scaling laws by decoupling problem difficulty into solution-space size and representation-space size, using the Traveling Salesman Problem as a testbed. It demonstrates that suboptimality scales smoothly with model size and compute for both RL and SFT, and provides interpretability through connections to local-search dynamics. The study presents two infinite-compute scaling laws: one for node-count-driven solution-space growth showing superlinear suboptimality, and one for dimension-driven representation-space growth showing convergence toward an asymptote, with distinct implications for embedding bottlenecks. Collectively, the results offer a framework to forecast performance under resource constraints, motivate comparisons across algorithms (RL vs SFT), and point toward extending complexity-scaling concepts to broader combinatorial and real-world domains.
Abstract
Recent work on neural scaling laws demonstrates that model performance scales predictably with compute budget, model size, and dataset size. In this work, we develop scaling laws based on problem complexity. We analyze two fundamental complexity measures: solution space size and representation space size. Using the Traveling Salesman Problem (TSP) as a case study, we show that combinatorial optimization promotes smooth cost trends, and therefore meaningful scaling laws can be obtained even in the absence of an interpretable loss. We then show that suboptimality grows predictably for fixed-size models when scaling the number of TSP nodes or spatial dimensions, independent of whether the model was trained with reinforcement learning or supervised fine-tuning on a static dataset. We conclude with an analogy to problem complexity scaling in local search, showing that a much simpler gradient descent of the cost landscape produces similar trends.
