{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/neural-architecture-for-online-ensemble","title":"Neural Architecture for Online Ensemble Continual Learning","arxiv_id":"2211.14963","date":"2022-11-27","proceeding":null,"authors":["Mateusz Wójcik","Witold Kościukiewicz","Tomasz Kajdanowicz","Adam Gonczarek"],"abstract":"Continual learning with an increasing number of classes is a challenging task. The difficulty rises when each example is presented exactly once, which requires the model to learn online. Recent methods with classic parameter optimization procedures have been shown to struggle in such setups or have limitations like non-differentiable components or memory buffers. For this reason, we present the fully differentiable ensemble method that allows us to efficiently train an ensemble of neural networks in the end-to-end regime. The proposed technique achieves SOTA results without a memory buffer and clearly outperforms the reference methods. The conducted experiments have also shown a significant increase in the performance for small ensembles, which demonstrates the capability of obtaining relatively high classification accuracy with a reduced number of classifiers.","url_abs":"https://arxiv.org/abs/2211.14963v2","url_pdf":"https://arxiv.org/pdf/2211.14963v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"neural-architecture-for-online-ensemble","repo_url":"https://github.com/mateusz-wojcik-97/neural-architecture-for-online-ensemble-cl","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"jax","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"continual-learning","task_name":"Continual Learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2211.14963","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2211.14963"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mateusz-wojcik-97/neural-architecture-for-online-ensemble-cl","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":7},"by_repo_kind":{"official":{"samples":7,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"7330fdac77d6e6f1","entry":"create_default_dirname","repo":"mateusz-wojcik-97/neural-architecture-for-online-ensemble-cl","repo_kind":"official","path":"continual_learning/models/continual/ensemble/ensemble_e2e_pytorch_avalanche.py","file_url":"https://github.com/mateusz-wojcik-97/neural-architecture-for-online-ensemble-cl/blob/HEAD/continual_learning/models/continual/ensemble/ensemble_e2e_pytorch_avalanche.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7330fdac77d6e6f1"}},{"code_sha256_prefix":"71901cbf37dab540","entry":"ensemble_e2e_loss","repo":"mateusz-wojcik-97/neural-architecture-for-online-ensemble-cl","repo_kind":"official","path":"continual_learning/models/continual/ensemble/ensemble_e2e_pytorch_avalanche.py","file_url":"https://github.com/mateusz-wojcik-97/neural-architecture-for-online-ensemble-cl/blob/HEAD/continual_learning/models/continual/ensemble/ensemble_e2e_pytorch_avalanche.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"71901cbf37dab540"}},{"code_sha256_prefix":"01bf5a01e528faec","entry":"ensemble_loss","repo":"mateusz-wojcik-97/neural-architecture-for-online-ensemble-cl","repo_kind":"official","path":"continual_learning/models/continual/ensemble/ensemble_e2e_pytorch_reproduction.py","file_url":"https://github.com/mateusz-wojcik-97/neural-architecture-for-online-ensemble-cl/blob/HEAD/continual_learning/models/continual/ensemble/ensemble_e2e_pytorch_reproduction.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"01bf5a01e528faec"}},{"code_sha256_prefix":"52fbfaf05b80251e","entry":"generate_batch","repo":"mateusz-wojcik-97/neural-architecture-for-online-ensemble-cl","repo_kind":"official","path":"continual_learning/models/continual/ensemble/ensemble_e2e_module.py","file_url":"https://github.com/mateusz-wojcik-97/neural-architecture-for-online-ensemble-cl/blob/HEAD/continual_learning/models/continual/ensemble/ensemble_e2e_module.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"52fbfaf05b80251e"}},{"code_sha256_prefix":"1dd5f2de9302ebf5","entry":"generate_example_from_nb","repo":"mateusz-wojcik-97/neural-architecture-for-online-ensemble-cl","repo_kind":"official","path":"continual_learning/models/continual/ensemble/ensemble_e2e_module.py","file_url":"https://github.com/mateusz-wojcik-97/neural-architecture-for-online-ensemble-cl/blob/HEAD/continual_learning/models/continual/ensemble/ensemble_e2e_module.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1dd5f2de9302ebf5"}},{"code_sha256_prefix":"c29a334d7fbf9a74","entry":"init_weights","repo":"mateusz-wojcik-97/neural-architecture-for-online-ensemble-cl","repo_kind":"official","path":"continual_learning/models/continual/ensemble/ensemble_e2e_module_reproduction.py","file_url":"https://github.com/mateusz-wojcik-97/neural-architecture-for-online-ensemble-cl/blob/HEAD/continual_learning/models/continual/ensemble/ensemble_e2e_module_reproduction.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c29a334d7fbf9a74"}},{"code_sha256_prefix":"6a4c93c7452e69c0","entry":"learn_one","repo":"mateusz-wojcik-97/neural-architecture-for-online-ensemble-cl","repo_kind":"official","path":"continual_learning/models/continual/ensemble/ensemble_online_classifier.py","file_url":"https://github.com/mateusz-wojcik-97/neural-architecture-for-online-ensemble-cl/blob/HEAD/continual_learning/models/continual/ensemble/ensemble_online_classifier.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6a4c93c7452e69c0"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}