← Search

Huazhu Fu

49 accepted papers

2026

A Pure Hierarchical Spectral Parcellation Network for Brain Network Analysis

ICML 2026poster

Brain network classification is pivotal for diagnosing neurological disorders, yet clinical interpretability and the identification of discriminative biomarkers fundamentally rely on precise functional parcellation. However, existing graph learning models for brain network analysis typically suffer …

Cited by 0SourceScholar
2026

Authorize-on-Demand: Dynamic Authorization with Legality-Aware Intellectual Property Protection for VLMs

CVPR 2026

The rapid adoption of vision-language models (VLMs) has heightened the demand for robust intellectual property (IP) protection of these high-value pretrained models. Effective IP protection should proactively confine model deployment within authorized domains and prevent unauthorized transfers. Howe

Cited by 0SourcecodeScholar
2026

DPsurv: Dual-Prototype Evidential Fusion for Uncertainty-Aware and Interpretable Whole Slide Image Survival Prediction

ICML 2026poster

Whole-slide images (WSIs) are widely used for cancer survival analysis because of their comprehensive histopathological information at both cellular and tissue levels, enabling quantitative, large-scale, and prognostically rich tumor feature analysis. However, most existing WSI survival analysis met…

Cited by 0SourceScholar
2026

Improving Graph Transformers via Global Structural Priors

ICML 2026poster

By synergizing graph topology with the global expressive power of the attention mechanism, Graph Transformers (GTs) have emerged as a dominant architecture for node classification. However, existing models primarily focus on diverse topology injection mechanisms, specifically score-level and represe…

Cited by 0SourceScholar
2026

Thinking in Scales: Accelerating Gigapixel Pathology Image Analysis via Adaptive Continuous Reasoning

ICML 2026poster

Traditional whole slide image (WSI) analysis methods typically rely on the multiple instance learning (MIL) paradigm, which extracts patch-level features at high magnification and aggregates them for slide-level prediction. However, such exhaustive patch-level processing is computationally expensive…

Cited by 0SourceScholar
2025

A Simple Data Augmentation for Feature Distribution Skewed Federated Learning

CVPR 2025poster

Federated Learning (FL) facilitates collaborative learning among multiple clients in a distributed manner and ensures the security of privacy. However, its performance inevitably degrades with non-Independent and Identically Distributed (non-IID) data. In this paper, we focus on the feature distribu…

2025

AIF-SFDA: Autonomous Information Filter Driven Source-Free Domain Adaptation for Medical Image Segmentation

AAAI 2025technical

Decoupling domain-variant information (DVI) from domain-invariant information (DII) serves as a prominent strategy for mitigating domain shifts in the practical implementation of deep learning algorithms. However, in medical settings, concerns surrounding data collection and privacy often restrict a…

2025

Few-Shot Learning from Gigapixel Images via Hierarchical Vision-Language Alignment and Modeling

NeurIPS 2025poster

Vision-language models (VLMs) have recently been integrated into multiple instance learning (MIL) frameworks to address the challenge of few-shot, weakly supervised classification of whole slide images (WSIs). A key trend involves leveraging multi-scale information to better represent hierarchical t…

Cited by 0SourcecodeScholar
2025

GEMeX: A Large-Scale, Groundable, and Explainable Medical VQA Benchmark for Chest X-ray Diagnosis

ICCV 2025poster

Medical Visual Question Answering (Med-VQA) combines computer vision and natural language processing to automatically answer clinical inquiries about medical images. However, current Med-VQA datasets exhibit two significant limitations: (1) they often lack visual and textual explanations for answers…

Cited by 0SourcePDFScholar
2025

Look Back for More: Harnessing Historical Sequential Updates for Personalized Federated Adapter Tuning

AAAI 2025technical

Personalized federated learning (PFL) studies effective model personalization to address the data heterogeneity issue among clients in traditional federated learning (FL). Existing PFL approaches mainly generate personalized models by relying solely on the clients' latest updated models while ignori…

Cited by 0SourcePDFScholar
2025

MExD: An Expert-Infused Diffusion Model for Whole-Slide Image Classification

CVPR 2025poster

Whole Slide Image (WSI) classification poses unique challenges due to the vast image size and numerous non-informative regions, which introduce noise and cause data imbalance during feature aggregation. To address these issues, we propose MExD, an Expert-Infused Diffusion Model that combines the str…

Cited by 0SourcePDFScholar
2025

Teaching AI the Anatomy Behind the Scan: Addressing Anatomical Flaws in Medical Image Segmentation with Learnable Prior

ICCV 2025poster

Imposing key anatomical features, such as the number of organs, their shapes and relative positions, is crucial for building a robust multi-organ segmentation model. Current attempts to incorporate anatomical features include broadening the effective receptive field (ERF) size with data-intensive mo…

Cited by 0SourcePDFScholar
2025

Vision-Language Model IP Protection via Prompt-based Learning

CVPR 2025poster

Vision-language models (VLMs) like CLIP (Contrastive Language-Image Pre-Training) have seen remarkable success in visual recognition, highlighting the increasing need to safeguard the intellectual property (IP) of well-trained models. Effective IP protection extends beyond ensuring authorized usage;…

