← Search

Yuhua Li

35 accepted papers

2026

Addressing Exacerbated Attention Sink for Source-Free Cross-Domain Few-Shot Learning

CVPR 2026

Vision-language models (VLMs) like CLIP have shown impressive generalization capabilities, yet their potential for Cross-Domain Few-Shot Learning (CDFSL) remains underexplored, where the model needs to transfer source-domain information to target domains with scarce training data. While the attentio

Cited by 0SourcecodeScholar
2026

BoRA: Towards More Expressive Low-Rank Adaptation with Block Diversity

ICLR 2026poster

Low-rank adaptation (LoRA) is a parameter-efficient fine-tuning (PEFT) method widely used in large language models (LLMs). It approximates the update of a pretrained weight matrix $W\in\mathbb{R}^{m\times n}$ by the product of two low-rank matrices, $BA$, where $A \in\mathbb{R}^{r\times n}$ and $B\…

Cited by 0SourceScholar
2026

Decoupling Template Bias in CLIP: Harnessing Empty Prompts for Enhanced Few-Shot Learning

AAAI 2026technical

The Contrastive Language-Image Pre-Training (CLIP) model excels in few-shot learning by aligning visual and textual representations. Our study shows that template-sample similarity (TSS), defined as the resemblance between a text template and an image sample, introduces bias. This bias leads the mod

Cited by 0SourcePDFScholar
2026

Improving CLIP Adaptation by Breaking Tail Alignment for Source-Free Cross-Domain Few-Shot Learning

ICML 2026poster

Vision-Language Models (VLMs) such as CLIP demonstrate strong zero-shot generalization, but their performance significantly degrades in cross-domain scenarios with scarce target-domain training data (Cross-Domain Few-Shot Learning, CDFSL). In this paper, we focus on the target-domain few-shot finetu…

Cited by 0SourceScholar
2026

Interpretable Cross-Domain Few-Shot Learning with Rectified Target-Domain Local Alignment

CVPR 2026

Cross-Domain Few-Shot Learning (CDFSL) adapts models trained with large-scale general data (source domain) to downstream target domains with only scarce training data, where the research on vision-language models (e.g., CLIP) is still in the early stages. Typical downstream domains, such as medical

Cited by 0SourceScholar
2026

Is Bin Generation Indispensable? A Bin-Generation-Free Dataset Quantization via Semantic Perspective

CVPR 2026

Dataset quantization has recently emerged as a promising solution for mitigating the computational and memory challenges of large-scale datasets. However, existing approaches rely on a bin generation step that is computationally expensive and inefficient for large-scale datasets. Moreover, a fixed d

Cited by 0SourcecodeScholar
2026

Mind the Discriminability Trap in Source-Free Cross-domain Few-shot Learning

CVPR 2026

Source-Free Cross-Domain Few-Shot Learning (SF-CDFSL) focuses on fine-tuning with limited training data from target domains (e.g., medical or satellite images), where Vision-Language Models (VLMs) such as CLIP and SigLIP have shown promising results. Current works in traditional visual models sugges

Cited by 0SourcecodeScholar
2026

Position Is All You Need: A Free Lunch Token Compression Strategy for MLLM-based Referring Expression Segmentation

ICML 2026poster

Referring Expression Segmentation (RES) aims to generate pixel-wise segmentation masks from complex and implicit textual queries. While recent advances in Multimodal Large Language Models (MLLMs) have substantially boosted RES performance, their prohibitive computational overhead remains a critical …

Cited by 0SourceScholar
2026

Reclaiming Lost Text Layers for Source-Free Cross-Domain Few-Shot Learning

CVPR 2026

Source-Free Cross-Domain Few-Shot Learning (SF-CDFSL) focuses on fine-tuning with limited training data from target domains (e.g., medical or satellite images), where CLIP has recently shown promising results due to its generalizability to downstream tasks. Current works indicate CLIP's text encoder

Cited by 0SourcecodeScholar
2025

Adapter Naturally Serves as Decoupler for Cross-Domain Few-Shot Semantic Segmentation

ICML 2025spotlight

Cross-domain few-shot segmentation (CD-FSS) is proposed to first pre-train the model on a source-domain dataset with sufficient samples, and then transfer the model to target-domain datasets where only a few training samples are available for efficient finetuning. There are majorly two challenges in…

