← Search

Wenwu Zhu

74 accepted papers

2026

Adaptive Mixture of Disentangled Experts for Dynamic Graphs under Distribution Shifts

ICLR 2026poster

Dynamic graph representation learning under distribution shifts has drawn an increasing amount of attention in the research community, given its wide applicability in real-world scenarios. Existing methods typically employ a fixed-architecture design to extract invariant patterns. However, there may…

Cited by 0SourceScholar
2026

Cross-Scale Collaboration between LLMs and Lightweight Sequential Recommenders with Domain-Specific Latent Reasoning

AAAI 2026technical

Sequential recommendation aims to predict the next item based on historical interactions. To further enhance the reasoning capability in sequential recommendation, LLMs are employed to predict the next item or generate semantic IDs for item representation, given LLMs

Cited by 0SourcePDFScholar
2026

ModularAgent: A Task-Aware Modular Framework for Joint Optimization of Multimodal Large Language Models and World Models

CVPR 2026

Building generalist embodied agents requires a unified system that can interpret multimodal goals, model environment dynamics, and execute reliable actions across diverse real-world tasks. Multimodal large language models (MLLMs) offer strong semantic priors and cross-modal generalization, while wor

Cited by 0SourceScholar
2026

Reasoning Diffusion for Unpaired Test Time Out-of-distribution Text-Image to Video Generation

CVPR 2026

Text-image to video generation aims to synthesize a video conditioned on the given text-image inputs. Nevertheless, existing methods generally assume that the semantic information carried in the input text and image tends to be perfectly paired and temporally aligned, occurring simultaneously in the

Cited by 0SourceScholar
2026

SP-VLA: A Joint Model Scheduling and Token Pruning Approach for VLA Model Acceleration

ICLR 2026poster

Vision-Language-Action (VLA) models have attracted increasing attention for their strong control capabilities. However, their high computational cost and low execution frequency hinder their suitability for real-time tasks such as robotic manipulation and autonomous navigation. Existing VLA accelera…

Cited by 0SourcecodeScholar
2026

Temporal-aware Flow Matching for Video Generation with Temporally Coherent Motion

ICML 2026poster

Despite rapid advances in text-to-video generation, state-of-the-art generative models still suffer from producing temporally incoherent and unrealistic motion for videos. The key weakness of existing works is that they commonly treat videos as frame sequences and directly adopt Flow Matching object…

Cited by 0SourcecodeScholar
2026

U2UData+: A Scalable Swarm UAVs Autonomous Flight Dataset for Embodied Long-horizon Tasks

AAAI 2026technical

Swarm UAV autonomous flight for Embodied Long-Horizon (ELH) tasks is crucial for advancing the low-altitude economy. However, existing methods focus only on specific basic tasks due to dataset limitations, failing in real-world deployment for ELH tasks. ELH tasks are not mere concatenations of basic

Cited by 0SourcePDFScholar
2025

AutoGFM: Automated Graph Foundation Model with Adaptive Architecture Customization

ICML 2025oral

Graph foundation models (GFMs) aim to share graph knowledge across diverse domains and tasks to boost graph machine learning. However, existing GFMs rely on hand-designed and fixed graph neural network (GNN) architectures, failing to utilize optimal architectures *w.r.t.* specific domains and tasks…

Cited by 0SourcePDFScholar
2025

Behavior Importance-Aware Graph Neural Architecture Search for Cross-Domain Recommendation

AAAI 2025technical

Cross-domain recommendation (CDR) mitigates data sparsity and cold-start issues in recommendation systems. While recent CDR approaches using graph neural networks (GNNs) capture complex user-item interactions, they rely on manually designed architectures that are often suboptimal and labor-intensive…

2025

Bioinspired Microrobot Climbing on Fabrics Using a Single Actuator

RA-L 2025

Microrobots climbing on fabrics are well-suited for reconnaissance and rescue tasks in indoor environments. However, achieving stable adhesion while maintaining a simplified locomotion mechanism remains a formidable challenge. This study presents a 4cm, 18.2g climbing robot designed with a single-ac

Cited by 1SourceScholar
2025

Disentangling Invariant Subgraph via Variance Contrastive Estimation under Distribution Shifts

ICML 2025poster

Graph neural networks (GNNs) have achieved remarkable success, yet most are developed under the in-distribution assumption and fail to generalize to out-of-distribution (OOD) environments. To tackle this problem, some graph invariant learning methods aim to learn invariant subgraph against distribut…

Cited by 0SourcePDFScholar
2025

Dynamic Mixture of Curriculum LoRA Experts for Continual Multimodal Instruction Tuning

