LGCRFeb 25, 2023

Chaotic Variational Auto encoder-based Adversarial Machine Learning

arXiv:2302.12959v16 citationsh-index: 40
Originality Incremental advance
AI Analysis

This work addresses adversarial threats in critical domains like finance and healthcare, but it is incremental as it builds on existing VAE and WNN techniques for attack generation.

The paper tackled the problem of adversarial attacks on machine learning models by proposing a novel, computationally less expensive attack mechanism using Variational Auto Encoders (VAE) with Wavelet Neural Networks (WNN) and chaotic variants, applied to finance and cybersecurity datasets; results showed that VAE-Deep-WNN outperformed other methods in most cases, with its chaotic variant performing similarly.

Machine Learning (ML) has become the new contrivance in almost every field. This makes them a target of fraudsters by various adversary attacks, thereby hindering the performance of ML models. Evasion and Data-Poison-based attacks are well acclaimed, especially in finance, healthcare, etc. This motivated us to propose a novel computationally less expensive attack mechanism based on the adversarial sample generation by Variational Auto Encoder (VAE). It is well known that Wavelet Neural Network (WNN) is considered computationally efficient in solving image and audio processing, speech recognition, and time-series forecasting. This paper proposed VAE-Deep-Wavelet Neural Network (VAE-Deep-WNN), where Encoder and Decoder employ WNN networks. Further, we proposed chaotic variants of both VAE with Multi-layer perceptron (MLP) and Deep-WNN and named them C-VAE-MLP and C-VAE-Deep-WNN, respectively. Here, we employed a Logistic map to generate random noise in the latent space. In this paper, we performed VAE-based adversary sample generation and applied it to various problems related to finance and cybersecurity domain-related problems such as loan default, credit card fraud, and churn modelling, etc., We performed both Evasion and Data-Poison attacks on Logistic Regression (LR) and Decision Tree (DT) models. The results indicated that VAE-Deep-WNN outperformed the rest in the majority of the datasets and models. However, its chaotic variant C-VAE-Deep-WNN performed almost similarly to VAE-Deep-WNN in the majority of the datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes