← Search

Xiaorui Liu

20 accepted papers

2026

Hierarchical Multi-Scale Molecular Conformer Generation with Structural Awareness

ICLR 2026poster

Molecular conformer generation is a fundamental task for drug discovery and material design. Although deep generative models have progressed in this area, existing methods often overlook the hierarchical structural organization inherent to molecules, leading to poor-quality generated conformers. To…

Cited by 0SourceScholar
2025

Haste Makes Waste: A Simple Approach for Scaling Graph Neural Networks

ICML 2025poster

Graph neural networks (GNNs) have demonstrated remarkable success in graph representation learning and various sampling approaches have been proposed to scale GNNs to applications with large-scale graphs. A class of promising GNN training algorithms take advantage of historical embeddings to reduce…

2025

Modulated Diffusion: Accelerating Generative Modeling with Modulated Quantization

ICML 2025poster

Diffusion models have emerged as powerful generative models, but their high computation cost in iterative sampling remains a significant bottleneck. In this work, we present an in-depth and insightful study of state-of-the-art acceleration techniques for diffusion models, including caching and quant…

2025

Robustness Reprogramming for Representation Learning

ICLR 2025spotlight

This work tackles an intriguing and fundamental open challenge in representation learning: Given a well-trained deep learning model, can it be reprogrammed to enhance its robustness against adversarial or noisy input perturbations without altering its parameters? To explore this, we revisit the core…

2024

Certified Robustness for Deep Equilibrium Models via Serialized Random Smoothing

NeurIPS 2024poster

Implicit models such as Deep Equilibrium Models (DEQs) have emerged as promising alternative approaches for building deep neural networks. Their certified robustness has gained increasing research attention due to security concerns. Existing certified defenses for DEQs employing interval bound propa…

2024

ProTransformer: Robustify Transformers via Plug-and-Play Paradigm

NeurIPS 2024poster

Transformer-based architectures have dominated various areas of machine learning in recent years. In this paper, we introduce a novel robust attention mechanism designed to enhance the resilience of transformer-based architectures. Crucially, this technique can be integrated into existing transforme…

2024

Robust Graph Neural Networks via Unbiased Aggregation

NeurIPS 2024poster

The adversarial robustness of Graph Neural Networks (GNNs) has been questioned due to the false sense of security uncovered by strong adaptive attacks despite the existence of numerous defenses. In this work, we delve into the robustness analysis of representative robust GNNs and provide a unified r…

2024

Structural Fairness-aware Active Learning for Graph Neural Networks

ICLR 2024poster

Graph Neural Networks (GNNs) have seen significant achievements in semi-supervised node classification. Yet, their efficacy often hinges on access to high-quality labeled node samples, which may not always be available in real-world scenarios. While active learning is commonly employed across variou…

Cited by 3SourcePDFScholar
2023

Alternately Optimized Graph Neural Networks

ICML 2023poster

Graph Neural Networks (GNNs) have greatly advanced the semi-supervised node classification task on graphs. The majority of existing GNNs are trained in an end-to-end manner that can be viewed as tackling a bi-level optimization problem. This process is often inefficient in computation and memory usa…

Cited by 12SourcePDFScholar
2023

LazyGNN: Large-Scale Graph Neural Networks via Lazy Propagation

ICML 2023poster

Recent works have demonstrated the benefits of capturing long-distance dependency in graphs by deeper graph neural networks (GNNs). But deeper GNNs suffer from the long-lasting scalability challenge due to the neighborhood explosion problem in large-scale graphs. In this work, we propose to capture…

2023

Towards Label Position Bias in Graph Neural Networks

NeurIPS 2023poster

Graph Neural Networks (GNNs) have emerged as a powerful tool for semi-supervised node classification tasks. However, recent studies have revealed various biases in GNNs stemming from both node features and graph topology. In this work, we uncover a new bias - label position bias, which indicates tha…

Cited by 6SourcePDFScholar
2022

Automated Self-Supervised Learning for Graphs

ICLR 2022poster

Graph self-supervised learning has gained increasing attention due to its capacity to learn expressive node representations. Many pretext tasks, or loss functions have been designed from distinct perspectives. However, we observe that different pretext tasks affect downstream tasks differently cross…

2021

Graph Neural Networks with Adaptive Residual

NeurIPS 2021poster

Graph neural networks (GNNs) have shown the power in graph representation learning for numerous tasks. In this work, we discover an interesting phenomenon that although residual connections in the message passing of GNNs help improve the performance, they immensely amplify GNNs' vulnerability agains…

2021

Linear Convergent Decentralized Optimization with Compression

ICLR 2021poster

Communication compression has become a key strategy to speed up distributed optimization. However, existing decentralized algorithms with compression mainly focus on compressing DGD-type algorithms. They are unsatisfactory in terms of convergence rate, stability, and the capability to handle heterog…

Cited by 61SourcePDFScholar
2021

To be Robust or to be Fair: Towards Fairness in Adversarial Training

ICML 2021spotlight

Adversarial training algorithms have been proved to be reliable to improve machine learning models’ robustness against adversarial examples. However, we find that adversarial training algorithms tend to introduce severe disparity of accuracy and robustness between different groups of data. For insta…

Cited by 225SourcePDFScholar
2020

A Double Residual Compression Algorithm for Efficient Distributed Learning

AISTATS 2020poster

Large-scale machine learning models are often trained by parallel stochastic gradient descent algorithms. However, the communication cost of gradient aggregation and model synchronization between the master and worker nodes becomes the major obstacle for efficient learning as the number of workers a…

Cited by 71SourcePDFScholar