Montimage AI Platform (MAIP) Documentation
  • Overview
  • Architecture
  • Installation
    • Installation instructions
    • Docker
  • MAIP API reference
    • Reports
      • /
      • Download
    • Logs
      • /
      • Download
    • Retrain
      • /
    • Models
      • /
      • App
      • Download
      • Confusion matrix
      • Build config
      • Predictions
      • Probabilities
      • Datasets
        • /
        • Download
    • Predictions
      • /
      • Download
      • Attack
      • Normal
    • Mmt
      • /
      • Stop
      • Offline
      • Dataset
      • Online
    • Pcaps
      • /
      • Datasets
      • Dataset
    • Build
      • /
    • Ac
      • Retrain
        • /
      • Datasets
        • /
      • Build
        • /
    • Predict
      • /
      • Stop
    • Xai
      • /
      • Shap
        • Explanations
      • Lime
        • Explanations
      • Explanations
    • Attacks
      • /
      • Ctgan
        • Download
      • Datasets
      • Poisoning
        • Ctgan
        • Random swapping labels
        • Target label flipping
        • Download
    • Metrics
      • Accuracy
      • Currentness
      • Impact
  • Specification
  • Client side
    • All Models page
      • Models Comparison page
      • Models Retraining page
    • Dataset page
    • Build Page
    • Predict Page
    • XAI page
      • XAI SHAP Page
      • XAI LIME Page
    • Attacks Page
    • Metrics Page
      • Accountability Metrics Page
      • Resilience Metrics Page
  • About
Powered by GitBook
On this page
  1. Client side

Attacks Page

This page performs some adversarial attacks against the model.

Currently we support 3 poisoning attacks:

  • GAN-based poisoning attack

  • Random swapping labels attack

  • Target labels flipping attack

Here we perform the target labels flipping attack with the poisoning rate 20% and the target label "Web".

Clearly, the number of "Web" labels of the poisoning training dataset must be bigger than one of the original dataset.

PreviousXAI LIME PageNextMetrics Page

Last updated 1 year ago