# Ablate, Variate, and Contemplate: Visual Analytics for Discovering   Neural Architectures

**Authors:** Dylan Cashman, Adam Perer, Remco Chang, Hendrik Strobelt

arXiv: 1908.00387 · 2019-08-02

## TL;DR

This paper introduces REMAP, a visual analytics tool that enables rapid, intuitive exploration and customization of neural network architectures, reducing manual effort and improving efficiency in deep learning model design.

## Contribution

The paper presents REMAP, a novel visual analytics system that facilitates systematic exploration and modification of neural architectures through visual interfaces and semi-automated searches.

## Key findings

- REMAP helps users discover effective neural architectures efficiently.
- Visual exploration reduces the need for manual programming.
- The tool supports ablation, variation, and handcrafted model design.

## Abstract

Deep learning models require the configuration of many layers and parameters in order to get good results. However, there are currently few systematic guidelines for how to configure a successful model. This means model builders often have to experiment with different configurations by manually programming different architectures (which is tedious and time consuming) or rely on purely automated approaches to generate and train the architectures (which is expensive). In this paper, we present Rapid Exploration of Model Architectures and Parameters, or REMAP, a visual analytics tool that allows a model builder to discover a deep learning model quickly via exploration and rapid experimentation of neural network architectures. In REMAP, the user explores the large and complex parameter space for neural network architectures using a combination of global inspection and local experimentation. Through a visual overview of a set of models, the user identifies interesting clusters of architectures. Based on their findings, the user can run ablation and variation experiments to identify the effects of adding, removing, or replacing layers in a given architecture and generate new models accordingly. They can also handcraft new models using a simple graphical interface. As a result, a model builder can build deep learning models quickly, efficiently, and without manual programming. We inform the design of REMAP through a design study with four deep learning model builders. Through a use case, we demonstrate that REMAP allows users to discover performant neural network architectures efficiently using visual exploration and user-defined semi-automated searches through the model space.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.00387/full.md

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1908.00387/full.md

## References

73 references — full list in the complete paper: https://tomesphere.com/paper/1908.00387/full.md

---
Source: https://tomesphere.com/paper/1908.00387