Fast instance-specific algorithm configuration with graph neural network
Shingo Aihara, Matthieu Parizy

TL;DR
This paper introduces a graph neural network-based method to accelerate instance-specific algorithm configuration for combinatorial optimization, reducing feature extraction and class determination time from tens of seconds to under a second.
Contribution
The proposed approach significantly speeds up the ISAC process by streamlining feature extraction and class determination using graph neural networks, enabling faster solver parameter tuning.
Findings
T_{tune} reduced from tens of seconds to sub-seconds.
Method maintains effective instance classification accuracy.
Speeds up overall algorithm configuration process.
Abstract
Combinatorial optimization (CO) problems are pivotal across various industrial applications, where the speed of solving these problems is crucial. Improving the performance of CO solvers across diverse input instances requires fine-tuning solver parameters for each instance. However, this tuning process is time-consuming, and the time required increases with the number of instances. To address this, a method called instance-specific algorithm configuration (ISAC) has been devised. This approach involves two main steps: training and execution. During the training step, features are extracted from various instances and then grouped into clusters. For each cluster, parameters are fine-tuned. This cluster-specific tuning process results in a set of generalized parameters for instances belonging to each class. In the execution step, features are extracted from an unknown instance to…
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.
Taxonomy
TopicsNeural Networks and Applications
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Sparse Evolutionary Training
