Explainable Artificial Intelligence for Cyber Security

Explainable Artificial Intelligence for Cyber Security

Author: Mohiuddin Ahmed

Publisher: Springer Nature

Published: 2022-04-18

Total Pages: 283

ISBN-13: 3030966305

DOWNLOAD EBOOK

This book presents that explainable artificial intelligence (XAI) is going to replace the traditional artificial, machine learning, deep learning algorithms which work as a black box as of today. To understand the algorithms better and interpret the complex networks of these algorithms, XAI plays a vital role. In last few decades, we have embraced AI in our daily life to solve a plethora of problems, one of the notable problems is cyber security. In coming years, the traditional AI algorithms are not able to address the zero-day cyber attacks, and hence, to capitalize on the AI algorithms, it is absolutely important to focus more on XAI. Hence, this book serves as an excellent reference for those who are working in cyber security and artificial intelligence.


Explainable Artificial Intelligence for Smart Cities

Explainable Artificial Intelligence for Smart Cities

Author: Mohamed Lahby

Publisher: CRC Press

Published: 2021-11-09

Total Pages: 361

ISBN-13: 1000472361

DOWNLOAD EBOOK

Thanks to rapid technological developments in terms of Computational Intelligence, smart tools have been playing active roles in daily life. It is clear that the 21st century has brought about many advantages in using high-level computation and communication solutions to deal with real-world problems; however, more technologies bring more changes to society. In this sense, the concept of smart cities has been a widely discussed topic in terms of society and Artificial Intelligence-oriented research efforts. The rise of smart cities is a transformation of both community and technology use habits, and there are many different research orientations to shape a better future. The objective of this book is to focus on Explainable Artificial Intelligence (XAI) in smart city development. As recently designed, advanced smart systems require intense use of complex computational solutions (i.e., Deep Learning, Big Data, IoT architectures), the mechanisms of these systems become ‘black-box’ to users. As this means that there is no clear clue about what is going on within these systems, anxieties regarding ensuring trustworthy tools also rise. In recent years, attempts have been made to solve this issue with the additional use of XAI methods to improve transparency levels. This book provides a timely, global reference source about cutting-edge research efforts to ensure the XAI factor in smart city-oriented developments. The book includes both positive and negative outcomes, as well as future insights and the societal and technical aspects of XAI-based smart city research efforts. This book contains nineteen contributions beginning with a presentation of the background of XAI techniques and sustainable smart-city applications. It then continues with chapters discussing XAI for Smart Healthcare, Smart Education, Smart Transportation, Smart Environment, Smart Urbanization and Governance, and Cyber Security for Smart Cities.


Explainable AI with Python

Explainable AI with Python

Author: Leonida Gianfagna

Publisher: Springer Nature

Published: 2021-04-28

Total Pages: 202

ISBN-13: 303068640X

DOWNLOAD EBOOK

This book provides a full presentation of the current concepts and available techniques to make “machine learning” systems more explainable. The approaches presented can be applied to almost all the current “machine learning” models: linear and logistic regression, deep learning neural networks, natural language processing and image recognition, among the others. Progress in Machine Learning is increasing the use of artificial agents to perform critical tasks previously handled by humans (healthcare, legal and finance, among others). While the principles that guide the design of these agents are understood, most of the current deep-learning models are "opaque" to human understanding. Explainable AI with Python fills the current gap in literature on this emerging topic by taking both a theoretical and a practical perspective, making the reader quickly capable of working with tools and code for Explainable AI. Beginning with examples of what Explainable AI (XAI) is and why it is needed in the field, the book details different approaches to XAI depending on specific context and need. Hands-on work on interpretable models with specific examples leveraging Python are then presented, showing how intrinsic interpretable models can be interpreted and how to produce “human understandable” explanations. Model-agnostic methods for XAI are shown to produce explanations without relying on ML models internals that are “opaque.” Using examples from Computer Vision, the authors then look at explainable models for Deep Learning and prospective methods for the future. Taking a practical perspective, the authors demonstrate how to effectively use ML and XAI in science. The final chapter explains Adversarial Machine Learning and how to do XAI with adversarial examples.


Implications of Artificial Intelligence for Cybersecurity

Implications of Artificial Intelligence for Cybersecurity

Author: National Academies of Sciences, Engineering, and Medicine

Publisher: National Academies Press

Published: 2020-01-27

Total Pages: 99

ISBN-13: 0309494508

DOWNLOAD EBOOK

In recent years, interest and progress in the area of artificial intelligence (AI) and machine learning (ML) have boomed, with new applications vigorously pursued across many sectors. At the same time, the computing and communications technologies on which we have come to rely present serious security concerns: cyberattacks have escalated in number, frequency, and impact, drawing increased attention to the vulnerabilities of cyber systems and the need to increase their security. In the face of this changing landscape, there is significant concern and interest among policymakers, security practitioners, technologists, researchers, and the public about the potential implications of AI and ML for cybersecurity. The National Academies of Sciences, Engineering, and Medicine convened a workshop on March 12-13, 2019 to discuss and explore these concerns. This publication summarizes the presentations and discussions from the workshop.


Artificial Intelligence Paradigms for Smart Cyber-Physical Systems

Artificial Intelligence Paradigms for Smart Cyber-Physical Systems

Author: Ashish Kumar Luhach

Publisher: Engineering Science Reference

Published: 2020-11-13

Total Pages: 315

ISBN-13: 9781799851011

DOWNLOAD EBOOK

