paper-with-me

홈 › Papers

Training Bit Fully Convolutional Network for Fast Semantic Segmentation

2016-12-01 · He Wen, Shuchang Zhou, Zhe Liang, Yuxiang Zhang, Dieqiao Feng, Xinyu Zhou, Cong Yao

Fully convolutional neural networks give accurate, per-pixel prediction for input images and have applications like semantic segmentation. However, a typical FCN usually requires lots of floating point computation and large run-time memory, which effectively limits its usability. We propose a method to train Bit Fully Convolution Network (BFCN), a fully convolutional neural network that has low bit-width weights and activations. Because most of its computation-intensive convolutions are accomplished between low bit-width numbers, a BFCN can be accelerated by an efficient bit-convolution implementation. On CPU, the dot product operation between two bit vectors can be reduced to bitwise operations and popcounts, which can offer much higher throughput than 32-bit multiplications and additions. To validate the effectiveness of BFCN, we conduct experiments on the PASCAL VOC 2012 semantic segmentation task and Cityscapes. Our BFCN with 1-bit weights and 2-bit activations, which runs 7.8x faster on CPU or requires less than 1\% resources on FPGA, can achieve comparable performance as the 32-bit counterpart.

📄 PDF Abstract BibTeX arXiv:1612.00212

Code (0)

등록된 구현이 없습니다.

Tasks

CPUSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

Gaussian Filter in CRF Based Semantic Segmentation

2017-09-02 · Yichi Gu, Qisheng Wu, Jing Li, Kai Cheng

Artificial intelligence is making great changes in academy and industry with the fast development of deep learning, which is a branch of machine learning and statistical learning. Fully convolutional network [1] is the s…

object-detectionObject DetectionSegmentationSemantic Segmentation

Efficient Yet Deep Convolutional Neural Networks for Semantic Segmentation

2017-07-26 · Sharif Amit Kamran, Ali Shihab Sabbir

Semantic Segmentation using deep convolutional neural network pose more complex challenge for any GPU intensive task. As it has to compute million of parameters, it results to huge memory consumption. Moreover, extractin…

GPUImage SegmentationScene SegmentationSegmentation+1

Multi Projection Fusion for Real-time Semantic Segmentation of 3D LiDAR Point Clouds

2020-11-03 · Yara Ali Alnaggar, Mohamed Afifi, Karim Amer, Mohamed ElHelw

Semantic segmentation of 3D point cloud data is essential for enhanced high-level perception in autonomous platforms. Furthermore, given the increasing deployment of LiDAR sensors onboard of cars and drones, a special em…

3D Semantic SegmentationLIDAR Semantic SegmentationReal-Time Semantic SegmentationSegmentation+1

Unifying Instance and Panoptic Segmentation with Dynamic Rank-1 Convolutions

2020-11-19 · Hao Chen, Chunhua Shen, Zhi Tian

Recently, fully-convolutional one-stage networks have shown superior performance comparing to two-stage frameworks for instance segmentation as typically they can generate higher-quality mask predictions with less comput…

Instance SegmentationMulti-Task LearningPanoptic SegmentationSegmentation+1

One-Shot Learning for Semantic Segmentation

2017-09-11 · Amirreza Shaban, Shray Bansal, Zhen Liu, Irfan Essa 외

Low-shot learning methods for image classification support learning from sparse data. We extend these techniques to support dense semantic image segmentation. Specifically, we train a network that, given a small set of a…

General Classificationimage-classificationImage ClassificationImage Segmentation+4