Pith. sign in

REVIEW 1 cited by

Moco: A Learnable Meta Optimizer for Combinatorial Optimization

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2402.04915 v3 pith:WBE6SGVB submitted 2024-02-07 cs.LG

Moco: A Learnable Meta Optimizer for Combinatorial Optimization

classification cs.LG
keywords mocoheuristicsneuralsolutioncombinatorialheatmapinferencelearnable
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Relevant combinatorial optimization problems (COPs) are often NP-hard. While they have been tackled mainly via handcrafted heuristics in the past, advances in neural networks have motivated the development of general methods to learn heuristics from data. Many approaches utilize a neural network to directly construct a solution, but are limited in further improving based on already constructed solutions at inference time. Our approach, Moco, defines a lightweight solution construction procedure, guided by a single continuous vector $\theta$ (called heatmap) and learns a neural network to update $\theta$ for a single instance of a COP at inference time. The update is based on various features of the current search state. The training procedure is budget aware, targeting the overall best solution found during the entire search. Moco is a fully learnable meta optimizer not utilizing problem specific heuristics or requiring optimal solutions for training. We test Moco on the Traveling Salesman Problem (TSP) and Maximum Independent Set (MIS) and show that it significantly improves over other heatmap based methods.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. HeatACO: A Heatmap-Guided Max--Min Ant System for Large-Scale Travelling Salesman Problems

    cs.NE 2026-01 conditional novelty 4.0

    HeatACO, a Max-Min Ant System decoder biased by a neural heatmap prior, reaches 0.11%/0.23%/1.15% optimality gaps on TSP500/1K/10K with seconds-to-minutes CPU decoding time.