Lifelong Learning for Neural powered Mixed Integer Programming
Sahil Manchanda, Sayan Ranu

TL;DR
This paper introduces LIMIP, a lifelong learning approach for neural-based MIP solving that mitigates catastrophic forgetting using graph embeddings, knowledge distillation, and elastic weight consolidation, significantly improving over existing methods.
Contribution
LIMIP is the first lifelong learning framework for neural MIP heuristics, effectively preventing forgetting with graph attention embeddings and continual learning techniques.
Findings
LIMIP outperforms baselines by up to 50% in lifelong learning scenarios.
Graph attention embeddings effectively capture MIP instance features.
Knowledge distillation and elastic weight consolidation reduce catastrophic forgetting.
Abstract
Mixed Integer programs (MIPs) are typically solved by the Branch-and-Bound algorithm. Recently, Learning to imitate fast approximations of the expert strong branching heuristic has gained attention due to its success in reducing the running time for solving MIPs. However, existing learning-to-branch methods assume that the entire training data is available in a single session of training. This assumption is often not true, and if the training data is supplied in continual fashion over time, existing techniques suffer from catastrophic forgetting. In this work, we study the hitherto unexplored paradigm of Lifelong Learning to Branch on Mixed Integer Programs. To mitigate catastrophic forgetting, we propose LIMIP, which is powered by the idea of modeling an MIP instance in the form of a bipartite graph, which we map to an embedding space using a bipartite Graph Attention Network. This…
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
TopicsMachine Learning and Algorithms · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsKnowledge Distillation