ICML 2025poster

Continual multimodal instruction tuning is crucial for adapting Multimodal Large Language Models (MLLMs) to evolving tasks. However, most existing methods adopt a fixed architecture, struggling with adapting to new tasks due to static model capacity. We propose to evolve the architecture under param…

Cited by 0SourcePDFScholar
2025

JAQ: Joint Efficient Architecture Design and Low-Bit Quantization with Hardware-Software Co-Exploration

AAAI 2025technical

The co-design of neural network architectures, quantization precisions, and hardware accelerators offers a promising approach to achieving an optimal balance between performance and efficiency, particularly for model deployment on resource-constrained edge devices. In this work, we propose the JAQ F…

Cited by 0SourcePDFScholar
2025

Modular-Cam: Modular Dynamic Camera-view Video Generation with LLM

AAAI 2025technical

Text-to-Video generation, which utilizes the provided text prompt to generate high-quality videos, has drawn increasing attention and achieved great success due to the development of diffusion models recently. Existing methods mainly rely on a pre-trained text encoder to capture the semantic informa…

2025

Modularized Self-Reflected Video Reasoner for Multimodal LLM with Application to Video Question Answering

ICML 2025poster

Multimodal Large Language Models (Multimodal LLMs) have shown their strength in Video Question Answering (VideoQA). However, due to the black-box nature of end-to-end training strategies, existing approaches based on Multimodal LLMs suffer from the lack of interpretability for VideoQA: they can neit…

Cited by 0SourcePDFScholar
2025

Out-of-Distribution Generalized Graph Anomaly Detection with Homophily-aware Environment Mixup

NeurIPS 2025poster

Graph anomaly detection (GAD) is widely prevalent in scenarios such as financial fraud detection, anti-money laundering, and social bot detection. However, structural distribution shifts are commonly observed in real-world GAD data due to selection bias, resulting in reduced homophily. Existing GAD…

Cited by 0SourceScholar
2025

Q-DiT: Accurate Post-Training Quantization for Diffusion Transformers

CVPR 2025poster

Recent advancements in diffusion models, particularly the architectural transformation from UNet-based models to Diffusion Transformers (DiTs), significantly improve the quality and scalability of image and video generation. However, despite their impressive capabilities, the substantial computation…

2025

Self-supervised Masked Graph Autoencoder via Structure-aware Curriculum

ICML 2025spotlight

Self-supervised learning (SSL) on graph-structured data has attracted considerable attention recently. Masked graph autoencoder, as one promising generative graph SSL approach that aims to recover masked parts of the input graph data, has shown great success in various downstream graph tasks. Howeve…

Cited by 0SourcePDFScholar
2025

Towards Better Alignment: Training Diffusion Models with Reinforcement Learning Against Sparse Rewards

CVPR 2025poster

Diffusion models have achieved remarkable success in text-to-image generation. However, their practical applications are hindered by the misalignment between generated images and corresponding text prompts. To tackle this issue, reinforcement learning (RL) has been considered for diffusion model fin…

2024

CurBench: Curriculum Learning Benchmark

ICML 2024poster

Curriculum learning is a training paradigm where machine learning models are trained in a meaningful order, inspired by the way humans learn curricula. Due to its capability to improve model generalization and convergence, curriculum learning has gained considerable attention and has been widely app…

2024

Data-Augmented Curriculum Graph Neural Architecture Search under Distribution Shifts

AAAI 2024technical

Graph neural architecture search (NAS) has achieved great success in designing architectures for graph data processing.However, distribution shifts pose great challenges for graph NAS, since the optimal searched architectures for the training graph data may fail to generalize to the unseen test grap…

Cited by 9SourcePDFScholar
2024

DisenBooth: Identity-Preserving Disentangled Tuning for Subject-Driven Text-to-Image Generation

ICLR 2024poster

Subject-driven text-to-image generation aims to generate customized images of the given subject based on the text descriptions, which has drawn increasing attention. Existing methods mainly resort to finetuning a pretrained generative model, where the identity-relevant information (e.g., the boy) an…

2024

Disentangled Continual Graph Neural Architecture Search with Invariant Modular Supernet

ICML 2024poster

The existing graph neural architecture search (GNAS) methods assume that the graph tasks are static during the search process, ignoring the ubiquitous scenarios where sequential graph tasks come in a continual fashion. Moreover, existing GNAS works resort to entangled graph factors during the archit…

Cited by 10SourcePDFScholar
2024

Disentangled Graph Self-supervised Learning for Out-of-Distribution Generalization

