paper-with-me

Papers

Interpretable Diversity Analysis: Visualizing Feature Representations In Low-Cost Ensembles

2023-02-12 · Tim Whitaker, Darrell Whitley

Diversity is an important consideration in the construction of robust neural network ensembles. A collection of well trained models will generalize better if they are diverse in the patterns they respond to and the predictions they make. Diversity is especially important for low-cost ensemble methods because members often share network structure in order to avoid training several independent models from scratch. Diversity is traditionally analyzed by measuring differences between the outputs of models. However, this gives little insight into how knowledge representations differ between ensemble members. This paper introduces several interpretability methods that can be used to qualitatively analyze diversity. We demonstrate these techniques by comparing the diversity of feature representations between child networks using two low-cost ensemble algorithms, Snapshot Ensembles and Prune and Tune Ensembles. We use the same pre-trained parent network as a starting point for both methods which allows us to explore how feature representations evolve over time. This approach to diversity analysis can lead to valuable insights and new perspectives for how we measure and promote diversity in ensemble methods.

📄 PDF Abstract BibTeX arXiv:2302.05822

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Methods 이 논문이 사용한 방법론

Snapshot Ensembles The overhead cost of training multiple deep neural networks could be very high in terms of the training time, hardware, and computational resource requirement and…

Similar Papers 제목 키워드 기반

Visualizing the Diversity of Representations Learned by Bayesian Neural Networks

2022-01-26 · Dennis Grinwald, Kirill Bykov, Shinichi Nakajima, Marina M. -C. Höhne

Explainable Artificial Intelligence (XAI) aims to make learning machines less opaque, and offers researchers and practitioners various tools to reveal the decision-making strategies of neural networks. In this work, we i…

Contrastive LearningDecision MakingDiversityExplainable artificial intelligence+1

Towards Interpretable Face Recognition

2018-05-02 · ICCV 2019 10 · Bangjie Yin, Luan Tran, Haoxiang Li, Xiaohui Shen 외

Deep CNNs have been pushing the frontier of visual recognition over past years. Besides recognition accuracy, strong demands in understanding deep CNNs in the research community motivate developments of tools to dissect …

DiversityFace Recognition

Respond-CAM: Analyzing Deep Models for 3D Imaging Data by Visualizations

2018-05-31 · Guannan Zhao, Bo Zhou, Kaiwen Wang, Rui Jiang 외

The convolutional neural network (CNN) has become a powerful tool for various biomedical image analysis tasks, but there is a lack of visual explanation for the machinery of CNNs. In this paper, we present a novel algori…

VINE: Visualizing Statistical Interactions in Black Box Models

2019-04-01 · Matthew Britton

As machine learning becomes more pervasive, there is an urgent need for interpretable explanations of predictive models. Prior work has developed effective methods for visualizing global model behavior, as well as genera…

Visualizing and Understanding Recurrent Networks

2015-06-05 · Andrej Karpathy, Justin Johnson, Li Fei-Fei

Recurrent Neural Networks (RNNs), and specifically a variant with Long Short-Term Memory (LSTM), are enjoying renewed interest as a result of successful applications in a wide range of machine learning problems that invo…