SELGMSNEJul 26, 2017

Dragon: A Computation Graph Virtual Machine Based Deep Learning Framework

arXiv:1707.08265v1
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of framework fragmentation for researchers and practitioners by providing a unified interface, though it appears incremental as it builds on existing computation graph concepts.

The authors tackled the difficulty of reproducing and transplanting deep learning models across different frameworks by proposing Dragon, a computation graph virtual machine-based framework that standardizes interfaces, and they implemented numerous recent models in computer vision and natural language processing to demonstrate its utility.

Deep Learning has made a great progress for these years. However, it is still difficult to master the implement of various models because different researchers may release their code based on different frameworks or interfaces. In this paper, we proposed a computation graph based framework which only aims to introduce well-known interfaces. It will help a lot when reproducing a newly model or transplanting models that were implemented by other frameworks. Additionally, we implement numerous recent models covering both Computer Vision and Nature Language Processing. We demonstrate that our framework will not suffer from model-starving because it is much easier to make full use of the works that are already done.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes