Skip to main content

Showing 1–4 of 4 results for author: Marouf, I E

.
  1. arXiv:2502.04469  [pdf, other

    cs.CV cs.AI

    No Images, No Problem: Retaining Knowledge in Continual VQA with Questions-Only Memory

    Authors: Imad Eddine Marouf, Enzo Tartaglione, Stephane Lathuiliere, Joost van de Weijer

    Abstract: Continual Learning in Visual Question Answering (VQACL) requires models to learn new visual-linguistic tasks (plasticity) while retaining knowledge from previous tasks (stability). The multimodal nature of VQACL presents unique challenges, requiring models to balance stability across visual and textual domains while maintaining plasticity to adapt to novel objects and reasoning tasks. Existing met… ▽ More

    Submitted 6 February, 2025; originally announced February 2025.

    Comments: 8 pages, in-review

  2. arXiv:2312.08977  [pdf, other

    cs.LG cs.AI cs.CV

    Weighted Ensemble Models Are Strong Continual Learners

    Authors: Imad Eddine Marouf, Subhankar Roy, Enzo Tartaglione, Stéphane Lathuilière

    Abstract: In this work, we study the problem of continual learning (CL) where the goal is to learn a model on a sequence of tasks, such that the data from the previous tasks becomes unavailable while learning on the current task data. CL is essentially a balancing act between being able to learn on the new task (i.e., plasticity) and maintaining the performance on the previously learned concepts (i.e., stab… ▽ More

    Submitted 11 December, 2024; v1 submitted 14 December, 2023; originally announced December 2023.

    Comments: Accepted for ECCV2024, Code: https://github.com/IemProg/CoFiMA

  3. arXiv:2311.03873  [pdf, other

    cs.CV cs.AI

    Mini but Mighty: Finetuning ViTs with Mini Adapters

    Authors: Imad Eddine Marouf, Enzo Tartaglione, Stéphane Lathuilière

    Abstract: Vision Transformers (ViTs) have become one of the dominant architectures in computer vision, and pre-trained ViT models are commonly adapted to new tasks via fine-tuning. Recent works proposed several parameter-efficient transfer learning methods, such as adapters, to avoid the prohibitive training and storage cost of finetuning. In this work, we observe that adapters perform poorly when the dimen… ▽ More

    Submitted 7 November, 2023; originally announced November 2023.

    Comments: WACV2024

  4. arXiv:2310.11482  [pdf, other

    cs.CV cs.AI

    Rethinking Class-incremental Learning in the Era of Large Pre-trained Models via Test-Time Adaptation

    Authors: Imad Eddine Marouf, Subhankar Roy, Enzo Tartaglione, Stéphane Lathuilière

    Abstract: Class-incremental learning (CIL) is a challenging task that involves sequentially learning to categorize classes from new tasks without forgetting previously learned information. The advent of large pre-trained models (PTMs) has fast-tracked the progress in CIL due to the highly transferable PTM representations, where tuning a small set of parameters leads to state-of-the-art performance when comp… ▽ More

    Submitted 14 March, 2024; v1 submitted 17 October, 2023; originally announced October 2023.

    Comments: 8 pages,5 figures