← Search

QUANMING YAO

49 accepted papers

2026

Efficient Reinforcement Learning for Zero-Shot Coordination in Evolving Games

AAAI 2026technical

Zero-shot coordination(ZSC), a key challenge in multi-agent game theory, has become a hot topic in reinforcement learning (RL) research recently, especially in complex evolving games. It focuses on the generalization ability of agents, requiring them to coordinate well with collaborators from a dive

Cited by 0SourcePDFScholar
2025

Adaptive Preference Arithmetic: A Personalized Agent with Adaptive Preference Arithmetic for Dynamic Preference Modeling

NeurIPS 2025poster

As large language models (LLMs) are increasingly used as personalized user assistants, effectively adapting to users' evolving preferences is critical for delivering high-quality personalized responses. While user preferences are often stable in content, their relative strengths shift over time due…

Cited by 0SourceScholar
2025

Automated Decision-Making on Networks with LLMs through Knowledge-Guided Evolution

IJCAI 2025

Effective decision-making on networks often relies on learning from graph-structured data, where Graph Neural Networks (GNNs) play a central role, but they take efforts to configure and tune. In this demo, we propose LLMNet, showing how to design GNN automated through Large Language Models. Our syst

2025

Curriculum-aware Training for Discriminating Molecular Property Prediction Models

ICLR 2025poster

Despite their wide application across various fields, current molecular property prediction models struggle with the challenge of activity cliff, which refers to the situation where molecules with similar chemical structures display remarkable different properties. This phenomenon hinders existing m…

Cited by 0SourcePDFScholar
2025

Erasing Concept Combination from Text-to-Image Diffusion Model

ICLR 2025poster

Advancements in the text-to-image diffusion model have raised security concerns due to their potential to generate images with inappropriate themes such as societal biases and copyright infringements. Current studies have made notable progress in preventing the model from generating images containin…

Cited by 1SourcePDFScholar
2025

Hierarchical Graph Tokenization for Molecule-Language Alignment

ICML 2025poster

Recently, there has been a surge of interest in extending the success of large language models (LLMs) from texts to molecules. Most existing approaches adopt a graph neural network to represent a molecule as a series of node tokens for molecule-language alignment, which, however, have overlooked the…

2025

Nested-Refinement Metamorphosis: Reflective Evolution for Efficient Optimization of Networking Problems

ACL 2025finding

Large Language Models (LLMs) excel in network algorithm design but suffer from inefficient iterative coding and high computational costs. Drawing inspiration from butterfly metamorphosis—where structured developmental phases (Phase I: larval nutrient accumulation → Phase II: pupal transformation) en…

Cited by 0SourcePDFScholar
2025

Think Both Ways: Teacher-Student Bidirectional Reasoning Enhances MCQ Generation and Distractor Quality

ACL 2025finding

Generating high-quality Multiple Choice Questions (MCQs) remains challenging for educational tools due to the need for contextual relevance and plausible distractors. Existing methods still struggle with these dual requirements, leading to questions that lack depth and distractors that are either to…

Cited by 0SourcePDFScholar
2025

Unified Molecule-Text Language Model with Discrete Token Representation

IJCAI 2025

The remarkable success of Large Language Models (LLMs) across diverse tasks has driven the research community to extend their capabilities to molecular applications. However, most molecular LLMs employ adapter-based architectures that fail to equally integrate molecule and text modalities and lack e

Cited by 0SourcePDFScholar
2024

Customized Subgraph Selection and Encoding for Drug-drug Interaction Prediction

NeurIPS 2024poster

Subgraph-based methods have proven to be effective and interpretable in predicting drug-drug interactions (DDIs), which are essential for medical practice and drug development. Subgraph selection and encoding are critical stages in these methods, yet customizing these components remains underexplo…

2024

Less is More: One-shot Subgraph Reasoning on Large-scale Knowledge Graphs

ICLR 2024poster

To deduce new facts on a knowledge graph (KG), a link predictor learns from the graph structure and collects local evidence to find the answer to a given query. However, existing methods suffer from a severe scalability problem due to the utilization of the whole KG for prediction, which hinders the…

2024

PACIA: Parameter-Efficient Adapter for Few-Shot Molecular Property Prediction

IJCAI 2024poster

