0 cumulative citations
View corpus contextFinancial machine‑learning models are far more adversarially fragile in market stress: under identical attacks, models operating in high‑volatility regimes suffer larger accuracy losses and elevated false negatives, risking missed high‑risk cases; standard performance checks mask this regime‑dependent vulnerability.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
Machine learning models used in financial decision systems operate in nonstationary economic environments, yet adversarial robustness is typically evaluated under static assumptions. This work introduces Conditional Adversarial Fragility, a regime dependent phenomenon in which adversarial vulnerability is systematically amplified during periods of macroeconomic stress. We propose a regime aware evaluation framework for time indexed tabular financial classification tasks that conditions robustness assessment on external indicators of economic stress. Using volatility based regime segmentation as a proxy for macroeconomic conditions, we evaluate model behavior across calm and stress periods while holding model architecture, attack methodology, and evaluation protocols constant. Baseline predictive performance remains comparable across regimes, indicating that economic stress alone does not induce inherent performance degradation. Under adversarial perturbations, however, models operating during stress regimes exhibit substantially greater degradation across predictive accuracy, operational decision thresholds, and risk sensitive outcomes. We further demonstrate that this amplification propagates to increased false negative rates, elevating the risk of missed high risk cases during adverse conditions. To complement numerical robustness metrics, we introduce an interpretive governance layer based on semantic auditing of model explanations using large language models. Together, these results demonstrate that adversarial robustness in financial machine learning is a regime dependent property and motivate stress aware approaches to model risk assessment in high stakes financial deployments.
Summary
Main Finding
Adversarial vulnerability in financial ML models is regime-dependent: during periods proxied as macroeconomic stress (high market volatility) the same adversarial perturbations produce substantially larger degradation in predictive performance, economic loss, and operational decision errors. The paper quantifies this as a Risk Amplification Factor (RAF ≈ 1.97× for their setup), and shows that semantic instability of explanations (measured by a Semantic Robustness Index, SRI) can serve as an early-warning governance signal.
Key Points
- Concept: "Conditional Adversarial Fragility" — adversarial fragility is not a fixed model property but is amplified in stress regimes.
- Empirical headline numbers (LendingClub credit-risk experiment):
- Baseline (clean) AUROC ≈ 1.0000 in both Calm and Stress regimes.
- Under PGD attack (ℓ∞, ϵ = 0.1, 10 iterations): ∆AUROCcalm = 0.0446; ∆AUROCstress = 0.0877 → RAF = ∆AUROCstress / ∆AUROCcalm ≈ 1.97.
- Post-attack accuracy collapsed to ~59–61% in both regimes; adversarial impact on tail risk and financial loss metrics (EL, VaR, ES) was larger in Stress.
- Operationally relevant thresholds: false negative rates increased disproportionately under stress (higher risk of missed high-risk cases).
- Governance layer: an LLM-assisted semantic audit of SHAP explanations yields an SRI (average of cosine similarity, rank correlation, and an LLM consistency score). The authors propose SRI thresholds (e.g., <0.75 monitor; <0.65 review; <0.5 quarantine) and argue semantic drift can precede numeric performance collapse.
- Methodological control: identical model family, training procedures, and attack protocol were applied per regime to isolate regime effect.
Data & Methods
- Data: Lending Club loan data (2014–2015). Regime partitioning by VIX:
- Calm: VIX < 15 (n = 166,027; test set 2,000)
- Stress: VIX > 20 (n = 100,976; test set 2,000)
- Models: LightGBM gradient-boosted trees with identical hyperparameters; independent models trained per regime.
- Adversary: Projected Gradient Descent (PGD) under ℓ∞ constraint, ϵ = 0.1, 10 iterations. For tree models, gradients approximated via finite differences (δ = 1e-4).
- Metrics:
- Predictive: AUROC, accuracy, Brier score.
- Regime-conditional degradation: ∆AUROC and Risk Amplification Factor (RAF = ∆AUROCstress / ∆AUROCcalm).
- Operational: False Negative Rate (FNR) and FNR-Amplification at decision thresholds (90th, 50th, 95th percentiles).
- Economic: Expected Loss (EL), Value-at-Risk (VaR 95%), Expected Shortfall (ES).
- Explainability / governance: SHAP attributions; semantic drift metrics — cosine similarity, rank correlation, and LLM consistency score combined into SRI = (Cosine + RankCorr + LLMscore)/3.
- Evaluation protocol and validation: 80/20 stratified splits per regime, deterministic seeds, recommended test size n ≥ 2,000 per regime and consistency checks across splits.
Implications for AI Economics
- Model risk and stress testing: Adversarial fragility should be treated as a regime-conditional risk factor. Financial institutions and regulators should integrate regime-aware adversarial testing into model risk management and macroprudential stress-testing frameworks rather than relying on static robustness assessments.
- Economic exposure and capital planning: Amplified adversarial effects under stress increase tail-loss measures (VaR/ES) and decision-error-driven losses (missed high-risk borrowers). Capital provisioning, pricing, and provisioning models should account for conditional adversarial amplification to avoid underestimating losses in downturns.
- Operational policy and thresholds: Decision thresholds calibrated in calm periods may be unsafe in stress periods; deployment policies should include regime-contingent thresholds and automated safeguards when SRI or similar indicators signal semantic drift.
- Governance and interpretability: LLM-assisted semantic audits of post-hoc explanations can provide an early, human-interpretable signal of instability that complements numeric metrics. Regulators (and firms) may adopt semantic-robustness checks as part of explainability and accountability requirements.
- Systemic and procyclical risk: If many institutions rely on similar models and the same stress proxies, regime-conditional adversarial fragility could amplify systemic risk and procyclicality (simultaneous degradation of detection/underwriting across firms during stress).
- Research & policy priorities:
- Evaluate robustness of defenses across regimes (do adversarially trained or certified models also show conditional fragility?).
- Align adversary budgets and perturbation models with economically plausible manipulations in tabular data; study discrete/plausibility constraints more thoroughly.
- Generalize beyond a single stress proxy (VIX) and a single dataset/domain to test external validity.
- Quantify cost-benefit of additional governance layers (LLM audits, monitoring) and regulatory interventions.
Limitations to keep in mind (affect economic interpretation) - Baseline AUROC = 1.0 is unusually high and may reflect dataset sampling, feature leakage, or limited task difficulty; this can affect generalizability. - Use of ℓ∞ PGD (ϵ = 0.1) on tabular features may not map directly to realistic, plausibility-bounded adversarial actions in credit settings—discrete and constrained features need domain-aware threat models. - VIX as a single stress proxy captures market volatility but may not represent borrower-level macroeconomic stress uniformly across credit portfolios. - LLM-based semantic scoring relies on LLM fidelity and prompt engineering; LLMs can hallucinate or be inconsistent, so SRI should be operationalized carefully.
Overall, the paper highlights that adversarial risk in financial ML is economically meaningful and amplified in stress; therefore, AI economics, model governance, and regulatory practice should treat adversarial robustness as dynamic and regime-conditional rather than static.
Assessment
Claims (9)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| Adversarial robustness is typically evaluated under static assumptions despite ML models in financial decision systems operating in nonstationary economic environments. Other | positive | evaluation_practice_of_adversarial_robustness |
Reading fidelity
high
Study strength
speculative
|
not reported
|
| This work introduces Conditional Adversarial Fragility, a regime-dependent phenomenon in which adversarial vulnerability is systematically amplified during periods of macroeconomic stress. Error Rate | positive | adversarial_vulnerability_amplification |
Reading fidelity
high
Study strength
medium
|
not reported
|
| We propose a regime-aware evaluation framework for time-indexed tabular financial classification tasks that conditions robustness assessment on external indicators of economic stress. Other | positive | evaluation_framework_design |
Reading fidelity
high
Study strength
speculative
|
not reported
|
| Using volatility-based regime segmentation as a proxy for macroeconomic conditions, model behavior is evaluated across calm and stress periods while holding model architecture, attack methodology, and evaluation protocols constant. Other | positive | experimental_design_for_regime_comparison |
Reading fidelity
high
Study strength
speculative
|
not reported
|
| Baseline predictive performance remains comparable across regimes, indicating that economic stress alone does not induce inherent performance degradation. Output Quality | null_result | predictive_performance (baseline/non-adversarial) |
Reading fidelity
high
Study strength
medium
|
not reported
|
| Under adversarial perturbations, models operating during stress regimes exhibit substantially greater degradation across predictive accuracy, operational decision thresholds, and risk-sensitive outcomes. Error Rate | negative | predictive_accuracy_and_risk_sensitive_outcomes_under_attack |
Reading fidelity
high
Study strength
medium
|
not reported
|
| This amplification propagates to increased false negative rates, elevating the risk of missed high-risk cases during adverse conditions. Error Rate | negative | false_negative_rate |
Reading fidelity
high
Study strength
medium
|
not reported
|
| We introduce an interpretive governance layer based on semantic auditing of model explanations using large language models to complement numerical robustness metrics. Other | positive | semantic_auditing_of_model_explanations |
Reading fidelity
high
Study strength
speculative
|
not reported
|
| Adversarial robustness in financial machine learning is a regime-dependent property and motivates stress-aware approaches to model risk assessment in high-stakes financial deployments. Governance And Regulation | positive | adversarial_robustness_regime_dependency (policy/assessment implication) |
Reading fidelity
high
Study strength
medium
|
not reported
|