2024

An Aggregation-Free Federated Learning for Tackling Data Heterogeneity

CVPR 2024poster

The performance of Federated Learning (FL) hinges on the effectiveness of utilizing knowledge from distributed datasets. Traditional FL methods adopt an aggregate-then-adapt framework where clients update local models based on a global model aggregated by the server from the previous training round.…

Cited by 42SourcePDFScholar
2024

MedSegDiff-V2: Diffusion-Based Medical Image Segmentation with Transformer

AAAI 2024technical

The Diffusion Probabilistic Model (DPM) has recently gained popularity in the field of computer vision, thanks to its image generation applications, such as Imagen, Latent Diffusion Models, and Stable Diffusion, which have demonstrated impressive capabilities and sparked much discussion within the c…

2024

Out-Of-Distribution Detection with Diversification (Provably)

NeurIPS 2024poster

Out-of-distribution (OOD) detection is crucial for ensuring reliable deployment of machine learning models. Recent advancements focus on utilizing easily accessible auxiliary outliers (e.g., data from the web or other datasets) in training. However, we experimentally reveal that these methods still…

2024

Resfusion: Denoising Diffusion Probabilistic Models for Image Restoration Based on Prior Residual Noise

NeurIPS 2024poster

Recently, research on denoising diffusion models has expanded its application to the field of image restoration. Traditional diffusion-based image restoration methods utilize degraded images as conditional input to effectively guide the reverse generation process, without modifying the original deno…

2024

Self-Training Large Language and Vision Assistant for Medical Question Answering

EMNLP 2024main

Large Vision-Language Models (LVLMs) have shown significant potential in assisting medical diagnosis by leveraging extensive biomedical datasets. However, the advancement of medical image understanding and reasoning critically depends on building high-quality visual instruction data, which is costly…

2024

ViLa-MIL: Dual-scale Vision-Language Multiple Instance Learning for Whole Slide Image Classification

CVPR 2024poster

Multiple instance learning (MIL)-based framework has become the mainstream for processing the whole slide image (WSI) with giga-pixel size and hierarchical image context in digital pathology. However these methods heavily depend on a substantial number of bag-level labels and solely learn from the o…

2023

Calibrating Multimodal Learning

ICML 2023oral

Multimodal machine learning has achieved remarkable progress in a wide range of scenarios. However, the reliability of multimodal learning remains largely unexplored. In this paper, through extensive empirical studies, we identify current multimodal classification methods suffer from unreliable pred…

Cited by 20SourcePDFScholar
2023

Fairness-guided Few-shot Prompting for Large Language Models

NeurIPS 2023poster

Large language models have demonstrated surprising ability to perform in-context learning, i.e., these models can be directly applied to solve numerous downstream tasks by conditioning on a prompt constructed by a few input-output examples. However, prior research has shown that in-context learning…

Cited by 82SourcePDFScholar
2023

Learning Federated Visual Prompt in Null Space for MRI Reconstruction

CVPR 2023poster

Federated Magnetic Resonance Imaging (MRI) reconstruction enables multiple hospitals to collaborate distributedly without aggregating local data, thereby protecting patient privacy. However, the data heterogeneity caused by different MRI protocols, insufficient local training data, and limited commu…

2023

Model Barrier: A Compact Un-Transferable Isolation Domain for Model Intellectual Property Protection

CVPR 2023poster

As the scientific and technological achievements produced by human intellectual labor and computation cost, model intellectual property (IP) protection, which refers to preventing the usage of the well-trained model on an unauthorized domain, deserves further attention, so as to effectively mobilize…

2023

Provable Dynamic Fusion for Low-Quality Multimodal Data

ICML 2023poster

The inherent challenge of multimodal fusion is to precisely capture the cross-modal correlation and flexibly conduct cross-modal interaction. To fully release the value of each modality and mitigate the influence of low-quality multimodal data, dynamic multimodal fusion emerges as a promising learni…

2023

Video Adverse-Weather-Component Suppression Network via Weather Messenger and Adversarial Backpropagation

ICCV 2023poster

Although convolutional neural networks (CNNs) have been proposed to remove adverse weather conditions in single images using a single set of pre-trained weights, they fail to restore weather videos due to the absence of temporal information. Furthermore, existing methods for removing adverse weather…

Cited by 21PDFcodeScholar
2023

dugMatting: Decomposed-Uncertainty-Guided Matting

ICML 2023poster

Cutting out an object and estimating its opacity mask, known as image matting, is a key task in image and video editing. Due to the highly ill-posed issue, additional inputs, typically user-defined trimaps or scribbles, are usually needed to reduce the uncertainty. Although effective, it is either t…

2022

Can You Spot the Chameleon? Adversarially Camouflaging Images From Co-Salient Object Detection

CVPR 2022poster

Co-salient object detection (CoSOD) has recently achieved significant progress and played a key role in retrieval-related tasks. However, it inevitably poses an entirely new safety and security issue, i.e., highly personal and sensitive content can potentially be extracting by powerful CoSOD methods…

