# Deep Virtual Networks for Memory Efficient Inference of Multiple Tasks

**Authors:** Eunwoo Kim, Chanho Ahn, Philip H.S. Torr, Songhwai Oh

arXiv: 1904.04562 · 2019-04-10

## TL;DR

This paper introduces deep virtual networks (DVNs), a hierarchical architecture that enables memory-efficient multi-task learning by producing specialized, configurable networks with shared units, outperforming existing methods.

## Contribution

The novel hierarchical DVN architecture allows memory-aware inference for multiple tasks with shared units, improving efficiency and performance over prior approaches.

## Key findings

- Outperforms existing multi-task learning methods.
- Enables memory-efficient inference across different tasks.
- Shares units among tasks to improve knowledge transfer.

## Abstract

Deep networks consume a large amount of memory by their nature. A natural question arises can we reduce that memory requirement whilst maintaining performance. In particular, in this work we address the problem of memory efficient learning for multiple tasks. To this end, we propose a novel network architecture producing multiple networks of different configurations, termed deep virtual networks (DVNs), for different tasks. Each DVN is specialized for a single task and structured hierarchically. The hierarchical structure, which contains multiple levels of hierarchy corresponding to different numbers of parameters, enables multiple inference for different memory budgets. The building block of a deep virtual network is based on a disjoint collection of parameters of a network, which we call a unit. The lowest level of hierarchy in a deep virtual network is a unit, and higher levels of hierarchy contain lower levels' units and other additional units. Given a budget on the number of parameters, a different level of a deep virtual network can be chosen to perform the task. A unit can be shared by different DVNs, allowing multiple DVNs in a single network. In addition, shared units provide assistance to the target task with additional knowledge learned from another tasks. This cooperative configuration of DVNs makes it possible to handle different tasks in a memory-aware manner. Our experiments show that the proposed method outperforms existing approaches for multiple tasks. Notably, ours is more efficient than others as it allows memory-aware inference for all tasks.

## Full text

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

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1904.04562/full.md

## References

40 references — full list in the complete paper: https://tomesphere.com/paper/1904.04562/full.md

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