TL;DR
ThreshNet introduces a threshold mechanism to selectively reduce connections in DenseNet architectures, significantly improving inference speed and reducing parameters, making it suitable for mobile devices.
Contribution
It proposes a novel threshold-based connection reduction method for DenseNet-like networks, enhancing inference efficiency without substantial accuracy loss.
Findings
ThreshNet79 is 5-20% faster than comparable models.
ThreshNet95 has 55% fewer parameters than HarDNet85.
Experimental results demonstrate improved inference speed and model compression.
Abstract
With the continuous development of neural networks for computer vision tasks, more and more network architectures have achieved outstanding success. As one of the most advanced neural network architectures, DenseNet shortcuts all feature maps to solve the model depth problem. Although this network architecture has excellent accuracy with low parameters, it requires an excessive inference time. To solve this problem, HarDNet reduces the connections between the feature maps, making the remaining connections resemble harmonic waves. However, this compression method may result in a decrease in the model accuracy and an increase in the parameters and model size. This network architecture may reduce the memory access time, but its overall performance can still be improved. Therefore, we propose a new network architecture, ThreshNet, using a threshold mechanism to further optimize the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Grouped Convolution · Residual Connection · Ghost Module · Pointwise Convolution · Groupwise Point Convolution · Depthwise Convolution · Ghost Bottleneck · Depthwise Separable Convolution · Channel Shuffle
