← Search

Jason Xue

10 accepted papers

2026

Approximation Algorithm for Constrained k-Center Clustering: A Local Search Approach

AAAI 2026technical

Clustering is a long-standing research problem and a fundamental tool in AI and data analysis. The traditional k-center problem, known as a fundamental theoretical challenge in clustering, has a best possible approximation ratio of 2, and any improvement to a ratio of 2 - ε would imply P = NP. In th

Cited by 0SourcePDFScholar
2026

Cross-Modal Unlearning via Influential Neuron Path Editing in Multimodal Large Language Models

AAAI 2026technical

Multimodal Large Language Models (MLLMs) extend foundation models to real-world applications by integrating inputs such as text and vision. However, their broad knowledge capacity raises growing concerns about privacy leakage, toxicity mitigation, and intellectual property violations. Machine Unlear

Cited by 0SourcePDFScholar
2026

ReTrace: Reinforcement Learning-Guided Reconstruction Attacks on Machine Unlearning

ICLR 2026poster

Machine unlearning has emerged as an inevitable AI mechanism to support GDPR requirements such as revoking user consent through the "right to be forgotten". However, existing approaches often leave residual traces that make them vulnerable to data reconstruction attacks. In this work, we propose R…

Cited by 0SourceScholar
2025

ALMGuard: Safety Shortcuts and Where to Find Them as Guardrails for Audio–Language Models

NeurIPS 2025poster

Recent advances in Audio-Language Models (ALMs) have significantly improved multimodal understanding capabilities. However, the introduction of the audio modality also brings new and unique vulnerability vectors. Previous studies have proposed jailbreak attacks that specifically target ALMs, reveali…

Cited by 0SourcecodeScholar
2025

E2E-VGuard: Adversarial Prevention for Production LLM-based End-To-End Speech Synthesis

NeurIPS 2025poster

Recent advancements in speech synthesis technology have enriched our daily lives, with high-quality and human-like audio widely adopted across real-world applications. However, malicious exploitation like voice-cloning fraud poses severe security risks. Existing defense techniques struggle to addres…

Cited by 0SourcecodeScholar
2025

One Head to Rule Them All: Amplifying LVLM Safety through a Single Critical Attention Head

NeurIPS 2025poster

Large Vision-Language Models (LVLMs) have demonstrated impressive capabilities in tasks requiring multimodal understanding. However, recent studies indicate that LVLMs are more vulnerable than LLMs to unsafe inputs and prone to generating harmful content. Existing defense strategies primarily includ…

Cited by 0SourcecodeScholar
2024

AttEXplore: Attribution for Explanation with model parameters eXploration

ICLR 2024poster

Due to the real-world noise and human-added perturbations, attaining the trustworthiness of deep neural networks (DNNs) is a challenging task. Therefore, it becomes essential to offer explanations for the decisions made by these non-linear and complex parameterized models. Attribution methods are pr…

2024

Effects of Exponential Gaussian Distribution on (Double Sampling) Randomized Smoothing

ICML 2024poster

Randomized Smoothing (RS) is currently a scalable certified defense method providing robustness certification against adversarial examples. Although significant progress has been achieved in providing defenses against $\ell_p$ adversaries, the interaction between the smoothing distribution and the r…

2024

Iterative Search Attribution for Deep Neural Networks

ICML 2024poster

Deep neural networks (DNNs) have achieved state-of-the-art performance across various applications. However, ensuring the reliability and trustworthiness of DNNs requires enhanced interpretability of model inputs and outputs. As an effective means of Explainable Artificial Intelligence (XAI) researc…

2024

Learning with Mixture of Prototypes for Out-of-Distribution Detection

ICLR 2024poster

Out-of-distribution (OOD) detection aims to detect testing samples far away from the in-distribution (ID) training data, which is crucial for the safe deployment of machine learning models in the real world. Distance-based OOD detection methods have emerged with enhanced deep representation learning…