Skip to main content

Showing 1–22 of 22 results for author: Alfarra, M

  1. arXiv:2407.08822  [pdf, other

    eess.IV cs.AI cs.CV

    FedMedICL: Towards Holistic Evaluation of Distribution Shifts in Federated Medical Imaging

    Authors: Kumail Alhamoud, Yasir Ghunaim, Motasem Alfarra, Thomas Hartvigsen, Philip Torr, Bernard Ghanem, Adel Bibi, Marzyeh Ghassemi

    Abstract: For medical imaging AI models to be clinically impactful, they must generalize. However, this goal is hindered by (i) diverse types of distribution shifts, such as temporal, demographic, and label shifts, and (ii) limited diversity in datasets that are siloed within single medical institutions. While these limitations have spurred interest in federated learning, current evaluation benchmarks fail… ▽ More

    Submitted 11 July, 2024; originally announced July 2024.

    Comments: Accepted at MICCAI 2024. Code is available at: https://github.com/m1k2zoo/FedMedICL

  2. arXiv:2406.05222  [pdf, other

    cs.LG cs.NE

    Towards Interpretable Deep Local Learning with Successive Gradient Reconciliation

    Authors: Yibo Yang, Xiaojie Li, Motasem Alfarra, Hasan Hammoud, Adel Bibi, Philip Torr, Bernard Ghanem

    Abstract: Relieving the reliance of neural network training on a global back-propagation (BP) has emerged as a notable research topic due to the biological implausibility and huge memory consumption caused by BP. Among the existing solutions, local learning optimizes gradient-isolated modules of a neural network with local errors and has been proved to be effective even on large-scale datasets. However, the… ▽ More

    Submitted 7 June, 2024; originally announced June 2024.

    Comments: ICML 2024

  3. arXiv:2404.15161  [pdf, other

    cs.CV

    Combating Missing Modalities in Egocentric Videos at Test Time

    Authors: Merey Ramazanova, Alejandro Pardo, Bernard Ghanem, Motasem Alfarra

    Abstract: Understanding videos that contain multiple modalities is crucial, especially in egocentric videos, where combining various sensory inputs significantly improves tasks like action recognition and moment localization. However, real-world applications often face challenges with incomplete modalities due to privacy concerns, efficiency needs, or hardware issues. Current methods, while effective, often… ▽ More

    Submitted 23 April, 2024; originally announced April 2024.

  4. arXiv:2304.04795  [pdf, other

    cs.LG cs.AI cs.CV

    Evaluation of Test-Time Adaptation Under Computational Time Constraints

    Authors: Motasem Alfarra, Hani Itani, Alejandro Pardo, Shyma Alhuwaider, Merey Ramazanova, Juan C. Pérez, Zhipeng Cai, Matthias Müller, Bernard Ghanem

    Abstract: This paper proposes a novel online evaluation protocol for Test Time Adaptation (TTA) methods, which penalizes slower methods by providing them with fewer samples for adaptation. TTA methods leverage unlabeled data at test time to adapt to distribution shifts. Although many effective methods have been proposed, their impressive performance usually comes at the cost of significantly increased compu… ▽ More

    Submitted 23 May, 2024; v1 submitted 10 April, 2023; originally announced April 2023.

    Comments: Accepted to ICML 2024

  5. arXiv:2304.01239  [pdf, other

    cs.CV cs.LG

    Online Distillation with Continual Learning for Cyclic Domain Shifts

    Authors: Joachim Houyon, Anthony Cioppa, Yasir Ghunaim, Motasem Alfarra, Anaïs Halin, Maxim Henry, Bernard Ghanem, Marc Van Droogenbroeck

    Abstract: In recent years, online distillation has emerged as a powerful technique for adapting real-time deep neural networks on the fly using a slow, but accurate teacher model. However, a major challenge in online distillation is catastrophic forgetting when the domain shifts, which occurs when the student model is updated with data from the new domain and forgets previously learned knowledge. In this pa… ▽ More

    Submitted 3 April, 2023; originally announced April 2023.

    Comments: Accepted at the 4th Workshop on Continual Learning in Computer Vision (CVPR 2023)

  6. arXiv:2302.01047  [pdf, other

    cs.LG cs.AI cs.CV

    Real-Time Evaluation in Online Continual Learning: A New Hope

    Authors: Yasir Ghunaim, Adel Bibi, Kumail Alhamoud, Motasem Alfarra, Hasan Abed Al Kader Hammoud, Ameya Prabhu, Philip H. S. Torr, Bernard Ghanem

    Abstract: Current evaluations of Continual Learning (CL) methods typically assume that there is no constraint on training time and computation. This is an unrealistic assumption for any real-world setting, which motivates us to propose: a practical real-time evaluation of continual learning, in which the stream does not wait for the model to complete training before revealing the next data for predictions.… ▽ More

    Submitted 24 March, 2023; v1 submitted 2 February, 2023; originally announced February 2023.

    Comments: Accepted at CVPR'23 as Highlight (Top 2.5%)

  7. arXiv:2212.04842  [pdf, other

    cs.CV cs.AI

    PIVOT: Prompting for Video Continual Learning

    Authors: Andrés Villa, Juan León Alcázar, Motasem Alfarra, Kumail Alhamoud, Julio Hurtado, Fabian Caba Heilbron, Alvaro Soto, Bernard Ghanem

    Abstract: Modern machine learning pipelines are limited due to data availability, storage quotas, privacy regulations, and expensive annotation processes. These constraints make it difficult or impossible to train and update large-scale models on such dynamic annotated sets. Continual learning directly approaches this problem, with the ultimate goal of devising methods where a deep neural network effectivel… ▽ More

    Submitted 4 April, 2023; v1 submitted 9 December, 2022; originally announced December 2022.

    Comments: CVPR 2023

  8. arXiv:2211.16234  [pdf, other

    cs.CV cs.LG

    SimCS: Simulation for Domain Incremental Online Continual Segmentation

    Authors: Motasem Alfarra, Zhipeng Cai, Adel Bibi, Bernard Ghanem, Matthias Müller

    Abstract: Continual Learning is a step towards lifelong intelligence where models continuously learn from recently collected data without forgetting previous knowledge. Existing continual learning approaches mostly focus on image classification in the class-incremental setup with clear task boundaries and unlimited computational budget. This work explores the problem of Online Domain-Incremental Continual S… ▽ More

    Submitted 15 February, 2024; v1 submitted 29 November, 2022; originally announced November 2022.

    Comments: Accepted to AAAI Conference on Artificial Intelligence (AAAI'24)

  9. arXiv:2209.15042  [pdf, other

    cs.LG cs.AI cs.CV

    Generalizability of Adversarial Robustness Under Distribution Shifts

    Authors: Kumail Alhamoud, Hasan Abed Al Kader Hammoud, Motasem Alfarra, Bernard Ghanem

    Abstract: Recent progress in empirical and certified robustness promises to deliver reliable and deployable Deep Neural Networks (DNNs). Despite that success, most existing evaluations of DNN robustness have been done on images sampled from the same distribution on which the model was trained. However, in the real world, DNNs may be deployed in dynamic environments that exhibit significant distribution shif… ▽ More

    Submitted 6 November, 2023; v1 submitted 29 September, 2022; originally announced September 2022.

    Comments: TMLR 2023 (Featured Certification)

  10. arXiv:2206.02535  [pdf, other

    cs.LG

    Certified Robustness in Federated Learning

    Authors: Motasem Alfarra, Juan C. Pérez, Egor Shulgin, Peter Richtárik, Bernard Ghanem

    Abstract: Federated learning has recently gained significant attention and popularity due to its effectiveness in training machine learning models on distributed data privately. However, as in the single-node supervised learning setup, models trained in federated learning suffer from vulnerability to imperceptible input transformations known as adversarial attacks, questioning their deployment in security-r… ▽ More

    Submitted 26 October, 2022; v1 submitted 6 June, 2022; originally announced June 2022.

    Comments: Accepted at Workshop on Federated Learning: Recent Advances and New Challenges, NeurIPS 2022

  11. arXiv:2204.05687  [pdf, other

    cs.CV

    3DeformRS: Certifying Spatial Deformations on Point Clouds

    Authors: Gabriel Pérez S., Juan C. Pérez, Motasem Alfarra, Silvio Giancola, Bernard Ghanem

    Abstract: 3D computer vision models are commonly used in security-critical applications such as autonomous driving and surgical robotics. Emerging concerns over the robustness of these models against real-world deformations must be addressed practically and reliably. In this work, we propose 3DeformRS, a method to certify the robustness of point cloud Deep Neural Networks (DNNs) against real-world deformati… ▽ More

    Submitted 12 April, 2022; originally announced April 2022.

    Comments: Accepted at CVPR 2022

  12. arXiv:2202.04978  [pdf, other

    cs.CV

    Towards Assessing and Characterizing the Semantic Robustness of Face Recognition

    Authors: Juan C. Pérez, Motasem Alfarra, Ali Thabet, Pablo Arbeláez, Bernard Ghanem

    Abstract: Deep Neural Networks (DNNs) lack robustness against imperceptible perturbations to their input. Face Recognition Models (FRMs) based on DNNs inherit this vulnerability. We propose a methodology for assessing and characterizing the robustness of FRMs against semantic perturbations to their input. Our methodology causes FRMs to malfunction by designing adversarial attacks that search for identity-pr… ▽ More

    Submitted 10 February, 2022; originally announced February 2022.

    Comments: 26 pages, 18 figures

  13. arXiv:2201.13019  [pdf, other

    cs.LG

    On the Robustness of Quality Measures for GANs

    Authors: Motasem Alfarra, Juan C. Pérez, Anna Frühstück, Philip H. S. Torr, Peter Wonka, Bernard Ghanem

    Abstract: This work evaluates the robustness of quality measures of generative models such as Inception Score (IS) and Fréchet Inception Distance (FID). Analogous to the vulnerability of deep models against a variety of adversarial attacks, we show that such metrics can also be manipulated by additive pixel perturbations. Our experiments indicate that one can generate a distribution of images with very high… ▽ More

    Submitted 20 July, 2022; v1 submitted 31 January, 2022; originally announced January 2022.

    Comments: Accepted at the European Conference in Computer Vision (ECCV 2022)

  14. arXiv:2107.14110  [pdf, other

    cs.LG cs.CR cs.CV

    Enhancing Adversarial Robustness via Test-time Transformation Ensembling

    Authors: Juan C. Pérez, Motasem Alfarra, Guillaume Jeanneret, Laura Rueda, Ali Thabet, Bernard Ghanem, Pablo Arbeláez

    Abstract: Deep learning models are prone to being fooled by imperceptible perturbations known as adversarial attacks. In this work, we study how equipping models with Test-time Transformation Ensembling (TTE) can work as a reliable defense against such attacks. While transforming the input data, both at train and test times, is known to enhance model performance, its effects on adversarial robustness have n… ▽ More

    Submitted 29 July, 2021; originally announced July 2021.

  15. arXiv:2107.04570  [pdf, other

    cs.LG cs.CV

    ANCER: Anisotropic Certification via Sample-wise Volume Maximization

    Authors: Francisco Eiras, Motasem Alfarra, M. Pawan Kumar, Philip H. S. Torr, Puneet K. Dokania, Bernard Ghanem, Adel Bibi

    Abstract: Randomized smoothing has recently emerged as an effective tool that enables certification of deep neural network classifiers at scale. All prior art on randomized smoothing has focused on isotropic $\ell_p$ certification, which has the advantage of yielding certificates that can be easily compared among isotropic methods via $\ell_p$-norm radius. However, isotropic certification limits the region… ▽ More

    Submitted 31 August, 2022; v1 submitted 9 July, 2021; originally announced July 2021.

    Comments: First two authors and the last one contributed equally to this work

  16. arXiv:2107.00996  [pdf, other

    cs.LG stat.ML

    DeformRS: Certifying Input Deformations with Randomized Smoothing

    Authors: Motasem Alfarra, Adel Bibi, Naeemullah Khan, Philip H. S. Torr, Bernard Ghanem

    Abstract: Deep neural networks are vulnerable to input deformations in the form of vector fields of pixel displacements and to other parameterized geometric deformations e.g. translations, rotations, etc. Current input deformation certification methods either 1. do not scale to deep networks on large input datasets, or 2. can only certify a specific class of deformations, e.g. only rotations. We reformulate… ▽ More

    Submitted 19 December, 2021; v1 submitted 2 July, 2021; originally announced July 2021.

    Comments: Accepted to AAAI Conference on Artificial Intelligence (AAAI'22)

  17. arXiv:2103.14347  [pdf, other

    cs.LG cs.CV

    Combating Adversaries with Anti-Adversaries

    Authors: Motasem Alfarra, Juan C. Pérez, Ali Thabet, Adel Bibi, Philip H. S. Torr, Bernard Ghanem

    Abstract: Deep neural networks are vulnerable to small input perturbations known as adversarial attacks. Inspired by the fact that these adversaries are constructed by iteratively minimizing the confidence of a network for the true class label, we propose the anti-adversary layer, aimed at countering this effect. In particular, our layer generates an input perturbation in the opposite direction of the adver… ▽ More

    Submitted 16 December, 2021; v1 submitted 26 March, 2021; originally announced March 2021.

    Comments: Accepted to AAAI Conference on Artificial Intelligence (AAAI'22)

  18. arXiv:2012.04351  [pdf, other

    cs.LG

    Data-Dependent Randomized Smoothing

    Authors: Motasem Alfarra, Adel Bibi, Philip H. S. Torr, Bernard Ghanem

    Abstract: Randomized smoothing is a recent technique that achieves state-of-art performance in training certifiably robust deep neural networks. While the smoothing family of distributions is often connected to the choice of the norm used for certification, the parameters of these distributions are always set as global hyper parameters independent from the input data on which a network is certified. In this… ▽ More

    Submitted 5 July, 2022; v1 submitted 8 December, 2020; originally announced December 2020.

    Comments: Accepted in Uncertainty in Artificial Intelligence Conference (UAI 2022). First two authors contributed equally to this work

  19. arXiv:2006.07682  [pdf, other

    cs.LG stat.ML

    Rethinking Clustering for Robustness

    Authors: Motasem Alfarra, Juan C. Pérez, Adel Bibi, Ali Thabet, Pablo Arbeláez, Bernard Ghanem

    Abstract: This paper studies how encouraging semantically-aligned features during deep neural network training can increase network robustness. Recent works observed that Adversarial Training leads to robust models, whose learnt features appear to correlate with human perception. Inspired by this connection from robustness to semantics, we study the complementary connection: from semantics to robustness. To… ▽ More

    Submitted 19 November, 2021; v1 submitted 13 June, 2020; originally announced June 2020.

    Comments: Accepted to the 32nd British Machine Vision Conference (BMVC'21)

  20. arXiv:2005.01097  [pdf, other

    cs.LG math.OC stat.ML

    Adaptive Learning of the Optimal Batch Size of SGD

    Authors: Motasem Alfarra, Slavomir Hanzely, Alyazeed Albasyoni, Bernard Ghanem, Peter Richtarik

    Abstract: Recent advances in the theoretical understanding of SGD led to a formula for the optimal batch size minimizing the number of effective data passes, i.e., the number of iterations times the batch size. However, this formula is of no practical value as it depends on the knowledge of the variance of the stochastic gradients evaluated at the optimum. In this paper we design a practical SGD method capa… ▽ More

    Submitted 19 November, 2021; v1 submitted 3 May, 2020; originally announced May 2020.

    Comments: Accepted to the 12th Annual Workshop on Optimization for Machine Learning (OPT2020)

  21. arXiv:2002.08838  [pdf, other

    cs.LG stat.ML

    On the Decision Boundaries of Neural Networks: A Tropical Geometry Perspective

    Authors: Motasem Alfarra, Adel Bibi, Hasan Hammoud, Mohamed Gaafar, Bernard Ghanem

    Abstract: This work tackles the problem of characterizing and understanding the decision boundaries of neural networks with piecewise linear non-linearity activations. We use tropical geometry, a new development in the area of algebraic geometry, to characterize the decision boundaries of a simple network of the form (Affine, ReLU, Affine). Our main finding is that the decision boundaries are a subset of a… ▽ More

    Submitted 22 August, 2022; v1 submitted 20 February, 2020; originally announced February 2020.

    Comments: First two authors contributed equally to this work

  22. arXiv:1912.05661  [pdf, other

    cs.CV

    Gabor Layers Enhance Network Robustness

    Authors: Juan C. Pérez, Motasem Alfarra, Guillaume Jeanneret, Adel Bibi, Ali Thabet, Bernard Ghanem, Pablo Arbeláez

    Abstract: We revisit the benefits of merging classical vision concepts with deep learning models. In particular, we explore the effect on robustness against adversarial attacks of replacing the first layers of various deep architectures with Gabor layers, i.e. convolutional layers with filters that are based on learnable Gabor parameters. We observe that architectures enhanced with Gabor layers gain a consi… ▽ More

    Submitted 27 March, 2020; v1 submitted 11 December, 2019; originally announced December 2019.

    Comments: 32 pages, 23 figures, 14 tables