Molecular property prediction (MPP) plays a crucial role in biomedical applications, but it often encounters challenges due to a scarcity of labeled data. Existing works commonly adopt gradient-based strategy to update a large amount of parameters for task-level adaptation. However, the increase of…

2024

Robust Communicative Multi-Agent Reinforcement Learning with Active Defense

AAAI 2024technical

Communication in multi-agent reinforcement learning (MARL) has been proven to effectively promote cooperation among agents recently. Since communication in real-world scenarios is vulnerable to noises and adversarial attacks, it is crucial to develop robust communicative MARL technique. However, exi…

Cited by 5SourcePDFScholar
2023

Combating Bilateral Edge Noise for Robust Link Prediction

NeurIPS 2023poster

Although link prediction on graphs has achieved great success with the development of graph neural networks (GNNs), the potential robustness under the edge noise is still less investigated. To close this gap, we first conduct an empirical study to disclose that the edge noise bilaterally perturbs bo…

2023

Combating Exacerbated Heterogeneity for Robust Models in Federated Learning

ICLR 2023poster

Privacy and security concerns in real-world applications have led to the development of adversarially robust federated models. However, the straightforward combination between adversarial training and federated learning in one framework can lead to the undesired robustness deterioration. We discover…

2023

Efficient Hyper-parameter Optimization with Cubic Regularization

NeurIPS 2023poster

As hyper-parameters are ubiquitous and can significantly affect the model performance, hyper-parameter optimization is extremely important in machine learning. In this paper, we consider a sub-class of hyper-parameter optimization problems, where the hyper-gradients are not available. Such problems…

Cited by 2SourcePDFScholar
2023

Learning Symbolic Models for Graph-structured Physical Mechanism

ICLR 2023poster

Graph-structured physical mechanisms are ubiquitous in real-world scenarios, thus revealing underneath formulas is of great importance for scientific discovery. However, classical symbolic regression methods fail on this task since they can only handle input-output pairs that are not graph-structure…

Cited by 14SourcePDFScholar
2023

On Strengthening and Defending Graph Reconstruction Attack with Markov Chain Approximation

ICML 2023poster

Although powerful graph neural networks (GNNs) have boosted numerous real-world applications, the potential privacy risk is still underexplored. To close this gap, we perform the first comprehensive study of graph reconstruction attack that aims to reconstruct the adjacency of nodes. We show that a…

2022

Efficient Hyper-parameter Search for Knowledge Graph Embedding

ACL 2022long

While hyper-parameters (HPs) are important for knowledge graph (KG) learning, existing methods fail to search them efficiently. To solve this problem, we first analyze the properties of different HPs and measure the transfer ability from small subgraph to the full graph. Based on the analysis, we pr…

2022

Search to Pass Messages for Temporal Knowledge Graph Completion

EMNLP 2022finding

Completing missing facts is a fundamental task for temporal knowledge graphs (TKGs).Recently, graph neural network (GNN) based methods, which can simultaneously explore topological and temporal information, have become the state-of-the-art (SOTA) to complete TKGs. However, these studies are based on…

2022

Simplified Graph Learning for Inductive Short Text Classification

EMNLP 2022main

Short text classification (STC) is hard as short texts lack context information and labeled data is not enough. Graph neural networks obtain the state-of-the-art on STC since they can merge various auxiliary information via the message passing framework. However, existing works conduct transductive…

2022

Spectrum-Aware and Transferable Architecture Search for Hyperspectral Image Restoration

ECCV 2022poster

"Convolutional neural networks have been widely developed for hyperspectral image (HSI) restoration. However, making full use of the spatial-spectral information of HSIs still remains a challenge. In this work, we disentangle the 3D convolution into lightweight 2D spatial and spectral convolutions,…

Cited by 13SourcePDFScholar
2021

Hierarchical Heterogeneous Graph Representation Learning for Short Text Classification

EMNLP 2021main

Short text classification is a fundamental task in natural language processing. It is hard due to the lack of context information and labeled data in practice. In this paper, we propose a new method called SHINE, which is based on graph neural network (GNN), for short text classification. First, we…

2021

Progressive Feature Interaction Search for Deep Sparse Network

NeurIPS 2021poster

