paper-with-me

Papers

Pixel Embedding: Fully Quantized Convolutional Neural Network with Differentiable Lookup Table

2024-07-23 · Hiroyuki Tokunaga, Joel Nicholls, Daria Vazhenina, Atsunori Kanemura

By quantizing network weights and activations to low bitwidth, we can obtain hardware-friendly and energy-efficient networks. However, existing quantization techniques utilizing the straight-through estimator and piecewise constant functions face the issue of how to represent originally high-bit input data with low-bit values. To fully quantize deep neural networks, we propose pixel embedding, which replaces each float-valued input pixel with a vector of quantized values by using a lookup table. The lookup table or low-bit representation of pixels is differentiable and trainable by backpropagation. Such replacement of inputs with vectors is similar to word embedding in the natural language processing field. Experiments on ImageNet and CIFAR-100 show that pixel embedding reduces the top-5 error gap caused by quantizing the floating points at the first layer to only 1% for the ImageNet dataset, and the top-1 error gap caused by quantizing first and last layers to slightly over 1% for the CIFAR-100 dataset. The usefulness of pixel embedding is further demonstrated by inference time measurements, which demonstrate over 1.7 times speedup compared to floating point precision first layer.

📄 PDF Abstract BibTeX arXiv:2407.16174

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Face Parsing via a Fully-Convolutional Continuous CRF Neural Network

2017-08-12 · Lei Zhou, Zhi Liu, Xiangjian He

In this work, we address the face parsing task with a Fully-Convolutional continuous CRF Neural Network (FC-CNN) architecture. In contrast to previous face parsing methods that apply region-based subnetwork hundreds of t…

Face Parsing

SD-$π$XL: Generating Low-Resolution Quantized Imagery via Score Distillation

2024-10-08 · Alexandre Binninger, Olga Sorkine-Hornung

Low-resolution quantized imagery, such as pixel art, is seeing a revival in modern applications ranging from video game graphics to digital design and fabrication, where creativity is often bound by a limited palette of …

Region-based semantic segmentation with end-to-end training

2016-07-26 · Holger Caesar, Jasper Uijlings, Vittorio Ferrari

We propose a novel method for semantic segmentation, the task of labeling each pixel in an image with a semantic class. Our method combines the advantages of the two main competing paradigms. Methods based on region clas…

SegmentationSemantic Segmentation

Semantic Instance Segmentation via Deep Metric Learning

2017-03-30 · Alireza Fathi, Zbigniew Wojna, Vivek Rathod, Peng Wang 외

We propose a new method for semantic instance segmentation, by first computing how likely two pixels are to belong to the same object, and then by grouping similar pixels together. Our similarity metric is based on a dee…

Instance SegmentationMetric LearningObject Proposal GenerationSegmentation+1

Edge Inference with Fully Differentiable Quantized Mixed Precision Neural Networks

2022-06-15 · Clemens JS Schaefer, Siddharth Joshi, Shan Li, Raul Blazquez

The large computing and memory cost of deep neural networks (DNNs) often precludes their use in resource-constrained devices. Quantizing the parameters and operations to lower bit-precision offers substantial memory and …

Edge-computingQuantization