LGCVApr 11, 2022

MIME: Adapting a Single Neural Network for Multi-task Inference with Memory-efficient Dynamic Pruning

arXiv:2204.05274v17 citationsh-index: 38
Originality Incremental advance
AI Analysis

This addresses the need for more efficient multi-task inference in AI systems, offering incremental improvements in memory and energy usage for specific hardware setups.

The paper tackles the problem of memory and energy inefficiency in multi-task neural network inference by proposing MIME, an algorithm-hardware co-design that reuses weights from a parent task and learns task-specific thresholds, achieving ~3.48x memory efficiency and ~2.4-3.1x energy savings compared to conventional methods.

Recent years have seen a paradigm shift towards multi-task learning. This calls for memory and energy-efficient solutions for inference in a multi-task scenario. We propose an algorithm-hardware co-design approach called MIME. MIME reuses the weight parameters of a trained parent task and learns task-specific threshold parameters for inference on multiple child tasks. We find that MIME results in highly memory-efficient DRAM storage of neural-network parameters for multiple tasks compared to conventional multi-task inference. In addition, MIME results in input-dependent dynamic neuronal pruning, thereby enabling energy-efficient inference with higher throughput on a systolic-array hardware. Our experiments with benchmark datasets (child tasks)- CIFAR10, CIFAR100, and Fashion-MNIST, show that MIME achieves ~3.48x memory-efficiency and ~2.4-3.1x energy-savings compared to conventional multi-task inference in Pipelined task mode.

Foundations

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

Your Notes