← Search

Ruixuan Li

58 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

Cross-task Calibration for Asynchronous Federated Continual Learning

ICML 2026poster

Federated Continual Learning (FCL) aims to empower distributed devices to learn a sequence of tasks over time. However, existing FCL research largely relies on the impractical assumption of synchronous new task arrival. This overlooks the reality of asynchronous user behavior and system latencies, f…

Cited by 0SourceScholar
2026

Data-Centric Sequential Recommendation with Relation-Augmented Generation

AAAI 2026technical

Data-Centric Sequential Recommendation (DaCSR) has emerged as a promising technique that enhances dataset quality to better capture user preferences without increasing training complexity. However, mining item relations to improve data quality remains challenging due to the intricate nature of inter

Cited by 0SourcePDFScholar
2026

E$^2$-SCI: Elastic Edge-Cloud Speculative Decoding via Credit Inertia

CVPR 2026

In edge-cloud environments, efficiency of speculative decoding is heavily constrained by uplink transmission and cloud-side verification. In this work, we identify a phenomenon we term credit inertia, where acceptance rates of adjacent token windows exhibit strong temporal consistency. Tokens follow

Cited by 0SourceScholar
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

MR-RAG: Multimodal Relevance-Aware Retrieval-Augmented Generation for Medical Visual Question Answering

CVPR 2026

Large Vision Language Models (LVLMs) with retrieval-augmented generation (RAG) are emerging as a main paradigm for processing vision-language medical tasks due to their promising achievements. However, existing approaches exhibit two significant limitations in both retrieval and generation stage: Fi

Cited by 0SourceScholar
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
2026

TarGATE: Target-Aware Data Selection via Token-Attenuation Gates

ICML 2026poster

Targeted instruction tuning requires selecting pertinent samples from massive mixed *candidate datasets* guided by a small *reference dataset* reflecting the desired capability, yet efficiently identifying high-quality data amidst noise remains challenging. To address this, we propose **TarGATE** (*…

Cited by 0SourceScholar
2026

Unbiased Rectification for Sequential Recommender Systems Under Fake Orders

AAAI 2026technical

Fake orders pose increasing threats to sequential recommender systems by misleading recommendation results through artificially manipulated interactions, including click farming, context-irrelevant substitutions, and sequential perturbations. Unlike injecting carefully designed fake users to influe

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

Adversarial Cooperative Rationalization: The Risk of Spurious Correlations in Even Clean Datasets

ICML 2025poster

This study investigates the self-rationalization framework constructed with a cooperative game, where a generator initially extracts the most informative segment from raw input, and a subsequent predictor utilizes the selected subset for its input. The generator and predictor are trained collaborati…

2025

BSemiFL: Semi-supervised Federated Learning via a Bayesian Approach

ICML 2025poster

Semi-supervised Federated Learning (SSFL) is a promising approach that allows clients to collaboratively train a global model in the absence of their local data labels. The key step of SSFL is the re-labeling where each client adopts two types of available models, namely global and local models, to…

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

Breaking Free from MMI: A New Frontier in Rationalization by Probing Input Utilization

ICLR 2025poster

Extracting a small subset of crucial rationales from the full input is a key problem in explainability research. The most widely used fundamental criterion for rationale extraction is the maximum mutual information (MMI) criterion. In this paper, we first demonstrate that MMI suffers from diminishin…

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

Efficient Knowledge Transfer in Federated Recommendation for Joint Venture Ecosystem

NeurIPS 2025spotlight

The current Federated Recommendation System (FedRS) focuses on personalized recommendation services and assumes clients are personalized IoT devices (e.g., Mobile phones). In this paper, we deeply dive into new but practical FedRS applications within the joint venture ecosystem. Subsidiaries engage…

Cited by 0SourceScholar
2025

Enhancing Privacy in Multimodal Federated Learning with Information Theory

NeurIPS 2025poster

Multimodal federated learning (MMFL) has gained increasing popularity due to its ability to leverage the correlation between various modalities, meanwhile preserving data privacy for different clients. However, recent studies show that correlation between modalities increase the vulnerability of fed…

Cited by 0SourceScholar
2025

Feature Distillation is the Better Choice for Model-Heterogeneous Federated Learning

NeurIPS 2025poster

Model-Heterogeneous Federated Learning (Hetero-FL) has attracted growing attention for its ability to aggregate knowledge from heterogeneous models while keeping private data locally. To better aggregate knowledge from clients, ensemble distillation, as a widely used and effective technique, is ofte…

Cited by 0SourceScholar
2025

FedSSI: Rehearsal-Free Continual Federated Learning with Synergistic Synaptic Intelligence

ICML 2025spotlight

Continual Federated Learning (CFL) allows distributed devices to collaboratively learn novel concepts from continuously shifting training data while avoiding \textit{knowledge forgetting} of previously seen tasks. To tackle this challenge, most current CFL approaches rely on extensive rehearsal of p…

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

Quantifying Distributional Invariance in Causal Subgraph for IRM-Free Graph Generalization

NeurIPS 2025poster

Out-of-distribution generalization under distributional shifts remains a critical challenge for graph neural networks. Existing methods generally adopt the Invariant Risk Minimization (IRM) framework, requiring costly environment annotations or heuristically generated synthetic splits. To circumvent…

Cited by 0SourcecodeScholar
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

Resource-Constrained Federated Continual Learning: What Does Matter?

NeurIPS 2025poster

Federated Continual Learning (FCL) aims to enable sequential privacy-preserving model training on streams of incoming data that vary in edge devices by preserving previous knowledge while adapting to new data. Current FCL literature focuses on restricted data privacy and access to previously seen da…

Cited by 0SourceScholar
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

Segment-Recurrent Transformer with Multi-Scale Fusion for Long-Term Time Series Forecasting

ICASSP 2025accepted

Long-term time series forecasting (LTSF) seeks to make accurate long-term predictions by leveraging extensive historical data, which is crucial for solving scientific and engineering challenges. Traditional transformer-based methods process historical segments individually, leading to a limited view…

Cited by 0SourceScholar
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

Autonomous Robotic Ultrasound Approach for Fetoscope Tracking by Fusing Optical and 2D Ultrasound Data

RA-L 2024

2D ultrasound (US) guidance is an essential tool in fetoscopic laser photocoagulation (FLP) to treat twin-to-twin transfusion syndrome (TTTS). During the procedure, the sonographer and endoscopic surgeon manage different image modalities each with its own field of view. Tacit collaboration is needed

Cited by 5SourceScholar
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

Decoupling Representation and Knowledge for Few-Shot Intent Classification and Slot Filling

AAAI 2024technical

Few-shot intent classification and slot filling are important but challenging tasks due to the scarcity of finely labeled data. Therefore, current works first train a model on source domains with sufficiently labeled data, and then transfer the model to target domains where only rarely labeled data…

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

FedCDA: Federated Learning with Cross-rounds Divergence-aware Aggregation

ICLR 2024poster

In Federated Learning (FL), model aggregation is pivotal. It involves a global server iteratively aggregating client local trained models in successive rounds without accessing private data. Traditional methods typically aggregate the local models from the current round alone. However, due to the st…

Cited by 31SourcePDFScholar
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

Is the MMI Criterion Necessary for Interpretability? Degenerating Non-causal Features to Plain Noise for Self-Rationalization

NeurIPS 2024poster

An important line of research in the field of explainability is to extract a small subset of crucial rationales from the full input. The most widely used criterion for rationale extraction is the maximum mutual information (MMI) criterion. However, in certain datasets, there are spurious features no…

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…

2024

Towards Efficient Replay in Federated Incremental Learning

CVPR 2024poster

In Federated Learning (FL) the data in each client is typically assumed fixed or static. However data often comes in an incremental manner in real-world applications where the data domain may increase dynamically. In this work we study catastrophic forgetting with data heterogeneity in Federated Inc…

Cited by 52SourcePDFScholar
2023

Adaptive Low-Precision Training for Embeddings in Click-Through Rate Prediction

AAAI 2023technical

Embedding tables are usually huge in click-through rate (CTR) prediction models. To train and deploy the CTR models efficiently and economically, it is necessary to compress their embedding tables. To this end, we formulate a novel quantization training paradigm to compress the embeddings from the t…

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

2023

D-Separation for Causal Self-Explanation

NeurIPS 2023poster

Rationalization aims to strengthen the interpretability of NLP models by extracting a subset of human-intelligible pieces of their inputting texts. Conventional works generally employ the maximum mutual information (MMI) criterion to find the rationale that is most indicative of the target label. Ho…

2023

DaFKD: Domain-Aware Federated Knowledge Distillation

CVPR 2023poster

Federated Distillation (FD) has recently attracted increasing attention for its efficiency in aggregating multiple diverse local models trained from statistically heterogeneous data of distributed clients. Existing FD methods generally treat these models equally by merely computing the average of th…

Cited by 78SourcePDFScholar
2023

MGR: Multi-generator Based Rationalization

ACL 2023long

Rationalization is to employ a generator and a predictor to construct a self-explaining NLP model in which the generator selects a subset of human-intelligible pieces of the input text to the following predictor. However, rationalization suffers from two key challenges, i.e., spurious correlation an…

2022

FR: Folded Rationalization with a Unified Encoder

NeurIPS 2022accept

Rationalization aims to strengthen the interpretability of NLP models by extracting a subset of human-intelligible pieces of their inputting texts. Conventional works generally employ a two-phase model in which a generator selects the most important pieces, followed by a predictor that makes predict…

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…

2020

Accelerating Distributed Deep Learning By Adaptive Gradient Quantization

ICASSP 2020accepted

To accelerate distributed deep learning, gradient quantization technique is widely used to reduce the communication cost. However, the existing quantization schemes suffer from either model accuracy degradation or low compression ratio (arisen from a redundant setting of quantization level or high o…

Cited by 0SourceScholar