paper-with-me

Papers

Deep SCNN-based Real-time Object Detection for Self-driving Vehicles Using LiDAR Temporal Data

2019-12-17 · Shibo Zhou, Ying Chen, Xiaohua LI, Arindam Sanyal

Real-time accurate detection of three-dimensional (3D) objects is a fundamental necessity for self-driving vehicles. Most existing computer vision approaches are based on convolutional neural networks (CNNs). Although the CNN-based approaches can achieve high detection accuracy, their high energy consumption is a severe drawback. To resolve this problem, novel energy efficient approaches should be explored. Spiking neural network (SNN) is a promising candidate because it has orders-of-magnitude lower energy consumption than CNN. Unfortunately, the studying of SNN has been limited in small networks only. The application of SNN for large 3D object detection networks has remain largely open. In this paper, we integrate spiking convolutional neural network (SCNN) with temporal coding into the YOLOv2 architecture for real-time object detection. To take the advantage of spiking signals, we develop a novel data preprocessing layer that translates 3D point-cloud data into spike time data. We propose an analog circuit to implement the non-leaky integrate and fire neuron used in our SCNN, from which the energy consumption of each spike is estimated. Moreover, we present a method to calculate the network sparsity and the energy consumption of the overall network. Extensive experiments have been conducted based on the KITTI dataset, which show that the proposed network can reach competitive detection accuracy as existing approaches, yet with much lower average energy consumption. If implemented in dedicated hardware, our network could have a mean sparsity of 56.24% and extremely low total energy consumption of 0.247mJ only. Implemented in NVIDIA GTX 1080i GPU, we can achieve 35.7 fps frame rate, high enough for real-time object detection.

📄 PDF Abstract BibTeX arXiv:1912.07906

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionGPUobject-detectionObject DetectionReal-Time Object Detection

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Darknet-19 설명 없음

Similar Papers 제목 키워드 기반

SCNN: A General Distribution based Statistical Convolutional Neural Network with Application to Video Object Detection

2019-03-15 · Tianchen Wang, JinJun Xiong, Xiaowei Xu, Yiyu Shi

Various convolutional neural networks (CNNs) were developed recently that achieved accuracy comparable with that of human beings in computer vision tasks such as image recognition, object detection and tracking, etc. Mos…

object-detectionObject DetectionVideo Object Detection

Object Detection Based on Distributed Convolutional Neural Networks

2026-03-30 · Liang Sun arxiv

Based on the Distributed Convolutional Neural Network(DisCNN), a straightforward object detection method is proposed. The modules of the output vector of a DisCNN with respect to a specific positive class are positively …

Object Detection

Spatial As Deep: Spatial CNN for Traffic Scene Understanding

2017-12-17 · Xingang Pan, Jianping Shi, Ping Luo, Xiaogang Wang 외

Convolutional neural networks (CNNs) are usually built by stacking convolutional operations layer-by-layer. Although CNN has shown strong capability to extract semantics from raw pixels, its capacity to capture spatial r…

Lane DetectionScene Understanding

Distributed Convolutional Neural Networks for Object Recognition

2026-03-10 · Liang Sun arxiv

This paper proposes a novel loss function for training a distributed convolutional neural network (DisCNN) to recognize only a specific positive class. By mapping positive samples to a compact set in high-dimensional spa…

Object RecognitionObject Detection

Boundary-based Image Forgery Detection by Fast Shallow CNN

2018-01-20 · Zhongping Zhang, Yixuan Zhang, Zheng Zhou, Jiebo Luo

Image forgery detection is the task of detecting and localizing forged parts in tampered images. Previous works mostly focus on high resolution images using traces of resampling features, demosaicing features or sharpnes…

DemosaickingImage Forgery Detection