What happened
- An arXiv preprint (announce type: new) proposes an end-to-end, size-agnostic graph reinforcement learning framework for one-dimensional bin packing (1D-BPP), a classical NP-hard problem the authors link to logistics, manufacturing, and cloud resource management (ArXiv CS.LG). The method models packing as a Markov decision process on an item-compatibility graph, where each action merges two partial bins that fit together; a graph neural network actor-critic policy extracts relational features and is decoded by stochastic beam search, letting one trained model generalize zero-shot to instances of any size (ArXiv CS.LG). The authors report a systematic empirical study across graph encoders, DRL algorithms, reward functions, training distributions, and hyperparameters (ArXiv CS.LG). The preprint's motivation is that most learned packing methods target 2D and 3D variants, leaving learned 1D-BPP solvers scarce (ArXiv CS.LG). [1]
Reported results and caveats
- Evaluated zero-shot on the full BPPLIB benchmark, the authors say their policy lowers the mean optimality gap of a constructive heuristic from 2.66% to 2.31%, with the largest gains on structured instances (ArXiv CS.LG). Against learned baselines on the same benchmark, the authors report a lower gap on most of nine families and far more stable behavior across instance distributions; they also say it outperforms a state-of-the-art learned solver that relies on column generation and integer programming, while using no solver at all (ArXiv CS.LG). The preprint states a grouping genetic algorithm remains ahead overall, and the authors analyze where and why the residual gap arises (ArXiv CS.LG). These are the authors' claims from their own preprint, not independently verified results. [1]
Sources
- Deep Reinforcement Learning on Item-Compatibility Graphs for One-Dimensional Bin Packing
ArXiv CS.LG (Machine Learning) · Reporting ·