Skip to main content

Showing 1–10 of 10 results for author: Belouadah, E

.
  1. arXiv:2309.05334  [pdf, other

    cs.CV

    MultIOD: Rehearsal-free Multihead Incremental Object Detector

    Authors: Eden Belouadah, Arnaud Dapogny, Kevin Bailly

    Abstract: Class-Incremental learning (CIL) refers to the ability of artificial agents to integrate new classes as they appear in a stream. It is particularly interesting in evolving environments where agents have limited access to memory and computational resources. The main challenge of incremental learning is catastrophic forgetting, the inability of neural networks to retain past knowledge when learning… ▽ More

    Submitted 9 April, 2024; v1 submitted 11 September, 2023; originally announced September 2023.

    Comments: Accepted at the archival track of the Workshop on Continual Learning in Computer Vision (CVPR 2024)

  2. arXiv:2209.06606  [pdf, other

    cs.CV cs.LG

    PlaStIL: Plastic and Stable Memory-Free Class-Incremental Learning

    Authors: Grégoire Petit, Adrian Popescu, Eden Belouadah, David Picard, Bertrand Delezoide

    Abstract: Plasticity and stability are needed in class-incremental learning in order to learn from new data while preserving past knowledge. Due to catastrophic forgetting, finding a compromise between these two properties is particularly challenging when no memory buffer is available. Mainstream methods need to store two deep models since they integrate new classes using fine-tuning with knowledge distilla… ▽ More

    Submitted 4 July, 2023; v1 submitted 14 September, 2022; originally announced September 2022.

  3. A Comparative Study of Calibration Methods for Imbalanced Class Incremental Learning

    Authors: Umang Aggarwal, Adrian Popescu, Eden Belouadah, Céline Hudelot

    Abstract: Deep learning approaches are successful in a wide range of AI problems and in particular for visual recognition tasks. However, there are still open problems among which is the capacity to handle streams of visual information and the management of class imbalance in datasets. Existing research approaches these two problems separately while they co-occur in real world applications. Here, we study t… ▽ More

    Submitted 1 February, 2022; originally announced February 2022.

    Journal ref: Multimedia Tools and Applications (2021)

  4. arXiv:2110.08421  [pdf, other

    cs.CV cs.LG

    Dataset Knowledge Transfer for Class-Incremental Learning without Memory

    Authors: Habib Slim, Eden Belouadah, Adrian Popescu, Darian Onchis

    Abstract: Incremental learning enables artificial agents to learn from sequential data. While important progress was made by exploiting deep neural networks, incremental learning remains very challenging. This is particularly the case when no memory of past data is allowed and catastrophic forgetting has a strong negative effect. We tackle class-incremental learning without memory by adapting prediction bia… ▽ More

    Submitted 15 October, 2021; originally announced October 2021.

    Comments: Accepted to WACV 2022

  5. arXiv:2104.00405  [pdf, other

    cs.LG cs.AI cs.CV

    Avalanche: an End-to-End Library for Continual Learning

    Authors: Vincenzo Lomonaco, Lorenzo Pellegrini, Andrea Cossu, Antonio Carta, Gabriele Graffieti, Tyler L. Hayes, Matthias De Lange, Marc Masana, Jary Pomponi, Gido van de Ven, Martin Mundt, Qi She, Keiland Cooper, Jeremy Forest, Eden Belouadah, Simone Calderara, German I. Parisi, Fabio Cuzzolin, Andreas Tolias, Simone Scardapane, Luca Antiga, Subutai Amhad, Adrian Popescu, Christopher Kanan, Joost van de Weijer , et al. (3 additional authors not shown)

    Abstract: Learning continually from non-stationary data streams is a long-standing goal and a challenging problem in machine learning. Recently, we have witnessed a renewed and fast-growing interest in continual learning, especially within the deep learning community. However, algorithmic solutions are often difficult to re-implement, evaluate and port across different settings, where even results on standa… ▽ More

    Submitted 1 April, 2021; originally announced April 2021.

    Comments: Official Website: https://avalanche.continualai.org

  6. arXiv:2011.01844  [pdf, other

    cs.LG cs.CV

    A Comprehensive Study of Class Incremental Learning Algorithms for Visual Tasks

    Authors: Eden Belouadah, Adrian Popescu, Ioannis Kanellos

    Abstract: The ability of artificial agents to increment their capabilities when confronted with new data is an open challenge in artificial intelligence. The main challenge faced in such cases is catastrophic forgetting, i.e., the tendency of neural networks to underfit past data when new ones are ingested. A first group of approaches tackles forgetting by increasing deep model capacity to accommodate new k… ▽ More

    Submitted 15 December, 2020; v1 submitted 3 November, 2020; originally announced November 2020.

    Comments: Accepted for publication in the Elsevier's Neural Networks journal

  7. arXiv:2008.13710  [pdf, other

    cs.CV

    Initial Classifier Weights Replay for Memoryless Class Incremental Learning

    Authors: Eden Belouadah, Adrian Popescu, Ioannis Kanellos

    Abstract: Incremental Learning (IL) is useful when artificial systems need to deal with streams of data and do not have access to all data at all times. The most challenging setting requires a constant complexity of the deep model and an incremental model update without access to a bounded memory of past data. Then, the representations of past classes are strongly affected by catastrophic forgetting. To mit… ▽ More

    Submitted 31 August, 2020; originally announced August 2020.

    Comments: Accepted in BMVC2020

  8. arXiv:2008.10968  [pdf, other

    cs.CV

    Active Class Incremental Learning for Imbalanced Datasets

    Authors: Eden Belouadah, Adrian Popescu, Umang Aggarwal, Léo Saci

    Abstract: Incremental Learning (IL) allows AI systems to adapt to streamed data. Most existing algorithms make two strong hypotheses which reduce the realism of the incremental scenario: (1) new data are assumed to be readily annotated when streamed and (2) tests are run with balanced datasets while most real-life datasets are actually imbalanced. These hypotheses are discarded and the resulting challenges… ▽ More

    Submitted 25 August, 2020; originally announced August 2020.

    Comments: Accepted in IPCV workshop from ECCV2020

  9. arXiv:2001.05755  [pdf, other

    cs.CV

    ScaIL: Classifier Weights Scaling for Class Incremental Learning

    Authors: Eden Belouadah, Adrian Popescu

    Abstract: Incremental learning is useful if an AI agent needs to integrate data from a stream. The problem is non trivial if the agent runs on a limited computational budget and has a bounded memory of past data. In a deep learning approach, the constant computational budget requires the use of a fixed architecture for all incremental states. The bounded memory generates data imbalance in favor of new class… ▽ More

    Submitted 16 January, 2020; originally announced January 2020.

    Comments: 8 pages, 4 figures, 2 tables, accepted in WACV2020

  10. arXiv:1808.06396  [pdf, other

    cs.CV cs.LG

    DeeSIL: Deep-Shallow Incremental Learning

    Authors: Eden Belouadah, Adrian Popescu

    Abstract: Incremental Learning (IL) is an interesting AI problem when the algorithm is assumed to work on a budget. This is especially true when IL is modeled using a deep learning approach, where two com- plex challenges arise due to limited memory, which induces catastrophic forgetting and delays related to the retraining needed in order to incorpo- rate new classes. Here we introduce DeeSIL, an adaptatio… ▽ More

    Submitted 20 August, 2018; originally announced August 2018.