2020-ECCV oral-MutualNet Adaptive ConvNet via Mutual Learning from Network Width and Resolution

来源:ChenBong 博客园


Introduction

加入分辨率自适应的动态slim网络

Motivation

【MutualNet 】2020-ECCV oral-MutualNet Adaptive ConvNet via Mutual Learning from Network Width and Resolution-论文阅读

Contribution

Method

Framework

【MutualNet 】2020-ECCV oral-MutualNet Adaptive ConvNet via Mutual Learning from Network Width and Resolution-论文阅读

Model Training

【MutualNet 】2020-ECCV oral-MutualNet Adaptive ConvNet via Mutual Learning from Network Width and Resolution-论文阅读

有效性的一个解释

【MutualNet 】2020-ECCV oral-MutualNet Adaptive ConvNet via Mutual Learning from Network Width and Resolution-论文阅读

【MutualNet 】2020-ECCV oral-MutualNet Adaptive ConvNet via Mutual Learning from Network Width and Resolution-论文阅读

【MutualNet 】2020-ECCV oral-MutualNet Adaptive ConvNet via Mutual Learning from Network Width and Resolution-论文阅读

Final model

  • Grid Search,query table

【MutualNet 】2020-ECCV oral-MutualNet Adaptive ConvNet via Mutual Learning from Network Width and Resolution-论文阅读

【MutualNet 】2020-ECCV oral-MutualNet Adaptive ConvNet via Mutual Learning from Network Width and Resolution-论文阅读

Experiments

ImageNet (compare with: US-Net)

【MutualNet 】2020-ECCV oral-MutualNet Adaptive ConvNet via Mutual Learning from Network Width and Resolution-论文阅读

compare with: individual model+multi resolution

【MutualNet 】2020-ECCV oral-MutualNet Adaptive ConvNet via Mutual Learning from Network Width and Resolution-论文阅读

Ablation Study

compare with: US-Net + multi resolution

  • Grid Search,query table

【MutualNet 】2020-ECCV oral-MutualNet Adaptive ConvNet via Mutual Learning from Network Width and Resolution-论文阅读

compare with: Multi-scale Data Augmentation

MobileNet + Multi-scale data augmentation.

【MutualNet 】2020-ECCV oral-MutualNet Adaptive ConvNet via Mutual Learning from Network Width and Resolution-论文阅读

In multi-scale data augmentation, the network may take images of different resolutions in different iterations. But within each iteration, the network weights are optimized in the same resolution direction.

While our method randomly samples four sub-networks which share weights with each other.

the weights are optimized in a mixed resolution direction in each iteration.

US-Net + Multi-scale data augmentation

【MutualNet 】2020-ECCV oral-MutualNet Adaptive ConvNet via Mutual Learning from Network Width and Resolution-论文阅读

we randomly choose a scale from {224, 192, 160, 128} and feed the same scaled image to all sub-networks in each iteration.

the weights are still optimized towards a single resolution direction in each iteration, but the direction varies among different iterations.

Effects of Width Lower Bound

【MutualNet 】2020-ECCV oral-MutualNet Adaptive ConvNet via Mutual Learning from Network Width and Resolution-论文阅读

Boosting Single Network Performance

As discussed above, the performance of the full-network is greatly improved as we increase the width lower bound.

【MutualNet 】2020-ECCV oral-MutualNet Adaptive ConvNet via Mutual Learning from Network Width and Resolution-论文阅读

Conclusion

Summary

  • 本质上就是在US-Net加了多个分辨率,并对不同规模的网络做了KD进行训练
  • 实验比较充分

To Read

Reference

相关文章:

  • 2021-05-31
  • 2021-10-05
  • 2021-05-27
  • 2021-05-06
  • 2022-02-09
  • 2022-12-23
  • 2021-05-14
  • 2022-02-08
猜你喜欢
  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2021-09-26
  • 2021-04-21
  • 2022-03-06
相关资源
相似解决方案