← Search

Jie Ding

40 accepted papers

2026

Accurate Large-scale Uncertainty Quantification using Stochastic Gradient Markov Chain Monte Carlo

ICML 2026poster

Tuning stochastic gradient methods such as stochastic gradient descent (SGD) and stochastic gradient Langevin dynamics (SGLD) for approximate sampling and uncertainty quantification remains challenging, particularly in relevant settings using a large batch size or when the model is misspecified. Exi…

Cited by 0SourceScholar
2026

Ice Cream Doesn’t Cause Drowning: Benchmarking LLMs Against Statistical Pitfalls in Causal Inference

ICLR 2026poster

Reliable causal inference is essential for making decisions in high-stakes areas like medicine, economics, and public policy. However, it remains unclear whether large language models (LLMs) can handle rigorous and trustworthy \textit{statistical causal inference}. Current benchmarks usually involve…

Cited by 0SourcecodeScholar
2025

AID: Adaptive Integration of Detectors for Safe AI with Language Models

NAACL 2025long

As Large Language Models (LLMs) increasingly influence content generation across diverse platforms, there is a heightened urgency to regulate their outputs to ensure safe usage. However, defining safety is complex, given that entities across domains may interpret it through varied lenses and develop…

2025

AssistedDS: Benchmarking How External Domain Knowledge Assists LLMs in Automated Data Science

EMNLP 2025

Large language models (LLMs) have advanced the automation of data science workflows. Yet it remains unclear whether they can critically leverage external domain knowledge as human data scientists do in practice. To answer this question, we introduce AssistedDS (Assisted Data Science), a benchmark de

2025

Beyond Expectations: Quantile-Guided Alignment for Risk-Calibrated Language Models

NeurIPS 2025spotlight

Large language models can generate rare but catastrophic outputs, such as harmful conversations or insecure code. Existing Reinforcement Learning from Human Feedback (RLHF) typically maximizes average reward, leaving high-risk tail events insufficiently controlled. We introduce Quantile‑Guided Align…

Cited by 0SourceScholar
2025

DrKGC: Dynamic Subgraph Retrieval-Augmented LLMs for Knowledge Graph Completion across General and Biomedical Domains

EMNLP 2025

Knowledge graph completion (KGC) aims to predict missing triples in knowledge graphs (KGs) by leveraging existing triples and textual information. Recently, generative large language models (LLMs) have been increasingly employed for graph tasks. However, current approaches typically encode graph con

Cited by 0SourcePDFScholar
2025

Drop the Beat! Freestyler for Accompaniment Conditioned Rapping Voice Generation

AAAI 2025technical

Rap, a prominent genre of vocal performance, remains underexplored in vocal generation. General vocal synthesis depends on precise note and duration inputs, requiring users to have related musical knowledge, which limits flexibility. In contrast, rap typically features simpler melodies, with a core…

2025

MAP: Multi-Human-Value Alignment Palette

ICLR 2025oral

Ensuring that generative AI systems align with human values is essential but challenging, especially when considering multiple human values and their potential trade-offs. Since human values can be personalized and dynamically change over time, the desirable levels of value alignment vary across dif…

Cited by 3SourcePDFScholar
2025

On the Vulnerability of Applying Retrieval-Augmented Generation within Knowledge-Intensive Application Domains

ICML 2025poster

Retrieval-Augmented Generation (RAG) has been empirically shown to enhance the performance of large language models (LLMs) in knowledge-intensive domains such as healthcare, finance, and legal contexts. Given a query, RAG retrieves relevant documents from a corpus and integrates them into the LLMs’…

Cited by 5SourcePDFScholar
2025

Probe Pruning: Accelerating LLMs through Dynamic Pruning via Model-Probing

ICLR 2025poster

We introduce Probe Pruning (PP), a novel framework for online, dynamic, structured pruning of Large Language Models (LLMs) applied in a batch-wise manner. PP leverages the insight that not all samples and tokens contribute equally to the model's output, and probing a small portion of each batch effe…