ICML 2024poster

Graph out-of-distribution (OOD) generalization, aiming to generalize graph neural networks (GNNs) under distribution shifts between training and testing environments, has attracted ever-increasing attention recently. However, existing literature heavily relies on sufficient task-dependent graph labe…

Cited by 11SourcePDFScholar
2024

Multimodal Graph Neural Architecture Search under Distribution Shifts

AAAI 2024technical

Multimodal graph neural architecture search (MGNAS) has shown great success for automatically designing the optimal multimodal graph neural network (MGNN) architecture by leveraging multimodal representation, crossmodal information and graph structure in one unified framework. However, existing MGNA…

Cited by 6SourcePDFScholar
2024

Retraining-Free Model Quantization via One-Shot Weight-Coupling Learning

CVPR 2024poster

Quantization is of significance for compressing the over-parameterized deep neural models and deploying them on resource-limited devices. Fixed-precision quantization suffers from performance drop due to the limited numerical representation ability. Conversely mixed-precision quantization (MPQ) is a…

2024

VERIFIED: A Video Corpus Moment Retrieval Benchmark for Fine-Grained Video Understanding

NeurIPS 2024poster

Existing Video Corpus Moment Retrieval (VCMR) is limited to coarse-grained understanding that hinders precise video moment localization when given fine-grained queries. In this paper, we propose a more challenging fine-grained VCMR benchmark requiring methods to localize the best-matched moment from…

2023

Adversarially Robust Neural Architecture Search for Graph Neural Networks

CVPR 2023poster

Graph Neural Networks (GNNs) obtain tremendous success in modeling relational data. Still, they are prone to adversarial attacks, which are massive threats to applying GNNs to risk-sensitive domains. Existing defensive methods neither guarantee performance facing new data/tasks or adversarial attack…

Cited by 25SourcePDFScholar
2023

AutoGT: Automated Graph Transformer Architecture Search

ICLR 2023top-5%

Although Transformer architectures have been successfully applied to graph data with the advent of Graph Transformer, current design of Graph Transformer still heavily relies on human labor and expertise knowledge to decide proper neural architectures and suitable graph encoding strategies at each T…

Cited by 27SourcePDFScholar
2023

Curriculum Co-disentangled Representation Learning across Multiple Environments for Social Recommendation

ICML 2023poster

There exist complex patterns behind the decision-making processes of different individuals across different environments. For instance, in a social recommender system, various user behaviors are driven by highly entangled latent factors from two environments, i.e., consuming environment where users…

Cited by 24SourcePDFScholar
2023

Curriculum Multi-Negative Augmentation for Debiased Video Grounding

AAAI 2023technical

Video Grounding (VG) aims to locate the desired segment from a video given a sentence query. Recent studies have found that current VG models are prone to over-rely the groundtruth moment annotation distribution biases in the training set. To discourage the standard VG model's behavior of exploiting…

2023

Decouple Before Interact: Multi-Modal Prompt Learning for Continual Visual Question Answering

ICCV 2023poster

In the real world, a desirable Visual Question Answering model is expected to provide correct answers to new questions and images in a continual setting (recognized as CL-VQA). However, existing works formulate CLVQA from a vision-only or language-only perspective, and straightforwardly apply the un…

Cited by 24PDFScholar
2023

Dynamic Heterogeneous Graph Attention Neural Architecture Search

AAAI 2023technical

Dynamic heterogeneous graph neural networks (DHGNNs) have been shown to be effective in handling the ubiquitous dynamic heterogeneous graphs. However, the existing DHGNNs are hand-designed, requiring extensive human efforts and failing to adapt to diverse dynamic heterogeneous graph scenarios. In th…

2023

Fused Gromov-Wasserstein Graph Mixup for Graph-level Classifications

NeurIPS 2023poster

Graph data augmentation has shown superiority in enhancing generalizability and robustness of GNNs in graph-level classifications. However, existing methods primarily focus on the augmentation in the graph signal space and the graph structure space independently, neglecting the joint interaction bet…

2023

Improving Generalization of Meta-Learning With Inverted Regularization at Inner-Level

CVPR 2023poster

Despite the broad interest in meta-learning, the generalization problem remains one of the significant challenges in this field. Existing works focus on meta-generalization to unseen tasks at the meta-level by regularizing the meta-loss, while ignoring that adapted models may not generalize to the t…

Cited by 17SourcePDFScholar
2023

Joint Data-Task Generation for Auxiliary Learning

NeurIPS 2023poster

