paper-with-me

Papers

SHIELD: Secure Hypernetworks for Incremental Expansion Learning Defense

2025-06-09 · Patryk Krukowski, Łukasz Gorczyca, Piotr Helm, Kamil Książek, Przemysław Spurek

Traditional deep neural networks suffer from several limitations, including catastrophic forgetting. When models are adapted to new datasets, they tend to quickly forget previously learned knowledge. Another significant issue is the lack of robustness to even small perturbations in the input data. In practice, we can often easily perform adversarial attacks and change the network's predictions, adding minimal noise to the input. Dedicated architectures and training procedures can solve each of the above problems separately. Unfortunately, currently, no model can simultaneously address both catastrophic forgetting and vulnerability to adversarial attacks. We introduce SHIELD (Secure Hypernetworks for Incremental Expansion and Learning Defense), a novel approach that integrates a hypernetwork-based continual learning approach with interval arithmetic. SHIELD use the hypernetwork to transfer trainable task embedding vectors into the weights of a target model dedicated to specific data. This paradigm allows for the dynamic generation of separate networks for each subtask, while the hypernetwork aggregates and analyzes information across all tasks. The target model takes in the input a data sample with a defined interval range, and by creating a hypercube, produces a prediction for the given range. Therefore, such target models provide strict guarantees against all possible attacks for data samples within the interval range. Our approach enhances security without sacrificing network adaptability, addressing the overlooked challenge of safety in continual learning.

📄 PDF Abstract BibTeX arXiv:2506.08255

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Methods 이 논문이 사용한 방법론

HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…

Similar Papers 제목 키워드 기반

MAS-Shield: A Defense Framework for Secure and Efficient LLM MAS

2025-11-28 · Kaixiang Wang, Zhaojiacheng Zhou, Bunyod Suvonov, Jiong Lou 외 arxiv

Large Language Model (LLM)-based Multi-Agent Systems (MAS) are susceptible to linguistic attacks that can trigger cascading failures across the network. Existing defenses face a fundamental dilemma: lightweight single-au…

LoRAShield: Data-Free Editing Alignment for Secure Personalized LoRA Sharing

2025-07-05 · Jiahao Chen, Junhao Li, Yiming Wang, Yong Yang 외 arxiv

The proliferation of Low-Rank Adaptation (LoRA) models has democratized personalized text-to-image generation, enabling users to share lightweight models (e.g., personal portraits) on platforms like Civitai and Liblib. H…

Text-to-Image GenerationPrompt Engineering

FraudShield: Knowledge Graph Empowered Defense for LLMs against Fraud Attacks

2026-01-30 · Naen Xu, Jinghuai Zhang, Ping He, Chunyi Zhou 외 arxiv

Large language models (LLMs) have been widely integrated into critical automated workflows, including contract review and job application processes. However, LLMs are susceptible to manipulation by fraudulent information…

VLMShield: Efficient and Robust Defense of Vision-Language Models against Malicious Prompts

2026-04-07 · Peigui Qi, Kunsheng Tang, Yanpu Yu, Jialin Wu 외 arxiv

Vision-Language Models (VLMs) face significant safety vulnerabilities from malicious prompt attacks due to weakened alignment during visual integration. Existing defenses suffer from efficiency and robustness. To address…

FLShield: A Validation Based Federated Learning Framework to Defend Against Poisoning Attacks

2023-08-10 · Ehsanul Kabir, Zeyu Song, Md Rafi Ur Rashid, Shagufta Mehnaz

Federated learning (FL) is revolutionizing how we learn from data. With its growing popularity, it is now being used in many safety-critical domains such as autonomous vehicles and healthcare. Since thousands of particip…

Autonomous VehiclesFederated Learning