← Search

Xuefeng Du

21 accepted papers

2026

EVA-Gen: When Perception Learns from Value via Generative Models in Decentralized Multi-Agent Systems

IJCAI 2026

Decentralized Multi Agent Reinforcement Learning (MARL) faces a fundamental dilemma in real world deployments: agents must operate under epistemic fragmentation, where local observations are severely occluded, while navigating heterogeneous value landscapes, where sparse, critical events carry dispr

Cited by 0Scholar
2026

IEC: When Information-Driven Exploration Meets Spectral Consensus via Primal–Dual Reward Regularization in Decentralized Multi-Agent RL

ICML 2026poster

Decentralized multi-agent reinforcement learning faces a persistent exploration–coordination tension: intrinsic rewards promote exploration under sparse feedback, yet effective cooperation requires agents’ behaviors to remain consistent over a limited communication graph. Existing methods often comb…

Cited by 0SourceScholar
2026

Teach AI What It Doesn’t Know

AAAI 2026technical

This talk surveys my research journey toward building reliable machine learning systems that behave safely and predictably in the open world. While modern machine learning models—including foundation models (FMs)—have demonstrated unprecedented capabilities, they often suffer from reliability failur

Cited by 0SourcePDFScholar
2025

Limited Preference Data? Learning Better Reward Model with Latent Space Synthesis

NeurIPS 2025poster

Reward modeling, crucial for aligning large language models (LLMs) with human preferences, is often bottlenecked by the high cost of preference data. Existing textual data synthesis methods are computationally expensive. We propose a novel framework LENS for synthesizing preference data directly in…

Cited by 0SourcecodeScholar
2025

Position: Challenges and Future Directions of Data-Centric AI Alignment

ICML 2025poster

As AI systems become increasingly capable and influential, ensuring their alignment with human values, preferences, and goals has become a critical research focus. Current alignment methods primarily focus on designing algorithms and loss functions but often underestimate the crucial role of data. T…

Cited by 0SourcePDFScholar
2025

Understanding Multimodal LLMs Under Distribution Shifts: An Information-Theoretic Approach

ICML 2025poster

Multimodal large language models (MLLMs) have shown promising capabilities but struggle under distribution shifts, where evaluation data differ from instruction tuning distributions. Although previous works have provided empirical evaluations, we argue that establishing a formal framework that can c…

Cited by 2SourcePDFScholar
2024

HaloScope: Harnessing Unlabeled LLM Generations for Hallucination Detection

NeurIPS 2024spotlight

The surge in applications of large language models (LLMs) has prompted concerns about the generation of misleading or fabricated information, known as hallucinations. Therefore, detecting hallucinations has become critical to maintaining trust in LLM-generated content. A primary challenge in learnin…

Cited by 16SourcePDFScholar
2024

How Does Unlabeled Data Provably Help Out-of-Distribution Detection?

ICLR 2024poster

Using unlabeled data to regularize the machine learning models has demonstrated promise for improving safety and reliability in detecting out-of-distribution (OOD) data. Harnessing the power of unlabeled in-the-wild data is non-trivial due to the heterogeneity of both in-distribution (ID) and OOD da…

2024

When and How Does In-Distribution Label Help Out-of-Distribution Detection?

ICML 2024poster

Detecting data points deviating from the training distribution is pivotal for ensuring reliable machine learning. Extensive research has been dedicated to the challenge, spanning classical anomaly detection techniques to contemporary out-of-distribution (OOD) detection approaches. While OOD detectio…

2023

Dream the Impossible: Outlier Imagination with Diffusion Models

NeurIPS 2023poster

Utilizing auxiliary outlier datasets to regularize the machine learning model has demonstrated promise for out-of-distribution (OOD) detection and safe prediction. Due to the labor intensity in data collection and cleaning, automating outlier data generation has been a long-desired alternative. Desp…

2023

Feed Two Birds with One Scone: Exploiting Wild Data for Both Out-of-Distribution Generalization and Detection

ICML 2023poster

Modern machine learning models deployed in the wild can encounter both covariate and semantic shifts, giving rise to the problems of out-of-distribution (OOD) generalization and OOD detection respectively. While both problems have received significant research attention lately, they have been pursue…

2022

OpenOOD: Benchmarking Generalized Out-of-Distribution Detection

NeurIPS 2022accept

Out-of-distribution (OOD) detection is vital to safety-critical machine learning applications and has thus been extensively studied, with a plethora of methods developed in the literature. However, the field currently lacks a unified, strictly formulated, and comprehensive benchmark, which often res…

2022

SIREN: Shaping Representations for Detecting Out-of-Distribution Objects

NeurIPS 2022accept

Detecting out-of-distribution (OOD) objects is indispensable for safely deploying object detectors in the wild. Although distance-based OOD detection methods have demonstrated promise in image classification, they remain largely unexplored in object-level OOD detection. This paper bridges the gap by…

2022

Unknown-Aware Object Detection: Learning What You Don't Know From Videos in the Wild

CVPR 2022oral

Building reliable object detectors that can detect out-of-distribution (OOD) objects is critical yet underexplored. One of the key challenges is that models lack supervision signals from unknown data, producing overconfident predictions on OOD objects. We propose a new unknown-aware object detection…

Cited by 120PDFcodeScholar
2022

VOS: Learning What You Don't Know by Virtual Outlier Synthesis

ICLR 2022poster

Out-of-distribution (OOD) detection has received much attention lately due to its importance in the safe deployment of neural networks. One of the key challenges is that models lack supervision signals from unknown data, and as a result, can produce overconfident predictions on OOD data. Previous ap…

2021

How to Save your Annotation Cost for Panoptic Segmentation?

AAAI 2021technical

How to properly reduce the annotation cost for panoptic segmentation? How to leverage and optimize the cost-quality trade-off for training data and model? These questions are key challenges towards a label-efficient and scalable panoptic segmentation system due to its expensive instance/semantic pix…

Cited by 5SourcePDFScholar
2021

Learning Diverse-Structured Networks for Adversarial Robustness

ICML 2021spotlight

In adversarial training (AT), the main focus has been the objective and optimizer while the model has been less studied, so that the models being used are still those classic ones in standard training (ST). Classic network architectures (NAs) are generally worse than searched NA in ST, which should…

2020

Node Classification on Graphs with Few-Shot Novel Labels via Meta Transformed Network Embedding

NeurIPS 2020poster

We study the problem of node classification on graphs with few-shot novel labels, which has two distinctive properties: (1) There are novel labels to emerge in the graph; (2) The novel labels have only a few representative nodes for training a classifier. The study of this problem is instructive and…