Deep sparse networks (DSNs), of which the crux is exploring the high-order feature interactions, have become the state-of-the-art on the prediction task with high-sparsity features. However, these models suffer from low computation efficiency, including large model size and slow model inference, whi…

Cited by 16SourcePDFScholar
2021

Property-Aware Relation Networks for Few-Shot Molecular Property Prediction

NeurIPS 2021spotlight

Molecular property prediction plays a fundamental role in drug discovery to identify candidate molecules with target properties. However, molecular property prediction is essentially a few-shot problem, which makes it hard to use regular machine learning models. In this paper, we propose Property-Aw…

Cited by 85SourcePDFScholar
2020

AutoSTR: Efficient Backbone Search for Scene Text Recognition

ECCV 2020poster

Scene text recognition (STR) is challenging due to the diversity of text instances and the complexity of scenes. However, no STR methods can adapt backbones to different diversities and complexities. In this work, inspired by the success of neural architecture search (NAS), we propose automated STR…

2020

Interstellar: Searching Recurrent Architecture for Knowledge Graph Embedding

NeurIPS 2020spotlight

Knowledge graph (KG) embedding is well-known in learning representations of KGs. Many models have been proposed to learn the interactions between entities and relations of the triplets. However, long-term information among multiple triplets is also important to KG. In this work, based on the relatio…

2020

SIGUA: Forgetting May Make Learning with Noisy Labels More Robust

ICML 2020poster

Given data with noisy labels, over-parameterized deep networks can gradually memorize the data, and fit everything in the end. Although equipped with corrections for noisy labels, many learning methods in this area still suffer overfitting due to undesired memorization. In this paper, to relieve thi…

Cited by 160SourcePDFScholar
2020

Searching to Exploit Memorization Effect in Learning with Noisy Labels

ICML 2020poster

Sample selection approaches are popular in robust learning from noisy labels. However, how to properly control the selection process so that deep networks can benefit from the memorization effect is a hard problem. In this paper, motivated by the success of automated machine learning (AutoML), we mo…

Cited by 149SourcePDFScholar
2020

Simplify and Robustify Negative Sampling for Implicit Collaborative Filtering

NeurIPS 2020poster

Negative sampling approaches are prevalent in implicit collaborative filtering for obtaining negative labels from massive unlabeled data. As two major concerns in negative sampling, efficiency and effectiveness are still not fully achieved by recent works that use complicate structures and overlook ri…

2019

Efficient Nonconvex Regularized Tensor Completion with Structure-aware Proximal Iterations

ICML 2019oral

Nonconvex regularizers have been successfully used in low-rank matrix learning. In this paper, we extend this to the more challenging problem of low-rank tensor completion. Based on the proximal average algorithm, we develop an efficient solver that avoids expensive tensor folding and unfolding. A s…

Cited by 26SourcePDFScholar
2019

Non-Local Meets Global: An Integrated Paradigm for Hyperspectral Denoising

CVPR 2019oral

Non-local low-rank tensor approximation has been developed as a state-of-the-art method for hyperspectral image (HSI) denoising. Unfortunately, while their denoising performance benefits little from more spectral bands, the running time of these methods significantly increases. In this paper, we cla…

Cited by 189PDFcodeScholar
2018

Co-teaching: Robust training of deep neural networks with extremely noisy labels

NeurIPS 2018poster

Deep learning with noisy labels is practically challenging, as the capacity of deep models is so high that they can totally memorize these noisy labels sooner or later during training. Nonetheless, recent studies on the memorization effects of deep neural networks show that they would first memorize…

2018

Online Convolutional Sparse Coding with Sample-Dependent Dictionary

ICML 2018oral

Convolutional sparse coding (CSC) has been popularly used for the learning of shift-invariant dictionaries in image and signal processing. However, existing methods have limited scalability. In this paper, instead of convolving with a dictionary shared by all samples, we propose the use of a sample-…

Cited by 10SourcePDFScholar
2016

Efficient Learning with a Family of Nonconvex Regularizers by Redistributing Nonconvexity

ICML 2016poster

The use of convex regularizers allow for easy optimization, though they often produce biased estimation and inferior prediction performance. Recently, nonconvex regularizers have attracted a lot of attention and outperformed convex ones. However, the resultant optimization problem is much harder. In…

Cited by 58SourcePDFScholar