← Search

Hanxun Huang

14 accepted papers

2026

AudioMosaic: Contrastive Masked Audio Representation Learning

ICML 2026poster

Audio self-supervised learning (SSL) aims to learn general-purpose representations from large-scale unlabeled audio data and has achieved remarkable progress in recent years. While most prior work relies on generative reconstruction objectives, contrastive approaches remain relatively underexplored,…

Cited by 0SourceScholar
2026

Density-Aware Translation of Spurious Correlations in Zero-Shot VLMs

ICML 2026poster

Vision-Language models (VLMs), such as CLIP, achieve powerful zero-shot classification. However, their predictions remain sensitive to spurious correlations, where contextual cues dominate over semantic content. Earlier solutions typically rely on fine-tuning or prompt engineering, which either unde…

Cited by 0SourceScholar
2026

FakeWorld 1.0: An Omni modal Benchmark for Fake Media and Content

ICML 2026poster

The accelerating realism of AI-generated content has amplified the spread of deceptive information and eroded public trust. Prior works typically split the problem into two tracks, media authenticity, which concerns whether content is real or AI-generated, and content veracity, which concerns semant…

Cited by 0SourceScholar
2026

Just Ask: Curious Code Agents Reveal System Prompts in Frontier LLMs

ICML 2026poster

Autonomous code agents built on large language models are reshaping software and AI development through tool use, long-horizon reasoning, and self-directed interaction. However, this autonomy introduces a previously unrecognized security risk: agentic interaction fundamentally expands the LLM attack…

Cited by 0SourceScholar
2026

Toward Universal and Transferable Jailbreak Attacks on Vision-Language Models

ICLR 2026poster

Vision–language models (VLMs) extend large language models (LLMs) with vision encoders, enabling text generation conditioned on both images and text. However, this multimodal integration expands the attack surface by exposing the model to image-based jailbreaks crafted to induce harmful responses. E…

Cited by 0SourcecodeScholar
2025

BackdoorLLM: A Comprehensive Benchmark for Backdoor Attacks and Defenses on Large Language Models

NeurIPS 2025poster

Generative large language models (LLMs) have achieved state-of-the-art results on a wide range of tasks, yet they remain susceptible to backdoor attacks: carefully crafted triggers in the input can manipulate the model to produce adversary-specified outputs. While prior research has predominantly fo…

Cited by 0SourcecodeScholar
2025

Detecting Backdoor Samples in Contrastive Language Image Pretraining

ICLR 2025poster

Contrastive language-image pretraining (CLIP) has been found to be vulnerable to poisoning backdoor attacks where the adversary can achieve an almost perfect attack success rate on CLIP models by poisoning only 0.01\% of the training dataset. This raises security concerns on the current practice of…

2025

Towards Million-Scale Adversarial Robustness Evaluation With Stronger Individual Attacks

CVPR 2025poster

As deep learning models are increasingly deployed in safety-critical applications, evaluating their vulnerabilities to adversarial perturbations is essential for ensuring their reliability and trustworthiness. Over the past decade, a large number of white-box adversarial robustness methods (i.e., at…

Cited by 1SourcePDFScholar
2025

X-Transfer Attacks: Towards Super Transferable Adversarial Attacks on CLIP

ICML 2025poster

As Contrastive Language-Image Pre-training (CLIP) models are increasingly adopted for diverse downstream tasks and integrated into large vision-language models (VLMs), their susceptibility to adversarial perturbations has emerged as a critical concern. In this work, we introduce **X-Transfer**, a no…

2024

LDReg: Local Dimensionality Regularized Self-Supervised Learning

ICLR 2024poster

Representations learned via self-supervised learning (SSL) can be susceptible to dimensional collapse, where the learned representation subspace is of extremely low dimensionality and thus fails to represent the full data distribution and modalities. Dimensional collapse ––– also known as the "under…

2023

Distilling Cognitive Backdoor Patterns within an Image

ICLR 2023poster

This paper proposes a simple method to distill and detect backdoor patterns within an image: \emph{Cognitive Distillation} (CD). The idea is to extract the ``minimal essence" from an input image responsible for the model's prediction. CD optimizes an input mask to extract a small pattern from the in…

2021

Exploring Architectural Ingredients of Adversarially Robust Deep Neural Networks

NeurIPS 2021poster

Deep neural networks (DNNs) are known to be vulnerable to adversarial attacks. A range of defense methods have been proposed to train adversarially robust DNNs, among which adversarial training has demonstrated promising results. However, despite preliminary understandings developed for adversarial…

2021

Unlearnable Examples: Making Personal Data Unexploitable

ICLR 2021spotlight

The volume of "free" data on the internet has been key to the current success of deep learning. However, it also raises privacy concerns about the unauthorized exploitation of personal data for training commercial models. It is thus crucial to develop methods to prevent unauthorized data exploitatio…

2020

Normalized Loss Functions for Deep Learning with Noisy Labels

ICML 2020poster

Robust loss functions are essential for training accurate deep neural networks (DNNs) in the presence of noisy (incorrect) labels. It has been shown that the commonly used Cross Entropy (CE) loss is not robust to noisy labels. Whilst new loss functions have been designed, they are only partially rob…