2025

Safety Aware Task Planning via Large Language Models in Robotics

IROS 2025

The integration of large language models (LLMs) into robotic task planning has unlocked better reasoning capabilities for complex, long-horizon workflows. However, ensuring safety in LLM-driven plans remains a critical challenge, as these models often prioritize task completion over risk mitigation.

Cited by 23SourceScholar
2024

CroMo-Mixup: Augmenting Cross-Model Representations for Continual Self-Supervised Learning

ECCV 2024poster

"Continual self-supervised learning (CSSL) learns a series of tasks sequentially on the unlabeled data. Two main challenges of continual learning are catastrophic forgetting and task confusion. While CSSL problem has been studied to address the catastrophic forgetting challenge, little work has been…

2024

Demystifying Poisoning Backdoor Attacks from a Statistical Perspective

ICLR 2024poster

Backdoor attacks pose a significant security risk to machine learning applications due to their stealthy nature and potentially serious consequences. Such attacks involve embedding triggers within a learning model with the intention of causing malicious behavior when an active trigger is present whi…

2024

RAW: A Robust and Agile Plug-and-Play Watermark Framework for AI-Generated Images with Provable Guarantees

NeurIPS 2024poster

Safeguarding intellectual property and preventing potential misuse of AI-generated images are of paramount importance. This paper introduces a robust and agile plug-and-play watermark detection framework, referred to as RAW. As a departure from existing encoder-decoder methods, which incorporate fix…

2024

Unraveling the Gradient Descent Dynamics of Transformers

NeurIPS 2024poster

While the Transformer architecture has achieved remarkable success across various domains, a thorough theoretical foundation explaining its optimization dynamics is yet to be fully developed. In this study, we aim to bridge this understanding gap by answering the following two core questions: (1) Wh…

Cited by 1SourcePDFScholar
2023

A Unified Detection Framework for Inference-Stage Backdoor Defenses

NeurIPS 2023poster

Backdoor attacks involve inserting poisoned samples during training, resulting in a model containing a hidden backdoor that can trigger specific behaviors without impacting performance on normal samples. These attacks are challenging to detect, as the backdoored model appears normal until activated…

Cited by 14SourcePDFScholar
2023

Characteristic Neural Ordinary Differential Equation

ICLR 2023poster

We propose Characteristic-Neural Ordinary Differential Equations (C-NODEs), a framework for extending Neural Ordinary Differential Equations (NODEs) beyond ODEs. While NODE models the evolution of latent variables as the solution to an ODE, C-NODE models the evolution of the latent variables as the…

Cited by 5SourcePDFScholar
2023

Pruning Deep Neural Networks from a Sparsity Perspective

ICLR 2023poster

In recent years, deep network pruning has attracted significant attention in order to enable the rapid deployment of AI into small devices with computation and memory constraints. Pruning is often achieved by dropping redundant weights, neurons, or layers of a deep network while attempting to retain…

2023

Quantifying Catastrophic Forgetting in Continual Federated Learning

ICASSP 2023accepted

The deployment of Federated Learning (FL) systems poses various challenges such as data heterogeneity and communication efficiency. We focus on a practical FL setup that has recently drawn attention, where the data distribution on each device is not static but dynamically evolves over time. This set…

Cited by 0SourceScholar
2023

Robust Quickest Change Detection for Unnormalized Models

UAI 2023poster

Detecting an abrupt and persistent change in the underlying distribution of online data streams is an important problem in many applications. This paper proposes a new robust score-based algorithm called RSCUSUM, which can be applied to unnormalized models and addresses the issue of unknown post-cha…

Cited by 4SourcePDFScholar
2023

Score-based Quickest Change Detection for Unnormalized Models

AISTATS 2023poster

Classical change detection algorithms typically require modeling pre-change and post-change distributions. The calculations may not be feasible for various machine learning models because of the complexity of computing the partition functions and normalized distributions. Additionally, these methods…

