首页
企业/组织
数据集导航
新建镜像项目
新建托管项目
登录
注册
之江天枢
/
Atlas_APP
分享
Activities
1
任务
Resources
Repositories
2
Pull Requests
Roadmap
Calendar
Gantt
版本库
查看Git使用指南
如操作版本库需要认证,请使用您的邮箱
2 提交
贡献统计
分支
1
master
ZIP下载
克隆网址
复制
tianshu@zhejianglab.com
提交于
over 1 year
前 :update README.md
KamalEngine
app
LICENSE
README.md
导出统计结果:
各用户提交统计信息
<div align="center"> <img src="https://code.ihub.org.cn/projects/31485/repository/revisions/master/entry/KamalEngine/docs/kae-logo-light.png" width = "30%" height = "30%" /> # KAmalEngine </div> KAmalEngine (KAE) aims at building a lightweight algorithm package for Knowledge Amalgamation and Transferability Estimation. Features * Knowledge amalgamation and distillation algorithms * Easy-to-use Interfaces for multi-tasking training * Deep model transferability estimation based on attribution maps * Predefined callbacks & metrics for evaluation and visualization <img src="https://code.ihub.org.cn/projects/31485/repository/revisions/master/entry/KamalEngine/docs/imgs/vis_seg.png" width = "40%" /> <img src="https://code.ihub.org.cn/projects/31485/repository/revisions/master/entry/KamalEngine/docs/imgs/vis_depth.png" width = "40%" /> ## Algorithms ### Student Becoming the Master (Task Branching) Knowledge amalgamation for multiple teachers by feature projection. [Student Becoming the Master: Knowledge Amalgamation for Joint Scene Parsing, Depth Estimation, and More](https://arxiv.org/abs/1904.10167) (*CVPR 2019*) <img src="https://code.ihub.org.cn/projects/31485/repository/revisions/master/entry/KamalEngine/docs/imgs/sbm_results.png" width = "100%" /> ### Common Feature Learning Extract common features from multiple teacher models. [Knowledge Amalgamation from Heterogeneous Networks by Common Feature Learning](http://arxiv.org/abs/1906.10546) (*IJCAI 2019*) Feature Space | Common Space :-------------------------:|:-------------------------:  |  ### Amalgamating Knowledge towards Comprehensive Classification Layer-wise amalgamation [Amalgamating Knowledge towards Comprehensive Classification](https://arxiv.org/abs/1811.02796v1) (*AAAI 2019*) <img src="https://code.ihub.org.cn/projects/31485/repository/revisions/master/entry/KamalEngine/docs/imgs/layerwise.png" width = "100%" /> ### Recombination Build a new multi-task model by combining & pruning weight matrixs from distinct-task teachers. <img src="https://code.ihub.org.cn/projects/31485/repository/revisions/master/entry/KamalEngine/docs/imgs/recombination.png" width = "100%" /> ### Deep model transferability from attribution maps Estimate model transferability using attribution map. <img src="https://code.ihub.org.cn/projects/31485/repository/revisions/master/entry/KamalEngine/docs/imgs/attrmap.png" width = "100%" /> ### DEPARA: Deep Attribution Graph for Deep Knowledge Transferability Constructing attribution graph for model transferability estimation. <img src="https://code.ihub.org.cn/projects/31485/repository/revisions/master/entry/KamalEngine/docs/imgs/attrgraph.png" width = "100%" /> <figure> <img src="https://code.ihub.org.cn/projects/31485/repository/revisions/master/entry/KamalEngine/docs/imgs/transgraph.png" width = "100%" /> <figcaption align="center">Transferability graph on classification models</figcaption> </figure> ## Team Developed by [Zhejiang Lab](http://www.zhejianglab.com/) and [VIPA Lab](http://vipazoo.cn) from Zhejiang University. ## Citation ``` @inproceedings{shen2019amalgamating, author={Shen, Chengchao and Wang, Xinchao and Song, Jie and Sun, Li and Song, Mingli}, title={Amalgamating Knowledge towards Comprehensive Classification}, booktitle={AAAI Conference on Artificial Intelligence (AAAI)}, pages={3068--3075}, year={2019} } ``` ``` @inproceedings{ye2019student, title={Student Becoming the Master: Knowledge Amalgamation for Joint Scene Parsing, Depth Estimation, and More}, author={Ye, Jingwen and Ji, Yixin and Wang, Xinchao and Ou, Kairi and Tao, Dapeng and Song, Mingli}, booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition}, pages={2829--2838}, year={2019} } ``` ``` @inproceedings{luo2019knowledge, title={Knowledge Amalgamation from Heterogeneous Networks by Common Feature Learning}, author={Luo, Sihui and Wang, Xinchao and Fang, Gongfan and Hu, Yao and Tao, Dapeng and Song, Mingli}, booktitle={Proceedings of the 28th International Joint Conference on Artificial Intelligence (IJCAI)}, year={2019}, } ``` ``` @inproceedings{shen2019customizing, author={Shen, Chengchao and Xue, Mengqi and Wang, Xinchao and Song, Jie and Sun, Li and Song, Mingli}, title={Customizing student networks from heterogeneous teachers via adaptive knowledge amalgamation}, booktitle={The IEEE International Conference on Computer Vision (ICCV)}, year={2019} } ``` ``` @inproceedings{Ye_Amalgamating_2019, year={2019}, author={Ye, Jingwen and Wang, Xinchao and Ji, Yixin and Ou, Kairi and Song, Mingli}, title={Amalgamating Filtered Knowledge: Learning Task-customized Student from Multi-task Teachers} booktitle={Proceedings of the 28th International Joint Conference on Artificial Intelligence (IJCAI)}, year={2019}, } ``` ``` @inproceedings{song2020depara, title={DEPARA: Deep Attribution Graph for Deep Knowledge Transferability}, author={Song, Jie and Chen, Yixin and Ye, Jingwen and Wang, Xinchao and Shen, Chengchao and Mao, Feng and Song, Mingli}, booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition}, pages={3922--3930}, year={2020} } ``` ``` @inproceedings{song2019deep, title={Deep model transferability from attribution maps}, author={Song, Jie and Chen, Yixin and Wang, Xinchao and Shen, Chengchao and Song, Mingli}, booktitle={Advances in Neural Information Processing Systems}, pages={6182--6192}, year={2019} } ```
Loading...