paper-with-me

홈 › Papers

Lightweight Neural Networks

2017-12-15 · Altaf H. Khan

Most of the weights in a Lightweight Neural Network have a value of zero, while the remaining ones are either +1 or -1. These universal approximators require approximately 1.1 bits/weight of storage, posses a quick forward pass and achieve classification accuracies similar to conventional continuous-weight networks. Their training regimen focuses on error reduction initially, but later emphasizes discretization of weights. They ignore insignificant inputs, remove unnecessary weights, and drop unneeded hidden neurons. We have successfully tested them on the MNIST, credit card fraud, and credit card defaults data sets using networks having 2 to 16 hidden layers and up to 4.4 million weights.

📄 PDF Abstract BibTeX arXiv:1712.05695

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Similar Papers 제목 키워드 기반

RepViT: Revisiting Mobile CNN From ViT Perspective

2023-07-18 · CVPR 2024 1 · Ao Wang, Hui Chen, Zijia Lin, Jungong Han 외

Recently, lightweight Vision Transformers (ViTs) demonstrate superior performance and lower latency, compared with lightweight Convolutional Neural Networks (CNNs), on resource-constrained mobile devices. Researchers hav…

Lightweight Image Super-Resolution with Multi-scale Feature Interaction Network

2021-03-24 · Zhengxue Wang, Guangwei Gao, Juncheng Li, Yi Yu 외

Recently, the single image super-resolution (SISR) approaches with deep and complex convolutional neural network structures have achieved promising performance. However, those methods improve the performance at the cost …

Image Super-ResolutionSuper-Resolution

PLDNet: PLD-Guided Lightweight Deep Network Boosted by Efficient Attention for Handheld Dual-Microphone Speech Enhancement

2024-06-06 · Nan Zhou, Youhai Jiang, Jialin Tan, Chongmin Qi

Low-complexity speech enhancement on mobile phones is crucial in the era of 5G. Thus, focusing on handheld mobile phone communication scenario, based on power level difference (PLD) algorithm and lightweight U-Net, we pr…

Speech Enhancement

CSL-YOLO: A New Lightweight Object Detection System for Edge Computing

2021-07-10 · Yu-Ming Zhang, Chun-Chieh Lee, Jun-Wei Hsieh, Kuo-Chin Fan

The development of lightweight object detectors is essential due to the limited computation resources. To reduce the computation cost, how to generate redundant features plays a significant role. This paper proposes a ne…

Edge-computingobject-detectionObject Detection

Lightweight Backbone Networks Only Require Adaptive Lightweight Self-Attention Mechanisms

2025-08-02 · Fengyun Li, Chao Zheng, Yangyang Fang, Jialiang Lan 외 arxiv

Currently, lightweight hybrid backbone networks have partially alleviated the issue of computational saturation, but the imbalance in computational efficiencys between convolutional neural networks (CNNs) and attention m…