Skip to content

Commit bf599a9

Browse files
author
Alex
committed
Merge branch 'release/1.9.5'
2 parents 7ddf16e + 494f55d commit bf599a9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CITATION.cff

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# YAML 1.2
2+
---
3+
abstract: "To convey neural network architectures in publications, appropriate visualizations are of great importance. While most current deep learning papers contain such visualizations, these are usually handcrafted just before publication, which results in a lack of a common visual grammar, significant time investment, errors, and ambiguities. Current automatic network visualization tools focus on debugging the network itself and are not ideal for generating publication visualizations. Therefore, we present an approach to automate this process by translating network architectures specified in Keras into visualizations that can directly be embedded into any publication. To do so, we propose a visual grammar for convolutional neural networks (CNNs), which has been derived from an analysis of such figures extracted from all ICCV and CVPR papers published between 2013 and 2019. The proposed grammar incorporates visual encoding, network layout, layer aggregation, and legend generation. We have further realized our approach in an online system available to the community, which we have evaluated through expert feedback, and a quantitative study. It not only reduces the time needed to generate network visualizations for publications, but also enables a unified and unambiguous visualization design."
4+
authors:
5+
-
6+
affiliation: "Ulm University"
7+
family-names: "Bäuerle"
8+
given-names: Alex
9+
orcid: "https://orcid.org/0000-0003-3886-8799"
10+
-
11+
affiliation: "Ulm University"
12+
family-names: Onzenoodt
13+
given-names: Christian
14+
name-particle: van
15+
orcid: "https://orcid.org/0000-0002-5951-6795"
16+
-
17+
affiliation: "Ulm University"
18+
family-names: Ropinski
19+
given-names: Timo
20+
orcid: "https://orcid.org/0000-0002-7857-5512"
21+
cff-version: "1.1.0"
22+
date-released: 2021-02-08
23+
doi: "10.1109/TVCG.2021.3057483"
24+
message: "If you use this software, please cite it using these metadata."
25+
title: "Net2Vis – A Visual Grammar for Automatically Generating Publication-Tailored CNN Architecture Visualizations"
26+
...

0 commit comments

Comments
 (0)