Papers
Topics
Authors
Recent
Search
2000 character limit reached

Safety Alignment Margin

Updated 8 July 2026
  • Safety Alignment Margin is a multifaceted concept that defines a buffer between safe and unsafe behavior, expressed as a scalar gap, geometric clearance, or separation principle.
  • It is applied in diverse domains, from control barrier functions in robotics—using geometry-aware margins—to language model preference training that adjusts safety signals via scalar margins.
  • Research highlights that properly calibrated safety margins allocate optimization pressure effectively, reducing harmful outputs and improving system performance without excessive conservatism.

Searching arXiv for the cited papers to ground the article in the current literature. Searching arXiv for “Safety Alignment Margin” and the cited paper IDs. Safety alignment margin is a cross-domain term for the buffer, separation, or boundary that distinguishes aligned behavior from unsafe behavior, or safety-preserving updates from safety-degrading ones. Across the papers considered here, the expression does not denote a single universally standardized quantity. In some works it is an explicit scalar margin inside a loss or a geometric clearance function; in others it is an implicit notion realized through subspace separation, null-space constraints, basin size, refusal-depth thresholds, or test-time decision boundaries (Xu et al., 2024, Feng et al., 2024, Yang et al., 19 Apr 2026).

1. Conceptual range of the term

The literature uses “safety alignment margin” in at least three technically distinct ways. First, it can denote a directly computed safety quantity, such as a heading-aware clearance between robots or a scalar preference-strength annotation between paired responses. Second, it can denote a train-time offset in a preference objective, including per-category adaptive margins or safety-shifted log-ratio terms. Third, it can denote a geometric separation principle rather than a single scalar, such as low-rank isolation of safety directions, orthogonality to capability subspaces, or the size of a safety basin under perturbation (Zhou et al., 19 Jan 2026, Niu et al., 12 Dec 2025, Young, 9 Feb 2026).

Formulation Operational object Representative use
Geometric safety margin Clearance or penetration measure in state space Heading-aware MTV margin in control (Xu et al., 2024)
Preference margin Scalar gap between safe and unsafe responses Legend, Staged-Competence, Cat-DPO (Feng et al., 2024, Kumar et al., 25 May 2026, Yang et al., 19 Apr 2026)
Geometric separation principle Subspace overlap, null space, basin, or depth threshold LSSF, NSPO, alignment-tax geometry, VISAGE (Zhou et al., 19 Jan 2026, Niu et al., 12 Dec 2025, Bach et al., 19 Apr 2026)

A recurring theme is that the margin is not merely a score. It is also a mechanism for allocating optimization pressure, constraining updates, or preserving safety signals under perturbation. This suggests that “margin” in current research is best understood as a family resemblance term rather than a single formal object.

2. Geometry-aware margin in control barrier functions

In learning-based control for car-like robots, the safety alignment margin is a heading-aware collision-avoidance margin that replaces the Euclidean center-to-center radius with a geometry-aware notion derived from the minimum translation vector (MTV) and the Separating Axis Theorem (SAT). The motivation is that a standard center-to-center margin treats vehicles as circles, which is smooth and differentiable but overly conservative for elongated vehicles in overtaking, lane changes, and narrow bypassing maneuvers (Xu et al., 2024).

For each rectangle k{i,j}k \in \{i,j\} and axis a{x,y}a \in \{x,y\}, the algorithm computes signed gaps gag_a. If the projections do not overlap, ga>0g_a>0 is a separation distance; if they overlap, ga<0g_a<0 is an overlap length. These axiswise gaps are combined into

