← Search

Zhigang Hua

7 accepted papers

2026

ExpWeaver: LLM Agents Learn from Experience via Latent RAG

ICML 2026poster

Experience learning has achieved promising results in enhancing LLM agent planning and reasoning by integrating past interactions as reusable knowledge. However, existing methods remain confined to explicit text space---retrieving experiences via semantic similarity and concatenating them into the c…

Cited by 0SourceScholar
2026

Learning the Latent Structure: A Feature-Centric Approach to Graph Data Augmentation

AAAI 2026technical

Graph-structured data plays a pivotal role in modeling complex relationships. However, real-world graphs are often incomplete due to data collection and observational constraints, severely limiting the effectiveness of modern graph learning pipelines. While existing Graph Data Augmentation (GDA) met

Cited by 0SourcePDFScholar
2026

RODIS: Robust Diffusion Solver to Dataset Quality in Combinatorial Optimization

IJCAI 2026

Combinatorial optimization (CO) problems have widespread applications in science and engineering, but they present significant computational challenges. Recent advancements in generative models, particularly diffusion models, have shown promise in bypassing traditional optimization solvers by direct

Cited by 0Scholar
2025

A Scalable and Effective Alternative to Graph Transformers

AAAI 2025technical

Graph Neural Networks (GNNs) have shown impressive performance in graph representation learning, but they face challenges in capturing long-range dependencies due to their limited expressive power. To address this, Graph Transformers (GTs) were introduced, utilizing self-attention mechanism to effec…

2025

Learning Graph Quantized Tokenizers

ICLR 2025poster

Transformers serve as the backbone architectures of Foundational Models, where domain-specific tokenizers allow them to adapt to various domains. Graph Transformers (GTs) have recently emerged as leading models in geometric deep learning, outperforming Graph Neural Networks (GNNs) in various graph l…

2024

VCR-Graphormer: A Mini-batch Graph Transformer via Virtual Connections

ICLR 2024poster

Graph transformer has been proven as an effective graph learning method for its adoption of attention mechanism that is capable of capturing expressive representations from complex topological and feature information of graphs. Graph transformer conventionally performs dense attention (or global att…

2021

A Bi-Level Framework for Learning to Solve Combinatorial Optimization on Graphs

NeurIPS 2021poster

Combinatorial Optimization (CO) has been a long-standing challenging research topic featured by its NP-hard nature. Traditionally such problems are approximately solved with heuristic algorithms which are usually fast but may sacrifice the solution quality. Currently, machine learning for combinator…