# Input Selection for Bandwidth-Limited Neural Network Inference

**Authors:** Stefan Oehmcke, Fabian Gieseke

arXiv: 1906.04673 · 2022-01-20

## TL;DR

This paper introduces a framework for selecting relevant input data parts for neural network inference, reducing data transfer in bandwidth-limited scenarios without significantly impacting model performance.

## Contribution

It proposes a novel method to train models with input selection masks, enabling efficient data transfer during inference in bandwidth-constrained environments.

## Key findings

- Significant data transfer reduction achieved with minimal impact on accuracy.
- Both instance-independent and instance-dependent masks are effective.
- Framework applicable to large-scale remote sensing and astronomy data.

## Abstract

Data are often accommodated on centralized storage servers. This is the case, for instance, in remote sensing and astronomy, where projects produce several petabytes of data every year. While machine learning models are often trained on relatively small subsets of the data, the inference phase typically requires transferring significant amounts of data between the servers and the clients. In many cases, the bandwidth available per user is limited, which then renders the data transfer to be one of the major bottlenecks. In this work, we propose a framework that automatically selects the relevant parts of the input data for a given neural network. The model as well as the associated selection masks are trained simultaneously such that a good model performance is achieved while only a minimal amount of data is selected. During the inference phase, only those parts of the data have to be transferred between the server and the client. We propose both instance-independent and instance-dependent selection masks. The former ones are the same for all instances to be transferred, whereas the latter ones allow for variable transfer sizes per instance. Our experiments show that it is often possible to significantly reduce the amount of data needed to be transferred without affecting the model quality much.

## Full text

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

## Figures

36 figures with captions in the complete paper: https://tomesphere.com/paper/1906.04673/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/1906.04673/full.md

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