paper-with-me

홈 › Papers

UNSEEN: A Cross-Stack LLM Unlearning Defense against AR-LLM Social Engineering Attacks

2026-04-25 · Tianlong Yu, Yang Yang, Xiao Luo, Lihong Liu, Fudu Xing, Zui Tao, Kailong Wang, Gaoyang Liu, Ting Bi arxiv

Emerging AR-LLM-based Social Engineering attack (e.g., SEAR) is at the edge of posing great threats to real-world social life. In such AR-LLM-SE attack, the attacker can leverage AR (Augmented Reality) glass to capture the image and vocal information of the target, using the LLM to identify the target and generate the social profile, using the LLM agents to apply social engineering strategies for conversation suggestion to win the target trust and perform phishing afterwards. Current defensive approaches, such as role-based access control or data flow tracking, are not directly applicable to the convergent AR-LLM ecosystem (considering embedded AR device and opaque LLM inference), leaving an emerging and potent social engineering threat that existing privacy paradigms are ill-equipped to address. This necessitates a shift beyond solely human-centric measures like legislation and user education toward enforceable vendor policies and platform-level restrictions. Realizing this vision, however, faces significant technical challenges: securing resource-constrained AR-embedded devices, implementing fine-grained access control within opaque LLM inferences, and governing adaptive interactive agents. To address these challenges, we present UNSEEN, a coordinated cross-stack defense that combines an AR ACL (Access Control Layer) for identity-gated sensing, F-RMU-based LLM unlearning for sensitive profile suppression, and runtime agent guardrails for adaptive interaction control. We evaluate UNSEEN in an IRB-approved user study with 60 participants and a dataset of 360 annotated conversations across realistic social scenarios.

📄 PDF Abstract BibTeX arXiv:2604.23141

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Theft to Bomb-Making: The Ripple Effect of Unlearning in Defending Against Jailbreak Attacks

2024-07-03 · Zhexin Zhang, Junxiao Yang, Yida Lu, Pei Ke 외

Large Language Models (LLMs) are known to be vulnerable to jailbreak attacks. An important observation is that, while different types of jailbreak attacks can generate significantly different queries, they mostly result …

Safety Alignment

Backdoor Token Unlearning: Exposing and Defending Backdoors in Pretrained Language Models

2025-01-05 · Peihai Jiang, Xixiang Lyu, Yige Li, Jing Ma

Supervised fine-tuning has become the predominant method for adapting large pretrained models to downstream tasks. However, recent studies have revealed that these models are vulnerable to backdoor attacks, where even a …

backdoor defense

SafeLLM: Unlearning Harmful Outputs from Large Language Models against Jailbreak Attacks

2025-08-21 · Xiangman Li, Xiaodong Wu, Qi Li, Jianbing Ni 외 arxiv

Jailbreak attacks pose a serious threat to the safety of Large Language Models (LLMs) by crafting adversarial prompts that bypass alignment mechanisms, causing the models to produce harmful, restricted, or biased content…

Privacy-Preserving Debiasing using Data Augmentation and Machine Unlearning

2024-04-19 · Zhixin Pan, Emma Andrews, Laura Chang, Prabhat Mishra

Data augmentation is widely used to mitigate data bias in the training dataset. However, data augmentation exposes machine learning models to privacy attacks, such as membership inference attacks. In this paper, we propo…

Data AugmentationFairnessMachine UnlearningPrivacy Preserving

SoK: Unlearnability and Unlearning for Model Dememorization

2026-05-12 · Mengying Zhang, Derui Wang, Ruoxi Sun, Xiaoyu Xia 외 arxiv

Advanced model dememorization methods, including availability poisoning (unlearnability) and machine unlearning, are emerging as key safeguards against data misuse in machine learning (ML). At the training stage, unlearn…