Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

HarDNet: A Low Memory Traffic Network

About

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.

Ping Chao, Chao-Yang Kao, Yu-Shan Ruan, Chien-Hsiang Huang, Youn-Long Lin• 2019

Related benchmarks

TaskDatasetResultRank
Semantic segmentationCityscapes (test)
mIoU76
1145
Object DetectionPASCAL VOC 2007 (test)
mAP81.5
821
Object DetectionCOCO v2017 (test-dev)
mAP36.8
499
Image ClassificationImageNet (val)
Top-1 Accuracy77.8
354
Semantic segmentationCityscapes (val)
mIoU77.4
287
Image ClassificationImageNet (test)--
235
Semantic segmentationTrans10K v2 (test)
mIoU56.19
104
Medical Image SegmentationGLAS
Dice89.37
28
Semantic segmentationTrans10K v2
Accuracy90.19
27
Medical Image SegmentationMoNu
Dice79.52
15
Showing 10 of 18 rows

Other info

Follow for update