HarDNet: A Low Memory Traffic Network

September 03, 2019 · 🏛 IEEE International Conference on Computer Vision

✨ This Paper Lives!
Code has been found and verified.

"No code URL or promise found in abstract"
"HuggingFace models found (backfill)"

Evidence collected by the PWNC Scanner

Authors Ping Chao, Chao-Yang Kao, Yu-Shan Ruan, Chien-Hsiang Huang, Youn-Long Lin arXiv ID 1909.00948 Category cs.CV: Computer Vision Citations 297 Venue IEEE International Conference on Computer Vision Repository https://huggingface.co/STMicroelectronics/hardnet_pt Last Checked 9 days ago
Abstract
State-of-the-art neural network architectures such as ResNet, MobileNet, and DenseNet have achieved outstanding accuracy over low MACs and small model size counterparts. However, these metrics might not be accurate for predicting the inference time. We suggest that memory traffic for accessing intermediate feature maps can be a factor dominating the inference latency, especially in such tasks as real-time object detection and semantic segmentation of high-resolution video. We propose a Harmonic Densely Connected Network to achieve high efficiency in terms of both low MACs and memory traffic. The new network achieves 35%, 36%, 30%, 32%, and 45% inference time reduction compared with FC-DenseNet-103, DenseNet-264, ResNet-50, ResNet-152, and SSD-VGG, respectively. We use tools including Nvidia profiler and ARM Scale-Sim to measure the memory traffic and verify that the inference latency is indeed proportional to the memory traffic consumption and the proposed network consumes low memory traffic. We conclude that one should take memory traffic into consideration when designing neural network architectures for high-resolution applications at the edge.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

📜 Similar Papers

In the same crypt — Computer Vision

🌅 🌅 Old Age

Fast R-CNN

Ross Girshick

cs.CV 🏛 ICCV 📚 27.7K cites 11 years ago