← Search

Xingrui Yu

14 accepted papers

2026

Advancing Analytic Class-Incremental Learning through Vision-Language Calibration

ICML 2026poster

Class-incremental learning (CIL) with pre-trained models (PTMs) faces a critical trade-off between efficient adaptation and long-term stability. While analytic learning enables rapid, recursive closed-form updates, its efficacy is often compromised by accumulated errors and feature incompatibility. …

Cited by 0SourceScholar
2026

EvoCF: Multi-Agent Collaboration via Agentic Memory-Driven Evolutionary Counterfactual Planning

ICML 2026poster

Planning collaboration strategies for multi-agent embodied systems remains a core challenge for LLM-based planners, which often fail to capture the physical and coordination constraints of realworld environments. To address this, we present EvoCF, an agentic memory-driven evolutionary counterfactual…

Cited by 0SourceScholar
2026

Generative Online Reinforcement Learning

ICML 2026poster

Reinforcement learning (RL) faces a persistent tension: policies that are stable to optimize (e.g., Gaussians) are often too simple to represent the multimodal action distributions required for complex control. Conversely, expressive generative policies—such as diffusion and flow matching—are freque…

Cited by 0SourceScholar
2026

Letting Trajectories Spread: Quality-Preserving Control for Diverse Flow Matching

ICML 2026poster

Flow-based text-to-image models follow deterministic trajectories, making it costly to explore diverse modes under limited sampling budgets. Existing approaches to improving diversity often rely on retraining or degrade image fidelity. To address this limitation, we present a training-free, inferenc…

Cited by 0SourceScholar
2026

Lifting Traces to Logic: Programmatic Skill Induction with Neuro-Symbolic Learning for Long-Horizon Agentic Tasks

ICML 2026poster

Foundation model-driven agents often struggle with long-horizon planning due to the transient nature of purely prompting-based reasoning. While existing skill induction methods mitigate this by distilling experience into state-blind parameterized scripts, they fail to capture the conditional logic r…

Cited by 0SourceScholar
2026

Mitigating Mismatch within Reference-based Preference Optimization

ICLR 2026poster

Direct Preference Optimization (DPO) has become the de facto standard for offline preference alignment of large language models, but its reliance on a reference policy introduces a critical tension. DPO weighs each update relative to a reference, which stabilizes the training by regularizing the up…

Cited by 0SourceScholar
2025

Beyond-Expert Performance with Limited Demonstrations: Efficient Imitation Learning with Double Exploration

ICLR 2025poster

Imitation learning is a central problem in reinforcement learning where the goal is to learn a policy that mimics the expert's behavior. In practice, it is often challenging to learn the expert policy from a limited number of demonstrations accurately due to the complexity of the state space. Moreov…

Cited by 0SourcePDFScholar
2025

Diversifying Robot Locomotion Behaviors with Extrinsic Behavioral Curiosity

ICML 2025poster

Imitation learning (IL) has shown promise in robot locomotion but is often limited to learning a single expert policy, constraining behavior diversity and robustness in unpredictable real-world scenarios. To address this, we introduce Quality Diversity Inverse Reinforcement Learning (QD-IRL), a nove…

2025

POI Recommendation via Multi-Objective Adversarial Imitation Learning

AAAI 2025technical

Point-of-Interest (POI) recommendation aims to predict users' future locations based on their historical check-ins. Despite the success of recent deep learning approaches in capturing POI semantics and user behavior, they continue to face the persistent problem of data sparsity and incompleteness. I…

Cited by 0SourcePDFScholar
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
2019

How does Disagreement Help Generalization against Label Corruption?

ICML 2019oral

Learning with noisy labels is one of the hottest problems in weakly-supervised learning. Based on memorization effects of deep neural networks, training on small-loss instances becomes very promising for handling noisy labels. This fosters the state-of-the-art approach "Co-teaching" that cross-train…

Cited by 975SourcePDFScholar
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…