项目作者: ivclab

项目描述 :
Yi-Min Chou, Yi-Ming Chan, Jia-Hong Lee, Chih-Yi Chiu, Chu-Song Chen, "Unifying and Merging Well-trained Deep Neural Networks for Inference Stage," International Joint Conference on Artificial Intelligence (IJCAI), 2018
高级语言: Python
项目地址: git://github.com/ivclab/NeuralMerger.git
创建时间: 2018-04-30T09:43:05Z
项目社区:https://github.com/ivclab/NeuralMerger

开源协议:MIT License

下载


NeuralMerger

Official implementation of Unifying and Merging Well-trained Deep Neural Networks for Inference Stage.

Created by Yi-Min Chou , Yi-Ming Chan, Jia-Hong Lee, Chih-Yi Chiu, Chu-Song Chen

Usage

Fine-tuning: Finetune the merged model of two well-trained neural networks (Tensorflow implementation).

Inference: Test the speed of the merged model (C implementation).

  1. NeuralMerger
  2. ├─────── Fine-tuning
  3. └─────── Inference

1.Clone the NeuralMerger repository:

  1. $ git clone --recursive https://github.com/ivclab/NeuralMerger.git

2.Follow the instruction in Fine-tuning and get the well-trained merged model.

3.Test the well-trained merged model on Inference.

Citation

Please cite following paper if these codes help your research:

  1. @inproceedings{chou2018unifying,
  2. title={Unifying and merging well-trained deep neural networks for inference stage},
  3. author={Chou, Yi-Min and Chan, Yi-Ming and Lee, Jia-Hong and Chiu, Chih-Yi and Chen, Chu-Song},
  4. booktitle={Proceedings of the 27th International Joint Conference on Artificial Intelligence},
  5. pages={2049--2056},
  6. year={2018},
  7. organization={AAAI Press}
  8. }
  9. @inproceedings{chou2018merging,
  10. title={Merging Deep Neural Networks for Mobile Devices},
  11. author={Chou, Yi-Min and Chan, Yi-Ming and Lee, Jia-Hong and Chiu, Chih-Yi and Chen, Chu-Song},
  12. booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops},
  13. pages={1686--1694},
  14. year={2018}
  15. }

Contact

Please feel free to leave suggestions or comments to Yi-Min Chou(chou@iis.sinica.edu.tw) , Yi-Ming Chan(yiming@iis.sinica.edu.tw), Jia-Hong Lee(honghenry.lee@gmail.com), Chih-Yi Chiu(chihyi.chiu@gmail.com), Chu-Song Chen(song@iis.sinica.edu.tw)