paper-with-me

Papers

GOAL: Graph-based Objective-Aligned Diffusion Solvers for Dynamic Multi-Objective Optimization

2026-05-18 · Xingyu Li arxiv

Existing neural combinatorial optimization solvers frame solution search as imitation of optimal decisions, inherently limiting their utility to single-objective minimization and static constraints. We propose GOAL, a conditioned diffusion solver over relational graph representations that enables controllable decision generations by conditioning on human-specified objectives. We introduce a heterogeneous graph encoding in which distinct edge types, corresponding to different classes of constraints, define the message passing structure of the graph neural network, which allows information to propagate selectively according to the ontology of each constraint. GOAL is instantiated and evaluated on three canonical scheduling benchmarks of various constraint complexity: the Flow Shop Problem (FSP), the Job Shop Scheduling Problem (JSP), and the Flexible Job Shop Scheduling Problem (FJSP). Generalization is demonstrated across structurally distinct constraint regimes and problem types without architectural modification. On all three benchmarks, GOAL achieves 100% solution feasibility and near-zero MAPE (below 0.20%) on multiple objectives for problem sizes up to 20 jobs and 60 operations, outperforming NSGA-II and MOEA/D in both solution quality and inference speed by up to 25x.

📄 PDF Abstract BibTeX arXiv:2605.19119

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

VORTEX: Aligning Task Utility and Human Preferences through LLM-Guided Reward Shaping

2025-09-19 · Guojun Xiong, Milind Tambe arxiv

In social impact optimization, AI decision systems often rely on solvers that optimize well-calibrated mathematical objectives. However, these solvers cannot directly accommodate evolving human preferences, typically exp…

Faster Local Solvers for Graph Diffusion Equations

2024-10-29 · Jiahe Bai, Baojian Zhou, Deqing Yang, Yanghua Xiao

Efficient computation of graph diffusion equations (GDEs), such as Personalized PageRank, Katz centrality, and the Heat kernel, is crucial for clustering, training neural networks, and many other graph-related problems. …

Conditional Diffusion Based on Discrete Graph Structures for Molecular Graph Generation

2023-01-01 · Han Huang, Leilei Sun, Bowen Du, Weifeng Lv

Learning the underlying distribution of molecular graphs and generating high-fidelity samples is a fundamental research problem in drug discovery and material science. However, accurately modeling distribution and rapidl…

Drug DiscoveryGraph GenerationGraph SamplingMolecular Graph Generation

SEEDS: Exponential SDE Solvers for Fast High-Quality Sampling from Diffusion Models

2023-05-23 · NeurIPS 2023 11 · Martin Gonzalez, Nelson Fernandez, Thuy Tran, Elies Gherbi 외

A potent class of generative models known as Diffusion Probabilistic Models (DPMs) has become prominent. A forward diffusion process adds gradually noise to data, while a model learns to gradually denoise. Sampling from …

Image Generation

DIFUSCO: Graph-based Diffusion Solvers for Combinatorial Optimization

2023-02-16 · NeurIPS 2023 11 · Zhiqing Sun, Yiming Yang

Neural network-based Combinatorial Optimization (CO) methods have shown promising results in solving various NP-complete (NPC) problems without relying on hand-crafted domain knowledge. This paper broadens the current sc…

Combinatorial OptimizationDenoisingTraveling Salesman Problem