cs.AIJun 28, 2026

SCARCE: Scalable Cascade Analysis for Rare-event Characterisation via Embeddings

Authors: Yingjie Wang, Yi Dong, Edmund Lau, Jie Meng, Taylor T Johnson, Xiaowei Huang

Organizations: University of Liverpool, UK · UK AI Security Institute, UK · Loughborough University, UK · Department of Computer Science, Vanderbilt University, USA

Abstract

Rare events govern the safety profile of modern AI systems, yet their probabilities are extremely difficult to estimate: direct Monte Carlo requires prohibitive sample budgets. Subset Simulation (SS) addresses this by decomposing a rare-event probability into moderate conditional probabilities over nested intermediate events. However, classical SS requires a handcrafted scalar performance function whose sublevel sets define those events, demanding detailed knowledge of the failure geometry and limiting transfer to new domains. We propose SCARCE (Scalable Cascade Analysis for Rare-event Characterisation via Embeddings), which replaces the performance function with learned latent representations and geometric rulers that score proximity to failure regions. Adaptive thresholding constructs nested intermediate events directly from data. We formalise SCARCE through a non-negative supermartingale, yielding a high-probability upper envelope that remains valid under early stopping. On MNIST misclassification, where dense Monte Carlo provides ground truth, SCARCE achieves approximately 400--500 times lower mean absolute error than grid-searched traditional SS while eliminating systematic over-counting. We then study PAIR-style LLM jailbreaks under a fleet-level threat model with adversarial fraction ηη. On Llama-Guard-3-8B hidden states, a PCA-based ruler attains 2.6% mean relative error for η≥10−3η\geq 10^{-3} against finite-sample references whose average bootstrap relative half-width is 27.9%, and transfers to a GCG-style corpus with 2.93% relative error after recalibration. A directional criterion KL(pgood ∥ pbad)\mathrm{KL}(p_{\mathrm{good}}\,\|\,p_{\mathrm{bad}}) ranks rulers consistently with estimation error (Spearman ρ=0.83ρ=0.83).

Explore similar work

CardsList
  1. Estimating Rare Events in Language Models with Proper Evaluation

    Jul 20, 2026Nikita Y. Parulekar, Anqi Liu

  2. Rare Event Estimation via Iterative Unalignment

    Sep 21, 2026Hanming Yang, Daksh Mittal, Jing Dong +1Rare EventsEstimators