핵심 개념
A hybrid approach that leverages both pruned and unpruned deep learning models to enable energy-efficient and accurate biomass composition prediction on resource-constrained edge devices.
초록
The paper proposes a hybrid approach to enable energy-efficient and accurate biomass composition prediction on resource-constrained edge devices. The key insights are:
-
Applying filter pruning at initialization to reduce the energy consumption of deep learning models for biomass estimation, while observing a performance drop on challenging images.
-
Training the pruned models to predict a probability distribution over biomass values, where the variance of the distribution is positively correlated with the prediction error. This allows identifying harder images that require re-inference using the more accurate but energy-intensive unpruned model.
-
Evaluating the proposed hybrid approach on two biomass estimation datasets (GrassClover and Irish clover) using ResNet18 and VGG16 architectures. The results show that the hybrid approach can reduce energy consumption by 40-60% compared to the unpruned model, while maintaining a comparable accuracy.
-
Demonstrating the real-world energy efficiency of the hybrid approach on a NVIDIA Jetson Nano edge device, where the energy consumption is significantly reduced without compromising much on the prediction accuracy.
통계
The paper reports the following key statistics:
On the Irish clover dataset, the pruned ResNet18 model at 80% pruning rate achieves an RMSE of 5.40 on phone images, compared to 4.81 for the unpruned model.
On the GrassClover dataset, the pruned ResNet18 model at 80% pruning rate achieves an RMSE of 11.21, compared to 10.06 for the unpruned model.
On the NVIDIA Jetson Nano edge device, the proposed hybrid approach reduces energy consumption by 40-60% compared to the unpruned model.
인용구
"We find energy-aware pruning at initialization attractive for biomass estimation because although prior studies demonstrate the accuracy of deep learning models to solve the task, these large models are intended for deployment on energy-constrained edge devices like smartphones."
"We find that pruned models manage to maintain good accuracy results on the higher quality camera images despite the compression but that the performance drops on the more challenging camera images."
"We observe that this hybrid approach only slightly increases the error rate of previous algorithms while largely reducing the energy requirements of deep learning biomass estimation algorithms."