← Search

Zheda Mai

15 accepted papers

2026

AVA-Bench: Atomic Visual Ability Benchmark for Vision Foundation Models

CVPR 2026

The rise of vision foundation models (VFMs) calls for systematic evaluation. A common approach pairs VFMs with large language models (LLMs) as general-purpose heads, followed by evaluation on broad Visual Question Answering (VQA) benchmarks. However, this protocol has two key blind spots: (i) Instru

Cited by 7SourceScholar
2026

Continual Unlearning for Text-to-Image Diffusion Models: A Regularization Perspective

ICLR 2026poster

Machine unlearning—the ability to remove designated concepts from a pre-trained model—has advanced rapidly, particularly for text-to-image diffusion models. However, existing methods typically assume that unlearning requests arrive all at once, whereas in practice they often arrive sequentially. We…

Cited by 0SourceScholar
2026

Revisiting Model Stitching In the Foundation Model Era

CVPR 2026

Model stitching, connecting early layers of one model (source) to later layers of another (target) via a light stitch layer, has served as a probe of representational compatibility. Prior work finds that models trained on the same dataset remain stitchable (negligible accuracy drop) despite differen

Cited by 0SourceScholar
2025

Attention-Driven Causal Discovery: From Transformer Matrices to Granger Causal Graphs for Non-Stationary Time-series Data

ICASSP 2025accepted

Causal discovery in non-stationary time series data is crucial for understanding complex systems but remains challenging due to evolving relationships over time. This paper presents a novel two-stage approach for causal discovery in non-stationary multivariate time series data. The first stage emplo…

Cited by 0SourceScholar
2025

BioCLIP 2: Emergent Properties from Scaling Hierarchical Contrastive Learning

NeurIPS 2025spotlight

Foundation models trained at scale exhibit remarkable emergent behaviors, learning new capabilities beyond their initial training objectives. We find such emergent behaviors in biological vision models via large-scale contrastive vision-language training. To achieve this, we first curate TreeOfLife-…

Cited by 0SourcecodeScholar
2025

Finer-CAM: Spotting the Difference Reveals Finer Details for Visual Explanation

CVPR 2025poster

Class activation map (CAM) has been widely used to highlight image regions that contribute to class predictions. Despite its simplicity and computational efficiency, CAM often struggles to identify discriminative regions that distinguish visually similar fine-grained classes. Prior efforts address t…

2025

Lessons and Insights from a Unifying Study of Parameter-Efficient Fine-Tuning (PEFT) in Visual Recognition

CVPR 2025highlight

Parameter-efficient fine-tuning (PEFT) has attracted significant attention due to the growth of pre-trained model sizes and the need to fine-tune (FT) them for superior downstream performance. Despite a surge in new PEFT methods, a systematic study to understand their performance and suitable applic…

2025

MEDA: Dynamic KV Cache Allocation for Efficient Multimodal Long-Context Inference

NAACL 2025long

Long-context Multimodal Large Language Models (MLLMs) that incorporate long text-image and text-video modalities, demand substantial computational resources as their multimodal Key-Value (KV) cache grows with increasing input lengths, challenging memory and time efficiency. For multimodal scenarios,…

2025

Prompt-CAM: Making Vision Transformers Interpretable for Fine-Grained Analysis

CVPR 2025poster

We present a simple approach to make pre-trained Vision Transformers (ViTs) interpretable for fine-grained analysis, aiming to identify and localize the traits that distinguish visually similar categories, such as bird species. Pre-trained ViTs, such as DINO, have demonstrated remarkable capabilitie…

2025

Revisiting Semi-Supervised Learning in the Era of Foundation Models

NeurIPS 2025poster

Semi-supervised learning (SSL) enhances model performance by leveraging abundant unlabeled data alongside limited labeled data. As vision foundation models (VFMs) become central to modern vision applications, this paper revisits SSL in the context of these powerful pre-trained models. We conduct a s…

Cited by 0SourcecodeScholar
2024

Fine-Tuning is Fine, if Calibrated

NeurIPS 2024poster

Fine-tuning is arguably the most straightforward way to tailor a pre-trained model (e.g., a foundation model) to downstream applications, but it also comes with the risk of losing valuable knowledge the model had learned in pre-training. For example, fine-tuning a pre-trained classifier capable of r…

2024

MLLM-CompBench: A Comparative Reasoning Benchmark for Multimodal LLMs

NeurIPS 2024poster

The ability to compare objects, scenes, or situations is crucial for effective decision-making and problem-solving in everyday life. For instance, comparing the freshness of apples enables better choices during grocery shopping, while comparing sofa designs helps optimize the aesthetics of our livin…

2023

Holistic Transfer: Towards Non-Disruptive Fine-Tuning with Partial Target Data

NeurIPS 2023poster

We propose a learning problem involving adapting a pre-trained source model to the target domain for classifying all classes that appeared in the source data, using target data that covers only a partial label space. This problem is practical, as it is unrealistic for the target end-users to collect…

Cited by 5SourcePDFScholar
2023

Visual Query Tuning: Towards Effective Usage of Intermediate Representations for Parameter and Memory Efficient Transfer Learning

CVPR 2023poster

Intermediate features of a pre-trained model have been shown informative for making accurate predictions on downstream tasks, even if the model backbone is frozen. The key challenge is how to utilize them, given the gigantic amount. We propose visual query tuning (VQT), a simple yet effective approa…

2021

Online Class-Incremental Continual Learning with Adversarial Shapley Value

AAAI 2021technical

As image-based deep learning becomes pervasive on every device, from cell phones to smart watches, there is a growing need to develop methods that continually learn from data while minimizing memory footprint and power consumption. While memory replay techniques have shown exceptional promise for th…