DNN Feature Map Compression using Learned Representation over GF(2)

Denis Gudovskiy, Alec Hodgkinson, Luca Rigazio; Proceedings of the European Conference on Computer Vision (ECCV) Workshops, 2018, pp. 0-0

Abstract


In this paper, we introduce a method to compress intermediate feature maps of deep neural networks (DNNs) to decrease memory storage and bandwidth requirements during inference. Unlike previous works, the proposed method is based on converting fixed-point activations into vectors over the smallest GF(2) finite field followed by nonlinear dimensionality reduction (NDR) layers embedded into a DNN. Such an end-to-end learned representation finds more compact feature maps by exploiting quantization redundancies within the fixed-point activations along the channel or spatial dimensions. We apply the proposed network architectures derived from modified SqueezeNet and MobileNetV2 to the tasks of ImageNet classification and PASCAL VOC object detection. Compared to prior approaches, the conducted experiments show a factor of 2 decrease in memory requirements with minor degradation in accuracy while adding only bitwise computations.

Related Material


[pdf] [arXiv]
[bibtex]
@InProceedings{Gudovskiy_2018_ECCV_Workshops,
author = {Gudovskiy, Denis and Hodgkinson, Alec and Rigazio, Luca},
title = {DNN Feature Map Compression using Learned Representation over GF(2)},
booktitle = {Proceedings of the European Conference on Computer Vision (ECCV) Workshops},
month = {September},
year = {2018}
}