← Search

Beier Zhu

31 accepted papers

2026

ACE-Merging: Data-Free Model Merging with Adaptive Covariance Estimation

CVPR 2026

Model merging aims to combine multiple task-specific experts into a single model, but inter-task interference often causes severe degradation, especially when the experts are trained on heterogeneous objectives. Existing data-free methods are practical, yet largely rely on parameter-space heuristics

Cited by 0SourcecodeScholar
2026

Adapting Point Cloud Analysis via Multimodal Bayesian Distribution Learning

CVPR 2026

Large multimodal 3D vision-language models show strong generalization across diverse 3D tasks, but their performance still degrades under domain shifts. This has motivated recent studies on test-time adaptation (TTA), which enables models to adapt online using test-time data. Among existing TTA meth

Cited by 0SourceScholar
2026

CoDi: Subject-Consistent and Pose-Diverse Text-to-Image Generation

ICLR 2026poster

Subject-consistent generation (SCG)-aiming to maintain a consistent subject identity across diverse scenes-remains a challenge for text-to-image (T2I) models. Existing training-free SCG methods often achieve consistency at the cost of layout and pose diversity, hindering expressive visual storytelli…

Cited by 0SourcecodeScholar
2026

DEPO: Dual-Efficiency Preference Optimization for LLM Agents

AAAI 2026technical

Recent advances in large language models (LLMs) have greatly improved their reasoning and decision-making abilities when deployed as agents. Richer reasoning, however, often comes at the cost of longer chain of thought (CoT), hampering interaction efficiency in real-world scenarios. Nevertheless, th

Cited by 0SourcePDFScholar
2026

Few-Step Diffusion Sampling Through Instance-Aware Discretizations

CVPR 2026

Diffusion and flow matching models generate high-fidelity data by simulating paths defined by Ordinary or Stochastic Differential Equations (ODEs/SDEs), starting from a tractable prior distribution. The probability flow ODE formulation enables the use of advanced numerical solvers to accelerate samp

Cited by 0SourceScholar
2026

GuardAlign: Robust Safety Alignment in Multimodal Large Language Models

ICLR 2026poster

Multimodal large language models (MLLMs) have achieved remarkable progress in vision–language reasoning tasks, yet ensuring their safety remains a critical challenge. Recent input-side defenses detect unsafe images with CLIP and prepend safety prefixes to prompts, but they still suffer from inaccura…

Cited by 0SourceScholar
2026

Hierarchical Semantic Alignment for Image Clustering

AAAI 2026technical

Image clustering is a classic problem in computer vision, which categorizes images into different groups. Recent studies utilize nouns as external semantic knowledge to improve clustering performance. However, these methods often overlook the inherent ambiguity of nouns, which can distort semantic r

Cited by 0SourcePDFScholar
2026

Look Carefully: Adaptive Visual Reinforcements in Multimodal Large Language Models for Hallucination Mitigation

ICLR 2026poster

Multimodal large language models (MLLMs) have achieved remarkable progress in vision–language reasoning, yet they remain vulnerable to hallucination, where generated content deviates from the visual evidence. Existing mitigation strategies either demand costly supervision during training or introduc…

Cited by 0SourceScholar
2026

Omni-Perception Policy Optimization for Multimodal Emotion Reasoning

ICML 2026poster

Recent Omni-MLLMs are driving a paradigm shift in multimodal emotion recognition from label-only prediction toward *Multimodal Emotion Reasoning* (MER), where models output both emotions and textual explanations grounded in visual, acoustic, and linguistic signals. However, we show that current emot…

Cited by 0SourceScholar
2026

Principled Steering via Null-space Projection for Jailbreak Defense in Vision-Language Models

CVPR 2026

As vision-language models (VLMs) are increasingly deployed in open-world scenarios, they can be easily induced by visual jailbreak attacks to generate harmful content, posing serious risks to model safety and trustworthy usage.Recent activation steering methods inject directional vectors into model

Cited by 0SourceScholar
2026

Real-Time Motion-Controllable Autoregressive Video Diffusion

ICLR 2026poster

Real-time motion-controllable video generation remains challenging due to the inherent latency of bidirectional diffusion models and the lack of effective autoregressive (AR) approaches. Existing AR video diffusion models are limited to simple control signals or text-to-video generation, and often s…

Cited by 0SourceScholar
2026

Reducing Class-Wise Performance Disparity via Margin Regularization

ICLR 2026poster

Deep neural networks often exhibit substantial disparities in class-wise accuracy, even when trained on class-balanced data—posing concerns for reliable deployment. While prior efforts have explored empirical remedies, a theoretical understanding of such performance disparities in classification rem…

Cited by 0SourcecodeScholar
2026

Robustifying Vision-Language Models via Test-Time Prompt Adaptation

ICML 2026poster

Pre-trained Vision-Language Models (VLMs) such as CLIP achieve strong zero-shot generalization, but their performance degrades sharply under adversarial perturbations. Existing test-time adaptation methods typically rely on sample-level confidence heuristics, overlooking the intrinsic distributional…

Cited by 0SourceScholar
2026

Streaming Drag-Oriented Interactive Video Manipulation: Drag Anything, Anytime!

ICLR 2026poster

