← Search

Shuai Lü

9 accepted papers

2026

Prototype-Driven Active Domain Adaptation with Density Consideration

AAAI 2026technical

Active domain adaptation (ADA) aims to select a small set of target samples for annotation and use them for training to maximally boost the adaptation performance. However, most existing ADA methods only rely on the original output of the model, without considering the relationship between the sourc

Cited by 0SourcePDFScholar
2026

State Proficiency-Based Adaptive Fine-Tuning for Offline-to-Online Reinforcement Learning

AAAI 2026technical

In offline-to-online (O2O) reinforcement learning, achieving efficient performance improvement while maintaining training stability remains a critical challenge for effective fine-tuning. Existing O2O methods usually focus on the balance between policy improvement and policy constraint during online

Cited by 0SourcePDFScholar
2025

Domain Adaptive Hashing Retrieval via VLM Assisted Pseudo-Labeling and Dual Space Adaptation

NeurIPS 2025poster

Unsupervised domain adaptive hashing has emerged as a promising approach for efficient and memory-friendly cross-domain retrieval. It leverages the model learned on labeled source domains to generate compact binary codes for unlabeled target domain samples, ensuring that semantically similar samples…

Cited by 0SourceScholar
2024

Alleviating Imbalanced Pseudo-label Distribution: Self-Supervised Multi-Source Domain Adaptation with Label-specific Confidence

IJCAI 2024poster

The existing self-supervised Multi-Source Domain Adaptation (MSDA) methods often suffer an imbalanced characteristic among the distribution of pseudo-labels. Such imbalanced characteristic results in many labels with too many or too few pseudo-labeled samples on the target domain, referred to as eas…

2024

Double Buffers CEM-TD3: More Efficient Evolution and Richer Exploration

AAAI 2024technical

CEM-TD3 is a combination scheme using the simple cross-entropy method (CEM) and Twin Delayed Deep Deterministic policy gradient (TD3), and it achieves a satisfactory trade-off between performance and sample efficiency. However, we find that CEM-TD3 cannot fully address the low efficiency of policy s…

2024

Low Category Uncertainty and High Training Potential Instance Learning for Unsupervised Domain Adaptation

AAAI 2024technical

Recently, instance contrastive learning achieves good results in unsupervised domain adaptation. It reduces the distances between positive samples and the anchor, increases the distances between negative samples and the anchor, and learns discriminative feature representations for target samples. Ho…

2024

Reconfigurability-Aware Selection for Contrastive Active Domain Adaptation

IJCAI 2024poster

Active domain adaptation (ADA) aims to label a small portion of target samples to drastically improve the adaptation performance. The existing ADA methods mostly rely on the output of domain discriminator or the original prediction probability to design sample selection strategies and do not fully e…

2024

Reviewing the Forgotten Classes for Domain Adaptation of Black-Box Predictors

AAAI 2024technical

For addressing the data privacy and portability issues of domain adaptation, Domain Adaptation of Black-box Predictors (DABP) aims to adapt a black-box source model to an unlabeled target domain without accessing both the source-domain data and details of the source model. Although existing DABP app…

2023

Adaptive Estimation Q-learning with Uncertainty and Familiarity

IJCAI 2023poster

One of the key problems in model-free deep reinforcement learning is how to obtain more accurate value estimations. Current most widely-used off-policy algorithms suffer from over- or underestimation bias which may lead to unstable policy. In this paper, we propose a novel method, Adaptive Estimatio…