← Search

Haibo HU

25 accepted papers

2026

AudioTrust: Benchmarking The Multifaceted Trustworthiness of Audio Large Language Models

ICLR 2026poster

The rapid development and widespread adoption of Audio Large Language Models (ALLMs) require a rigorous assessment of their trustworthiness. However, existing evaluation frameworks, primarily designed for text, are not equipped to handle the unique vulnerabilities introduced by audio’s acoustic prop…

Cited by 0SourcecodeScholar
2026

Class-feature Watermark: A Resilient Black-box Watermark Against Model Extraction Attacks

AAAI 2026technical

Machine learning models constitute valuable intellectual property, yet remain vulnerable to model extraction attacks (MEA), where adversaries replicate their functionality through black-box queries. Model watermarking counters MEAs by embedding forensic markers for ownership verification. Current bl

Cited by 0SourcePDFScholar
2026

DIFT: Protecting Contrastive Learning Against Data Poisoning Backdoor Attacks

AAAI 2026technical

Contrastive learning (CL) is a popular learning paradigm that excels in extracting meaningful representations from unlabeled data. Recent studies have shown that CL is highly vulnerable to backdoor attacks. Current defenses against backdoor attacks in CL are primarily reactive and post-training. Tha

Cited by 0SourcePDFScholar
2026

Differentially Private Cross-Silo Recommendation from Implicit Feedback

ICML 2026poster

Cross-silo recommendation from implicit feedback is a key task in modern recommender systems, where user-item interaction data are distributed across multiple parties and cannot be centrally collected. Unlike explicit feedback, which provides fully observed real-valued ratings, implicit feedback is …

Cited by 0SourceScholar
2026

How Much Do Large Language Model Cheat on Evaluation? Benchmarking Overestimation Under the One-Time-Pad-Based Framework

AAAI 2026technical

Overestimation in evaluating large language models (LLMs) has become an increasing concern. Due to the contamination of public benchmarks or imbalanced model training, LLMs may achieve unreal evaluation results on public benchmarks, either intentionally or unintentionally, which leads to unfair comp

Cited by 0SourcePDFScholar
2026

LURE: Latent Space Unblocking for Multi-Concept Reawakening in Diffusion Models

IJCAI 2026

Concept erasure aims to suppress sensitive content in diffusion models, but recent studies show that erased concepts can still be reawakened, revealing vulnerabilities in erasure methods. Existing reawakening methods mainly rely on prompt-level optimization to manipulate sampling trajectories, negle

Cited by 0Scholar
2026

On the Adversarial Robustness of Large Vision-Language Models under Visual Token Compression

ICML 2026poster

Visual token compression is widely used to accelerate large vision-language models (LVLMs) by pruning or merging visual tokens, yet its adversarial robustness remains unexplored. We show that existing encoder-based attacks can substantially overestimate the robustness of compressed LVLMs, due to an …

Cited by 0SourceScholar
2026

RAEE: A Robust Retrieval-Augmented Early Exit Framework for Efficient Inference

ICLR 2026poster

Deploying large language model inference remains challenging due to their high computational overhead. Early exit optimizes model inference by adaptively reducing the number of inference layers. Current methods typically train internal classifiers or use heuristic methods to determine the exit layer…

Cited by 0SourceScholar
2026

SEBA: Sample-Efficient Black-Box Attacks on Visual Reinforcement Learning

CVPR 2026

Visual reinforcement learning has achieved remarkable progress in visual control and robotics, but its vulnerability to adversarial perturbations remains underexplored. Most existing black-box attacks focus on vector-based or discrete-action RL, and their effectiveness on image-based continuous cont

Cited by 0SourcecodeScholar
2026

Stochastic Universal Adversarial Perturbations with Fixed Optimization Constraint and Ensured High-probability Transferability

AAAI 2026technical

Adversarial perturbations (APs) have become a great concern in image classification tasks. The most challenging branch, universal adversarial perturbations (UAPs), are exploited to fool most of the unseen samples. Such one-to-all perturbations have the merit of transferability, which has strong prac

Cited by 0SourcePDFScholar
2026

Unlearning Isn't Deletion: Investigating Reversibility of Machine Unlearning in LLMs

ICML 2026poster

Unlearning in large language models (LLMs) aims to remove specified data, but its efficacy is typically assessed with task-level metrics like accuracy and perplexity. We demonstrate that these metrics are often misleading, as models can appear to forget while their original behavior is easily restor…

Cited by 0SourcecodeScholar
2025

A Sample-Level Evaluation and Generative Framework for Model Inversion Attacks

AAAI 2025technical

Model Inversion (MI) attacks, which reconstruct the training dataset of neural networks, pose significant privacy concerns in machine learning. Recent MI attacks have managed to reconstruct realistic label-level private data, such as the general appearance of a target person from all training images…

