← Search

Daochen Zha

22 accepted papers

2026

GraphVLM: Benchmarking Vision Language Models for Multimodal Graph Learning

CVPR 2026

Vision-Language Models (VLMs) have demonstrated remarkable capabilities in aligning and understanding multimodal signals, yet their potential to reason over structured data, where multimodal entities are connected through explicit relational graphs, remains largely underexplored. Unlocking this capa

Cited by 0SourcecodeScholar
2025

MQuAKE-Remastered: Multi-Hop Knowledge Editing Can Only Be Advanced with Reliable Evaluations

ICLR 2025spotlight

Large language models (LLMs) can give out erroneous answers to factually rooted questions either as a result of undesired training outcomes or simply because the world has moved on after a certain knowledge cutoff date. Under such scenarios, *knowledge editing* often comes to the rescue by deliverin…

2024

Cost-efficient Knowledge-based Question Answering with Large Language Models

NeurIPS 2024poster

Knowledge-based question answering (KBQA) is widely used in many scenarios that necessitate domain knowledge. Large language models (LLMs) bring opportunities to KBQA, while their costs are significantly higher and absence of domain-specific knowledge during pre-training. We are motivated to combine…

Cited by 8SourcePDFScholar
2024

Denoising-Aware Contrastive Learning for Noisy Time Series

IJCAI 2024poster

Time series self-supervised learning (SSL) aims to exploit unlabeled data for pre-training to mitigate the reliance on labels. Despite the great success in recent years, there is limited discussion on the potential noise in the time series, which can severely impair the performance of existing SSL m…

2024

Enhanced DouDiZhu Card Game Strategy Using Oracle Guiding and Adaptive Deep Monte Carlo Method

IJCAI 2024poster

Deep Reinforcement Learning (DRL) exhibits significant advancements in games with both perfect and imperfect information, such as Go, Chess, Texas Hold'em, and Dota2. However, DRL encounters considerable challenges when tackling card game DouDiZhu because of the imperfect information, large state-ac…

Cited by 0SourcePDFScholar
2024

KnowGPT: Knowledge Graph based Prompting for Large Language Models

NeurIPS 2024poster

Large Language Models (LLMs) have demonstrated remarkable capabilities in many real-world applications. Nonetheless, LLMs are often criticized for their tendency to produce hallucinations, wherein the models fabricate incorrect statements on tasks beyond their knowledge and perception. To alleviate…

Cited by 12SourcePDFScholar
2024

Modality-Aware Integration with Large Language Models for Knowledge-Based Visual Question Answering

ACL 2024long

Knowledge-based visual question answering (KVQA) has been extensively studied to answer visual questions with external knowledge, e.g., knowledge graphs (KGs). While several attempts have been proposed to leverage large language models (LLMs) as an implicit knowledge source, it remains challenging s…

Cited by 13SourcePDFScholar
2023

One Less Reason for Filter Pruning: Gaining Free Adversarial Robustness with Structured Grouped Kernel Pruning

NeurIPS 2023poster

Densely structured pruning methods utilizing simple pruning heuristics can deliver immediate compression and acceleration benefits with acceptable benign performances. However, empirical findings indicate such naively pruned networks are extremely fragile under simple adversarial attacks. Naturally,…

2023

OpenGSL: A Comprehensive Benchmark for Graph Structure Learning

NeurIPS 2023poster

Graph Neural Networks (GNNs) have emerged as the *de facto* standard for representation learning on graphs, owing to their ability to effectively integrate graph topology and node attributes. However, the inherent suboptimal nature of node connections, resulting from the complex and contingent forma…

2023

RSC: Accelerate Graph Neural Networks Training via Randomized Sparse Computations

ICML 2023poster

Training graph neural networks (GNNs) is extremely time consuming because sparse graph-based operations are hard to be accelerated by community hardware. Prior art successfully reduces the computation cost of dense matrix based operations (e.g., convolution and linear) via sampling-based approximati…

Cited by 28SourcePDFScholar
2023

SurCo: Learning Linear SURrogates for COmbinatorial Nonlinear Optimization Problems

ICML 2023poster

Optimization problems with nonlinear cost functions and combinatorial constraints appear in many real-world applications but remain challenging to solve efficiently compared to their linear counterparts. To bridge this gap, we propose $\textbf{\emph{\texttt{SurCo}}}$ that learns linear $\underline{\…

Cited by 32SourcePDFScholar
2023

Winner-Take-All Column Row Sampling for Memory Efficient Adaptation of Language Model

NeurIPS 2023poster

As the model size grows rapidly, fine-tuning the large pre-trained language model has become increasingly difficult due to its extensive memory usage. Previous works usually focus on reducing the number of trainable parameters in the network. While the model parameters do contribute to memory usag…

2022

AutoVideo: An Automated Video Action Recognition System

IJCAI 2022poster

Action recognition is an important task for video understanding with broad applications. However, developing an effective action recognition solution often requires extensive engineering efforts in building and testing different combinations of the modules and their hyperparameters. In this demo, we…

2022

DreamShard: Generalizable Embedding Table Placement for Recommender Systems

NeurIPS 2022accept

We study embedding table placement for distributed recommender systems, which aims to partition and place the tables on multiple hardware devices (e.g., GPUs) to balance the computation and communication costs. Although prior work has explored learning-based approaches for the device placement of co…

2021

Dirichlet Energy Constrained Learning for Deep Graph Neural Networks

NeurIPS 2021poster

Graph neural networks (GNNs) integrate deep architectures and topological structure modeling in an effective way. However, the performance of existing GNNs would decrease significantly when they stack many layers, because of the over-smoothing issue. Node embeddings tend to converge to similar vecto…

Cited by 142SourcePDFScholar
2021

DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning

ICML 2021spotlight

Games are abstractions of the real world, where artificial agents learn to compete and cooperate with other agents. While significant achievements have been made in various perfect- and imperfect-information games, DouDizhu (a.k.a. Fighting the Landlord), a three-player card game, is still unsolved.…

2021

Rank the Episodes: A Simple Approach for Exploration in Procedurally-Generated Environments

ICLR 2021poster

Exploration under sparse reward is a long-standing challenge of model-free reinforcement learning. The state-of-the-art methods address this challenge by introducing intrinsic rewards to encourage exploration in novel states or uncertain environment dynamics. Unfortunately, methods based on intrinsi…

2021

Revisiting Time Series Outlier Detection: Definitions and Benchmarks

NeurIPS 2021poster

Time series outlier detection has been extensively studied with many advanced algorithms proposed in the past decade. Despite these efforts, very few studies have investigated how we should benchmark the existing algorithms. In particular, using synthetic datasets for evaluation has become a common…

Cited by 250SourcecodeScholar
2020

RLCard: A Platform for Reinforcement Learning in Card Games

IJCAI 2020poster

We present RLCard, a Python platform for reinforcement learning research and development in card games. RLCard supports various card environments and several baseline algorithms with unified easy-to-use interfaces, aiming at bridging reinforcement learning and imperfect information games. The platfo…

2020

Towards Deeper Graph Neural Networks with Differentiable Group Normalization

NeurIPS 2020poster

Graph neural networks (GNNs), which learn the representation of a node by aggregating its neighbors, have become an effective computational tool in downstream applications. Over-smoothing is one of the key issues which limit the performance of GNNs as the number of layers increases. It is because th…