ai-research-survey

Systematic scan of agentic development research. What's signal, what's noise.
git clone https://git.shiptheloop.com/ai-research-survey.git
Log | Files | Refs

scan.json (29998B)


      1 {
      2   "paper": {
      3     "title": "Defense of Massive False Data Injection Attack via Sparse Attack Points Considering Uncertain Topological Changes",
      4     "authors": [
      5       "Xiaoge Huang",
      6       "Zhijun Qin",
      7       "Ming Xie",
      8       "Hui Liu",
      9       "Liang Meng"
     10     ],
     11     "year": 2022,
     12     "venue": "Journal of Modern Power Systems and Clean Energy",
     13     "doi": "10.35833/MPCE.2020.000686"
     14   },
     15   "scan_version": 3,
     16   "active_modules": ["experimental_rigor", "data_leakage"],
     17   "methodology_tags": ["benchmark-eval"],
     18   "key_findings": "The paper proposes a deep learning methodology (AE-BCV detector + AE-GAN) for detecting, localizing, and recovering from false data injection attacks on power systems. The AE-BCV detector achieves over 95% detection accuracy on IEEE 57-bus, 118-bus, and 415-bus CSG systems, outperforming SVM and ANN baselines, even with unseen topological changes. The AE-GAN generates diverse candidate measurement vectors to localize falsified data with ~80-86% accuracy and significantly reduces measurement error after recovery. An enhanced FDIA attack model is also proposed that can affect more state variables with fewer compromised meters than conventional models.",
     19   "checklist": {
     20     "artifacts": {
     21       "code_released": {
     22         "applies": true,
     23         "answer": false,
     24         "justification": "No code repository, GitHub link, or archive is mentioned anywhere in the paper. The implementation uses PyTorch, MATPOWER, and CVX, but no source code is released."
     25       },
     26       "data_released": {
     27         "applies": true,
     28         "answer": false,
     29         "justification": "The datasets are generated from IEEE benchmark systems (publicly available in MATPOWER) and a synthesized 415-bus CSG system, but the specific generated datasets including FDIA attack samples are not released. The 415-bus CSG system data is proprietary."
     30       },
     31       "environment_specified": {
     32         "applies": true,
     33         "answer": false,
     34         "justification": "The paper mentions hardware (16 GB RAM, Intel i7-8750H CPU, Nvidia RTX 2070 GPU) and software tools (PyTorch, MATPOWER, CVX) in Section VI-A, but does not provide version numbers for any of these, no requirements.txt, no Dockerfile, and no detailed environment setup."
     35       },
     36       "reproduction_instructions": {
     37         "applies": true,
     38         "answer": false,
     39         "justification": "No step-by-step reproduction instructions are provided. While the methodology is described in Sections III-V and neural network parameters are listed in Appendix A, there are no scripts, README, or concrete reproduction guide."
     40       }
     41     },
     42     "statistical_methodology": {
     43       "confidence_intervals_or_error_bars": {
     44         "applies": true,
     45         "answer": false,
     46         "justification": "All results in Tables V-X are reported as point estimates only (e.g., 96.7%, 98.5% accuracy). No confidence intervals, error bars, or ± notation appears anywhere in the paper."
     47       },
     48       "significance_tests": {
     49         "applies": true,
     50         "answer": false,
     51         "justification": "The paper claims AE-BCV outperforms SVM and ANN (Tables VI-VIII) based solely on comparing accuracy numbers. No statistical significance tests (t-test, Mann-Whitney, etc.) are reported."
     52       },
     53       "effect_sizes_reported": {
     54         "applies": true,
     55         "answer": true,
     56         "justification": "Tables VI-VIII provide accuracy comparisons with baseline context. For example, AE-BCV achieves 96.7% vs SVM 86.0% vs ANN 86.7% on 57-bus (Table VI). Table X shows error reduction from FDIA (e.g., 16.50 to 0.85 for SA on IEEE 118-bus). The magnitude of differences is clear."
     57       },
     58       "sample_size_justified": {
     59         "applies": true,
     60         "answer": false,
     61         "justification": "The dataset uses 80/10/10 split for training/validation/test, and 1100 simulations per attack level for BDD testing (Section VI-C), but no justification is given for why these sizes are adequate. No power analysis is provided."
     62       },
     63       "variance_reported": {
     64         "applies": true,
     65         "answer": false,
     66         "justification": "No variance, standard deviation, or interquartile range is reported across experimental runs. All tables show single-run results without any spread measures."
     67       }
     68     },
     69     "evaluation_design": {
     70       "baselines_included": {
     71         "applies": true,
     72         "answer": true,
     73         "justification": "The paper compares the AE-BCV detector against SVM and ANN classifiers (Tables VI-VIII). It also compares the proposed FDIA attack model against the conventional model from [6] (Table IV). A rough comparison with [13] and [14] is also provided in Section VI-D."
     74       },
     75       "baselines_contemporary": {
     76         "applies": true,
     77         "answer": false,
     78         "justification": "The primary baselines are SVM and ANN, which are basic ML methods, not state-of-the-art deep learning approaches for anomaly detection as of 2022. The paper acknowledges prior deep learning methods [13], [14] but only provides a rough comparison rather than a controlled evaluation against them."
     79       },
     80       "ablation_study": {
     81         "applies": true,
     82         "answer": false,
     83         "justification": "The system has multiple components (AE feature extractor, BCV decision maker, AE-GAN, pattern match algorithm) but no ablation study is conducted to measure the individual contribution of each component."
     84       },
     85       "multiple_metrics": {
     86         "applies": true,
     87         "answer": true,
     88         "justification": "The paper reports multiple metrics: detection accuracy, false positive rate, false negative rate (Table V), localization correct rate, positive false rate, negative false rate (Table IX), and mean error before/after recovery (Table X)."
     89       },
     90       "human_evaluation": {
     91         "applies": false,
     92         "answer": false,
     93         "justification": "Human evaluation is clearly irrelevant to claims about automated detection/localization accuracy on simulated power system data."
     94       },
     95       "held_out_test_set": {
     96         "applies": true,
     97         "answer": true,
     98         "justification": "The paper explicitly uses separate train (80%), validation (10%), and test (10%) sets. Test sets include unseen topological changes (up to 8% line switching vs 5% in training), and unseen attack intensities (MA, WA) not used in training. Section VI-B and VI-D describe this clearly."
     99       },
    100       "per_category_breakdown": {
    101         "applies": true,
    102         "answer": true,
    103         "justification": "Results are broken down by system size (57-bus, 118-bus, 415-bus), attack type (targeted/untargeted), attack intensity (SA/MA/WA), and task (detection/localization/recovery) across Tables V-X."
    104       },
    105       "failure_cases_discussed": {
    106         "applies": true,
    107         "answer": false,
    108         "justification": "While Tables VII-VIII show degraded performance on unseen weak attacks (e.g., 90.8% on 57-bus for WA vs 96.7% overall) and Table IX shows negative false rates of 15-19%, no specific failure cases are analyzed or discussed qualitatively."
    109       },
    110       "negative_results_reported": {
    111         "applies": true,
    112         "answer": false,
    113         "justification": "Every configuration and method shows positive results. No ablations that hurt performance, no approaches that were tried and abandoned, and no failed configurations are reported."
    114       }
    115     },
    116     "claims_and_evidence": {
    117       "abstract_claims_supported": {
    118         "applies": true,
    119         "answer": true,
    120         "justification": "Abstract claims of 'average 95% accuracy for detection' are supported by Tables V-VIII (96.7-98.5% overall, 90.8-99.2% for unseen attacks). 'Over 80% accuracy for localization' is supported by Table IX (80.37-85.69%). 'Recovers measurement and state variables close to their true values' is supported by Table X showing substantial error reduction."
    121       },
    122       "causal_claims_justified": {
    123         "applies": true,
    124         "answer": true,
    125         "justification": "The main causal claims are comparative: 'AE-BCV outperforms SVM and ANN.' These are tested on the same datasets with controlled comparisons (Tables VI-VIII), which is adequate for the claim that one method produces better accuracy than another on the same test data."
    126       },
    127       "generalization_bounded": {
    128         "applies": true,
    129         "answer": true,
    130         "justification": "The paper explicitly states scope boundaries: 'we focus on the DC SE model with complete information' (Section II), notes the specific IEEE benchmark systems tested, and identifies AC power flow extension as future work (Section VII). The title and claims are specific to FDIA defense."
    131       },
    132       "alternative_explanations_discussed": {
    133         "applies": true,
    134         "answer": false,
    135         "justification": "No alternative explanations are discussed for why AE-BCV outperforms baselines. The paper does not consider whether the improvement could be due to feature engineering (joint state-measurement input) rather than the BCV classifier specifically, or other confounding factors."
    136       },
    137       "proxy_outcome_distinction": {
    138         "applies": true,
    139         "answer": true,
    140         "justification": "The paper measures detection accuracy, localization accuracy, and recovery error — these directly correspond to the stated goals of detecting, localizing, and recovering from FDIA. No proxy gap exists between measurements and claims."
    141       }
    142     },
    143     "setup_transparency": {
    144       "model_versions_specified": {
    145         "applies": true,
    146         "answer": true,
    147         "justification": "Since the paper trains its own neural networks rather than using pre-trained models, the relevant specification is the architecture. Tables AI and AII in Appendix A provide detailed architecture specifications: layer counts, neuron counts per layer, learning rates, and code dimensions for both AE-BCV and AE-GAN."
    148       },
    149       "prompts_provided": {
    150         "applies": false,
    151         "answer": false,
    152         "justification": "The paper does not use any prompting. It trains custom neural networks (auto-encoders, GANs) from scratch."
    153       },
    154       "hyperparameters_reported": {
    155         "applies": true,
    156         "answer": true,
    157         "justification": "Table AII in Appendix A reports learning rates (0.0001 for encoder/decoder, 0.0005 for discriminator), code dimension (120), number of hidden layers (2 each), and neurons per hidden layer (1000/1000/500). Localization threshold τ₁ values are also provided (0.01 for 118-bus, 0.5 for 415-bus)."
    158       },
    159       "scaffolding_described": {
    160         "applies": false,
    161         "answer": false,
    162         "justification": "No agentic scaffolding is used. This is a standard deep learning pipeline with neural network training and inference."
    163       },
    164       "data_preprocessing_documented": {
    165         "applies": true,
    166         "answer": true,
    167         "justification": "Section VI-B documents data generation: Monte-Carlo simulations with configurable line switching, bus power injection varied 50-150% of base case, white noise perturbation at 1% variance. Training uses 5% line switching, test uses up to 8%. 80/10/10 split. FDIA samples generated by optimization models (8) and (9). They note no additional normalization since data is in per-unit values."
    168       }
    169     },
    170     "limitations_and_scope": {
    171       "limitations_section_present": {
    172         "applies": true,
    173         "answer": false,
    174         "justification": "There is no dedicated limitations or threats-to-validity section. The conclusion (Section VII) mentions future research directions (AC power flow, improved localization efficiency, dynamic SE) but does not substantively discuss limitations of the current work."
    175       },
    176       "threats_to_validity_specific": {
    177         "applies": true,
    178         "answer": false,
    179         "justification": "No specific threats to validity are discussed. The paper does not address potential issues such as the gap between synthetic and real-world attack data, the DC power flow simplification's impact on results, or the scalability concerns beyond 1354-bus."
    180       },
    181       "scope_boundaries_stated": {
    182         "applies": true,
    183         "answer": true,
    184         "justification": "The paper explicitly states: 'For ease of verification and a moderate research scope, we focus on the DC SE model with complete information' (Section II). It also notes 'we focus on the defense of static FDIA targeting on a single snapshot' (Section I), and identifies AC power flow, dynamic SE, and asymmetric information as out of scope (Section VII)."
    185       }
    186     },
    187     "data_integrity": {
    188       "raw_data_available": {
    189         "applies": true,
    190         "answer": false,
    191         "justification": "No raw data is released. The datasets are generated from MATPOWER simulations but are not made available for download or independent verification."
    192       },
    193       "data_collection_described": {
    194         "applies": true,
    195         "answer": true,
    196         "justification": "Section VI-B describes data generation in detail: IEEE benchmark systems from MATPOWER, Monte-Carlo simulations with line switching, power injection variation (50-150%), white noise perturbation (1% variance), FDIA cases from optimization models (8) and (9), and the dataset split ratios."
    197       },
    198       "recruitment_methods_described": {
    199         "applies": false,
    200         "answer": false,
    201         "justification": "No human participants. Data comes from simulated IEEE benchmark power systems (standard benchmarks) and a synthesized 415-bus CSG system."
    202       },
    203       "data_pipeline_documented": {
    204         "applies": true,
    205         "answer": true,
    206         "justification": "The full pipeline is documented: base cases from MATPOWER power flow → Monte-Carlo topology variation → power injection perturbation → FDIA injection via CVX optimization → train/validation/test split (80/10/10) with different topology change percentages. Table I documents the features and labels for each model."
    207       }
    208     },
    209     "conflicts_of_interest": {
    210       "funding_disclosed": {
    211         "applies": true,
    212         "answer": true,
    213         "justification": "Funding is disclosed: 'This work was supported in part by the National Natural Science Foundation of China (No. 51767001).'"
    214       },
    215       "affiliations_disclosed": {
    216         "applies": true,
    217         "answer": true,
    218         "justification": "Author affiliations are clearly listed. Huang, Qin, and Liu are from Guangxi University; Xie and Meng are from Guangxi Power Grid Co. Ltd., China Southern Grid. They are not evaluating a commercial product they sell."
    219       },
    220       "funder_independent_of_outcome": {
    221         "applies": true,
    222         "answer": true,
    223         "justification": "The National Natural Science Foundation of China is a government research funding agency with no financial interest in the outcome of this specific study on FDIA defense methods."
    224       },
    225       "financial_interests_declared": {
    226         "applies": true,
    227         "answer": false,
    228         "justification": "No competing interests or financial interests statement is present in the paper. Two authors work for Guangxi Power Grid (CSG), which could have interests in FDIA defense technologies, but this is not discussed."
    229       }
    230     },
    231     "contamination": {
    232       "training_cutoff_stated": {
    233         "applies": false,
    234         "answer": false,
    235         "justification": "The paper trains its own neural networks from scratch on synthetic power system data. It does not evaluate a pre-trained model's capability on any benchmark."
    236       },
    237       "train_test_overlap_discussed": {
    238         "applies": false,
    239         "answer": false,
    240         "justification": "The paper trains custom models, not pre-trained models. Train/test separation is handled by design (different topological change percentages), but the contamination concern about pre-trained model knowledge does not apply."
    241       },
    242       "benchmark_contamination_addressed": {
    243         "applies": false,
    244         "answer": false,
    245         "justification": "No pre-trained models are used. The paper generates its own training and test data from power system simulations, so benchmark contamination of pre-trained models is not applicable."
    246       }
    247     },
    248     "human_studies": {
    249       "pre_registered": {
    250         "applies": false,
    251         "answer": false,
    252         "justification": "No human participants in this study. It is purely a simulation-based evaluation on power system benchmarks."
    253       },
    254       "irb_or_ethics_approval": {
    255         "applies": false,
    256         "answer": false,
    257         "justification": "No human participants. The study uses simulated power system data."
    258       },
    259       "demographics_reported": {
    260         "applies": false,
    261         "answer": false,
    262         "justification": "No human participants."
    263       },
    264       "inclusion_exclusion_criteria": {
    265         "applies": false,
    266         "answer": false,
    267         "justification": "No human participants."
    268       },
    269       "randomization_described": {
    270         "applies": false,
    271         "answer": false,
    272         "justification": "No human participants."
    273       },
    274       "blinding_described": {
    275         "applies": false,
    276         "answer": false,
    277         "justification": "No human participants."
    278       },
    279       "attrition_reported": {
    280         "applies": false,
    281         "answer": false,
    282         "justification": "No human participants."
    283       }
    284     },
    285     "cost_and_practicality": {
    286       "inference_cost_reported": {
    287         "applies": true,
    288         "answer": true,
    289         "justification": "Table XI reports computation times: classification time is 0.011s (118-bus) and 0.013s (415-bus), localization and recovery time is 14.69s (118-bus) and 25.47s (415-bus). This demonstrates the method is efficient for online defense."
    290       },
    291       "compute_budget_stated": {
    292         "applies": true,
    293         "answer": true,
    294         "justification": "Table XI reports training times: 441.56s and 594.44s for detection training, 324.85s and 406.39s for AE-GAN training. Hardware is specified in Section VI-A: 16 GB RAM, Intel i7-8750H CPU, Nvidia RTX 2070 GPU."
    295       }
    296     },
    297     "experimental_rigor": {
    298       "seed_sensitivity_reported": {
    299         "applies": true,
    300         "answer": false,
    301         "justification": "No mention of multiple random seeds or seed sensitivity analysis. All results appear to be from single training runs."
    302       },
    303       "number_of_runs_stated": {
    304         "applies": true,
    305         "answer": false,
    306         "justification": "The number of neural network training runs is not stated. While 1100 attack simulations are mentioned for BDD testing (Section VI-C), the ML model training/evaluation does not state how many runs produced the reported results."
    307       },
    308       "hyperparameter_search_budget": {
    309         "applies": true,
    310         "answer": false,
    311         "justification": "No hyperparameter search budget is reported. The architecture and hyperparameters appear in Appendix A but how they were selected is not discussed."
    312       },
    313       "best_config_selection_justified": {
    314         "applies": true,
    315         "answer": false,
    316         "justification": "No explanation of how the neural network architecture (14 hidden layers, 200 neurons, etc.) or hyperparameters were selected. Only the final configuration is presented."
    317       },
    318       "multiple_comparison_correction": {
    319         "applies": true,
    320         "answer": false,
    321         "justification": "The paper makes numerous comparisons across 3 systems, 3 attack levels, 2 attack types, and 3 methods, but performs no statistical tests at all, let alone corrections for multiple comparisons."
    322       },
    323       "self_comparison_bias_addressed": {
    324         "applies": true,
    325         "answer": false,
    326         "justification": "The authors implement their own SVM and ANN baselines and compare against them. They do not acknowledge the bias of evaluating their own system against their own re-implementations of baselines."
    327       },
    328       "compute_budget_vs_performance": {
    329         "applies": true,
    330         "answer": false,
    331         "justification": "While computation times are reported (Table XI), there is no analysis of performance as a function of compute budget, and no comparison of compute requirements across methods (SVM/ANN vs AE-BCV)."
    332       },
    333       "benchmark_construct_validity": {
    334         "applies": true,
    335         "answer": false,
    336         "justification": "The paper uses IEEE benchmark power systems (57-bus, 118-bus, 300-bus) and a synthesized 415-bus CSG system without discussing whether these benchmarks adequately represent real-world power grid conditions and attack scenarios."
    337       },
    338       "scaffold_confound_addressed": {
    339         "applies": false,
    340         "answer": false,
    341         "justification": "No scaffolding is involved. The paper evaluates standalone neural network models for FDIA detection/localization."
    342       }
    343     },
    344     "data_leakage": {
    345       "temporal_leakage_addressed": {
    346         "applies": true,
    347         "answer": true,
    348         "justification": "The paper explicitly addresses temporal-style leakage by ensuring test data contains unseen conditions: training uses up to 5% line switching while testing uses up to 8%, and the detector is trained only with SA attacks but tested with unseen MA and WA intensities (Section VI-D)."
    349       },
    350       "feature_leakage_addressed": {
    351         "applies": true,
    352         "answer": false,
    353         "justification": "No explicit discussion of whether the input features (measurement vector z, state estimate x̂, Jacobian matrix H) could leak information about whether data is attacked. The detector receives both z and x̂ as input, but potential information leakage through this combination is not discussed."
    354       },
    355       "non_independence_addressed": {
    356         "applies": true,
    357         "answer": true,
    358         "justification": "The paper ensures non-trivial train-test independence by using different topological change percentages (5% train vs 8% test) and by withholding MA and WA attack types from training. Section VI-D explicitly describes this design choice."
    359       },
    360       "leakage_detection_method": {
    361         "applies": true,
    362         "answer": false,
    363         "justification": "No concrete leakage detection method is applied. The train-test separation is enforced by design (different topology percentages) but no formal verification or detection of potential leakage is conducted."
    364       }
    365     }
    366   },
    367   "claims": [
    368     {
    369       "claim": "The AE-BCV detector achieves over 95% detection accuracy on IEEE 57-bus, 118-bus, and 415-bus CSG systems.",
    370       "evidence": "Table V shows correct rates of 96.7% (57-bus), 98.5% (118-bus), and 97.5% (415-bus). Tables VI-VIII confirm these results hold across various attack types and intensities.",
    371       "supported": "moderate"
    372     },
    373     {
    374       "claim": "AE-BCV outperforms SVM and ANN detectors, especially for unseen weak attacks.",
    375       "evidence": "Tables VI-VIII show AE-BCV consistently outperforms SVM and ANN. For unseen WA on 57-bus: AE-BCV 90.8% vs SVM 50.8% vs ANN 60.4% (Table VIII). The advantage expands as attack intensity decreases.",
    376       "supported": "moderate"
    377     },
    378     {
    379       "claim": "The proposed attack model can affect more state variables with fewer compromised meters than the conventional model.",
    380       "evidence": "Table IV: for IEEE 118-bus, untargeted FDIA affects 117 states with 33-34 meters vs conventional model affecting 10 states with 60-140 meters.",
    381       "supported": "strong"
    382     },
    383     {
    384       "claim": "FDIA localization achieves over 80% correct rate across attack intensities.",
    385       "evidence": "Table IX shows correct rates of 80.37-84.96% (IEEE 118-bus) and 81.28-85.69% (CSG 415-bus) across SA, MA, and WA.",
    386       "supported": "moderate"
    387     },
    388     {
    389       "claim": "The recovery algorithm significantly reduces measurement error caused by FDIA.",
    390       "evidence": "Table X shows mean |a/z| error reduction from 16.50 to 0.85 (SA, 118-bus), 5.70 to 0.61 (MA), and 3.15 to 0.46 (WA). Similar reductions for 415-bus system.",
    391       "supported": "moderate"
    392     },
    393     {
    394       "claim": "The proposed FDIA models bypass BDD completely.",
    395       "evidence": "Table III shows the residual differences caused by attacks (order of 10⁻⁸) are far less than normal operational residuals (2.570 for 118-bus, 0.128 for 300-bus), indicating BDD cannot detect them.",
    396       "supported": "strong"
    397     }
    398   ],
    399   "red_flags": [
    400     {
    401       "flag": "No error bars or uncertainty quantification",
    402       "detail": "All results across Tables V-X are point estimates from apparently single training runs. No standard deviations, confidence intervals, or multi-seed results are reported, making it impossible to assess result stability."
    403     },
    404     {
    405       "flag": "Weak and outdated baselines",
    406       "detail": "The primary comparisons are against basic SVM and ANN classifiers, which are not competitive deep learning baselines for 2022. The paper acknowledges prior deep learning methods [13], [14] but only provides a rough, uncontrolled comparison."
    407     },
    408     {
    409       "flag": "No ablation study for multi-component system",
    410       "detail": "The methodology has multiple components (AE feature extractor, BCV classifier, AE-GAN, pattern match algorithm) but no ablation study isolates the contribution of each component."
    411     },
    412     {
    413       "flag": "All evaluation on synthetic data",
    414       "detail": "All experiments use simulated power system data generated from MATPOWER. No real-world power grid data is used for validation, raising questions about whether results transfer to actual grid conditions with real measurement noise and attack patterns."
    415     },
    416     {
    417       "flag": "Scalability concerns partially addressed",
    418       "detail": "Appendix A briefly tests a 1354-bus system but only for detection (without topological changes), not for localization or recovery. The scalability of the full methodology to large real grids remains uncertain."
    419     }
    420   ],
    421   "cited_papers": [
    422     {
    423       "title": "Generative adversarial nets",
    424       "authors": ["I. J. Goodfellow", "J. Pouget-Abadie", "M. Mirza"],
    425       "year": 2014,
    426       "relevance": "Foundational paper on generative adversarial networks, a core ML architecture used in this paper's AE-GAN model for generating candidate measurement distributions."
    427     },
    428     {
    429       "title": "Autoencoder-based network anomaly detection",
    430       "authors": ["Z. Chen", "C. K. Yeo", "B. S. Lee"],
    431       "year": 2018,
    432       "relevance": "Describes autoencoder-based anomaly detection, directly relevant to AI-based security systems and the AE feature extractor used in this work."
    433     },
    434     {
    435       "title": "A survey on the detection algorithms for false data injection attacks in smart grids",
    436       "authors": ["A. S. Musleh", "G. Chen", "Z. Y. Dong"],
    437       "year": 2020,
    438       "relevance": "Comprehensive survey on FDIA detection algorithms including ML-based approaches, relevant to understanding the AI security detection landscape."
    439     },
    440     {
    441       "title": "Real-time detection of false data injection attacks in smart grid: a deep learning-based intelligent mechanism",
    442       "authors": ["Y. He", "G. J. Mendis", "J. Wei"],
    443       "year": 2017,
    444       "relevance": "Early deep learning approach for FDIA detection using conditional deep belief networks, demonstrating AI for cybersecurity in critical infrastructure."
    445     },
    446     {
    447       "title": "Online false data injection attack detection with wavelet transform and deep neural networks",
    448       "authors": ["J. Yu", "Y. Hou", "V. Li"],
    449       "year": 2018,
    450       "relevance": "Deep neural network approach for online attack detection combining signal processing with deep learning for real-time security."
    451     },
    452     {
    453       "title": "False data injection attacks against state estimation in electric power grids",
    454       "authors": ["Y. Liu", "M. K. Reiter", "P. Ning"],
    455       "year": 2011,
    456       "relevance": "Foundational paper on FDIA that first identified the vulnerability of state estimation to undetectable cyber-attacks, spawning the entire research area."
    457     },
    458     {
    459       "title": "Online generative adversary network based measurement recovery in false data injection attacks: a cyber-physical approach",
    460       "authors": ["Y. Li", "Y. Wang", "S. Hu"],
    461       "year": 2020,
    462       "relevance": "Uses GANs for measurement recovery from FDIA, directly comparable approach to this paper's AE-GAN for cyber-physical security."
    463     },
    464     {
    465       "title": "A survey on power grid cyber security: from component-wise vulnerability assessment to system-wide impact analysis",
    466       "authors": ["X. Huang", "Z. Qin", "H. Liu"],
    467       "year": 2018,
    468       "relevance": "Survey by the same authors on power grid cybersecurity covering AI-based defense mechanisms and vulnerability assessment."
    469     }
    470   ],
    471   "engagement_factors": {
    472     "practical_relevance": {
    473       "score": 1,
    474       "justification": "The methodology addresses a real power grid security concern but is limited to DC power flow and requires substantial customization for deployment."
    475     },
    476     "surprise_contrarian": {
    477       "score": 0,
    478       "justification": "Applies standard deep learning methods (AE, GAN) to a known problem (FDIA defense) without challenging any conventional wisdom."
    479     },
    480     "fear_safety": {
    481       "score": 1,
    482       "justification": "Addresses power grid cyber-attacks and demonstrates an enhanced attack model, but this is a niche domain-specific concern rather than a broad AI safety issue."
    483     },
    484     "drama_conflict": {
    485       "score": 0,
    486       "justification": "No controversy, no competing claims, straightforward technical contribution."
    487     },
    488     "demo_ability": {
    489       "score": 0,
    490       "justification": "No code, demo, or tool is released. The methodology requires MATPOWER simulations and custom neural network training."
    491     },
    492     "brand_recognition": {
    493       "score": 0,
    494       "justification": "From Guangxi University and Guangxi Power Grid, not widely known institutions in the AI research community."
    495     }
    496   }
    497 }

Impressum · Datenschutz