Skip to content

Commit

Permalink
M2i2m accepted
Browse files Browse the repository at this point in the history
  • Loading branch information
arranger1044 committed Apr 8, 2024
1 parent 7176574 commit e0e3334
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _news/m2i2m-accepted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "M2I2M accepted at MLJ"
collection: news
permalink: /news/m2i2m-accepted
date: 2024-02-14
---
<a href="https://arxiv.org/abs/2303.11076"><b>Our work on rigorous benchmarking of forgetting in continual learning</b></a> is accepted at <b>Machine Learning Journal</b>.
22 changes: 22 additions & 0 deletions _publications/faber2024m2i2m.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
collection: publications
ref: "faber2024m2i2m"
permalink: "publications/faber2024m2i2m"
title: "From MNIST to ImageNet and Back: Benchmarking Continual Curriculum Learning"
date: 2024-02-14 00:00
tags: probml continual
image: "/images/papers/faber2024m2i2m/m2i.png"
authors: "Kamil Faber, Dominik Zurek, Marcin Pietron, Nathalie Japkowicz, Antonio Vergari, Roberto Corizzo"
paperurl: "https://arxiv.org/abs/2303.11076"
pdf: "https://arxiv.org/pdf/2303.11076.pdf"
venue: "Machine Learning"
excerpt: "We create two challenging benchmarks for continual learning (CL) that comprise a sequence of image classification tasks: generalizing from MNIST to (tiny) ImageNet and vice versa, highlighting in a thorough set of experiments that sota CL method fall prey of catastrophic forgetting."
abstract: "Continual learning (CL) is one of the most promising trends in recent machine learning research. Its goal is to go beyond classical assumptions in machine learning and develop models and learning strategies that present high robustness in dynamic environments. The landscape of CL research is fragmented into several learning evaluation protocols, comprising different learning tasks, datasets, and evaluation metrics. Additionally, the benchmarks adopted so far are still distant from the complexity of real-world scenarios, and are usually tailored to highlight capabilities specific to certain strategies. In such a landscape, it is hard to objectively assess strategies. In this work, we fill this gap for CL on image data by introducing two novel CL benchmarks that involve multiple heterogeneous tasks from six image datasets, with varying levels of complexity and quality. Our aim is to fairly evaluate current state-of-the-art CL strategies on a common ground that is closer to complex real-world scenarios. We additionally structure our benchmarks so that tasks are presented in increasing and decreasing order of complexity -- according to a curriculum -- in order to evaluate if current CL models are able to exploit structure across tasks. We devote particular emphasis to providing the CL community with a rigorous and reproducible evaluation protocol for measuring the ability of a model to generalize and not to forget while learning. Furthermore, we provide an extensive experimental evaluation showing that popular CL strategies, when challenged with our benchmarks, yield sub-par performance, high levels of forgetting, and present a limited ability to effectively leverage curriculum task ordering. We believe that these results highlight the need for rigorous comparisons in future CL works as well as pave the way to design new CL strategies that are able to deal with more complex scenarios. "
supplemental:
bibtex: "@inproceedings{faber2024m2i2m,<br/>
title={From MNIST to ImageNet and Back: Benchmarking Continual Curriculum Learning},<br/>
author={Kamil Faber, Dominik Zurek, Marcin Pietron, Nathalie Japkowicz, Antonio Vergari, Roberto Corizzo,<br/>
booktitle={Proceedings of the AAAI-22 Workshop on Interactive Machine Learning (IML'22)},<br/>
year={2022}
}"
---
Binary file added images/papers/faber2024m2i2m/m2i.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e0e3334

Please sign in to comment.