TL;DR
This paper introduces the Amortized Efficiency Threshold (AET), a framework to compare neural and heuristic solvers in combinatorial optimization based on deployment volume and energy efficiency, with an empirical case study on CVRP.
Contribution
The paper presents the AET framework, an open measurement protocol, and an end-to-end benchmarking pipeline for evaluating neural versus heuristic solvers in terms of energy and deployment volume.
Findings
The cumulative-energy ratio tends to a constant below one when the neural solver wins per instance.
The measured operational crossover point is approximately 4,560 instances for the CVRP case study.
The neural-to-heuristic energy ratio at crossover is about 0.0023.
Abstract
A common critique of neural combinatorial-optimization solvers is that they are less energy-efficient than CPU metaheuristics, given the operational energy cost of training them on GPUs. This paper examines the inferential step from "training is expensive" to "neural solvers are net-inefficient", which is where the critique actually goes wrong. Training the network costs a large fixed amount of GPU energy; running the metaheuristic costs a small amount of CPU energy on every instance, repeated as long as the solver is deployed. The two are not commensurable until a deployment volume is fixed. We define the Amortized Efficiency Threshold (AET) as the deployment volume above which a neural solver breaks even with a heuristic baseline in total energy or carbon, under an explicit constraint on solution quality. We show that the cumulative-energy ratio between the two solvers tends to a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
