AskReference
Cover of AI for Cybersecurity_ Research and Practice

AI for Cybersecurity_ Research and Practice

Unknown

PublisherJohn Wiley & Sons, Inc.Published2026pages659LanguageEnglishISBN-139781394293742ISBN-101394293747FormatPDF
View ebook
Secure by Design PrinciplesRobust AI for High-consequence ApplicationsEthical AI and Quantum-resistant ArchitecturesPrivacy-preserving Collaborative Machine LearningGenerative AI for Cyber DefenseBlockchain and Generative AI for Threat DetectionAI in Cybersecurity EducationGeopolitical Dimensions of AI in CybersecurityDDoS Detection in IoT with Deep Packet Inspection

Questions & Answers from this book

27 questions17 chapters covered20 topics

Questions and answers are connected to the referenced book and its available source material.

Chapter 15: AI for Android Malware Detection and Classification

How does the attention mechanism in the MLP-SVM framework enhance feature extraction for Android malware detection?

The attention mechanism dynamically assigns weights to features based on their importance for malware detection, causing the MLP to focus on the most discriminative attributes. This refines the feature representations, improving the model's ability to distinguish benign from malicious applications and enhancing interpretability. The attention-weighted features are then passed to LDA for dimensionality reduction while preserving informative content.

Intermediatep. 463-479
Read answer

According to the SHAP analysis in Section 15.5.3, which components have the highest mean absolute SHAP values, and what does the asymmetric distribution of SHAP values indicate about malware versus benign classification?

Components 1 and 2 have the highest mean absolute SHAP values, exceeding 1.0, and Component 14 is the third most influential; Components 8-12 are relatively minor. The asymmetric distribution, with long negative tails, indicates that certain feature combinations strongly point to benign applications, while malware detection relies on more subtle combinations of positive indicators.

Intermediatep. 468-484
Read answer

What are the three loss functions used to train the reconstruction module in the proposed method, and what is the purpose of each?

The three loss functions are decision-level loss, feature-level loss, and L2 loss. Decision-level loss combines score loss and drift loss to align the tracker's classification and regression outputs; feature-level loss reduces the distance between feature maps of reconstructed and original frames; L2 loss minimizes pixel-wise difference between reconstructed and original frames.

Intermediatep. 440-446
Read answer

Chapter 18: The Security of Reinforcement Learning Systems in Electric Grid Domain

Chapter 20: Robust AI Techniques to Support High-consequence Applications in the Cyber Age

Why does the chapter caution against referring to the output pi of a neural network trained with BCE loss as a probability?

The chapter cautions against calling pi a probability because a BCE-trained network minimizes the discrepancy between its output and the binary label, not the true probability distribution of that label. Treating pi as a true probability requires idealized assumptions such as infinite data and perfect calibration, which rarely hold in practice. Instead, pi is best described as a classification decision or confidence-like score, not an exact probability.

Intermediatep. 605-618
Read answer

How does the chapter propose to modify empirical risk minimization (ERM) to incorporate SME knowledge?

The chapter proposes encoding SME knowledge as a vector v(SME) in the same feature space as the data or its embedded form, then modifying ERM so the model is trained to respect that knowledge. This is operationalized through a directional derivative D(SME)_k = ∇f_k(g(x)) · v(SME), which provides a gradient that optimization algorithms can use during training.

Advancedp. 623-628
Read answer

What are the main causes of performance hazards in foundation models, and what techniques can be used to mitigate them?

Performance hazards in foundation models are mainly caused by biases in the training data, lack of diversity in the data, or insufficient training of the model. They can be mitigated with data augmentation, debiasing techniques, active learning, adversarial training, and regular evaluation and updating of the model's architecture, algorithms, and training data.

Intermediatep. 631-636
Read answer

You may also be interested in