Journal Article10.1109/JIOT.2021.3052105
An Efficient Binary Convolutional Neural Network With Numerous Skip Connections for Fog Computing
9
TL;DR: The receiver operating characteristic curves of BNSC-Net surpass that of the state-of-the-art algorithm DeepIns and are effective and efficient for building deep learning-enabled industrial applications on fog nodes.
read more
Abstract: Fog computing is promising to solve the challenge caused by an extremely large amount of data on cloud computing. In this study, an efficient binary convolutional neural network with numerous skip connections (BNSC-Net) is proposed for fog computing to enable real-time smart industrial applications. This network features decomposition convolution kernels and concatenated feature maps. Moreover, the network performance is further improved through expanding the update interval of the straight-through estimator. To verify the performance, BNSC-Net is tested on two broadly used public data sets: 1) ImageNet and 2) CIFAR-10. An ablation study is first conducted to verify the effectiveness of the proposed improved operations, and results demonstrate that BNSC-Net can obviously increase the classification accuracy for both data sets. ImageNet-based classification results indicate that BNSC-Net can achieve 59.9% TOP-1 accuracy that is 2.6% higher than the state-of-the-art binary neural networks, such as projection convolutional neural networks (PCNNs). Finally, a subset with ten classes is selected from ImageNet to simulate the data collected in the smart industry with limited categories, based on which BNSC-Net also demonstrates an impressive classification performance with friendly memory and calculation requirements. Particularly, the receiver operating characteristic curves of BNSC-Net surpass that of the state-of-the-art algorithm DeepIns. Therefore, the proposed BNSC-Net is effective and efficient for building deep learning-enabled industrial applications on fog nodes.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
A survey of visual neural networks: current trends, challenges and opportunities
Ping Feng,Zhenjun Tang +1 more
TL;DR: The basic architectures and current trends of these two types of VNNs, Convolutional neural networks and Transformer networks are introduced and the lightweight, robust and interpretable solutions are summarized and analyzed.
15
A Quantitative Insight Into the Role of Skip Connections in Deep Neural Networks of Low Complexity: A Case Study Directed at Fluid Flow Modeling
TL;DR: This paper presents an investigation of whether skip connections significantly affect the performance of deep neural networks of moderate complexity, or whether their inclusion has little or no effect.
4
Research on voiceprint Recognition system based on ECAPA-TDNN-GRU architecture
24 Feb 2023
TL;DR: In this paper , a gated recurrent unit (GRU) network is introduced and embedded in the residual structure of the multilayer aggregation feature to further mine the temporal contextual information in the audio signal.
2
Content sharing strategy for blind popularity distribution in D2D communications
TL;DR: This paper designs a multiarm bandits model and suggests a single and multicache placement policy based on online learning for blind popularity in D2D networks and demonstrates that the proposed method achieves better convergence and a better cache hit ratio than the other strategies.
1
Self-knowledge distillation enhanced binary neural networks derived from underutilized information
Kai Zeng,Zixin Wan,Hongwei Gu,Tao Shen +3 more
- 11 Apr 2024
References
Deep Residual Learning for Image Recognition
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
•Proceedings Article
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
- 01 Jan 2015
TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
138.5K
•Posted Content
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
TL;DR: In this article, the adaptive estimates of lower-order moments are used for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimate of lowerorder moments.
82.5K
ImageNet Large Scale Visual Recognition Challenge
Olga Russakovsky,Jia Deng,Hao Su,Jonathan Krause,Sanjeev Satheesh,Sean Ma,Zhiheng Huang,Andrej Karpathy,Aditya Khosla,Michael S. Bernstein,Alexander C. Berg,Li Fei-Fei +11 more
TL;DR: The ImageNet Large Scale Visual Recognition Challenge (ILSVRC) as mentioned in this paper is a benchmark in object category classification and detection on hundreds of object categories and millions of images, which has been run annually from 2010 to present, attracting participation from more than fifty institutions.
•Dissertation
Learning Multiple Layers of Features from Tiny Images
Alex Krizhevsky
- 01 Jan 2009
TL;DR: In this paper, the authors describe how to train a multi-layer generative model of natural images, using a dataset of millions of tiny colour images, described in the next section.