← Search

Ailin Deng

10 accepted papers

2026

Just-In-Time Reinforcement Learning: Continual Learning in LLM Agents Without Gradient Updates

ICML 2026spotlight

While Large Language Model (LLM) agents excel at general tasks, they inherently struggle with continual adaptation due to the frozen weights after deployment. Conventional reinforcement learning (RL) offers a solution but incurs prohibitive computational costs and the risk of catastrophic forgetting…

Cited by 0SourceScholar
2025

MLR-Bench: Evaluating AI Agents on Open-Ended Machine Learning Research

NeurIPS 2025poster

Recent advancements in AI agents have demonstrated their growing potential to drive and support scientific discovery. In this work, we introduce MLR-Bench, a comprehensive benchmark for evaluating AI agents on open-ended machine learning research. MLR-Bench includes three key components: (1) 201 res…

Cited by 0SourcecodeScholar
2025

Words or Vision: Do Vision-Language Models Have Blind Faith in Text?

CVPR 2025poster

Vision-Language Models (VLMs) excel in integrating visual and textual information for vision-centric tasks, but their handling of inconsistencies between modalities is underexplored. We investigate VLMs' modality preferences when faced with visual data and varied textual inputs in vision-centered se…

2024

$\text{ID}^3$: Identity-Preserving-yet-Diversified Diffusion Models for Synthetic Face Recognition

NeurIPS 2024poster

Synthetic face recognition (SFR) aims to generate synthetic face datasets that mimic the distribution of real face data, which allows for training face recognition models in a privacy-preserving manner. Despite the remarkable potential of diffusion models in image generation, current diffusion-based…

Cited by 4SourcePDFScholar
2023

Great Models Think Alike: Improving Model Reliability via Inter-Model Latent Agreement

ICML 2023poster

Reliable application of machine learning is of primary importance to the practical deployment of deep learning methods. A fundamental challenge is that models are often unreliable due to overconfidence. In this paper, we estimate a model's reliability by measuring the agreement between its latent sp…

Cited by 5SourcePDFScholar
2023

Probabilistic Knowledge Distillation of Face Ensembles

CVPR 2023poster

Mean ensemble (i.e. averaging predictions from multiple models) is a commonly-used technique in machine learning that improves the performance of each individual model. We formalize it as feature alignment for ensemble in open-set face recognition and generalize it into Bayesian Ensemble Averaging (…

2023

Proximity-Informed Calibration for Deep Neural Networks

NeurIPS 2023spotlight

Confidence calibration is central to providing accurate and interpretable uncertainty estimates, especially under safety-critical scenarios. However, we find that existing calibration algorithms often overlook the issue of proximity bias, a phenomenon where models tend to be more overconfident in lo…

2022

"Trust, but Verify: Using Self-Supervised Probing to Improve Trustworthiness"

ECCV 2022poster

"Trustworthy machine learning is of primary importance to the practical deployment of deep learning models. While state-of-the-art models achieve astonishingly good performance in terms of accuracy, recent literature reveals that their predictive confidence scores unfortunately cannot be trusted: e.…

2022

CADET: Calibrated Anomaly Detection for Mitigating Hardness Bias

IJCAI 2022poster

The detection of anomalous samples in large, high-dimensional datasets is a challenging task with numerous practical applications. Recently, state-of-the-art performance is achieved with deep learning methods: for example, using the reconstruction error from an autoencoder as anomaly scores. However…