paper-with-me

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. Most of these networks, however, process one single frame of image at a time, and may not fully utilize the temporal and contextual correlation typically present in multiple channels of the same image or adjacent frames from a video, thus limiting the achievable throughput. This limitation stems from the fact that existing CNNs operate on deterministic numbers. In this paper, we propose a novel statistical convolutional neural network (SCNN), which extends existing CNN architectures but operates directly on correlated distributions rather than deterministic numbers. By introducing a parameterized canonical model to model correlated data and defining corresponding operations as required for CNN training and inference, we show that SCNN can process multiple frames of correlated images effectively, hence achieving significant speedup over existing CNN models. We use a CNN based video object detection as an example to illustrate the usefulness of the proposed SCNN as a general network model. Experimental results show that even a non-optimized implementation of SCNN can still achieve 178% speedup over existing CNNs with slight accuracy degradation.

📄 PDF Abstract BibTeX arXiv:1903.07663

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionVideo Object Detection

Similar Papers 제목 키워드 기반

Bilingual Methods for Adaptive Training Data Selection for Machine Translation

2016-10-01 · AMTA 2016 10 · Boxing Chen, Roland Kuhn, George Foster, Colin Cherry 외

In this paper, we propose a new data selection method which uses semi-supervised convolutional neural networks based on bitokens (Bi-SSCNNs) for training machine translation systems from a large bilingual corpus. In earl…

Machine TranslationNMTSentenceTranslation

Do All MobileNets Quantize Poorly? Gaining Insights into the Effect of Quantization on Depthwise Separable Convolutional Networks Through the Eyes of Multi-scale Distributional Dynamics

2021-04-24 · Stone Yun, Alexander Wong

As the "Mobile AI" revolution continues to grow, so does the need to understand the behaviour of edge-deployed deep neural networks. In particular, MobileNets are the go-to family of deep convolutional neural networks (C…

AllQuantization

Application of Spherical Convolutional Neural Networks to Image Reconstruction and Denoising in Nuclear Medicine

2023-07-06 · Amirreza Hashemi, Yuemeng Feng, Arman Rahmim, Hamid Sabet

This work investigates use of equivariant neural networks as efficient and high-performance frameworks for image reconstruction and denoising in nuclear medicine. Our work aims to tackle limitations of conventional Convo…

Computational EfficiencyDenoisingImage Reconstruction

A Hybrid Brain-Computer Interface Using Motor Imagery and SSVEP Based on Convolutional Neural Network

2022-12-10 · Wenwei Luo, Wanguang Yin, Quanying Liu, Youzhi Qu

The key to electroencephalography (EEG)-based brain-computer interface (BCI) lies in neural decoding, and its accuracy can be improved by using hybrid BCI paradigms, that is, fusing multiple paradigms. However, hybrid BC…

Brain Computer InterfaceEEGElectroencephalogram (EEG)Motor Imagery+1

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