Achieving streaming, fine-grained control over the outputs of autoregressive video diffusion models remains challenging, making it difficult to ensure that they consistently align with user expectations. To bridge this gap, we propose \textbf{stReaming drag-oriEnted interactiVe vidEo manipuLation (R…

Cited by 0SourceScholar
2025

Adaptive Stochastic Coefficients for Accelerating Diffusion Sampling

NeurIPS 2025poster

Diffusion-based generative processes, formulated as differential equation solving, frequently balance computational speed with sample quality. Our theoretical investigation of ODE- and SDE-based solvers reveals complementary weaknesses: ODE solvers accumulate irreducible gradient error along de…

Cited by 0SourcecodeScholar
2025

Devils in Middle Layers of Large Vision-Language Models: Interpreting, Detecting and Mitigating Object Hallucinations via Attention Lens

CVPR 2025poster

Hallucinations in Large Vision-Language Models (LVLMs) significantly undermine their reliability, motivating researchers to explore the causes of hallucination. However, most studies primarily focus on the language aspect rather than the visual. In this paper, we address how LVLMs process visual inf…

2025

Distilling Parallel Gradients for Fast ODE Solvers of Diffusion Models

ICCV 2025poster

Diffusion models (DMs) have achieved state-of-the-art generative performance but suffer from high sampling latency due to their sequential denoising nature. Existing solver-based acceleration methods often face image quality degradation under a low-latency budget. In this paper, we propose the Ensem…

2025

Dynamic Multimodal Prototype Learning in Vision-Language Models

ICCV 2025poster

With the increasing attention to pre-trained vision-language models (VLMs), e.g., CLIP, substantial efforts have been devoted to many downstream tasks, especially in test-time adaptation (TTA). However, previous works focus on learning prototypes only in the textual modality while overlooking the am…

Cited by 0SourcePDFScholar
2025

Enhancing CLIP Robustness via Cross-Modality Alignment

NeurIPS 2025spotlight

Vision-language models (VLMs) such as CLIP demonstrate strong generalization in zero-shot classification but remain highly vulnerable to adversarial perturbations. Existing methods primarily focus on adversarial fine-tuning or prompt optimization, they often overlook the gaps in CLIP’s encoded featu…

Cited by 0SourceScholar
2025

Project-Probe-Aggregate: Efficient Fine-Tuning for Group Robustness

CVPR 2025highlight

While image-text foundation models have succeeded across diverse downstream tasks, they still face challenges in the presence of spurious correlations between the input and label. To address this issue, we propose a simple three-step approach-Project-Probe-Aggregate (PPA)-that enables parameter-effi…

Cited by 0SourcePDFScholar
2025

StyleStudio: Text-Driven Style Transfer with Selective Control of Style Elements

CVPR 2025poster

Text-driven style transfer aims to merge the style of a reference image with content described by a text prompt. Recent advancements in text-to-image models have improved the nuance of style transformations, yet significant challenges remain, particularly with overfitting to reference styles, limit…

Cited by 0SourcePDFScholar
2025

Unsupervised Visual Chain-of-Thought Reasoning via Preference Optimization

ICCV 2025poster

Chain-of-thought (CoT) reasoning greatly improves the interpretability and problem-solving abilities of multimodal large language models (MLLMs). However, existing approaches are focused on text CoT, limiting their ability to leverage visual cues. Visual CoT remains underexplored, and the only work…

2024

Classes Are Not Equal: An Empirical Study on Image Recognition Fairness

CVPR 2024poster

In this paper we present an empirical study on image recognition unfairness i.e. extreme class accuracy disparity on balanced data like ImageNet. We demonstrate that classes are not equal and unfairness is prevalent for image classification models across various datasets network architectures and mo…

2024

Enhancing Zero-Shot Vision Models by Label-Free Prompt Distribution Learning and Bias Correcting

NeurIPS 2024spotlight

Vision-language models, such as CLIP, have shown impressive generalization capacities when using appropriate text descriptions. While optimizing prompts on downstream labeled data has proven effective in improving performance, these methods entail labor costs for annotations and are limited by their…

2023

Debiased Fine-Tuning for Vision-Language Models by Prompt Regularization

AAAI 2023technical

We present a new paradigm for fine-tuning large-scale vision-language pre-trained models on downstream task, dubbed Prompt Regularization (ProReg). Different from traditional fine-tuning which easily overfits to the downstream task data, ProReg uses the prediction by prompting the pretrained model t…

Cited by 29SourcePDFScholar
2023

Generalized Logit Adjustment: Calibrating Fine-tuned Models by Removing Label Bias in Foundation Models

NeurIPS 2023poster

Foundation models like CLIP allow zero-shot transfer on various tasks without additional training data. Yet, the zero-shot performance is less competitive than a fully supervised one. Thus, to enhance the performance, fine-tuning and ensembling are also commonly adopted to better fit the downstream…

2023

Leveraging Modality-Specific Representations for Audio-Visual Speech Recognition via Reinforcement Learning

AAAI 2023technical

Audio-visual speech recognition (AVSR) has gained remarkable success for ameliorating the noise-robustness of speech recognition. Mainstream methods focus on fusing audio and visual inputs to obtain modality-invariant representations. However, such representations are prone to over-reliance on audio…

Cited by 31SourcePDFScholar
2022

Cross-Domain Empirical Risk Minimization for Unbiased Long-Tailed Classification

AAAI 2022technical

We address the overlooked unbiasedness in existing long-tailed classification methods: we find that their overall improvement is mostly attributed to the biased preference of "tail" over "head", as the test distribution is assumed to be balanced; however, when the test is as imbalanced as the long-t…