Cited by 0SourcePDFScholar
2025

Beyond Higher Rank: Token-wise Input-Output Projections for Efficient Low-Rank Adaptation

NeurIPS 2025poster

Low-rank adaptation (LoRA) is a parameter-efficient fine-tuning (PEFT) method widely used in large language models (LLMs). LoRA essentially describes the projection of an input space into a low-dimensional output space, with the dimensionality determined by the LoRA rank. In standard LoRA, all inpu…

Cited by 0SourcecodeScholar
2025

Beyond Zero Initialization: Investigating the Impact of Non-Zero Initialization on LoRA Fine-Tuning Dynamics

ICML 2025poster

Low-rank adaptation (LoRA) is a widely used parameter-efficient fine-tuning method. In standard LoRA layers, one of the matrices, $A$ or $B$, is initialized to zero, ensuring that fine-tuning starts from the pretrained model. However, there is no theoretical support for this practice. In this paper…

2025

ChatbotID: Identifying Chatbots with Granger Causality Test

NeurIPS 2025poster

With the increasing sophistication of Large Language Models (LLMs), it is crucial to develop reliable methods to accurately identify whether an interlocutor in real-time dialogue is human or chatbot. However, existing detection methods are primarily designed for analyzing full documents, not the uni…

Cited by 0SourceScholar
2025

FlowCut: Rethinking Redundancy via Information Flow for Efficient Vision-Language Models

NeurIPS 2025poster

Large vision-language models (LVLMs) excel at multimodal understanding but suffer from high computational costs due to redundant vision tokens. Existing pruning methods typically rely on single-layer attention scores to rank and prune redundant visual tokens to solve this inefficiency. However, as t…

Cited by 0SourcecodeScholar
2025

Migician: Revealing the Magic of Free-Form Multi-Image Grounding in Multimodal Large Language Models

ACL 2025finding

The recent advancement of Multimodal Large Language Models (MLLMs) has significantly improved their fine-grained perception of single images and general comprehension across multiple images. However, existing MLLMs still face challenges in achieving precise grounding in complex multi-image scenarios…

2025

Reconstruction Target Matters in Masked Image Modeling for Cross-Domain Few-Shot Learning

AAAI 2025technical

Cross-Domain Few-Shot Learning (CDFSL) requires the model to transfer knowledge from the data-abundant source domain to data-scarce target domains for fast adaptation, where the large domain gap makes CDFSL a challenging problem. Masked Autoencoder (MAE) excels in effectively using unlabeled data an…

Cited by 0SourcePDFScholar
2025

Revisiting Continuity of Image Tokens for Cross-domain Few-shot Learning

ICML 2025spotlight

Vision Transformer (ViT) has achieved remarkable success due to its large-scale pretraining on general domains, but it still faces challenges when applying it to downstream distant domains that have only scarce training data, which gives rise to the Cross-Domain Few-Shot Learning (CDFSL) task. Inspi…

2025

Revisiting Pool-based Prompt Learning for Few-shot Class-incremental Learning

ICCV 2025poster

Few-Shot Class-Incremental Learning (FSCIL) faces dual challenges of data scarcity and incremental learning in real-world scenarios. While pool-based prompting methods have demonstrated success in traditional incremental learning, their effectiveness in FSCIL settings remains unexplored. This paper…

2025

Self-Disentanglement and Re-Composition for Cross-Domain Few-Shot Segmentation

ICML 2025poster

Cross-Domain Few-Shot Segmentation (CD-FSS) aims to transfer knowledge from a large-scale source-domain dataset to unseen target-domain datasets with limited annotated samples. Current methods typically compare the distance between training and testing samples for mask prediction. However, a problem…

Cited by 0SourcePDFScholar
2025

The Devil is in Low-Level Features for Cross-Domain Few-Shot Segmentation

CVPR 2025poster

Cross-Domain Few-Shot Segmentation (CDFSS) is proposed to transfer the pixel-level segmentation capabilities learned from large-scale source-domain datasets to downstream target-domain datasets, with only a few annotated images per class. In this paper, we focus on a well-observed but unresolved phe…

Cited by 1SourcePDFScholar
2025

The Panaceas for Improving Low-Rank Decomposition in Communication-Efficient Federated Learning

ICML 2025poster

To improve the training efficiency of federated learning (FL), previous research has employed low-rank decomposition techniques to reduce communication overhead. In this paper, we seek to enhance the performance of these low-rank decomposition methods. Specifically, we focus on three key issues rel…

2024

A Closer Look at the CLS Token for Cross-Domain Few-Shot Learning

NeurIPS 2024poster

Vision Transformer (ViT) has shown great power in learning from large-scale datasets. However, collecting sufficient data for expert knowledge is always difficult. To handle this problem, Cross-Domain Few-Shot Learning (CDFSL) has been proposed to transfer the source-domain knowledge learned from su…

2024

Attention Temperature Matters in ViT-Based Cross-Domain Few-Shot Learning

NeurIPS 2024poster

Cross-domain few-shot learning (CDFSL) is proposed to transfer knowledge from large-scale source-domain datasets to downstream target-domain datasets with only a few training samples. However, Vision Transformer (ViT), as a strong backbone network to achieve many top performances, is still under-exp…

2024

Compositional Few-Shot Class-Incremental Learning

ICML 2024poster

Few-shot class-incremental learning (FSCIL) is proposed to continually learn from novel classes with only a few samples after the (pre-)training on base classes with sufficient data. However, this remains a challenge. In contrast, humans can easily recognize novel classes with a few samples. Cogniti…

2024

Delve into Base-Novel Confusion: Redundancy Exploration for Few-Shot Class-Incremental Learning

IJCAI 2024poster

Few-shot class-incremental learning (FSCIL) aims to acquire knowledge from novel classes with limited samples while retaining information about base classes. Existing methods address catastrophic forgetting and overfitting by freezing the feature extractor during novel-class learning. However, these…

Cited by 1SourcePDFScholar
2024

FedBAT: Communication-Efficient Federated Learning via Learnable Binarization

ICML 2024poster

Federated learning is a promising distributed machine learning paradigm that can effectively exploit large-scale data without exposing users' privacy. However, it may incur significant communication overhead, thereby potentially impairing the training efficiency. To address this challenge, numerous…

2024

Flatten Long-Range Loss Landscapes for Cross-Domain Few-Shot Learning

CVPR 2024poster

Cross-domain few-shot learning (CDFSL) aims to acquire knowledge from limited training data in the target domain by leveraging prior knowledge transferred from source domains with abundant training samples. CDFSL faces challenges in transferring knowledge across dissimilar domains and fine-tuning mo…

2024

Generate Universal Adversarial Perturbations for Few-Shot Learning

NeurIPS 2024poster

Deep networks are known to be vulnerable to adversarial examples which are deliberately designed to mislead the trained model by introducing imperceptible perturbations to input samples. Compared to traditional perturbations crafted specifically for each data point, Universal Adversarial Perturbatio…

Cited by 0SourcePDFScholar
2024

Lightweight Frequency Masker for Cross-Domain Few-Shot Semantic Segmentation

NeurIPS 2024poster

Cross-domain few-shot segmentation (CD-FSS) is proposed to first pre-train the model on a large-scale source-domain dataset, and then transfer the model to data-scarce target-domain datasets for pixel-level segmentation. The significant domain gap between the source and target datasets leads to a sh…

2023

CSGCL: Community-Strength-Enhanced Graph Contrastive Learning

IJCAI 2023poster

Graph Contrastive Learning (GCL) is an effective way to learn generalized graph representations in a self-supervised manner, and has grown rapidly in recent years. However, the underlying community semantics has not been well explored by most previous GCL methods. Research that attempts to leverage…

2022

Margin-Based Few-Shot Class-Incremental Learning with Class-Level Overfitting Mitigation

NeurIPS 2022accept

Few-shot class-incremental learning (FSCIL) is designed to incrementally recognize novel classes with only few training samples after the (pre-)training on base classes with sufficient samples, which focuses on both base-class performance and novel-class generalization. A well known modification to…

2019

Toward a Human-Machine Interface Based on Electrical Impedance Tomography for Robotic Manipulator Control

IROS 2019poster

In this study, we proposed a novel human-machine interface (HMI) for robotic manipulator control. The specific target was to adjust the impedance coefficients of the robot controller in real time by measuring the human forearm muscle contractions. We firstly designed a HMI system. Different from the…

Cited by 17SourceScholar