Pith. sign in

REVIEW 5 cited by

GOAL: A Generalist Combinatorial Optimization Agent Learner

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 2406.15079 v3 pith:NDCHTOLE submitted 2024-06-21 cs.LG

classification cs.LG
keywords goalproblemscopsmodelcombinatorialgeneralistoptimizationagent
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original abstract

Machine Learning-based heuristics have recently shown impressive performance in solving a variety of hard combinatorial optimization problems (COPs). However, they generally rely on a separate neural model, specialized and trained for each single problem. Any variation of a problem requires adjustment of its model and re-training from scratch. In this paper, we propose GOAL (for Generalist combinatorial Optimization Agent Learner), a generalist model capable of efficiently solving multiple COPs and which can be fine-tuned to solve new COPs. GOAL consists of a single backbone plus light-weight problem-specific adapters for input and output processing. The backbone is based on a new form of mixed-attention blocks which allows to handle problems defined on graphs with arbitrary combinations of node, edge and instance-level features. Additionally, problems which involve heterogeneous types of nodes or edges are handled through a novel multi-type transformer architecture, where the attention blocks are duplicated to attend the meaningful combinations of types while relying on the same shared parameters. We train GOAL on a set of routing, scheduling and classic graph problems and show that it is only slightly inferior to the specialized baselines while being the first multi-task model that solves a wide range of COPs. Finally we showcase the strong transfer learning capacity of GOAL by fine-tuning it on several new problems. Our code is available at https://github.com/naver/goal-co/.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 5 Pith papers

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

  1. Monte Carlo Tree Search for Comprehensive Exploration in LLM-Based Automatic Heuristic Design

    cs.AI 2025-01 conditional novelty 7.0 of 10

    MCTS-AHD organizes LLM-generated heuristics in a Monte Carlo tree and reports better or comparable heuristics than population-based baselines on several NP-hard problems and a Bayesian optimization task.

  2. FORGE: Foundational Optimization Representations from Graph Embeddings

    cs.LG 2025-08 conditional novelty 6.0 of 10

    A single unsupervised pre-trained vector-quantized graph autoencoder yields MIP instance embeddings that, after minimal fine-tuning, improve solver performance across problem domains and sizes.

  3. SHIELD: Multi-task Multi-distribution Vehicle Routing Solver with Sparsity and Hierarchy

    cs.AI 2025-06 conditional novelty 6.0 of 10

    SHIELD combines Mixture-of-Depths sparsity and context-aware clustering to outperform prior unified neural solvers on multi-task, multi-distribution vehicle routing.

  4. UniCO: Towards a Unified Model for Combinatorial Optimization Problems

    cs.LG 2025-05 conditional novelty 6.0 of 10

    A single transformer trained on tokenized expert-solver trajectories solves ten CO problems with one parameter set and adapts to new problems with little fine-tuning.

  5. CAMP: Collaborative Attention Model with Profiles for Vehicle Routing Problems

    cs.MA 2025-01 conditional novelty 6.0 of 10

    CAMP is a new attention-based multi-agent RL solver for vehicle routing with per-client profiles, outperforming prior neural baselines on both preference and zone-constrained variants.

Pith tools