2025

Does Low Rank Adaptation Lead to Lower Robustness against Training-Time Attacks?

ICML 2025poster

Low rank adaptation (LoRA) has emerged as a prominent technique for fine-tuning large language models (LLMs) thanks to its superb efficiency gains over previous methods. While extensive studies have examined the performance and structural properties of LoRA, its behavior upon training-time attacks r…

2025

Don't Lose Yourself: Boosting Multimodal Recommendation via Reducing Node-neighbor Discrepancy in Graph Convolutional Network

ICASSP 2025accepted

The rapid expansion of multimedia contents has led to the emergence of multimodal recommendation systems. It has attracted increasing attention in recommendation systems because its full utilization of data from different modalities alleviates the persistent data sparsity problem. As such, multimoda…

Cited by 0SourceScholar
2025

Exploring Intrinsic Alignments Within Text Corpus

AAAI 2025technical

Recent years have witnessed rapid advancements in the safety alignments of large language models (LLMs). Methods such as supervised instruction fine-tuning (SFT) and reinforcement learning with human feedback (RLHF) have thus emerged as vital components in constructing LLMs. While these methods achi…

2025

Federated Continuous Category Discovery and Learning

ICCV 2025poster

Federated Learning (FL) studies often assume a static data distribution, whereas real-world scenarios involve dynamic changes. To address this gap, we study Federated Continuous Category Discovery and Learning (FC^2DL), an essential yet underexplored problem that enables FL models to evolve continuo…

Cited by 0SourcePDFScholar
2025

ModeSeq: Taming Sparse Multimodal Motion Prediction with Sequential Mode Modeling

CVPR 2025poster

Anticipating the multimodality of future events lays the foundation for safe autonomous driving. However, multimodal motion prediction for traffic agents has been clouded by the lack of multimodal ground truth. Existing works predominantly adopt the winner-take-all training strategy to tackle this c…

Cited by 0SourcePDFScholar
2025

RALAD: Bridging the Real-to-Sim Domain Gap in Autonomous Driving with Retrieval-Augmented Learning

IROS 2025

As end-to-end autonomous driving advances toward real-world deployment, ensuring the safety of autonomous vehicles (AVs) has become a critical requirement for their commercial viability. While rule-based AVs have traditionally undergone rigorous testing in both real-world and simulated environments

Cited by 2SourcecodeScholar
2025

Reminiscence Attack on Residuals: Exploiting Approximate Machine Unlearning for Privacy

ICCV 2025poster

Machine unlearning enables the removal of specific data from ML models to uphold the *right to be forgotten*. While approximate unlearning algorithms offer efficient alternatives to full retraining, this work reveals that they fail to adequately protect the privacy of unlearned data. In particular,…

Cited by 0SourcePDFScholar
2025

Toward Efficient Inference Attacks: Shadow Model Sharing via Mixture-of-Experts

NeurIPS 2025poster

Machine learning models are often vulnerable to inference attacks that expose sensitive information from their training data. Shadow model technique is commonly employed in such attacks, like membership inference. However, the need for a large number of shadow models leads to high computational cost…

Cited by 0SourceScholar
2025

Virus Infection Attack on LLMs: Your Poisoning Can Spread "VIA" Synthetic Data

NeurIPS 2025spotlight

Synthetic data refers to artificial samples generated by models. While it has been validated to significantly enhance the performance of large language models (LLMs) during training and has been widely adopted in LLM development, potential security risks it may introduce remain uninvestigated. This…

Cited by 0SourceScholar
2025

“Yes, My LoRD.” Guiding Language Model Extraction with Locality Reinforced Distillation

ACL 2025long

Model extraction attacks (MEAs) on large language models (LLMs) have received increasing attention in recent research. However, existing attack methods typically adapt the extraction strategies originally developed for deep neural networks (DNNs). They neglect the underlying inconsistency between th…

2024

BehaviorGPT: Smart Agent Simulation for Autonomous Driving with Next-Patch Prediction

NeurIPS 2024poster

Simulating realistic behaviors of traffic agents is pivotal for efficiently validating the safety of autonomous driving systems. Existing data-driven simulators primarily use an encoder-decoder architecture to encode the historical trajectories before decoding the future. However, the heterogeneity…

Cited by 18SourcePDFScholar
2022

MExMI: Pool-based Active Model Extraction Crossover Membership Inference

NeurIPS 2022accept

With increasing popularity of Machine Learning as a Service (MLaaS), ML models trained from public and proprietary data are deployed in the cloud and deliver prediction services to users. However, as the prediction API becomes a new attack surface, growing concerns have arisen on the confidentiality…

Cited by 13SourcePDFScholar