An Efficient Combinatorial Optimization Model Using Learning-to-Rank Distillation
Honguk Woo, Hyunsung Lee, Sangwoo Cho

TL;DR
This paper introduces a learning-to-rank distillation framework that transforms high-performance reinforcement learning policies for combinatorial optimization into simple, fast, and effective models, significantly reducing inference latency.
Contribution
The paper proposes a novel distillation approach that converts RL-based ranking policies into efficient models for COPs, enhancing speed without sacrificing performance.
Findings
Distilled models achieve comparable performance to original RL policies.
Inference speed is several times faster with the distilled models.
Framework is effective for various COPs like task scheduling and knapsack problems.
Abstract
Recently, deep reinforcement learning (RL) has proven its feasibility in solving combinatorial optimization problems (COPs). The learning-to-rank techniques have been studied in the field of information retrieval. While several COPs can be formulated as the prioritization of input items, as is common in the information retrieval, it has not been fully explored how the learning-to-rank techniques can be incorporated into deep RL for COPs. In this paper, we present the learning-to-rank distillation-based COP framework, where a high-performance ranking policy obtained by RL for a COP can be distilled into a non-iterative, simple model, thereby achieving a low-latency COP solver. Specifically, we employ the approximated ranking distillation to render a score-based ranking model learnable via gradient descent. Furthermore, we use the efficient sequence sampling to improve the inference…
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
Taxonomy
TopicsOptimization and Search Problems · Metaheuristic Optimization Algorithms Research · Advanced Image and Video Retrieval Techniques
