zoukankan      html  css  js  c++  java
  • 论文笔记 Interpreting Black-Box Classifiers Using Instance-Level Visual Explanations

    Subject: Interactive Model Analysis

    Target: Verify the performance of a model

    Existing methods: statistical methods, in an aggregated fashion (e.g. accuracy)

    Related work:

    1. White box approach: Aiming at visualizing the internal structures of the models
      •   Logistic Regression: transparent weighting of the features
    2. Black box approach
    3. Models comparison:
      •   ModelTracker
      • MLCube Explorer: data cube analysis type

    Contribution: a workflow and an interface

    Novelty

    1. Focus on input/output behaviour of a model (model agnostic)
    2. Locally and globally, decisions and feature importance

    Workflow:

    Core of the explanation algorithm: Removing features from a vector until the predicted label changes.

    User Interface of Rivelo

    Limitations: works with binary classifiers and binary features

    Useful Quotes: DARPA XAI program: “the effectiveness of these systems is limited by the machines current inability to explain their decisions and actions to human users [. . .] it is essential to understand, appropriately trust, and effectively manage an emerging generation of artificially intelligent machine partners"

    Reference:

    [1] Tamagnini, Paolo, et al. "Interpreting Black-Box Classifiers Using Instance-Level Visual Explanations." (2017).

  • 相关阅读:
    Android Activity
    As3 3D学习之rotation
    Android学习之Android自带例子 ContactManager
    Android学习之 Menu
    Android学习之 Intent
    VC++学习之建立窗口
    As3 3D学习之屏幕与3D坐标
    Android学习之 Button onClickListener实现方法
    ClientDataSet 心得
    部分系统路径
  • 原文地址:https://www.cnblogs.com/fortnight/p/6800579.html
Copyright © 2011-2022 走看看