← Search

Dongkuan Xu

31 accepted papers

2026

AdAEM: An Adaptively and Automated Extensible Evaluation Method of LLMs' Value Difference

ICLR 2026oral

Assessing Large Language Models (LLMs)' underlying value differences enables comprehensive comparison of their misalignment, cultural adaptability, and biases. Nevertheless, current value measurement methods face the informativeness challenge: with often outdated, contaminated, or generic test quest…

Cited by 0SourcecodeScholar
2026

BiGain: Unified Token Compression for Joint Generation and Classification

CVPR 2026

Acceleration methods for diffusion models (e.g., token merging or downsampling) typically optimize for synthesis quality under reduced compute, yet they often ignore the model's latent discriminative capacity. We revisit token compression with a joint objective and present **BiGain**, a training-fre

Cited by 0SourcecodeScholar
2025

Exploring Multi-Modal Data with Tool-Augmented LLM Agents for Precise Causal Discovery

ACL 2025finding

Causal discovery is an imperative foundation for decision-making across domains, such as smart health, AI for drug discovery and AIOps. Traditional statistical causal discovery methods, while well-established, predominantly rely on observational data and often overlook the semantic cues inherent in…

2025

Non-Overlap-Aware Egocentric Pose Estimation for Collaborative Perception in Connected Autonomy

IROS 2025

Egocentric pose estimation is a fundamental capability for multi-robot collaborative perception in connected autonomy, such as connected autonomous vehicles. During multi-robot operations, a robot needs to know the relative pose between itself and its teammates with respect to its own coordinates. H

Cited by 0SourceScholar
2024

AdaDiff: Accelerating Diffusion Models through Step-Wise Adaptive Computation

ECCV 2024poster

"Diffusion models achieve great success in generating diverse and high-fidelity images, yet their widespread application, especially in real-time scenarios, is hampered by their inherently slow generation speed. The slow generation stems from the necessity of multi-step network inference. While some…

Cited by 3SourcePDFScholar
2024

Autost: Training-Free Neural Architecture Search For Spiking Transformers

ICASSP 2024accepted

Spiking Transformers have gained considerable attention because they achieve both the energy efficiency of Spiking Neural Networks (SNNs) and the high capacity of Transformers. However, the existing Spiking Transformer architectures, derived from Artificial Neural Networks (ANNs), exhibit a notable…

Cited by 0SourceScholar
2024

DALD: Improving Logits-based Detector without Logits from Black-box LLMs

NeurIPS 2024poster

The advent of Large Language Models (LLMs) has revolutionized text generation, producing outputs that closely mimic human writing. This blurring of lines between machine- and human-written text presents new challenges in distinguishing one from the other – a task further complicated by the frequent…

2024

On the Essence and Prospect: An Investigation of Alignment Approaches for Big Models

IJCAI 2024poster

Big models have achieved revolutionary breakthroughs in the field of AI, but they also pose potential ethical and societal risks to humans. Addressing such problems, alignment technologies were introduced to make these models conform to human preferences and values. Despite the considerable advancem…

Cited by 12SourcePDFScholar
2024

Purpose Enhanced Reasoning through Iterative Prompting: Uncover Latent Robustness of ChatGPT on Code Comprehension

IJCAI 2024poster

Code comments are crucial for gaining in-depth insights to facilitate code comprehension. The key to obtaining these insights lies in precisely summarizing the main purpose of the code. Recent approaches on code comment generation lie in prompting large language models (LLMs) such as ChatGPT, instea…

2024

Students’ Perceptions and Preferences of Generative Artificial Intelligence Feedback for Programming

AAAI 2024technical

The rapid evolution of artificial intelligence (AI), specifically large language models (LLMs), has opened opportunities for various educational applications. This paper explored the feasibility of utilizing ChatGPT, one of the most popular LLMs, for automating feedback for Java programming assignme…

Cited by 18SourcePDFScholar
2023

A Survey for Efficient Open Domain Question Answering

ACL 2023long

Open domain question answering (ODQA) is a longstanding task aimed at answering factual questions from a large knowledge corpus without any explicit evidence in natural language processing (NLP). Recent works have predominantly focused on improving the answering accuracy and have achieved promising…

2023

Accelerating Dataset Distillation via Model Augmentation

CVPR 2023highlight

Dataset Distillation (DD), a newly emerging field, aims at generating much smaller but efficient synthetic training datasets from large ones. Existing DD methods based on gradient matching achieve leading performance; however, they are extremely computationally intensive as they require continuously…

2023

Auto-CM: Unsupervised Deep Learning for Satellite Imagery Composition and Cloud Masking Using Spatio-Temporal Dynamics

AAAI 2023technical

Cloud masking is both a fundamental and a critical task in the vast majority of Earth observation problems across social sectors, including agriculture, energy, water, etc. The sheer volume of satellite imagery to be processed has fast-climbed to a scale (e.g., >10 PBs/year) that is prohibitive for…

Cited by 12SourcePDFScholar
2023

Breaking through Deterministic Barriers: Randomized Pruning Mask Generation and Selection

EMNLP 2023long findings

It is widely acknowledged that large and sparse models have higher accuracy than small and dense models under the same model size constraints. This motivates us to train a large model and then remove its redundant neurons or weights by pruning. Most existing works pruned the networks in a determinis…

Cited by 0SourceScholar
2023

Calibrating the Rigged Lottery: Making All Tickets Reliable

