Distributed Semantic Segmentation with Efficient Joint Source and Task Decoding

Abstract

Distributed computing in the context of deep neural networks (DNNs) implies the execution of one part of the network on edge devices and the other part typically on a large-scale cloud platform. Conventional methods propose to employ a serial concatenation of a learned image and source encoder, the latter projecting the image encoder output (bottleneck features) into a quantized representation for bitrate-efficient transmission. In the cloud, a respective source decoder reprojects the quantized representation to the original feature representation, serving as an input for the downstream task decoder performing, e.g., semantic segmentation. In this work, we propose joint source and task decoding, as it allows for a smaller network size in the cloud. This further enables the scalability of such services in large numbers without requiring extensive computational load on the cloud per channel. We demonstrate the effectiveness of our method by achieving a distributed semantic segmentation SOTA over a wide range of bitrates on the mean intersection over union metric, while using only 9.8% ... 11.59% of cloud DNN parameters used in previous SOTA on the COCO and Cityscapes datasets.

Cite

Text

Nazir et al. "Distributed Semantic Segmentation with Efficient Joint Source and Task Decoding." Proceedings of the European Conference on Computer Vision (ECCV), 2024. doi:10.1007/978-3-031-73223-2_12

Markdown

[Nazir et al. "Distributed Semantic Segmentation with Efficient Joint Source and Task Decoding." Proceedings of the European Conference on Computer Vision (ECCV), 2024.](https://mlanthology.org/eccv/2024/nazir2024eccv-distributed/) doi:10.1007/978-3-031-73223-2_12

BibTeX

@inproceedings{nazir2024eccv-distributed,
  title     = {{Distributed Semantic Segmentation with Efficient Joint Source and Task Decoding}},
  author    = {Nazir, Danish and Bartels, Timo and Piewek, Jan and Bagdonat, Thorsten and Fingscheidt, Tim},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2024},
  doi       = {10.1007/978-3-031-73223-2_12},
  url       = {https://mlanthology.org/eccv/2024/nazir2024eccv-distributed/}
}