← Search

Miao Xu

25 accepted papers

2026

Enhancing Generative Auto-bidding with Offline Reward Evaluation and Policy Search

ICLR 2026oral

Auto-bidding serves as a critical tool for advertisers to improve their advertising performance. Recent progress has demonstrated that AI-Generated Bidding (AIGB), which learns a conditional generative planner from offline data, achieves superior performance compared to typical offline reinforcement…

Cited by 0SourceScholar
2026

Multimodal Causality-Driven Representation Learning for Generalizable Medical Image Segmentation

CVPR 2026

Vision-Language Models (VLMs), such as CLIP, have demonstrated remarkable zero-shot capabilities in various computer vision tasks. However, their application to medical imaging remains challenging due to the high variability and complexity of medical data. Specifically, medical images often exhibit

Cited by 0SourcecodeScholar
2026

Pose-RFT: Aligning MLLMs for 3D Pose Generation via Hybrid Action Reinforcement Fine-Tuning

ICLR 2026poster

Generating 3D human poses from multimodal inputs such as text or images requires models to capture both rich semantic and spatial correspondences. While pose-specific multimodal large language models (MLLMs) have shown promise, their supervised fine-tuning (SFT) paradigm struggles to resolve the tas…

Cited by 0SourceScholar
2026

ReGenHOI: Unifying Reconstruction and Generation for 3D Human-Object Interaction Understanding

CVPR 2026

Understanding 3D human-object interaction (HOI) involves two highly-related abilities: reconstruction, which perceives observed geometry, and generation, which imagines plausible future interactions. However, most existing methods treat these abilities as separate tasks, limiting their capacity to c

Cited by 0SourcecodeScholar
2026

Test-Time Attention Purification for Backdoored Large Vision Language Models

CVPR 2026

Despite the strong multimodal performance, large vision-language models (LVLMs) are vulnerable during fine-tuning to backdoor attacks, where adversaries insert trigger-embedded samples into the training data to implant behaviors that can be maliciously activated at test time. Existing defenses typic

Cited by 0SourceScholar
2026

Unlearning Evaluation through Subset Statistical Independence

ICLR 2026poster

Evaluating machine unlearning remains challenging, as existing methods typically require retraining reference models or performing membership inference attacks—both rely on prior access to training configuration or supervision label, making them impractical in realistic scenarios. Motivated by the f…

Cited by 0SourceScholar
2025

ComRank: Ranking Loss for Multi-Label Complementary Label Learning

NeurIPS 2025poster

Multi-label complementary label learning (MLCLL) is a weakly supervised paradigm that addresses multi-label learning (MLL) tasks using complementary labels (i.e., irrelevant labels) instead of relevant labels. Existing methods typically adopt an unbiased risk estimator (URE) under the assumption tha…

Cited by 0SourcecodeScholar
2024

Inspecting Prediction Confidence for Detecting Black-Box Backdoor Attacks

AAAI 2024technical

Backdoor attacks have been shown to be a serious security threat against deep learning models, and various defenses have been proposed to detect whether a model is backdoored or not. However, as indicated by a recent black-box attack, existing defenses can be easily bypassed by implanting the backdo…

Cited by 10SourcePDFScholar
2024

Label-Agnostic Forgetting: A Supervision-Free Unlearning in Deep Models

ICLR 2024poster

Machine unlearning aims to remove information derived from forgotten data while preserving that of the remaining dataset in a well-trained model. With the increasing emphasis on data privacy, several approaches to machine unlearning have emerged. However, these methods typically rely on complete sup…

2024

Unlearning from Weakly Supervised Learning

IJCAI 2024poster

Machine unlearning provides users with the right to remove their privacy data from a well-trained model. Existing approaches of machine unlearning mainly focus on exploring data removing within supervised learning (SL) tasks. However, weakly supervised learning (WSL) is more applicable to real-world…

2024

What Makes Partial-Label Learning Algorithms Effective?

NeurIPS 2024poster

A partial label (PL) specifies a set of candidate labels for an instance and partial-label learning (PLL) trains multi-class classifiers with PLs. Recently, many methods that incorporate techniques from other domains have shown strong potential. The expectation that stronger techniques would enhance…

Cited by 2SourcePDFScholar
2022

Positive-Unlabeled Learning using Random Forests via Recursive Greedy Risk Minimization

NeurIPS 2022accept

The need to learn from positive and unlabeled data, or PU learning, arises in many applications and has attracted increasing interest. While random forests are known to perform well on many tasks with positive and negative data, recent PU algorithms are generally based on deep neural networks, and t…

2021

Pointwise Binary Classification with Pairwise Confidence Comparisons

ICML 2021spotlight

To alleviate the data requirement for training effective binary classifiers in binary classification, many weakly supervised learning settings have been proposed. Among them, some consider using pairwise but not pointwise labels, when pointwise labels are not accessible due to privacy, confidentiali…

Cited by 33SourcePDFScholar
2021

Self-Supervised Adversarial Distribution Regularization for Medication Recommendation

IJCAI 2021poster

Medication recommendation is a significant healthcare application due to its promise in effectively prescribing medications. Avoiding fatal side effects related to Drug-Drug Interaction (DDI) is among the critical challenges. Most existing methods try to mitigate the problem by providing models with…

2020

Dynamic Knapsack Optimization Towards Efficient Multi-Channel Sequential Advertising

ICML 2020poster

In E-commerce, advertising is essential for merchants to reach their target users. The typical objective is to maximize the advertiser’s cumulative revenue over a period of time under a budget constraint. In real applications, an advertisement (ad) usually needs to be exposed to the same user multip…

Cited by 29SourcePDFScholar
2020

Progressive Identification of True Labels for Partial-Label Learning

ICML 2020poster

Partial-label learning (PLL) is a typical weakly supervised learning problem, where each training instance is equipped with a set of candidate labels among which only one is the true label. Most existing methods elaborately designed learning objectives as constrained optimizations that must be solve…

2020

SIGUA: Forgetting May Make Learning with Noisy Labels More Robust

ICML 2020poster

Given data with noisy labels, over-parameterized deep networks can gradually memorize the data, and fit everything in the end. Although equipped with corrections for noisy labels, many learning methods in this area still suffer overfitting due to undesired memorization. In this paper, to relieve thi…

Cited by 160SourcePDFScholar
2020

Trading Personalization for Accuracy: Data Debugging in Collaborative Filtering

NeurIPS 2020poster

Collaborative filtering has been widely used in recommender systems. Existing work has primarily focused on improving the prediction accuracy mainly via either building refined models or incorporating additional side information, yet has largely ignored the inherent distribution of the input rating…

2018

Co-teaching: Robust training of deep neural networks with extremely noisy labels

NeurIPS 2018poster

Deep learning with noisy labels is practically challenging, as the capacity of deep models is so high that they can totally memorize these noisy labels sooner or later during training. Nonetheless, recent studies on the memorization effects of deep neural networks show that they would first memorize…