Efficient Convolutional Neural Network with Binary Quantization Layer
In this paper we introduce a novel method for segmentation that can benefit from general semantics of Convolutional Neural Network (CNN). Our segmentation proposes visually and semantically coherent image segments. We use binary encoding of CNN features to overcome the difficulty of the clustering on the high-dimensional CNN feature space. These binary encoding can be embedded into the CNN as an extra layer at the end of the network. This results in real-time segmentation. To the best of our knowledge our method is the first attempt on general semantic image segmentation using CNN. All the previous papers were limited to few number of category of the images (e.g. PASCAL VOC). Experiments show that our segmentation algorithm outperform the state-of-the-art non-semantic segmentation methods by a large margin.
Code (0)
등록된 구현이 없습니다.
Tasks
ClusteringImage SegmentationQuantizationSegmentationSemantic SegmentationSimilar Papers 제목 키워드 기반
Weight Equalizing Shift Scaler-Coupled Post-training Quantization
Post-training, layer-wise quantization is preferable because it is free from retraining and is hardware-friendly. Nevertheless, accuracy degradation has occurred when a neural network model has a big difference of per-ou…
QuantizationIterative Training: Finding Binary Weight Deep Neural Networks with Layer Binarization
In low-latency or mobile applications, lower computation complexity, lower memory footprint and better energy efficiency are desired. Many prior works address this need by removing redundant parameters. Parameter quantiz…
BinarizationQuantizationSub-bit Neural Networks: Learning to Compress and Accelerate Binary Neural Networks
In the low-bit quantization field, training Binary Neural Networks (BNNs) is the extreme solution to ease the deployment of deep models on resource-constrained devices, having the lowest storage cost and significantly ch…
QuantizationEnd-to-end Binary Representation Learning via Direct Binary Embedding
Learning binary representation is essential to large-scale computer vision tasks. Most existing algorithms require a separate quantization constraint to learn effective hashing functions. In this work, we present Direct …
Image RetrievalObject RecognitionQuantizationRepresentation Learning+1Weights Having Stable Signs Are Important: Finding Primary Subnetworks and Kernels to Compress Binary Weight Networks
Binary Weight Networks (BWNs) have significantly lower computational and memory costs compared to their full-precision counterparts. To address the non-differentiable issue of BWNs, existing methods usually use the Strai…
Quantization