{"id":13738214,"url":"https://github.com/yaoyao-liu/class-incremental-learning","last_synced_at":"2025-06-12T19:41:04.219Z","repository":{"id":37670549,"uuid":"242723992","full_name":"yaoyao-liu/class-incremental-learning","owner":"yaoyao-liu","description":"PyTorch implementation of AANets (CVPR 2021) and Mnemonics Training (CVPR 2020 Oral)","archived":false,"fork":false,"pushed_at":"2025-04-10T07:44:51.000Z","size":112,"stargazers_count":465,"open_issues_count":28,"forks_count":69,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-05-08T16:45:29.868Z","etag":null,"topics":["class-incremental-learning","continual-learning"],"latest_commit_sha":null,"homepage":"https://class-il.mpi-inf.mpg.de","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yaoyao-liu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-02-24T11:55:22.000Z","updated_at":"2025-04-22T19:33:37.000Z","dependencies_parsed_at":"2025-05-11T19:32:03.947Z","dependency_job_id":null,"html_url":"https://github.com/yaoyao-liu/class-incremental-learning","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yaoyao-liu/class-incremental-learning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaoyao-liu%2Fclass-incremental-learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaoyao-liu%2Fclass-incremental-learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaoyao-liu%2Fclass-incremental-learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaoyao-liu%2Fclass-incremental-learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaoyao-liu","download_url":"https://codeload.github.com/yaoyao-liu/class-incremental-learning/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaoyao-liu%2Fclass-incremental-learning/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259520285,"owners_count":22870415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["class-incremental-learning","continual-learning"],"created_at":"2024-08-03T03:02:14.719Z","updated_at":"2025-06-12T19:41:04.191Z","avatar_url":"https://github.com/yaoyao-liu.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Class-Incremental Learning\n\n[![LICENSE](https://img.shields.io/badge/license-MIT-green?style=flat-square)](https://github.com/yaoyao-liu/class-incremental-learning/blob/master/LICENSE)\n[![Python](https://img.shields.io/badge/python-3.6-blue.svg?style=flat-square\u0026logo=python\u0026color=3776AB\u0026logoColor=3776AB)](https://www.python.org/)\n[![PyTorch](https://img.shields.io/badge/pytorch-1.2.0-%237732a8?style=flat-square\u0026logo=PyTorch\u0026color=EE4C2C)](https://pytorch.org/)\n\n### Papers\n\n- Adaptive Aggregation Networks for Class-Incremental Learning,\nCVPR 2021. \\[[PDF](https://openaccess.thecvf.com/content/CVPR2021/papers/Liu_Adaptive_Aggregation_Networks_for_Class-Incremental_Learning_CVPR_2021_paper.pdf)\\] \\[[Project Page](https://class-il.mpi-inf.mpg.de/)\\]\n\n- Mnemonics Training: Multi-Class Incremental Learning without Forgetting,\nCVPR 2020. \\[[PDF](https://arxiv.org/pdf/2002.10211.pdf)\\] \\[[Project Page](https://class-il.mpi-inf.mpg.de/mnemonics-training/)\\]\n\n### Citations\n\nPlease cite our papers if they are helpful to your work:\n\n```bibtex\n@inproceedings{Liu2020AANets,\n  author    = {Liu, Yaoyao and Schiele, Bernt and Sun, Qianru},\n  title     = {Adaptive Aggregation Networks for Class-Incremental Learning},\n  booktitle = {The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},\n  pages     = {2544-2553},\n  year      = {2021}\n}\n```\n\n```bibtex\n@inproceedings{liu2020mnemonics,\nauthor    = {Liu, Yaoyao and Su, Yuting and Liu, An{-}An and Schiele, Bernt and Sun, Qianru},\ntitle     = {Mnemonics Training: Multi-Class Incremental Learning without Forgetting},\nbooktitle = {The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},\npages     = {12245--12254},\nyear      = {2020}\n}\n```\n\n### Acknowledgements\n\nOur implementation uses the source code from the following repositories:\n\n* [Learning a Unified Classifier Incrementally via Rebalancing](https://github.com/hshustc/CVPR19_Incremental_Learning)\n\n* [iCaRL: Incremental Classifier and Representation Learning](https://github.com/srebuffi/iCaRL)\n\n* [Dataset Distillation](https://github.com/SsnL/dataset-distillation)\n\n* [Generative Teaching Networks](https://github.com/uber-research/GTN)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaoyao-liu%2Fclass-incremental-learning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaoyao-liu%2Fclass-incremental-learning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaoyao-liu%2Fclass-incremental-learning/lists"}