ICLR 2023poster

Although sparse training has been successfully used in various deep learning tasks to save memory and reduce inference time, the reliability of the produced sparse models remains unexplored. Previous research has shown that deep neural networks tend to be over-confident, and we find that sparse trai…

2023

Efficient Informed Proposals for Discrete Distributions via Newton’s Series Approximation

AISTATS 2023poster

Gradients have been exploited in proposal distributions to accelerate the convergence of Markov chain Monte Carlo algorithms on discrete distributions. However, these methods require a natural differentiable extension of the target discrete distribution, which often does not exist or does not provid…

2023

Rethinking Data Distillation: Do Not Overlook Calibration

ICCV 2023poster

Neural networks trained on distilled data often produce over-confident output and require correction by calibration methods. Existing calibration methods such as temperature scaling and mixup work well for networks trained on original large-scale data. However, we find that these methods fail to cal…

Cited by 20PDFcodeScholar
2023

Time Series Contrastive Learning with Information-Aware Augmentations

AAAI 2023technical

Various contrastive learning approaches have been proposed in recent years and achieve significant empirical success. While effective and prevalent, contrastive learning has been less explored for time series data. A key component of contrastive learning is to select appropriate augmentations imposi…

2023

Towards Personalized Federated Learning via Heterogeneous Model Reassembly

NeurIPS 2023poster

This paper focuses on addressing the practical yet challenging problem of model heterogeneity in federated learning, where clients possess models with different network structures. To track this problem, we propose a novel framework called pFedHR, which leverages heterogeneous model reassembly to ac…

Cited by 66SourcePDFScholar
2023

Towards Robust Pruning: An Adaptive Knowledge-Retention Pruning Strategy for Language Models

EMNLP 2023long main

The pruning objective has recently extended beyond accuracy and sparsity to robustness in language models. Despite this, existing methods struggle to enhance robustness against adversarial attacks when continually increasing model sparsity and require a retraining process. As humans step into the er…

Cited by 0SourceScholar
2023

You Need Multiple Exiting: Dynamic Early Exiting for Accelerating Unified Vision Language Model

CVPR 2023poster

Large-scale transformer models bring significant improvements for various downstream vision language tasks with a unified architecture. The performance improvements come with increasing model size, resulting in slow inference speed and increased cost for severing. While some certain predictions bene…

2022

Few-shot Task-agnostic Neural Architecture Search for Distilling Large Language Models

NeurIPS 2022accept

Traditional knowledge distillation (KD) methods manually design student architectures to compress large models given pre-specified computational cost. This requires several trials to find viable students, and repeating the process with change in computational budget. We use Neural Architecture Searc…

2022

Sparse Progressive Distillation: Resolving Overfitting under Pretrain-and-Finetune Paradigm

ACL 2022long

Conventional wisdom in pruning Transformer-based language models is that pruning reduces the model expressiveness and thus is more likely to underfit rather than overfit. However, under the trending pretrain-and-finetune paradigm, we postulate a counter-traditional hypothesis, that is: pruning incre…

Cited by 33SourcePDFScholar
2021

Data Augmentation with Adversarial Training for Cross-Lingual NLI

ACL 2021long

Due to recent pretrained multilingual representation models, it has become feasible to exploit labeled data from one language to train a cross-lingual model that can then be applied to multiple new languages. In practice, however, we still face the problem of scarce labeled data, leading to subpar r…

2021

How Do We Move: Modeling Human Movement with System Dynamics

AAAI 2021technical

Modeling how human moves in the space is useful for policy-making in transportation, public safety, and public health. The human movements can be viewed as a dynamic process that human transits between states (e.g., locations) over time. In the human world where intelligent agents like humans or veh…

Cited by 16SourcePDFScholar
2021

InfoGCL: Information-Aware Graph Contrastive Learning

NeurIPS 2021poster

Various graph contrastive learning models have been proposed to improve the performance of tasks on graph datasets in recent years. While effective and prevalent, these models are usually carefully customized. In particular, despite all recent work create two contrastive views, they differ in a vari…

Cited by 235SourcePDFScholar
2021

Longitudinal Deep Kernel Gaussian Process Regression

AAAI 2021technical

Gaussian processes offer an attractive framework for predictive modeling from longitudinal data, ie irregularly sampled, sparse observations from a set of individuals over time. However, such methods have two key shortcomings: (i) They rely on ad hoc heuristics or expensive trial and error to choose…

2021

Rethinking Network Pruning – under the Pre-train and Fine-tune Paradigm

NAACL 2021long

Transformer-based pre-trained language models have significantly improved the performance of various natural language processing (NLP) tasks in the recent years. While effective and prevalent, these models are usually prohibitively large for resource-limited deployment scenarios. A thread of researc…

2021

Transformer-Style Relational Reasoning with Dynamic Memory Updating for Temporal Network Modeling

AAAI 2021technical

Network modeling aims to learn the latent representations of nodes such that the representations preserve both network structures and node attribute information. This problem is fundamental due to its prevalence in numerous domains. However, existing approaches either target the static networks or s…

Cited by 24SourcePDFScholar
2020

Parameterized Explainer for Graph Neural Network

NeurIPS 2020poster

Despite recent progress in Graph Neural Networks (GNNs), explaining predictions made by GNNs remains a challenging open problem. The leading method mainly addresses the local explanations (i.e., important subgraph structure and node features) to interpret why a GNN model makes the prediction for a s…