The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Financial 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.

Conditional Adversarial Fragility in Financial Machine Learning under Macroeconomic Stress
Samruddhi Baviskar · December 22, 2025
arxiv correlational medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Samruddhi Baviskar unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Samruddhi Baviskar provider ID
Adversarial vulnerability of financial ML classifiers is systematically amplified during high-volatility (stress) regimes, producing larger accuracy declines and higher false-negative rates despite similar benign performance across regimes.

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

Paper Typecorrelational Evidence Strengthmedium — Systematic empirical evaluation shows consistent amplification of adversarial damage during high-volatility regimes across multiple robustness metrics, but the analysis relies on a proxy for macro stress, specific datasets/attack models, and does not establish causal mechanisms or external validation across markets/time periods. Methods Rigormedium — The study holds key factors constant (architecture, attacks, protocols), segments regimes with an explicit volatility-based rule, and evaluates multiple operational metrics including decision thresholds and false negatives, but it lacks clarity on dataset breadth, robustness to alternative regime definitions, diversity of attack families, and potential confounders (e.g., label shift or distributional changes beyond volatility). SampleTime-indexed tabular financial classification tasks segmented into calm and stress regimes using volatility-based regime segmentation as a proxy for macroeconomic conditions; models evaluated under adversarial perturbations with fixed architectures and attack methods; includes predictive accuracy, decision-threshold impacts, risk-sensitive outcomes, and LLM-based semantic audits of explanations. (Specific datasets, asset classes, sample period, and whether data are public or proprietary are not specified in the summary.) Themesgovernance adoption IdentificationCompare model behavior across volatility-based regime segmentation (calm vs stress) while holding model architecture, attack methodology, and evaluation protocol constant; no exogenous variation or causal identification beyond conditional comparisons using volatility as a proxy for macroeconomic stress. GeneralizabilityRegime proxy: uses volatility as a proxy for macroeconomic stress, which may not capture all dimensions of economic stress., Domain scope: focused on tabular financial classification tasks; results may not generalize to other financial tasks (e.g., time-series forecasting) or non-financial domains., Attack space: conclusions depend on the chosen adversarial attack family and threat model; alternative attacks or adaptive attackers may behave differently., Model architectures: evaluated for particular architectures and training protocols; different models or defense methods could change outcomes., Data/time coverage: unspecified datasets, markets, and time periods limit external validity across geographies and market regimes., Semantic audit limitations: LLM-based explanation audits introduce subjectivity and rely on the LLMs' own robustness and calibration.

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
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
0.05
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
0.3
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
0.05
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
0.05
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
0.3
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
0.3
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
0.3
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
0.05
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
0.3

Notes