paper-with-me

Papers

FORGE: Foundational Optimization Representations from Graph Embeddings

2025-08-28 · Zohair Shafi, Serdar Kadioglu arxiv

Combinatorial optimization problems are ubiquitous in science and engineering. Still, learning-based approaches to accelerate combinatorial optimization often require solving a large number of difficult instances to collect training data, incurring significant computational cost. Existing learning-based methods require training dedicated models for each problem distribution, for each downstream task, severely limiting their scalability and generalization. We introduce Forge: Foundational Optimization Representations from Graph Embeddings, a framework that pre-trains a vector-quantized graph autoencoder on a large, diverse collection of mixed-integer programming (MIP) instances in an unsupervised manner, without relying on optimization solvers or optimal solutions. Vector quantization produces discrete code assignments that serve as a vocabulary for representing optimization instances. We evaluate Forge in both unsupervised and supervised settings. In the unsupervised setting, Forge embeddings effectively cluster unseen instances across problem domains and sizes. In the supervised setting, we fine-tune Forge embeddings and show that a single pre-trained model helps predicting both the integrality gap for cut-generation and variable hints for search guidance across multiple problem and size distributions. In both tasks, we improve the performance of a commercial optimization solver and outperform state-of-the-art learning-based methods. Finally, we open-source our training code, pre-trained Forge weights, and embeddings for multiple MIP distributions to foster further research in representation learning for optimization problems https://skadio.github.io/forge/

📄 PDF Abstract BibTeX arXiv:2508.20330

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Transfer Learning from Foundational Optimization Embeddings to Unsupervised SAT Representations

2026-04-16 · Koyena Pal, Serdar Kadioglu arxiv

Foundational optimization embeddings have recently emerged as powerful pre-trained representations for mixed-integer programming (MIP) problems. These embeddings were shown to enable cross-domain transfer and reduce reli…

Transfer Learning

The Unreasonable Effectiveness of Randomized Representations in Online Continual Graph Learning

2025-10-08 · Giovanni Donghi, Daniele Zambon, Luca Pasa, Cesare Alippi 외 arxiv

Catastrophic forgetting is one of the main obstacles for Online Continual Graph Learning (OCGL), where nodes arrive one by one, distribution drifts may occur at any time and offline training on task-specific subgraphs is…

Graph Learning

Condensation-Concatenation Framework for Dynamic Graph Continual Learning

2025-12-12 · Tingxu Yan, Ye Yuan arxiv

Dynamic graphs are prevalent in real-world scenarios, where continuous structural changes induce catastrophic forgetting in graph neural networks (GNNs). While continual learning has been extended to dynamic graphs, exis…

Continual Learning

Forge-UGC: FX optimization and register-graph engine for universal graph compiler

2026-04-14 · Satyam Kumar, Saurabh Jha arxiv

We present Forge-UGC (FX Optimization and Register-Graph Engine for Universal Graph Compilation), a four-phase compiler for transformer deployment on heterogeneous accelerator hardware, validated on Intel AI Boost NPU. E…

Listen, Look, and Learn: Learning Without Forgetting through SAM-Audio

2026-06-09 · Avi Gupta, Nilotpal Sinha, Vishnu Raj, Sambuddha Saha 외 arxiv

Class-Incremental Learning (CIL) aims to continuously learn new classes without forgetting previously acquired knowledge. While recent CIL advances have spurred significant interest across various modalities, the audio-v…

class-incremental learning