Compressive Feature Selection for Remote Visual Multi-Task Inference
Saeed Ranjbar Alvar, Ivan V. Bajić
TL;DR
This paper addresses feature selection for multi-task DNNs in edge-to-cloud inference by introducing a task-aware mutual information (MI) framework. It develops a tractable MI estimator that operates on patch-level features and clustered output patches, enabling per-task feature importance scores $I_{i,j}=I(\widetilde{X}_i;\widehat{Y}_j)$ and supporting both hard and soft feature selection. Empirically, MI-based selection outperforms norm-based baselines, particularly for reconstruction tasks, and soft selection reduces bitrate while preserving accuracy, aided by HEVC compression of enhancement features. The method is extended with a multi-objective distortion analysis to account for varying task priorities, showing MI-based selection is favorable across a broad region of the task-weight space, with practical implications for efficient remote inference on edge devices.
Abstract
Deep models produce a number of features in each internal layer. A key problem in applications such as feature compression for remote inference is determining how important each feature is for the task(s) performed by the model. The problem is especially challenging in the case of multi-task inference, where the same feature may carry different importance for different tasks. In this paper, we examine how effective is mutual information (MI) between a feature and a model's task output as a measure of the feature's importance for that task. Experiments involving hard selection and soft selection (unequal compression) based on MI are carried out to compare the MI-based method with alternative approaches. Multi-objective analysis is provided to offer further insight.