dk={gx2+gy2,gx,gy>0, min(gx,gy),gx,gy<0, max(gx,gy),otherwise.d_k = \begin{cases} \sqrt{g_x^2+g_y^2}, & g_x,g_y>0,\ -\min(|g_x|,|g_y|), & g_x,g_y<0,\ \max(g_x,g_y), & \text{otherwise.} \end{cases}

The pairwise margin is then

dMTV={min(di,dj),di,dj>0, min(di,dj),di,dj<0, max(di,dj),otherwise.d_{\text{MTV}} = \begin{cases} \min(d_i,d_j), & d_i,d_j>0,\ -\min(|d_i|,|d_j|), & d_i,d_j<0,\ \max(d_i,d_j), & \text{otherwise.} \end{cases}

The interpretation is explicit: dMTV>0d_{\text{MTV}}>0 means separation, dMTV=0d_{\text{MTV}}=0 means touching, and dMTV<0d_{\text{MTV}}<0 means penetration.

Because the MTV computation uses min/max operations and case distinctions, it is non-differentiable. The paper therefore trains a differentiable neural approximation a{x,y}a \in \{x,y\}0 on the low-dimensional relative state

a{x,y}a \in \{x,y\}1

and defines the actual barrier by subtracting a known upper bound on the approximation error:

a{x,y}a \in \{x,y\}2

The reported test-set bound is a{x,y}a \in \{x,y\}3 m, and if the state leaves the known input range, the method falls back to the conservative center-to-center margin.

For the relative dynamics of two robots modeled by the nonlinear kinematic bicycle model, the barrier has relative degree two. With linear class-a{x,y}a \in \{x,y\}4 functions a{x,y}a \in \{x,y\}5 and a{x,y}a \in \{x,y\}6, the second-order barrier condition is

a{x,y}a \in \{x,y\}7

The safety set is

a{x,y}a \in \{x,y\}8

and the relevant invariant set is a{x,y}a \in \{x,y\}9, where gag_a0 and gag_a1. If the initial relative state lies in gag_a2 and the controller enforces

gag_a3

then the two-vehicle system remains collision-free forever.

Empirically, the geometry-aware margin reduces conservatism rather than merely shifting it. In overtaking, the MTV-based barrier allowed a successful overtake at gag_a4 s, whereas the center-to-center barrier became so restrictive that the pass could not be completed. In bypassing, average lateral deviation dropped from about gag_a5 of vehicle width under the Euclidean margin to gag_a6, a gag_a7 reduction, and the bypass completed gag_a8 faster, with nearly unchanged computation time (Xu et al., 2024).

3. Preference margins in language-model safety alignment

In preference learning for LLMs, the most explicit use of safety alignment margin is as a scalar quantification of “how much more harmless” one response is than another. Legend introduces a margin-enhanced preference dataset and modifies the Bradley-Terry-style reward loss to

gag_a9

Its margin annotation is built from a representation-engineered safety direction. If

ga>0g_a>00

then the normalized Standard Margin Vector is

ga>0g_a>01

and the scalar safety margin for a target pair is

ga>0g_a>02

Legend reports reward-model gains of about ga>0g_a>03 on Harmless and ga>0g_a>04 on Safe-RLHF over the origin dataset, with some reward models improving by around ga>0g_a>05 on Safe-RLHF, and human-consistency scores of ga>0g_a>06 versus ga>0g_a>07 on Harmless and ga>0g_a>08 versus ga>0g_a>09 on Safe-RLHF relative to RewardEnsemble@3 (Feng et al., 2024).

Curriculum-based safety alignment uses the term differently. Staged-Competence defines a model-dependent preference alignment margin for curriculum ordering:

ga<0g_a<00

where ga<0g_a<01 is the base model’s zero-shot response. Large positive ga<0g_a<02 means the base response is closer to the safe answer and the pair is easy; small or negative ga<0g_a<03 means the pair is hard. The same paper tracks the training reward margin

ga<0g_a<04

and reports about ga<0g_a<05 larger reward-margin separation than baseline DPO, together with average reductions of ga<0g_a<06 in out-of-distribution harmful response rates and ga<0g_a<07 in jailbreak attack success rates across three model families. It also reports that Staged-Competence matches baseline safety with only ga<0g_a<08 of the training data (Kumar et al., 25 May 2026).

Cat-DPO makes the margin category-adaptive. It casts safety alignment as a per-category constrained optimization problem and applies a separate adaptive safety margin to each harm category. For a safe-unsafe pair, the loss is

ga<0g_a<09

with

dk={gx2+gy2,gx,gy>0, min(gx,gy),gx,gy<0, max(gx,gy),otherwise.d_k = \begin{cases} \sqrt{g_x^2+g_y^2}, & g_x,g_y>0,\ -\min(|g_x|,|g_y|), & g_x,g_y<0,\ \max(g_x,g_y), & \text{otherwise.} \end{cases}0

and the violation proxy

dk={gx2+gy2,gx,gy>0, min(gx,gy),gx,gy<0, max(gx,gy),otherwise.d_k = \begin{cases} \sqrt{g_x^2+g_y^2}, & g_x,g_y>0,\ -\min(|g_x|,|g_y|), & g_x,g_y<0,\ \max(g_x,g_y), & \text{otherwise.} \end{cases}1

The category multiplier update is

dk={gx2+gy2,gx,gy>0, min(gx,gy),gx,gy<0, max(gx,gy),otherwise.d_k = \begin{cases} \sqrt{g_x^2+g_y^2}, & g_x,g_y>0,\ -\min(|g_x|,|g_y|), & g_x,g_y<0,\ \max(g_x,g_y), & \text{otherwise.} \end{cases}2

The intended behavior is explicit: the margin tightens when a category is still unsafe and relaxes once the category catches up. On Alpaca-7B, Cat-DPO reports helpfulness dk={gx2+gy2,gx,gy>0, min(gx,gy),gx,gy<0, max(gx,gy),otherwise.d_k = \begin{cases} \sqrt{g_x^2+g_y^2}, & g_x,g_y>0,\ -\min(|g_x|,|g_y|), & g_x,g_y<0,\ \max(g_x,g_y), & \text{otherwise.} \end{cases}3, harmlessness dk={gx2+gy2,gx,gy>0, min(gx,gy),gx,gy<0, max(gx,gy),otherwise.d_k = \begin{cases} \sqrt{g_x^2+g_y^2}, & g_x,g_y>0,\ -\min(|g_x|,|g_y|), & g_x,g_y<0,\ \max(g_x,g_y), & \text{otherwise.} \end{cases}4, Safe Ratio dk={gx2+gy2,gx,gy>0, min(gx,gy),gx,gy<0, max(gx,gy),otherwise.d_k = \begin{cases} \sqrt{g_x^2+g_y^2}, & g_x,g_y>0,\ -\min(|g_x|,|g_y|), & g_x,g_y<0,\ \max(g_x,g_y), & \text{otherwise.} \end{cases}5, and Safe Ratiodk={gx2+gy2,gx,gy>0, min(gx,gy),gx,gy<0, max(gx,gy),otherwise.d_k = \begin{cases} \sqrt{g_x^2+g_y^2}, & g_x,g_y>0,\ -\min(|g_x|,|g_y|), & g_x,g_y<0,\ \max(g_x,g_y), & \text{otherwise.} \end{cases}6 dk={gx2+gy2,gx,gy>0, min(gx,gy),gx,gy<0, max(gx,gy),otherwise.d_k = \begin{cases} \sqrt{g_x^2+g_y^2}, & g_x,g_y>0,\ -\min(|g_x|,|g_y|), & g_x,g_y<0,\ \max(g_x,g_y), & \text{otherwise.} \end{cases}7, while reducing per-category variance and the best-to-worst gap (Yang et al., 19 Apr 2026).

A more principled derivation appears in BSO, where safety alignment is framed as density ratio matching. The safety-induced margin is the shift dk={gx2+gy2,gx,gy>0, min(gx,gy),gx,gy<0, max(gx,gy),otherwise.d_k = \begin{cases} \sqrt{g_x^2+g_y^2}, & g_x,g_y>0,\ -\min(|g_x|,|g_y|), & g_x,g_y<0,\ \max(g_x,g_y), & \text{otherwise.} \end{cases}8 in the safety-shifted log-ratio

dk={gx2+gy2,gx,gy>0, min(gx,gy),gx,gy<0, max(gx,gy),otherwise.d_k = \begin{cases} \sqrt{g_x^2+g_y^2}, & g_x,g_y>0,\ -\min(|g_x|,|g_y|), & g_x,g_y<0,\ \max(g_x,g_y), & \text{otherwise.} \end{cases}9

This paper argues that such a margin should arise from the safe reward dMTV={min(di,dj),di,dj>0, min(di,dj),di,dj<0, max(di,dj),otherwise.d_{\text{MTV}} = \begin{cases} \min(d_i,d_j), & d_i,d_j>0,\ -\min(|d_i|,|d_j|), & d_i,d_j<0,\ \max(d_i,d_j), & \text{otherwise.} \end{cases}0 rather than from a heuristic add-on, and shows that SafeDPO is recovered as a special case of the Bregman Safety Optimization family (Nguyen et al., 12 May 2026).

4. Subspace, projection, and representation-space interpretations

Several papers do not define an explicit scalar safety alignment margin but instead replace it with a geometric separation principle. LSSF argues that safety information in LLMs lives in a low-rank subspace that is stable during fine-tuning and isolated from general capabilities. The method performs low-rank orthogonal matrix decomposition on activations, constructs a projection matrix

dMTV={min(di,dj),di,dj>0, min(di,dj),di,dj<0, max(di,dj),otherwise.d_{\text{MTV}} = \begin{cases} \min(d_i,d_j), & d_i,d_j>0,\ -\min(|d_i|,|d_j|), & d_i,d_j<0,\ \max(d_i,d_j), & \text{otherwise.} \end{cases}1

and introduces safety singular value entropy

dMTV={min(di,dj),di,dj>0, min(di,dj),di,dj<0, max(di,dj),otherwise.d_{\text{MTV}} = \begin{cases} \min(d_i,d_j), & d_i,d_j>0,\ -\min(|d_i|,|d_j|), & d_i,d_j<0,\ \max(d_i,d_j), & \text{otherwise.} \end{cases}2

with the adaptive rank rule

dMTV={min(di,dj),di,dj>0, min(di,dj),di,dj<0, max(di,dj),otherwise.d_{\text{MTV}} = \begin{cases} \min(d_i,d_j), & d_i,d_j>0,\ -\min(|d_i|,|d_j|), & d_i,d_j<0,\ \max(d_i,d_j), & \text{otherwise.} \end{cases}3

The threshold dMTV={min(di,dj),di,dj>0, min(di,dj),di,dj<0, max(di,dj),otherwise.d_{\text{MTV}} = \begin{cases} \min(d_i,d_j), & d_i,d_j>0,\ -\min(|d_i|,|d_j|), & d_i,d_j<0,\ \max(d_i,d_j), & \text{otherwise.} \end{cases}4 is the paper’s closest analogue to a controllable margin because it regulates how much safety structure is preserved. On Medical QA, the base model has BLEU dMTV={min(di,dj),di,dj>0, min(di,dj),di,dj<0, max(di,dj),otherwise.d_{\text{MTV}} = \begin{cases} \min(d_i,d_j), & d_i,d_j>0,\ -\min(|d_i|,|d_j|), & d_i,d_j<0,\ \max(d_i,d_j), & \text{otherwise.} \end{cases}5, Rouge-L dMTV={min(di,dj),di,dj>0, min(di,dj),di,dj<0, max(di,dj),otherwise.d_{\text{MTV}} = \begin{cases} \min(d_i,d_j), & d_i,d_j>0,\ -\min(|d_i|,|d_j|), & d_i,d_j<0,\ \max(d_i,d_j), & \text{otherwise.} \end{cases}6, AdvBench dMTV={min(di,dj),di,dj>0, min(di,dj),di,dj<0, max(di,dj),otherwise.d_{\text{MTV}} = \begin{cases} \min(d_i,d_j), & d_i,d_j>0,\ -\min(|d_i|,|d_j|), & d_i,d_j<0,\ \max(d_i,d_j), & \text{otherwise.} \end{cases}7, HarmfulQA dMTV={min(di,dj),di,dj>0, min(di,dj),di,dj<0, max(di,dj),otherwise.d_{\text{MTV}} = \begin{cases} \min(d_i,d_j), & d_i,d_j>0,\ -\min(|d_i|,|d_j|), & d_i,d_j<0,\ \max(d_i,d_j), & \text{otherwise.} \end{cases}8, and CATQA dMTV={min(di,dj),di,dj>0, min(di,dj),di,dj<0, max(di,dj),otherwise.d_{\text{MTV}} = \begin{cases} \min(d_i,d_j), & d_i,d_j>0,\ -\min(|d_i|,|d_j|), & d_i,d_j<0,\ \max(d_i,d_j), & \text{otherwise.} \end{cases}9, whereas LSSF reports BLEU dMTV>0d_{\text{MTV}}>00, Rouge-L dMTV>0d_{\text{MTV}}>01, AdvBench dMTV>0d_{\text{MTV}}>02, HarmfulQA dMTV>0d_{\text{MTV}}>03, and CATQA dMTV>0d_{\text{MTV}}>04 (Zhou et al., 19 Jan 2026).

NSPO makes the geometric interpretation explicit. It defines the safety alignment margin as the region of policy updates where safety can improve while general capability remains effectively unchanged. The core condition is that the alignment-induced update dMTV>0d_{\text{MTV}}>05 satisfies

dMTV>0d_{\text{MTV}}>06

so that

dMTV>0d_{\text{MTV}}>07

The projected gradient is

dMTV>0d_{\text{MTV}}>08

which satisfies dMTV>0d_{\text{MTV}}>09. The method proves both non-expansiveness,

dMTV=0d_{\text{MTV}}=00

and the existence of a learning rate yielding a valid descent direction. Empirically, the marginal drop in general benchmarks is usually within dMTV=0d_{\text{MTV}}=01, with only a few cases reaching about dMTV=0d_{\text{MTV}}=02, while the method uses only dMTV=0d_{\text{MTV}}=03 of PKU-SafeRLHF and reports virtually no difference from using dMTV=0d_{\text{MTV}}=04 data (Niu et al., 12 Dec 2025).

A formal representation-space account is given by the geometry-of-alignment-tax paper. Under linear representation assumptions, the alignment tax rate is

dMTV=0d_{\text{MTV}}=05

the squared projection of the unit safety direction onto the capability subspace. The paper interprets the orthogonal component

dMTV=0d_{\text{MTV}}=06

as the room for free safety improvement, yielding

dMTV=0d_{\text{MTV}}=07

when capability cost is zero. The safety-capability Pareto frontier is

dMTV=0d_{\text{MTV}}=08

This gives a precise geometric quantity that functions as a margin: as the principal-angle separation increases, the free-safety component increases; as overlap approaches one, the margin collapses (Young, 9 Feb 2026).

5. Failure modes, attack surfaces, and narrow margins

A central critique of margin-based language-model alignment is that increasing a preference gap does not by itself specify how the preferred and dispreferred responses should move individually. The gradient-entanglement paper formalizes a general margin-based objective

dMTV=0d_{\text{MTV}}=09

and shows that in DPO the first-order changes obey

dMTV<0d_{\text{MTV}}<00

dMTV<0d_{\text{MTV}}<01

The ideal behavior requires

dMTV<0d_{\text{MTV}}<02

When the inner product is large and positive, chosen and rejected probabilities can increase together or decrease together even as the margin grows. The paper terms this effect gradient entanglement and treats it as a safety-relevant failure mode of under-specified margin objectives (Yuan et al., 2024).

Inference-time reversibility is highlighted by emulated disalignment. If alignment induces a reward-like log-probability difference between aligned and base models, then that same difference can be inverted. ED samples from

dMTV<0d_{\text{MTV}}<03

which upweights tokens favored by the base model and suppressed by the aligned model. The paper reports that ED doubles the harmfulness of pre-trained models and achieves the highest harmful rate in dMTV<0d_{\text{MTV}}<04 out of dMTV<0d_{\text{MTV}}<05 evaluation subsets. This reframes the alignment gap as an attack surface rather than a robust buffer (Zhou et al., 2024).

Mechanistic fragility appears in the attention-head literature. One study argues that aligned LLMs encode refusal and safety behavior in a small subset of attention heads and uses Refusal Direction-Guided Safety Head Ablation, with head score

dMTV<0d_{\text{MTV}}<06

Ablating even a moderate number of heads sharply increases harmfulness, and jailbreak prompts reduce the influence of the same safety-critical heads. The proposed Attention Head-level Dropout redistributes safety across more heads; for example, on Llama-2, harmfulness under SI-GCG falls from dMTV<0d_{\text{MTV}}<07 to dMTV<0d_{\text{MTV}}<08, and under Adaptive attacks from dMTV<0d_{\text{MTV}}<09 to a{x,y}a \in \{x,y\}00, after AHD training (Huang et al., 27 Aug 2025).

Safety depth provides another boundary notion. Modeling autoregressive generation as a Markov chain, the safety-alignment-depth paper studies when refusal states become a{x,y}a \in \{x,y\}01-absorbing:

a{x,y}a \in \{x,y\}02

It defines the largest safety depth

a{x,y}a \in \{x,y\}03

and shows that broader ensembles can compensate for shallower alignment. This is a margin-like robustness buffer measured not by a single response score but by the slack between the current dynamics and an absorbing refusal regime (Kao et al., 2 Feb 2025).

6. Contextual, multimodal, continual, and efficiency-aware extensions

In geo-diverse safety alignment, the boundary between safe and unsafe behavior is context-dependent rather than universal. SafeWorld does not define a formal safety alignment margin, but it operationalizes alignment through response-type matching, faithfulness, coverage, and factuality over cultural norms and legal policies. The benchmark contains a{x,y}a \in \{x,y\}04 test queries grounded in a{x,y}a \in \{x,y\}05 cultural norms and a{x,y}a \in \{x,y\}06 public policies across a{x,y}a \in \{x,y\}07 countries and a{x,y}a \in \{x,y\}08 regions or ethnic groups. SafeWorldLM reaches coverage a{x,y}a \in \{x,y\}09, faithfulness a{x,y}a \in \{x,y\}10, factuality a{x,y}a \in \{x,y\}11, and response-type match a{x,y}a \in \{x,y\}12, exceeding GPT-4o’s a{x,y}a \in \{x,y\}13, a{x,y}a \in \{x,y\}14, a{x,y}a \in \{x,y\}15, and a{x,y}a \in \{x,y\}16, respectively. Here the relevant boundary is the distinction between matched and unmatched response types, together with how correctly the model references the appropriate local norms and policies (Yin et al., 2024).

In multimodal systems, GuardAlign enlarges the effective separation between safe and unsafe behavior at test time. Unsafe image patches are identified by optimal-transport distance and thresholded via

a{x,y}a \in \{x,y\}17

with a{x,y}a \in \{x,y\}18, while cross-modal attentive calibration amplifies attention from instruction tokens to safety-prefix tokens through

a{x,y}a \in \{x,y\}19

The paper reports a much clearer distribution gap between safe and unsafe patches, with a{x,y}a \in \{x,y\}20 for OT versus a{x,y}a \in \{x,y\}21 for cosine similarity, unsafe response reductions of up to a{x,y}a \in \{x,y\}22 on SPA-VL, and an improvement on VQAv2 from a{x,y}a \in \{x,y\}23 to a{x,y}a \in \{x,y\}24 (Zhu et al., 27 Feb 2026).

For continual fine-tuning, safety alignment is recast as remaining inside a safety basin. The relevant proxy is VISAGE,

a{x,y}a \in \{x,y\}25

and alignment drift is

a{x,y}a \in \{x,y\}26

The paper argues that high-gradient samples shrink this margin most strongly, whereas moderate-gradient samples preserve it while still enabling task learning. On Qwen2.5-7B, VISAGE falls from a{x,y}a \in \{x,y\}27 for the aligned model to a{x,y}a \in \{x,y\}28 under high-gradient selection, a{x,y}a \in \{x,y\}29 under random sampling, and a{x,y}a \in \{x,y\}30 under moderate-gradient selection; corresponding ASR values are a{x,y}a \in \{x,y\}31, a{x,y}a \in \{x,y\}32, and a{x,y}a \in \{x,y\}33. The recommended method selects samples near the median gradient norm with default ratio a{x,y}a \in \{x,y\}34 (Bach et al., 19 Apr 2026).

Efficiency-oriented safety alignment for small LLMs introduces a different implicit margin: a semantic decision boundary between benign queries, straightforward malicious queries, and adversarial jailbreak queries that require safety reasoning. EASE first distills safety reasoning from a teacher, then calibrates selective activation so that reasoning is triggered only in vulnerable semantic regions. The paper reports jailbreak attack success-rate reductions of up to a{x,y}a \in \{x,y\}35 compared to shallow alignment methods and inference-overhead reductions of up to a{x,y}a \in \{x,y\}36 compared to deliberative safety reasoning alignment. For example, on Qwen2.5-3B-Instruct, WildJailbreak ASR falls from a{x,y}a \in \{x,y\}37 under refusal training and a{x,y}a \in \{x,y\}38 under deliberative alignment to a{x,y}a \in \{x,y\}39 under EASE (Shi et al., 9 Nov 2025).

Taken together, these results show that safety alignment margin is best viewed as a technically heterogeneous research construct. It may be a differentiable clearance function, a scalar preference-strength label, an adaptive per-category loss offset, a density-ratio correction, a null-space feasibility region, a free-safety component in representation geometry, a perturbation basin, an absorbing-refusal threshold, or a test-time decision boundary. The common role is consistent: it quantifies or induces the slack by which a system remains on the safe side of a task-specific boundary under optimization, perturbation, or adversarial pressure.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Safety Alignment Margin.