Cited by 12SourcePDFScholar
2023

Understanding Backdoor Attacks through the Adaptability Hypothesis

ICML 2023poster

A poisoning backdoor attack is a rising security concern for deep learning. This type of attack can result in the backdoored model functioning normally most of the time but exhibiting abnormal behavior when presented with inputs containing the backdoor trigger, making it difficult to detect and prev…

Cited by 14SourcePDFScholar
2022

Federated Learning Challenges and Opportunities: An Outlook

ICASSP 2022accepted

Federated learning (FL) has been developed as a promising framework to leverage the resources of edge devices, enhance customers’ privacy, comply with regulations, and reduce development costs. Although many methods and applications have been developed for FL, several critical challenges for practic…

Cited by 0SourceScholar
2022

GAL: Gradient Assisted Learning for Decentralized Multi-Organization Collaborations

NeurIPS 2022accept

Collaborations among multiple organizations, such as financial institutions, medical centers, and retail markets in decentralized settings are crucial to providing improved service and performance. However, the underlying organizations may have little interest in sharing their local data, models, an…

2022

Mismatched Supervised Learning

ICASSP 2022accepted

Supervised learning scenarios, where labels and features are possibly mismatched, have been an emerging concern in machine learning applications. For example, researchers often need to align heterogeneous data from multiple resources to the same entities without a unique identifier in the socioecono…

Cited by 0SourceScholar
2022

Self-Aware Personalized Federated Learning

NeurIPS 2022accept

In the context of personalized federated learning (FL), the critical challenge is to balance local model improvement and global model tuning when the personal and global objectives may not be exactly aligned. Inspired by Bayesian hierarchical models, we develop a self-aware personalized FL method wh…

Cited by 28SourcePDFScholar
2022

SemiFL: Semi-Supervised Federated Learning for Unlabeled Clients with Alternate Training

NeurIPS 2022accept

Federated Learning allows the training of machine learning models by using the computation and private data resources of many distributed clients. Most existing results on Federated Learning (FL) assume the clients have ground-truth labels. However, in many practical scenarios, clients may be unable…

2021

HeteroFL: Computation and Communication Efficient Federated Learning for Heterogeneous Clients

ICLR 2021poster

Federated Learning (FL) is a method of training machine learning models on private data distributed over a large number of possibly heterogeneous clients such as mobile phones and IoT devices. In this work, we propose a new federated learning framework named HeteroFL to address heterogeneous clients…

2020

Assisted Learning: A Framework for Multi-Organization Learning

NeurIPS 2020spotlight

In an increasing number of AI scenarios, collaborations among different organizations or agents (e.g., human and robots, mobile units) are often essential to accomplish an organization-specific mission. However, to avoid leaking useful and possibly proprietary information, organizations typically en…

Cited by 53SourcePDFScholar
2020

Perception-Distortion Trade-Off with Restricted Boltzmann Machines

ICASSP 2020accepted

In this work, we introduce a new procedure for applying Restricted Boltzmann Machines (RBMs) to missing data inference tasks, based on linearization of the effective energy function governing the distribution of observations. We compare the performance of our proposed procedure with those obtained u…

Cited by 0SourceScholar
2020

Speech Emotion Recognition with Dual-Sequence LSTM Architecture

ICASSP 2020accepted

Speech Emotion Recognition (SER) has emerged as a critical component of the next generation of human-machine interfacing technologies. In this work, we propose a new dual-level model that predicts emotions based on both MFCC features and mel-spectrograms produced from raw audio signals. Each utteran…

Cited by 0SourceScholar
2018

Evolutionary Spectra Based on the Multitaper Method with Application To Stationarity Test

ICASSP 2018accepted

In this work, we propose a new inference procedure for understanding non-stationary processes, under the framework of evolutionary spectra developed by Priestley. Among various frameworks of modeling non-stationary processes, the distinguishing feature of the evolutionary spectra is its focus on the…

Cited by 0SourceScholar