LGMLJun 5, 2023

Meta-SAGE: Scale Meta-Learning Scheduled Adaptation with Guided Exploration for Mitigating Scale Shift on Combinatorial Optimization

arXiv:2306.02688v235 citationsh-index: 28Has Code
Originality Incremental advance
AI Analysis

This work addresses scalability issues in combinatorial optimization for researchers and practitioners, representing an incremental improvement over existing adaptation methods.

The paper tackles the problem of scaling deep reinforcement learning models for combinatorial optimization tasks by proposing Meta-SAGE, which adapts pre-trained models to larger-scale problems at test time, resulting in outperforming previous adaptation methods and significantly improving scalability.

This paper proposes Meta-SAGE, a novel approach for improving the scalability of deep reinforcement learning models for combinatorial optimization (CO) tasks. Our method adapts pre-trained models to larger-scale problems in test time by suggesting two components: a scale meta-learner (SML) and scheduled adaptation with guided exploration (SAGE). First, SML transforms the context embedding for subsequent adaptation of SAGE based on scale information. Then, SAGE adjusts the model parameters dedicated to the context embedding for a specific instance. SAGE introduces locality bias, which encourages selecting nearby locations to determine the next location. The locality bias gradually decays as the model is adapted to the target instance. Results show that Meta-SAGE outperforms previous adaptation methods and significantly improves scalability in representative CO tasks. Our source code is available at https://github.com/kaist-silab/meta-sage

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes