← Search

Han Yu

85 accepted papers

2026

Animal behavioral analysis and neural encoding with transformer-based self-supervised pretraining

ICLR 2026poster

The brain can only be fully understood through the lens of the behavior it generates--a guiding principle in modern neuroscience research that nevertheless presents significant technical challenges. Many studies capture behavior with cameras, but video analysis approaches typically rely on specializ…

Cited by 0SourceScholar
2026

AnomSeer: Reinforcing Multimodal LLMs to Reason for Time-Series Anomaly Detection

ICML 2026poster

Time-series anomaly detection (TSAD) with multimodal large language models (MLLMs) is an emerging area, yet a persistent challenge remains: MLLMs rely on coarse time-series heuristics but struggle with multi-dimensional, detailed reasoning, which is vital for understanding complex time-series data. …

Cited by 0SourceScholar
2026

Coupled Trigger Optimization and Vulnerable Parameter Alignment for Persistent Backdoor Attacks on Federated Learning

ICML 2026poster

Federated learning (FL) is vulnerable to backdoor attacks. Yet sustaining backdoor effectiveness under repeated aggregation remains challenging. Existing methods often rely on heuristic trigger designs or indiscriminant parameter manipulation, leading to rapid decay or detectable anomalies. In this …

Cited by 0SourceScholar
2026

Cross-View Lewis Weight Fusion Empowering Exemplar Replay for Federated Class-Incremental Learning

ICML 2026poster

Federated Class-Incremental Learning (FCIL) aims to continually expand a model’s recognition capacity in a distributed environment, enabling it to learn new classes while retaining knowledge of previously seen ones. Exemplar replay has emerged as a promising strategy owing to its simplicity and effe…

Cited by 0SourceScholar
2026

Decoding Inner Speech with an End-to-End Brain-to-Text Neural Interface

ICLR 2026poster

Speech brain–computer interfaces (BCIs) aim to restore communication for people with paralysis by translating neural activity into text. Most systems use cascaded frameworks that decode phonemes before assembling sentences with an n-gram language model (LM), preventing joint optimization of all stag…

Cited by 0SourceScholar
2026

Enhancing Logical Expressiveness in Graph Neural Networks via Path-Neighbor Aggregation

AAAI 2026technical

Graph neural networks (GNNs) can effectively model structural information of graphs, making them widely used in knowledge graph (KG) reasoning. However, existing studies on the expressive power of GNNs mainly focuses on simple single-relation graphs, and there is still insufficient discussion on the

Cited by 0SourcePDFScholar
2026

Error Slice Discovery via Manifold Compactness

AAAI 2026technical

Despite the great performance of deep learning models in many areas, they still make mistakes and underperform on certain subsets of data, i.e. error slices. Given a trained model, it is important to identify its semantically coherent error slices that are easy to interpret, which is referred to as

Cited by 0SourcePDFScholar
2026

Fair-FedMOE: Group-Fair One-Shot Federated Learning via Prototype-Guided Experts for Medical Imaging Analysis

ICML 2026poster

Group fairness can ensure equitable performance across different demographic subgroups for medical image analysis. However, the current fine-tuned foundation models (FMs) exhibit significant subgroup disparity. One-shot federated learning (OFL) can potentially mitigate this by leveraging cross-insti…

Cited by 0SourceScholar
2026

Federated Data and Feature Selection by Generalized CUR Decomposition

ICML 2026poster

With the advance of federated learning (FL) in privacy-sensitive domains such as healthcare, finance, and mobile intelligence, the need for efficient and robust training becomes increasingly urgent. Communication bottlenecks, heterogeneous client distributions, and fairness requirements make it esse…

Cited by 0SourceScholar
2026

From Selection to Scheduling: Federated Geometry-Aware Correction Makes Exemplar Replay Work Better under Continual Dynamic Heterogeneity

CVPR 2026

Exemplar replay has become an effective strategy for mitigating catastrophic forgetting in federated continual learning (FCL) by retaining representative samples from past tasks. Existing studies focus on designing sample-importance estimation mechanisms to identify information-rich samples. However

Cited by 0SourceScholar
2026

Generating Risky Samples with Conformity Constraints via Diffusion Models

AAAI 2026technical

Although neural networks achieve promising performance in many tasks, they may still fail when encountering some examples and bring about risks to applications. To discover risky samples, previous literature attempts to search for patterns of risky samples within existing datasets or inject perturba

Cited by 0SourcePDFScholar
2026

MiniX: Mitigating Low-Rank Collapse and Attention Bottlenecks in Tabular Foundation Models

ICML 2026poster

Recent tabular foundation models routinely match or surpass strong tree ensembles and specialized deep architectures, yet their numeric embeddings remain a bottleneck. We diagnose a low-rank collapse induced by the prevalent linear+ID scheme and introduce RaBEL, a compact Radial Basis Embedding Laye…

Cited by 0SourceScholar
2026

TerAdapt: Proprioceptive Terrain-Adaptive Locomotion via Codebook Aligned Representation Learning

RA-L 2026

Humanoid robots aim to achieve human-like locomotion in unstructured environments. However, designing a controller for such robots is highly challenging due to their inherent instability and the requirement to adapt to diverse terrains. To address this problem, we present TerAdapt, a proprioceptive

Cited by 0SourceScholar
2026

TextResNet: Decoupling and Routing Optimization Signals in Compound AI Systems via Deep Residual Tuning

ICML 2026poster

Textual Gradient-style optimizers (TextGrad) enable gradient-like feedback propagation through compound AI systems. However, they do not work well for deep chains. The root cause of this limitation stems from the *Semantic Entanglement* problem in these extended workflows. In standard textual backpr…

Cited by 0SourceScholar
2026

TreeBridge: Aligning LLM Embeddings in Industrial Recommender Systems

AAAI 2026technical

Large language models (LLMs) have shown great potential in enhancing search and recommender systems by providing rich semantic representations from unstructured texts. However, directly integrating LLM embeddings into industrial recommendation pipelines often results in subpar performance due to the

Cited by 0SourcePDFScholar
2026

VPIES: Variational Privileged Information Encoder as Scaffold for Legged Locomotion Learning

RA-L 2026

Legged robots face significant challenges in complex terrains due to partial observability. While teacher-student frameworks address this through imitation, they often cause representation mismatch and covariate shift, limiting deployment robustness. To address these limitations, we propose the Vari

Cited by 0SourceScholar
2025

A Reinforcement Learning-based Bidding Strategy for Data Consumers in Auction-based Federated Learning

NeurIPS 2025poster

Auction-based Federated Learning (AFL) fosters collaboration among self-interested data consumers (DCs) and data owners (DOs). A major challenge in AFL pertains to how DCs select and bid for DOs. Existing methods are generally static, making them ill-suited for dynamic AFL markets. To address this i…

Cited by 0SourceScholar
2025

Can Textual Gradient Work in Federated Learning?

ICLR 2025poster

Recent studies highlight the promise of LLM-based prompt optimization, especially with TextGrad, which automates ``differentiation'' via texts and backpropagates textual feedback provided by LLMs. This approach facilitates training in various real-world applications that do not support numerical gra…

2025

Class-wise Balancing Data Replay for Federated Class-Incremental Learning

NeurIPS 2025oral

Federated Class Incremental Learning (FCIL) aims to collaboratively process continuously increasing incoming tasks across multiple clients. Among various approaches, data replay has become a promising solution, which can alleviate forgetting by reintroducing representative samples from previous task…

Cited by 0SourceScholar
2025

CrossSpectra: Exploiting Cross-Layer Smoothness for Parameter-Efficient Fine-Tuning

NeurIPS 2025poster

Parameter-efficient fine-tuning (PEFT) is essential for adapting large foundation models without excessive storage cost. However, current approaches such as LoRA treat each layer’s adaptation independently, overlooking correlations across layers. This independence causes the number of trainable para…

Cited by 0SourceScholar
2025

Efficient Heterogeneity-Aware Federated Active Data Selection

ICML 2025poster

Federated Active Learning (FAL) aims to learn an effective global model, while minimizing label queries. Owing to privacy requirements, it is challenging to design effective active data selection schemes due to the lack of cross-client query information. In this paper, we bridge this important gap b…

Cited by 0SourcePDFScholar
2025

Federated Deconfounding and Debiasing Learning for Out-of-Distribution Generalization

IJCAI 2025

Attribute bias in federated learning (FL) typically leads local models to optimize inconsistently due to the learning of non-causal associations, resulting degraded performance. Existing methods either use data augmentation for increasing sample diversity or knowledge distillation for learning invar

Cited by 0SourcePDFScholar
2025

Global Prompt Refinement with Non-Interfering Attention Masking for One-Shot Federated Learning

NeurIPS 2025poster

Federated Prompt Learning (FPL) enables communication-efficient adaptation by tuning lightweight prompts on top of frozen pre-trained models. Existing FPL methods typically rely on global information, which is only available after the second training round, to facilitate collaboration among client m…

Cited by 0SourceScholar
2025

IMQC: A Large Language Model Platform for Medical Quality Control

AAAI 2025technical

Medical quality control (MQC) indicators are essential for evaluating the performance of healthcare institutions to ensure high-quality patient care. In this paper, we report the design, implementation, and deployment of the Intelligent EMR-LLM platform for Medical Quality Control (IMQC), a large la…

2025

In vivo cell-type and brain region classification via multimodal contrastive learning

ICLR 2025spotlight

Current electrophysiological approaches can track the activity of many neurons, yet it is usually unknown which cell-types or brain areas are being recorded without further molecular or histological analysis. Developing accurate and scalable algorithms for identifying the cell-type and brain region…

Cited by 1SourcePDFScholar
2025

Multi-Session Budget Optimization for Forward Auction-based Federated Learning

ICML 2025poster

Auction-based Federated Learning (AFL) has emerged as an important research field in recent years. The prevailing strategies for FL data consumers (DCs) assume that the entire team of the required data owners (DOs) for an FL task must be assembled before training can commence. In practice, a DC can…

Cited by 6SourcePDFScholar
2025

ODP-Bench: Benchmarking Out-of-Distribution Performance Prediction

ICCV 2025poster

Recently, there has been gradually more attention paid to Out-of-Distribution (OOD) performance prediction, whose goal is to predict the performance of trained models on unlabeled OOD test datasets, so that we could better leverage and deploy off-the-shelf trained models in risk-sensitive scenarios.…

2025

Personalized Federated Learning under Local Supervision

ICCV 2025poster

A crucial issue in federated learning is the heterogeneity of data across clients, which may lead to model divergence, eventually deteriorating the model performance. Personalized federated learning (pFL) has been shown to be an effective approach to addressing data heterogeneity in federated learni…

2025

Personalized Subgraph Federated Learning with Differentiable Auxiliary Projections

NeurIPS 2025poster

Federated Learning (FL) on graph-structured data typically faces non-IID challenges, particularly in scenarios where each client holds a distinct subgraph sampled from a global graph. In this paper, we introduce **Fed**erated learning with **Aux**iliary projections (FedAux), a personalized subgraph…

Cited by 0SourcecodeScholar
2025

Tight High-Probability Bounds for Nonconvex Heavy-Tailed Scenario under Weaker Assumptions

NeurIPS 2025poster

Gradient clipping is increasingly important in centralized learning (CL) and federated learning (FL). Many works focus on its optimization properties under strong assumptions involving Gaussian noise and standard smoothness. However, practical machine learning tasks often only satisfy weaker conditi…

Cited by 0SourceScholar
2025

Understanding the Generalization of In-Context Learning in Transformers: An Empirical Study

ICLR 2025poster

Large language models (LLMs) like GPT-4 and LLaMA-3 utilize the powerful in-context learning (ICL) capability of Transformer architecture to learn on the fly from limited examples. While ICL underpins many LLM applications, its full potential remains hindered by a limited understanding of its genera…

2025

Voronoi-grid-based Pareto Front Learning and Its Application to Collaborative Federated Learning

ICML 2025poster

Multi-objective optimization (MOO) exists extensively in machine learning, and aims to find a set of Pareto-optimal solutions, called the Pareto front, e.g., it is fundamental for multiple avenues of research in federated learning (FL). Pareto-Front Learning (PFL) is a powerful method implemented us…

2025

pFedES: Generalized Proxy Feature Extractor Sharing for Model Heterogeneous Personalized Federated Learning

AAAI 2025technical

Federated learning (FL), as a privacy-preserving collaborative machine learning paradigm, has attracted significant interest from industry and academia. To allow each data owner (FL client) to train a heterogeneous and personalized local model based on its local data distribution, system resources a…

2025

pFedMxF: Personalized Federated Class-Incremental Learning with Mixture of Frequency Aggregation

CVPR 2025poster

Federated learning (FL) has emerged as a promising paradigm for privacy-preserving collaborative machine learning. However, extending FL to class incremental learning settings introduces three key challenges: 1) spatial heterogeneity due to non-IID data distributions across clients, 2) temporal hete…

Cited by 0SourcePDFScholar
2024

A Bias-Free Revenue-Maximizing Bidding Strategy for Data Consumers in Auction-based Federated Learning

IJCAI 2024poster

Auction-based Federated Learning (AFL) is a burgeoning research area. However, existing bidding strategies for AFL data consumers (DCs) primarily focus on maximizing expected accumulated utility, disregarding the more complex goal of revenue maximization. They also only consider winning bids, leadin…

Cited by 7SourcePDFScholar
2024

A Unified Temporal Knowledge Graph Reasoning Model Towards Interpolation and Extrapolation

ACL 2024long

Temporal knowledge graph (TKG) reasoning has two settings: interpolation reasoning and extrapolation reasoning. Both of them draw plenty of research interest and have great significance. Methods of the former de-emphasize the temporal correlations among facts sequences, while methods of the latter r…

2024

Domain-wise Data Acquisition to Improve Performance under Distribution Shift

ICML 2024poster

Despite notable progress in enhancing the capability of machine learning against distribution shifts, training data quality remains a bottleneck for cross-distribution generalization. Recently, from a data-centric perspective, there have been considerable efforts to improve model performance through…

2024

Dual Calibration-based Personalised Federated Learning

IJCAI 2024poster

Personalized federated learning (PFL) is designed for scenarios with non-independent and identically distributed (non-IID) client data. Existing model mixup-based methods, one of the main approaches of PFL, can only extract either global or personalized features during training, thereby limiting eff…

Cited by 4SourcePDFScholar
2024

FedCal: Achieving Local and Global Calibration in Federated Learning via Aggregated Parameterized Scaler

ICML 2024poster

Federated learning (FL) enables collaborative machine learning across distributed data owners, but data heterogeneity poses a challenge for model calibration. While prior work focused on improving accuracy for non-iid data, calibration remains under-explored. This study reveals existing FL aggregati…

Cited by 5SourcePDFScholar
2024

FedCompetitors: Harmonious Collaboration in Federated Learning with Competing Participants

AAAI 2024technical

Federated learning (FL) provides a privacy-preserving approach for collaborative training of machine learning models. Given the potential data heterogeneity, it is crucial to select appropriate collaborators for each FL participant (FL-PT) based on data complementarity. Recent studies have addressed…

Cited by 6SourcePDFScholar
2024

FedSSA: Semantic Similarity-based Aggregation for Efficient Model-Heterogeneous Personalized Federated Learning

IJCAI 2024poster

Federated learning (FL) is a privacy-preserving collaboratively machine learning paradigm. Traditional FL requires all data owners (a.k.a. FL clients) to train the same local model. This design is not well-suited for scenarios involving data and/or system heterogeneity. Model-Heterogeneous Personali…

2024

Federated Model Heterogeneous Matryoshka Representation Learning

NeurIPS 2024poster

Model heterogeneous federated learning (MHeteroFL) enables FL clients to collaboratively train models with heterogeneous structures in a distributed fashion. However, existing MHeteroFL methods rely on training loss to transfer knowledge between the client model and the server model, resulting in li…

Cited by 6SourcePDFScholar
2024

Free-Rider and Conflict Aware Collaboration Formation for Cross-Silo Federated Learning

NeurIPS 2024poster

Federated learning (FL) is a machine learning paradigm that allows multiple FL participants (FL-PTs) to collaborate on training models without sharing private data. Due to data heterogeneity, negative transfer may occur in the FL training process. This necessitates FL-PT selection based on their dat…

Cited by 2SourcePDFScholar
2024

HiFi-Gas: Hierarchical Federated Learning Incentive Mechanism Enhanced Gas Usage Estimation

AAAI 2024technical

Gas usage estimation plays a critical role in various aspects of the power generation and delivery business, including budgeting, resource planning, and environmental preservation. Federated Learning (FL) has demonstrated its potential in enhancing the accuracy and reliability of gas usage estimatio…

Cited by 9SourcePDFScholar
2024

IBCA: An Intelligent Platform for Social Insurance Benefit Qualification Status Assessment

AAAI 2024technical

Social insurance benefits qualification assessment is an important task to ensure that retirees enjoy their benefits according to the regulations. It also plays a key role in curbing social security frauds. In this paper, we report the deployment of the Intelligent Benefit Certification and Analysis…

Cited by 0SourcePDFScholar
2024

Linear Uncertainty Quantification of Graphical Model Inference

NeurIPS 2024poster

Uncertainty Quantification (UQ) is vital for decision makers as it offers insights into the potential reliability of data and model, enabling more informed and risk-aware decision-making. Graphical models, capable of representing data with complex dependencies, are widely used across domains. Exist…

Cited by 0SourcePDFScholar
2024

Rethinking the Evaluation Protocol of Domain Generalization

CVPR 2024poster

Domain generalization aims to solve the challenge of Out-of-Distribution (OOD) generalization by leveraging common knowledge learned from multiple training domains to generalize to unseen test domains. To accurately evaluate the OOD generalization ability it is required that test data information is…

2024

Sample Quality Heterogeneity-aware Federated Causal Discovery through Adaptive Variable Space Selection

IJCAI 2024poster

Federated causal discovery (FCD) aims to uncover causal relationships among variables from decentralized data across multiple clients, while preserving data privacy. In practice, the sample quality of each client's local data may vary across different variable spaces, referred to as sample quality h…

2024

Temporal Knowledge Graph Extrapolation via Causal Subhistory Identification

IJCAI 2024poster

Temporal knowledge graph extrapolation has become a prominent area of study interest in recent years. Numerous methods for extrapolation have been put forth, mining query-relevant information from history to generate forecasts. However, existing approaches normally do not discriminate between causal…

Cited by 0SourcePDFScholar
2024

Transformer-Empowered Multi-Modal Item Embedding for Enhanced Image Search in E-commerce

AAAI 2024technical

Over the past decade, significant advances have been made in the field of image search for e-commerce applications. Traditional image-to-image retrieval models, which focus solely on image details such as texture, tend to overlook useful semantic information contained within the images. As a result,…

Cited by 1SourcePDFScholar
2023

Competitive-Cooperative Multi-Agent Reinforcement Learning for Auction-based Federated Learning

IJCAI 2023poster

Auction-based Federated Learning (AFL) enables open collaboration among self-interested data consumers and data owners. Existing AFL approaches cannot manage the mutual influence among multiple data consumers competing to enlist data owners. Moreover, they cannot support a single data owner to join…

Cited by 21SourcePDFScholar
2023

Efficient Training of Large-Scale Industrial Fault Diagnostic Models through Federated Opportunistic Block Dropout

AAAI 2023technical

Artificial intelligence (AI)-empowered industrial fault diagnostics is important in ensuring the safe operation of industrial applications. Since complex industrial systems often involve multiple industrial plants (possibly belonging to different companies or subsidiaries) with sensitive data collec…

Cited by 7SourcePDFScholar
2023

FedOBD: Opportunistic Block Dropout for Efficiently Training Large-scale Neural Networks through Federated Learning

IJCAI 2023poster

Large-scale neural networks possess considerable expressive power. They are well-suited for complex learning tasks in industrial applications. However, large-scale models pose significant challenges for training under the current Federated Learning (FL) paradigm. Existing approaches for efficient FL…

2023

Flatness-Aware Minimization for Domain Generalization

ICCV 2023poster

Domain generalization (DG) seeks to learn robust models that generalize well under unknown distribution shifts. As a critical aspect of DG, optimizer selection has not been explored in depth. Currently, most DG methods follow the widely used benchmark, DomainBed, and utilize Adam as the default opti…

Cited by 30PDFScholar
2023

Gradient Norm Aware Minimization Seeks First-Order Flatness and Improves Generalization

CVPR 2023highlight

Recently, flat minima are proven to be effective for improving generalization and sharpness-aware minimization (SAM) achieves state-of-the-art performance. Yet the current definition of flatness discussed in SAM and its follow-ups are limited to the zeroth-order flatness (i.e., the worst-case loss w…

2023

Ideology Takes Multiple Looks: A High-Quality Dataset for Multifaceted Ideology Detection

EMNLP 2023long main

Ideology detection (ID) is important for gaining insights about peoples’ opinions and stances on our world and society, which can find many applications in politics, economics and social sciences. It is not uncommon that a piece of text can contain descriptions of various issues. It is also widely a…

Cited by 0SourceScholar
2023

Learning 3D Human Pose and Shape Estimation Using Uncertainty-Aware Body Part Segmentation

ICASSP 2023accepted

While exploiting body segmentations for supervision, existing 3D human pose and shape estimation methods are plagued by mismatches between clothed body segmentations and skinned SMPL model reprojections. Moreover, noisy pixels introduced by inaccurate segmentation annotations also prevent the model…

Cited by 0SourceScholar
2023

NICO++: Towards Better Benchmarking for Domain Generalization

CVPR 2023poster

Despite the remarkable performance that modern deep neural networks have achieved on independent and identically distributed (I.I.D.) data, they can crash under distribution shifts. Most current evaluation methods for domain generalization (DG) adopt the leave-one-out strategy as a compromise on the…

2023

Recurrent Temporal Revision Graph Networks

NeurIPS 2023poster

Temporal graphs offer more accurate modeling of many real-world scenarios than static graphs. However, neighbor aggregation, a critical building block of graph networks, for temporal graphs, is currently straightforwardly extended from that of static graphs. It can be computationally expensive when…

Cited by 2SourcePDFScholar
2023

Stable Learning via Sparse Variable Independence

AAAI 2023technical

The problem of covariate-shift generalization has attracted intensive research attention. Previous stable learning algorithms employ sample reweighting schemes to decorrelate the covariates when there is no explicit domain information about training data. However, with finite samples, it is difficul…

Cited by 17SourcePDFScholar
2021

HyDRA: Hypergradient Data Relevance Analysis for Interpreting Deep Neural Networks

AAAI 2021technical

The behaviors of deep neural networks (DNNs) are notoriously resistant to human interpretations. In this paper, we propose Hypergradient Data Relevance Analysis, or HyDRA, which interprets the predictions made by DNNs as effects of their training data. Existing approaches generally estimate data con…

2021

Latent-Optimized Adversarial Neural Transfer for Sarcasm Detection

NAACL 2021long

The existence of multiple datasets for sarcasm detection prompts us to apply transfer learning to exploit their commonality. The adversarial neural transfer (ANT) framework utilizes multiple loss terms that encourage the source-domain and the target-domain feature distributions to be similar while o…

2021

Noise-Resistant Deep Metric Learning With Ranking-Based Instance Selection

CVPR 2021poster

The existence of noisy labels in real-world data negatively impacts the performance of deep learning models. Although much research effort has been devoted to improving robustness to noisy labels in classification tasks, the problem of noisy labels in deep metric learning (DML) remains open. In this…

Cited by 52PDFcodeScholar
2021

Predictive Analytics for COVID-19 Social Distancing

IJCAI 2021poster

The COVID-19 pandemic has disrupted the lives of millions across the globe. In Singapore, promoting safe distancing by managing crowds in public areas have been the cornerstone of containing the community spread of the virus. One of the most important solutions to maintain social distancing is to mo…

Cited by 2SourcePDFScholar
2020

A Multi-player Game for Studying Federated Learning Incentive Schemes

IJCAI 2020poster

Federated Learning (FL) enables participants to "share'' their sensitive local data in a privacy preserving manner and collaboratively build machine learning models. In order to sustain long-term participation by high quality data owners (especially if they are businesses), FL systems need to provid…

Cited by 0SourcePDFScholar
2020

A Testbed for Studying COVID-19 Spreading in Ride-Sharing Systems

IJCAI 2020poster

Order dispatch is an important area where artificial intelligence (AI) can benefit ride-sharing systems (e.g., Grab, Uber), which has become an integral part of our public transport network. In this paper, we present a multi-agent testbed to study the spread of infectious diseases through such a sys…

Cited by 0SourcePDFScholar
2020

An AI-empowered Visual Storyline Generator

IJCAI 2020poster

Video editing is currently a highly skill- and time-intensive process. One of the most important tasks in video editing is to compose the visual storyline. This paper outlines Visual Storyline Generator (VSG), an artificial intelligence (AI)-empowered system that automatically generates visual story…

Cited by 0SourcePDFScholar