paper-with-me

Papers

Layerwise Convergence Fingerprints for Runtime Misbehavior Detection in Large Language Models

2026-04-27 · Nay Myat Min, Long H. Pham, Jun Sun arxiv

Large language models deployed at runtime can misbehave in ways that clean-data validation cannot anticipate: training-time backdoors lie dormant until triggered, jailbreaks subvert safety alignment, and prompt injections override the deployer's instructions. Existing runtime defenses address these threats one at a time and often assume a clean reference model, trigger knowledge, or editable weights, assumptions that rarely hold for opaque third-party artifacts. We introduce Layerwise Convergence Fingerprinting (LCF), a tuning-free runtime monitor that treats the inter-layer hidden-state trajectory as a health signal: LCF computes a diagonal Mahalanobis distance on every inter-layer difference, aggregates via Ledoit-Wolf shrinkage, and thresholds via leave-one-out calibration on 200 clean examples, with no reference model, trigger knowledge, or retraining. Evaluated on four architectures (Llama-3-8B, Qwen2.5-7B, Gemma-2-9B, Qwen2.5-14B) across backdoors, jailbreaks, and prompt injection (56 backdoor combinations, 3 jailbreak techniques, and BIPIA email + code-QA), LCF reduces mean backdoor attack success rate (ASR) below 1% on Qwen2.5-7B and Gemma-2 and to 1.3% on Qwen2.5-14B, detects 92-100% of DAN jailbreaks (62-100% for GCG and softer role-play), and flags 100% of text-payload injections across all eight (model, domain) cells, at 12-16% backdoor FPR and <0.1% inference overhead. A single aggregation score covers all three threat families without threat-specific tuning, positioning LCF as a general-purpose runtime safety layer for cloud-served and on-device LLMs.

📄 PDF Abstract BibTeX arXiv:2604.24542

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RvLLM: LLM Runtime Verification with Domain Knowledge

2025-05-24 · Yedi Zhang, Sun Yi Emma, Annabelle Lee Jia En, Jin Song Dong

Large language models (LLMs) have emerged as a dominant AI paradigm due to their exceptional text understanding and generation capabilities. However, their tendency to generate inconsistent or erroneous outputs challenge…

LLMScan: Causal Scan for LLM Misbehavior Detection

2024-10-22 · Mengdi Zhang, Kai Kiat Goh, Peixin Zhang, Jun Sun 외

Despite the success of Large Language Models (LLMs) across various fields, their potential to generate untruthful, biased and harmful responses poses significant risks, particularly in critical applications. This highlig…

Causal Inference

Online and Real-Time Tracking in a Surveillance Scenario

2021-06-02 · Oliver Urbann, Oliver Bredtmann, Maximilian Otten, Jan-Philip Richter 외

This paper presents an approach for tracking in a surveillance scenario. Typical aspects for this scenario are a 24/7 operation with a static camera mounted above the height of a human with many objects or people. The Mu…

Multiple Object TrackingObject Tracking

PAMPOS: Causal Transformer-based Trajectory Prediction for Attack-Agnostic Misbehavior Detection in V2X Networks

2026-05-07 · Konstantinos Kalogiannis, Ahmed Mohamed Hussain, Panos Papadimitratos arxiv

Misbehavior detection in Vehicle-to-Everything (V2X) networks is a second line of defense against insider falsification attacks that cryptographic mechanisms alone cannot address. Existing learning-based Misbehavior Dete…

Trajectory Prediction

A neural-network based anomaly detection system and a safety protocol to protect vehicular network

2024-11-11 · Marco Franceschini

This thesis addresses the use of Cooperative Intelligent Transport Systems (CITS) to improve road safety and efficiency by enabling vehicle-to-vehicle communication, highlighting the importance of secure and accurate dat…

Anomaly Detection