paper-with-me

홈 › Papers

Visualizing the decision-making process in deep neural decision forest

2019-04-19 · Shichao Li, Kwang-Ting Cheng

Deep neural decision forest (NDF) achieved remarkable performance on various vision tasks via combining decision tree and deep representation learning. In this work, we first trace the decision-making process of this model and visualize saliency maps to understand which portion of the input influence it more for both classification and regression problems. We then apply NDF on a multi-task coordinate regression problem and demonstrate the distribution of routing probabilities, which is vital for interpreting NDF yet not shown for regression problems. The pre-trained model and code for visualization will be available at https://github.com/Nicholasli1995/VisualizingNDF

📄 PDF Abstract BibTeX arXiv:1904.09201

Code (1)

Nicholasli1995/VisualizingNDF 공식 구현 pytorch

Tasks

Decision MakingGeneral ClassificationregressionRepresentation Learning

Similar Papers 제목 키워드 기반

Facial age estimation by deep residual decision making

2019-08-28 · Shichao Li, Kwang-Ting Cheng

Residual representation learning simplifies the optimization problem of learning complex functions and has been widely used by traditional convolutional neural networks. However, it has not been applied to deep neural de…

Age EstimationDecision MakingRepresentation Learning

Visualizing Deep Neural Network Decisions: Prediction Difference Analysis

2017-02-15 · Luisa M. Zintgraf, Taco S. Cohen, Tameem Adel, Max Welling

This article presents the prediction difference analysis method for visualizing the response of a deep neural network to a specific input. When classifying images, the method highlights areas in a given input image that …

Decision MakingPrediction

Decision making in stochastic extensive form I: Stochastic decision forests

2024-04-18 · E. Emanuel Rapsch

A general theory of stochastic decision forests is developed to bridge two concepts of information flow: decision trees and refined partitions on the one side, filtrations from probability theory on the other. Instead of…

Decision MakingForm

Explicating feature contribution using Random Forest proximity distances

2018-07-17 · Leanne S. Whitmore, Anthe George, Corey M. Hudson

In Random Forests, proximity distances are a metric representation of data into decision space. By observing how changes in input map to the movement of instances in this space we are able to determine the independent co…

Decision MakingGeneral Classification

Fairness-guided SMT-based Rectification of Decision Trees and Random Forests

2020-11-22 · Jiang Zhang, Ivan Beschastnikh, Sergey Mechtaev, Abhik Roychoudhury

Data-driven decision making is gaining prominence with the popularity of various machine learning models. Unfortunately, real-life data used in machine learning training may capture human biases, and as a result the lear…

BIG-bench Machine LearningDecision MakingFairnessProgram Repair