paper-with-me

홈 › Papers

Deep Neural Network for DrawiNg Networks, (DNN)^2

2021-08-08 · Loann Giovannangeli, Frederic Lalanne, David Auber, Romain Giot, Romain Bourqui

By leveraging recent progress of stochastic gradient descent methods, several works have shown that graphs could be efficiently laid out through the optimization of a tailored objective function. In the meantime, Deep Learning (DL) techniques achieved great performances in many applications. We demonstrate that it is possible to use DL techniques to learn a graph-to-layout sequence of operations thanks to a graph-related objective function. In this paper, we present a novel graph drawing framework called (DNN)^2: Deep Neural Network for DrawiNg Networks. Our method uses Graph Convolution Networks to learn a model. Learning is achieved by optimizing a graph topology related loss function that evaluates (DNN)^2 generated layouts during training. Once trained, the (DNN)^ model is able to quickly lay any input graph out. We experiment (DNN)^2 and statistically compare it to optimization-based and regular graph layout algorithms. The results show that (DNN)^2 performs well and are encouraging as the Deep Learning approach to Graph Drawing is novel and many leads for future works are identified.

📄 PDF Abstract BibTeX arXiv:2108.03632

Code (1)

LoannGio/DNN2 tf

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

IDraw: Artist Verification from Digital Drawing Images

2026-08-03 · Nayoung Kim, Nan Jiang, Bangjie Sun, Jaewon Shin 외 arxiv

As digital drawings are increasingly shared online, reliable authorship verification has become important for protecting artists and resolving disputes. Yet when authorship is questioned, verification may have to rely on…

Restoration of Hand-Drawn Architectural Drawings Using Latent Space Mapping With Degradation Generator

2023-01-01 · CVPR 2023 1 · Nakkwan Choi, Seungjae Lee, Yongsik Lee, Seungjoon Yang

This work presents the restoration of drawings of wooden built heritage. Hand-drawn drawings contain the most important original information but are often severely degraded over time. A novel restoration method based…

Data Augmentation

Learning to generate line drawings that convey geometry and semantics

2022-03-23 · CVPR 2022 1 · Caroline Chan, Fredo Durand, Phillip Isola

This paper presents an unpaired method for creating line drawings from photographs. Current methods often rely on high quality paired datasets to generate line drawings. However, these datasets often have limitations due…

Image-to-Image TranslationTranslationUnsupervised Image-To-Image Translation

APDrawingGAN: Generating Artistic Portrait Drawings From Face Photos With Hierarchical GANs

2019-06-01 · CVPR 2019 6 · Ran Yi, Yong-Jin Liu, Yu-Kun Lai, Paul L. Rosin

Significant progress has been made with image stylization using deep learning, especially with generative adversarial networks (GANs). However, existing methods fail to produce high quality artistic portrait drawings. Su…

Image Stylization

Drawing-Recode: Annotation Grounding for Parametric CAD Code Generation from Raster 2D CAD Drawings

2026-07-30 · Mingi Kim, Yongjun Kim, Hyungki Kim arxiv

Recovering Parametric CAD sequences from raster-format 2D Computer-Aided Design (CAD) drawings accumulated prior to digital transformation is important for part reproduction and manufacturing process automation. However,…

Code Generation