Current auxiliary learning methods mainly adopt the methodology of reweighing losses for the manually collected auxiliary data and tasks. However, these methods heavily rely on domain knowledge during data collection, which may be hardly available in reality. Therefore, current methods will become l…

Cited by 3SourcePDFScholar
2023

Multi-task Graph Neural Architecture Search with Task-aware Collaboration and Curriculum

NeurIPS 2023poster

Graph neural architecture search (GraphNAS) has shown great potential for automatically designing graph neural architectures for graph related tasks. However, multi-task GraphNAS capable of handling multiple tasks simultaneously has been largely unexplored in literature, posing great challenges to c…

Cited by 13SourcePDFScholar
2023

Spectral Invariant Learning for Dynamic Graphs under Distribution Shifts

NeurIPS 2023poster

Dynamic graph neural networks (DyGNNs) currently struggle with handling distribution shifts that are inherent in dynamic graphs. Existing work on DyGNNs with out-of-distribution settings only focuses on the time domain, failing to handle cases involving distribution shifts in the spectral domain. In…

2023

Unsupervised Graph Neural Architecture Search with Disentangled Self-Supervision

NeurIPS 2023poster

The existing graph neural architecture search (GNAS) methods heavily rely on supervised labels during the search process, failing to handle ubiquitous scenarios where supervisions are not available. In this paper, we study the problem of unsupervised graph neural architecture search, which remains u…

Cited by 16SourcePDFScholar
2023

Wasserstein Barycenter Matching for Graph Size Generalization of Message Passing Neural Networks

ICML 2023poster

Graph size generalization is hard for Message passing neural networks (MPNNs). The graph-level classification performance of MPNNs degrades across various graph sizes. Recently, theoretical studies reveal that a slow uncontrollable convergence rate w.r.t. graph size could adversely affect the size g…

Cited by 6SourcePDFScholar
2022

DNA: Domain Generalization with Diversified Neural Averaging

ICML 2022spotlight

The inaccessibility of the target domain data causes domain generalization (DG) methods prone to forget target discriminative features, and challenges the pervasive theme in existing literature in pursuing a single classifier with an ideal joint risk. In contrast, this paper investigates model missp…

2022

Dynamic Graph Neural Networks Under Spatio-Temporal Distribution Shift

NeurIPS 2022accept

Dynamic graph neural networks (DyGNNs) have demonstrated powerful predictive abilities by exploiting graph structural and temporal dynamics. However, the existing DyGNNs fail to handle distribution shifts, which naturally exist in dynamic graphs, mainly because the patterns exploited by DyGNNs may b…

Cited by 74SourcePDFScholar
2022

Graph Neural Architecture Search Under Distribution Shifts

ICML 2022spotlight

Graph neural architecture search has shown great potentials for automatically designing graph neural network (GNN) architectures for graph classification tasks. However, when there is a distribution shift between training and testing graphs, the existing approaches fail to deal with the problem of a…

Cited by 35SourcePDFScholar
2022

Learning Invariant Graph Representations for Out-of-Distribution Generalization

NeurIPS 2022accept

Graph representation learning has shown effectiveness when testing and training graph data come from the same distribution, but most existing approaches fail to generalize under distribution shifts. Invariant learning, backed by the invariance principle from causality, can achieve guaranteed general…

Cited by 134SourcePDFScholar
2022

Learning to Solve Travelling Salesman Problem with Hardness-Adaptive Curriculum

AAAI 2022technical

Various neural network models have been proposed to tackle combinatorial optimization problems such as the travelling salesman problem (TSP). Existing learning-based TSP methods adopt a simple setting that the training and testing data are independent and identically distributed. However, the existi…

2022

Mixed-Precision Neural Network Quantization via Learned Layer-Wise Importance

ECCV 2022poster

"The exponentially large discrete search space in mixed-precision quantization (MPQ) makes it hard to determine the optimal bit-width for each layer. Previous works usually resort to iterative search methods on the training set, which consume hundreds or even thousands of GPU-hours. In this study, w…

2022

Module-Aware Optimization for Auxiliary Learning

NeurIPS 2022accept

Auxiliary learning is a widely adopted practice in deep learning, which aims to improve the model performance on the primary task by exploiting the beneficial information in the auxiliary loss. Existing auxiliary learning methods only focus on balancing the auxiliary loss and the primary loss, ignor…

Cited by 8SourcePDFScholar
2022

NAS-Bench-Graph: Benchmarking Graph Neural Architecture Search

NeurIPS 2022accept

Graph neural architecture search (GraphNAS) has recently aroused considerable attention in both academia and industry. However, two key challenges seriously hinder the further research of GraphNAS. First, since there is no consensus for the experimental setting, the empirical results in different re…

2022

On the Convergence of Stochastic Multi-Objective Gradient Manipulation and Beyond

NeurIPS 2022accept

The conflicting gradients problem is one of the major bottlenecks for the effective training of machine learning models that deal with multiple objectives. To resolve this problem, various gradient manipulation techniques, such as PCGrad, MGDA, and CAGrad, have been developed, which directly alter t…

Cited by 53SourcePDFScholar
2022

Online Continual Adaptation with Active Self-Training

AISTATS 2022poster

Models trained with offline data often suffer from continual distribution shifts and expensive labeling in changing environments. This calls for a new online learning paradigm where the learner can continually adapt to changing environments with limited labels. In this paper, we propose a new online…

Cited by 13SourcePDFScholar
2022

Parametric Visual Program Induction with Function Modularization

ICML 2022spotlight

Generating programs to describe visual observations has gained much research attention recently. However, most of the existing approaches are based on non-parametric primitive functions, making them unable to handle complex visual scenes involving many attributes and details. In this paper, we propo…

Cited by 3SourcePDFScholar
2021

Curriculum Disentangled Recommendation with Noisy Multi-feedback

NeurIPS 2021poster

Learning disentangled representations for user intentions from multi-feedback (i.e., positive and negative feedback) can enhance the accuracy and explainability of recommendation algorithms. However, learning such disentangled representations from multi-feedback data is challenging because i) multi…

2021

Disentangled Contrastive Learning on Graphs

NeurIPS 2021poster

Recently, self-supervised learning for graph neural networks (GNNs) has attracted considerable attention because of their notable successes in learning the representation of graph-structure data. However, the formation of a real-world graph typically arises from the highly complex interaction of man…

Cited by 114SourcePDFScholar
2021

Explainable Automated Graph Representation Learning with Hyperparameter Importance

ICML 2021spotlight

Current graph representation (GR) algorithms require huge demand of human experts in hyperparameter tuning, which significantly limits their practical applications, leading to an urge for automated graph representation without human intervention. Although automated machine learning (AutoML) serves a…

2021

Graph Differentiable Architecture Search with Structure Learning

NeurIPS 2021poster

Discovering ideal Graph Neural Networks (GNNs) architectures for different tasks is labor intensive and time consuming. To save human efforts, Neural Architecture Search (NAS) recently has been used to automatically discover adequate GNN architectures for certain tasks in order to achieve competitiv…

Cited by 55SourcePDFScholar
2021

Not All Low-Pass Filters are Robust in Graph Convolutional Networks

NeurIPS 2021poster

Graph Convolutional Networks (GCNs) are promising deep learning approaches in learning representations for graph-structured data. Despite the proliferation of such methods, it is well known that they are vulnerable to carefully crafted adversarial attacks on the graph structure. In this paper, we fi…

2021

Power up! Robust Graph Convolutional Network via Graph Powering

AAAI 2021technical

Graph convolutional networks (GCNs) are powerful tools for graph-structured data. However, they have been recently shown to be vulnerable to topological attacks. To enhance adversarial robustness, we go beyond spectral graph theory to robust graph theory. By challenging the classical graph Laplacian…

Cited by 62SourcePDFScholar
2019

Learning Disentangled Representations for Recommendation

NeurIPS 2019poster

User behavior data in recommender systems are driven by the complex interactions of many latent factors behind the users’ decision making processes. The factors are highly entangled, and may range from high-level ones that govern user intentions, to low-level ones that characterize a user’s preferen…

Cited by 422SourcePDFScholar
2019

Semantic Conditioned Dynamic Modulation for Temporal Sentence Grounding in Videos

NeurIPS 2019poster

Temporal sentence grounding in videos aims to detect and localize one target video segment, which semantically corresponds to a given sentence. Existing methods mainly tackle this task via matching and aligning semantics between a sentence and candidate video segments, while neglect the fact that th…

2018

Weakly Supervised Dense Event Captioning in Videos

NeurIPS 2018poster

Dense event captioning aims to detect and describe all events of interest contained in a video. Despite the advanced development in this area, existing methods tackle this task by making use of dense temporal annotations, which is dramatically source-consuming. This paper formulates a new problem: w…

2017

Projection-free Distributed Online Learning in Networks

ICML 2017poster

The conditional gradient algorithm has regained a surge of research interest in recent years due to its high efficiency in handling large-scale machine learning problems. However, none of existing studies has explored it in the distributed online learning setting, where locally light computation is…

Cited by 91SourcePDFScholar