"This book focuses upon the recent advances in the realization of Artificial Intelligence-based approaches towards affecting secure Cyber-Physical Systems. It features contributions pertaining to this multidisciplinary paradigm, in particular, in its application to building sustainable space by investigating state-of-art research issues, applications and achievements in the field of Computational Intelligence Paradigms for Cyber-Physical Systems"--


Explainable AI: Interpreting, Explaining and Visualizing Deep Learning

Explainable AI: Interpreting, Explaining and Visualizing Deep Learning

Author: Wojciech Samek

Publisher: Springer Nature

Published: 2019-09-10

Total Pages: 435

ISBN-13: 3030289540

DOWNLOAD EBOOK

The development of “intelligent” systems that can take decisions and perform autonomously might lead to faster and more consistent decisions. A limiting factor for a broader adoption of AI technology is the inherent risks that come with giving up human control and oversight to “intelligent” machines. For sensitive tasks involving critical infrastructures and affecting human well-being or health, it is crucial to limit the possibility of improper, non-robust and unsafe decisions and actions. Before deploying an AI system, we see a strong need to validate its behavior, and thus establish guarantees that it will continue to perform as expected when deployed in a real-world environment. In pursuit of that objective, ways for humans to verify the agreement between the AI decision structure and their own ground-truth knowledge have been explored. Explainable AI (XAI) has developed as a subfield of AI, focused on exposing complex AI models to humans in a systematic and interpretable manner. The 22 chapters included in this book provide a timely snapshot of algorithms, theory, and applications of interpretable and explainable AI and AI techniques that have been proposed recently reflecting the current discourse in this field and providing directions of future development. The book is organized in six parts: towards AI transparency; methods for interpreting AI systems; explaining the decisions of AI systems; evaluating interpretability and explanations; applications of explainable AI; and software for explainable AI.


Interpretable Machine Learning

Interpretable Machine Learning

Author: Christoph Molnar

Publisher: Lulu.com

Published: 2020

Total Pages: 320

ISBN-13: 0244768528

DOWNLOAD EBOOK

This book is about making machine learning models and their decisions interpretable. After exploring the concepts of interpretability, you will learn about simple, interpretable models such as decision trees, decision rules and linear regression. Later chapters focus on general model-agnostic methods for interpreting black box models like feature importance and accumulated local effects and explaining individual predictions with Shapley values and LIME. All interpretation methods are explained in depth and discussed critically. How do they work under the hood? What are their strengths and weaknesses? How can their outputs be interpreted? This book will enable you to select and correctly apply the interpretation method that is most suitable for your machine learning project.


AI and Deep Learning in Biometric Security

AI and Deep Learning in Biometric Security

Author: Gaurav Jaswal

Publisher: CRC Press

Published: 2021-03-22

Total Pages: 409

ISBN-13: 1000291669

DOWNLOAD EBOOK

This book provides an in-depth overview of artificial intelligence and deep learning approaches with case studies to solve problems associated with biometric security such as authentication, indexing, template protection, spoofing attack detection, ROI detection, gender classification etc. This text highlights a showcase of cutting-edge research on the use of convolution neural networks, autoencoders, recurrent convolutional neural networks in face, hand, iris, gait, fingerprint, vein, and medical biometric traits. It also provides a step-by-step guide to understanding deep learning concepts for biometrics authentication approaches and presents an analysis of biometric images under various environmental conditions. This book is sure to catch the attention of scholars, researchers, practitioners, and technology aspirants who are willing to research in the field of AI and biometric security.


Powering the Digital Economy: Opportunities and Risks of Artificial Intelligence in Finance

Powering the Digital Economy: Opportunities and Risks of Artificial Intelligence in Finance

Author: El Bachir Boukherouaa

Publisher: International Monetary Fund

Published: 2021-10-22

Total Pages: 35

ISBN-13: 1589063953

DOWNLOAD EBOOK

This paper discusses the impact of the rapid adoption of artificial intelligence (AI) and machine learning (ML) in the financial sector. It highlights the benefits these technologies bring in terms of financial deepening and efficiency, while raising concerns about its potential in widening the digital divide between advanced and developing economies. The paper advances the discussion on the impact of this technology by distilling and categorizing the unique risks that it could pose to the integrity and stability of the financial system, policy challenges, and potential regulatory approaches. The evolving nature of this technology and its application in finance means that the full extent of its strengths and weaknesses is yet to be fully understood. Given the risk of unexpected pitfalls, countries will need to strengthen prudential oversight.


Artificial Intelligence and Cyber Security in Industry 4.0

Artificial Intelligence and Cyber Security in Industry 4.0

Author: Velliangiri Sarveshwaran

Publisher: Springer Nature

Published: 2023-07-15

Total Pages: 374

ISBN-13: 9819921155

DOWNLOAD EBOOK

This book provides theoretical background and state-of-the-art findings in artificial intelligence and cybersecurity for industry 4.0 and helps in implementing AI-based cybersecurity applications. Machine learning-based security approaches are vulnerable to poison datasets which can be caused by a legitimate defender's misclassification or attackers aiming to evade detection by contaminating the training data set. There also exist gaps between the test environment and the real world. Therefore, it is critical to check the potentials and limitations of AI-based security technologies in terms of metrics such as security, performance, cost, time, and consider how to incorporate them into the real world by addressing the gaps appropriately. This book focuses on state-of-the-art findings from both academia and industry in big data security relevant sciences, technologies, and applications. ​