Training and Inference for Integer-Based Semantic Segmentation Network
Jiayi Yang, Lei Deng, Yukuan Yang, Yuan Xie, Guoqi Li

TL;DR
This paper introduces an 8-bit integer quantization framework for semantic segmentation networks, enabling faster training and inference on fixed-point devices while maintaining accuracy.
Contribution
It is the first to fully quantize segmentation networks' parameters and operations, including data flow and batch normalization, for efficient fixed-point inference.
Findings
Achieves comparable accuracy to floating-point models on ADE20K and PASCAL VOC datasets.
Enables inference on fixed-point devices with reduced computation and storage requirements.
Maintains segmentation performance despite full quantization.
Abstract
Semantic segmentation has been a major topic in research and industry in recent years. However, due to the computation complexity of pixel-wise prediction and backpropagation algorithm, semantic segmentation has been demanding in computation resources, resulting in slow training and inference speed and large storage space to store models. Existing schemes that speed up segmentation network change the network structure and come with noticeable accuracy degradation. However, neural network quantization can be used to reduce computation load while maintaining comparable accuracy and original network structure. Semantic segmentation networks are different from traditional deep convolutional neural networks (DCNNs) in many ways, and this topic has not been thoroughly explored in existing works. In this paper, we propose a new quantization framework for training and inference of segmentation…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications
MethodsBatch Normalization
