paper-with-me

홈 › Papers

Hack The Box: Fooling Deep Learning Abstraction-Based Monitors

2021-07-10 · Sara Hajj Ibrahim, Mohamed Nassar

Deep learning is a type of machine learning that adapts a deep hierarchy of concepts. Deep learning classifiers link the most basic version of concepts at the input layer to the most abstract version of concepts at the output layer, also known as a class or label. However, once trained over a finite set of classes, some deep learning models do not have the power to say that a given input does not belong to any of the classes and simply cannot be linked. Correctly invalidating the prediction of unrelated classes is a challenging problem that has been tackled in many ways in the literature. Novelty detection gives deep learning the ability to output "do not know" for novel/unseen classes. Still, no attention has been given to the security aspects of novelty detection. In this paper, we consider the case study of abstraction-based novelty detection and show that it is not robust against adversarial samples. Moreover, we show the feasibility of crafting adversarial samples that fool the deep learning classifier and bypass the novelty detection monitoring at the same time. In other words, these monitoring boxes are hackable. We demonstrate that novelty detection itself ends up as an attack surface.

📄 PDF Abstract BibTeX arXiv:2107.04764

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningNovelty Detection

Similar Papers 제목 키워드 기반

Do Prompt-Elicited Trajectories Reflect Training-Time Reward Hacking? A Systematic Study on Monitoring Trainig-Time Reward Hacking in Code Generation

2026-04-26 · Lichen Li, Hengguang Zhou, Yijun Liang, Tianyi Zhou 외 arxiv

Reward hacking in code generation, where models exploit evaluation loopholes to obtain high reward without correctly solving the intended task, poses a critical challenge for Reinforcement Learning (RL) and the deploymen…

Reinforcement LearningCode Generation

Customizable Reference Runtime Monitoring of Neural Networks using Resolution Boxes

2021-04-25 · Changshun Wu, Yliès Falcone, Saddek Bensalem

Classification neural networks fail to detect inputs that do not fall inside the classes they have been trained for. Runtime monitoring techniques on the neuron activation pattern can be used to detect such inputs. We pr…

Clustering

Attention Masks Help Adversarial Attacks to Bypass Safety Detectors

2024-11-07 · Yunfan Shi

Despite recent research advancements in adversarial attack methods, current approaches against XAI monitors are still discoverable and slower. In this paper, we present an adaptive framework for attention mask generation…

Adversarial Attackimage-classificationImage Classification

Monitoring Reasoning Models for Misbehavior and the Risks of Promoting Obfuscation

2025-03-14 · Bowen Baker, Joost Huizinga, Leo Gao, Zehao Dou 외

Mitigating reward hacking--where AI systems misbehave due to flaws or misspecifications in their learning objectives--remains a key challenge in constructing capable and aligned models. We show that we can monitor a fron…

From Reward-Hack Activations to Agentic Risk States: Context-Calibrated Mechanistic Monitoring in LLM Agents

2026-06-04 · Patrick Wilhelm, Odej Kao arxiv

Language-model agents act through repeated cycles of observation, reasoning, and action selection, making safety monitoring depend on both internal model state and environment context. We study reward-hacking monitors in…