Learning Dominant States in Elementary Resource Constrained Shortest Path Problems
Saverio Basso, Matteo Salani

TL;DR
This paper explores using machine learning to identify promising states in dynamic programming for resource-constrained shortest path problems, improving efficiency through pattern recognition.
Contribution
It introduces a novel approach to distinguish dominating states in ERCSPP using supervised learning on large datasets of generated labels.
Findings
Effective identification of dominating states within the same instance.
Strong results on dataset G demonstrating the approach's potential.
Variable performance on unseen instances, indicating room for generalization improvements.
Abstract
In this work, we investigate whether machine learning can be leveraged to identify promising states in dynamic programming algorithms, focusing on Elementary Resource Constrained Shortest Path Problems (ERCSPP). More in detail, we solved 41 single resource instances from SPPRCLIB using iterative relaxation techniques through the PathWyse library, systematically collecting all generated states (i.e. labels). We designed ad-hoc features computable in constant time and constructed two datasets: one containing all generated labels (G) and another with only those inserted into data pools (I), totaling several hundred million labels. Machine learning tools are then employed to explore these datasets, revealing significant patterns between successive relaxations. Leveraging these insights, we propose a normalization approach and apply supervised learning techniques to distinguish dominating…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
