← Search

Ziao Guo

6 accepted papers

2026

ConRep4CO: Contrastive Representation Learning of Combinatorial Optimization Instances across Types

ICLR 2026poster

Considerable efforts have been devoted to machine learning (ML) for combinatorial optimization (CO) problems, especially on graphs. Compared to the active and well-established research for representation learning of text and vision, etc., it remains under-studied for the representation learning of C…

Cited by 0SourceScholar
2025

Fractional Langevin Dynamics for Combinatorial Optimization via Polynomial-Time Escape

NeurIPS 2025poster

Langevin Dynamics (LD) and its discrete proposal have been widely applied in the field of Combinatorial Optimization (CO). Both sampling-based and data-driven approaches have benefited significantly from these methods. However, LD's reliance on Gaussian noise limits its ability to escape narrow loca…

Cited by 0SourceScholar
2024

ACM-MILP: Adaptive Constraint Modification via Grouping and Selection for Hardness-Preserving MILP Instance Generation

ICML 2024spotlight

Data plays a pivotal role in the development of both classic and learning-based methods for Mixed-Integer Linear Programming (MILP). However, the scarcity of data in real-world applications underscores the necessity for MILP instance generation methods. Currently, these methods primarily rely on ite…

2024

Towards Imitation Learning to Branch for MIP: A Hybrid Reinforcement Learning based Sample Augmentation Approach

ICLR 2024poster

Branch-and-bound (B\&B) has long been favored for tackling complex Mixed Integer Programming (MIP) problems, where the choice of branching strategy plays a pivotal role. Recently, Imitation Learning (IL)-based policies have emerged as potent alternatives to traditional rule-based approaches. However…

Cited by 8SourcePDFScholar
2023

Deep Learning of Partial Graph Matching via Differentiable Top-K

CVPR 2023poster

Graph matching (GM) aims at discovering node matching between graphs, by maximizing the node- and edge-wise affinities between the matched elements. As an NP-hard problem, its challenge is further pronounced in the existence of outlier nodes in both graphs which is ubiquitous in practice, especially…

Cited by 13SourcePDFScholar
2023

LinSATNet: The Positive Linear Satisfiability Neural Networks

ICML 2023poster

Encoding constraints into neural networks is attractive. This paper studies how to introduce the popular positive linear satisfiability to neural networks. We propose the first differentiable satisfiability layer based on an extension of the classic Sinkhorn algorithm for jointly encoding multiple s…