paper-with-me

Papers

U-Net Fixed-Point Quantization for Medical Image Segmentation

2019-08-02 · MohammadHossein AskariHemmat, Sina Honari, Lucas Rouhier, Christian S. Perone, Julien Cohen-Adad, Yvon Savaria, Jean-Pierre David

Model quantization is leveraged to reduce the memory consumption and the computation time of deep neural networks. This is achieved by representing weights and activations with a lower bit resolution when compared to their high precision floating point counterparts. The suitable level of quantization is directly related to the model performance. Lowering the quantization precision (e.g. 2 bits), reduces the amount of memory required to store model parameters and the amount of logic required to implement computational blocks, which contributes to reducing the power consumption of the entire system. These benefits typically come at the cost of reduced accuracy. The main challenge is to quantize a network as much as possible, while maintaining the performance accuracy. In this work, we present a quantization method for the U-Net architecture, a popular model in medical image segmentation. We then apply our quantization algorithm to three datasets: (1) the Spinal Cord Gray Matter Segmentation (GM), (2) the ISBI challenge for segmentation of neuronal structures in Electron Microscopic (EM), and (3) the public National Institute of Health (NIH) dataset for pancreas segmentation in abdominal CT scans. The reported results demonstrate that with only 4 bits for weights and 6 bits for activations, we obtain 8 fold reduction in memory requirements while loosing only 2.21%, 0.57% and 2.09% dice overlap score for EM, GM and NIH datasets respectively. Our fixed point quantization provides a flexible trade off between accuracy and memory requirement which is not provided by previous quantization methods for U-Net such as TernaryNet.

📄 PDF Abstract BibTeX arXiv:1908.01073

Code (2)

hossein1387/U-Net-Fixed-Point-Quantization-for-Medical-Image-Segmentation 공식 구현
paraficial/vae_pancreas_segmentation pytorch

Tasks

Image SegmentationMedical Image SegmentationPancreas SegmentationQuantizationSegmentationSemantic SegmentationSpinal Cord Gray Matter - SegmentationUNET Quantization

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

Quantization of Fully Convolutional Networks for Accurate Biomedical Image Segmentation

2018-03-13 · CVPR 2018 6 · Xiaowei Xu, Qing Lu, Yu Hu, Lin Yang 외

With pervasive applications of medical imaging in health-care, biomedical image segmentation plays a central role in quantitative analysis, clinical diagno- sis, and medical intervention. Since manual anno- tation su ers…

Image SegmentationQuantizationSegmentationSemantic Segmentation

Fixed-Point Back-Propagation Training

2020-06-01 · CVPR 2020 6 · Xishan Zhang, Shaoli Liu, Rui Zhang, Chang Liu 외

Recent emerged quantization technique (i.e., using low bit-width fixed-point data instead of high bit-width floating-point data) has been applied to inference of deep neural networks for fast and efficient execution. How…

CPUimage-classificationImage ClassificationMachine Translation+4

Accelerating Neural Network Inference by Overflow Aware Quantization

2020-05-27 · Hongwei Xie, Shuo Zhang, Huanghao Ding, Yafei Song 외

The inherent heavy computation of deep neural networks prevents their widespread applications. A widely used method for accelerating model inference is quantization, by replacing the input operands of a network using fix…

image-classificationImage Classificationobject-detectionObject Detection+2

F8Net: Fixed-Point 8-bit Only Multiplication for Network Quantization

2022-02-10 · ICLR 2022 4 · Qing Jin, Jian Ren, Richard Zhuang, Sumant Hanumante 외

Neural network quantization is a promising compression technique to reduce memory footprint and save energy consumption, potentially leading to real-time inference. However, there is a performance gap between quantized a…

Quantization

Toward INT4 Fixed-Point Training via Exploring Quantization Error for Gradients

2024-07-17 · Dohyung Kim, Junghyup Lee, Jeimin Jeon, Jaehyeon Moon 외

Network quantization generally converts full-precision weights and/or activations into low-bit fixed-point values in order to accelerate an inference process. Recent approaches to network quantization further discretize …

image-classificationImage Classificationobject-detectionObject Detection+2