Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamdad/knowledgefactor

[ECCV2022] Factorizing Knowledge in Neural Networks
https://github.com/adamdad/knowledgefactor

deep-learning distillation eccv2022 kd knowldge-distillation knowledge-transfer multitask-learning pytorch

Last synced: about 19 hours ago
JSON representation

[ECCV2022] Factorizing Knowledge in Neural Networks

Awesome Lists containing this project

README

        

# Factorizing Knowledge in Neural Networks
This is a PyTorch implementation of the paper

[**Factorizing Knowledge in Neural Networks(ECCV 2022)**](https://arxiv.org/abs/2207.03337)

[Supplementary Material](https://drive.google.com/file/d/1BkXgJHJ-64NAADZOLHZAWdgK0VcLoZXQ/view?usp=sharing)

*Xingyi Yang, Jingwen Ye, Xinchao Wang*

![kf](assets/KnowledgeFactior_full-1.png)
In this paper, we explore a novel and ambitious knowledge-transfer task, termed Knowledge Factorization~(KF). The core idea of KF lies in the modularization
and assemblability of knowledge: given a pretrained network model as input, KF aims to decompose it into several factor networks, each of which handles only a dedicated task and maintains task-specific knowledge factorized from the source network.

## Licence
This project is released under the [Apache 2.0 license](LICENCE).

## Citation
If you find this project useful in your research, please consider cite:

@Article{yang2022knowledgefactor,
author = {Xingyi Yang, Jingwen Ye, Xinchao Wang},
title = {Factorizing Knowledge in Neural Networks},
journal = {European Conference on Computer Vision},
year = {2022},
}