Cited by 25PDFcodeScholar
2022

FedDC: Federated Learning With Non-IID Data via Local Drift Decoupling and Correction

CVPR 2022poster

Federated learning (FL) allows multiple clients to collectively train a high-performance global model without sharing their private data. However, the key challenge in federated learning is that the clients have significant statistical heterogeneity among their local data distributions, which would…

Cited by 346PDFcodeScholar
2022

RSCFed: Random Sampling Consensus Federated Semi-Supervised Learning

CVPR 2022poster

Federated semi-supervised learning (FSSL) aims to derive a global model by jointly training fully-labeled and fully-unlabeled clients. The existing approaches work well when local clients have independent and identically distributed (IID) data but fail to generalize to a more practical FSSL setting,…

Cited by 90PDFcodeScholar
2022

Rethinking Video Rain Streak Removal: A New Synthesis Model and a Deraining Network with Video Rain Prior

ECCV 2022poster

"Existing video synthetic models and deraining methods are mostly built on a simplified video rain model assuming that rain streak layers of different video frames are uncorrelated, thereby producing degraded performance on real-world rainy videos. To address this problem, we devise a new video rain…

2021

Group Collaborative Learning for Co-Salient Object Detection

CVPR 2021poster

We present a novel group collaborative learning framework (GCNet) capable of detecting co-salient objects in real time (16ms), by simultaneously mining consensus representations at group level based on the two necessary criteria: 1) intra-group compactness to better formulate the consistency among c…

Cited by 115PDFcodeScholar
2021

Specificity-Preserving RGB-D Saliency Detection

ICCV 2021poster

RGB-D saliency detection has attracted increasing attention, due to its effectiveness and the fact that depth cues can now be conveniently captured. Existing works often focus on learning a shared representation through various fusion strategies, with few methods explicitly considering how to preser…

Cited by 256PDFcodeScholar
2021

Trustworthy Multimodal Regression with Mixture of Normal-inverse Gamma Distributions

NeurIPS 2021poster

Multimodal regression is a fundamental task, which integrates the information from different sources to improve the performance of follow-up applications. However, existing methods mainly focus on improving the performance and often ignore the confidence of prediction for diverse situations. In this…

2021

VIL-100: A New Dataset and a Baseline Model for Video Instance Lane Detection

ICCV 2021poster

Lane detection plays a key role in autonomous driving. While car cameras always take streaming videos on the way, current lane detection works mainly focus on individual images (frames) by ignoring dynamics along the video. In this work, we collect a new video instance lane detection (VIL-100) datas…

Cited by 63PDFcodeScholar
2021

VideoLT: Large-Scale Long-Tailed Video Recognition

ICCV 2021poster

Label distributions in real-world are oftentimes long-tailed and imbalanced, resulting in biased models towards dominant labels. While long-tailed recognition has been extensively studied for image classification tasks, limited effort has been made for video domain. In this paper, we introduce Video…

Cited by 53PDFcodeScholar
2021

Visual-Textual Attentive Semantic Consistency for Medical Report Generation

ICCV 2021poster

Diagnosing diseases from medical radiographs and writing reports requires professional knowledge and is time-consuming. To address this, automatic medical report generation approaches have recently gained interest. However, identifying diseases as well as correctly predicting their corresponding siz…

Cited by 24PDFScholar
2020

Multi-Mutual Consistency Induced Transfer Subspace Learning for Human Motion Segmentation

CVPR 2020poster

Human motion segmentation based on transfer subspace learning is a rising interest in action-related tasks. Although progress has been made, there are still several issues within the existing methods. First, existing methods transfer knowledge from source data to target tasks by learning domain-inva…

Cited by 43PDFScholar
2020

Taking a Deeper Look at Co-Salient Object Detection

CVPR 2020poster

Co-salient object detection (CoSOD) is a newly emerging and rapidly growing branch of salient object detection (SOD), which aims to detect the co-occurring salient objects in multiple images. However, existing CoSOD datasets often have a serious data bias, which assumes that each group of images con…

Cited by 100PDFScholar
2019

A Deep Step Pattern Representation for Multimodal Retinal Image Registration

ICCV 2019poster

This paper presents a novel feature-based method that is built upon a convolutional neural network (CNN) to learn the deep representation for multimodal retinal image registration. We coined the algorithm deep step patterns, in short DeepSPa. Most existing deep learning based methods require a set o…

Cited by 65PDFScholar
2019

CPM-Nets: Cross Partial Multi-View Networks

NeurIPS 2019spotlight

Despite multi-view learning progressed fast in past decades, it is still challenging due to the difficulty in modeling complex correlation among different views, especially under the context of view missing. To address the challenge, we propose a novel framework termed Cross Partial Multi-View Netwo…

2019

Reciprocal Multi-Layer Subspace Learning for Multi-View Clustering

ICCV 2019poster

Multi-view clustering is a long-standing important research topic, however, remains challenging when handling high-dimensional data and simultaneously exploring the consistency and complementarity of different views. In this work, we present a novel Reciprocal Multi-layer Subspace Learning (RMSL) al…

Cited by 158PDFScholar