Skip to main content

Showing 1–12 of 12 results for author: Bontonou, M

Searching in archive cs. Search in all archives.
.
  1. arXiv:2405.01646  [pdf, other

    cs.CV

    Explaining models relating objects and privacy

    Authors: Alessio Xompero, Myriam Bontonou, Jean-Michel Arbona, Emmanouil Benetos, Andrea Cavallaro

    Abstract: Accurately predicting whether an image is private before sharing it online is difficult due to the vast variety of content and the subjective nature of privacy itself. In this paper, we evaluate privacy models that use objects extracted from an image to determine why the image is predicted as private. To explain the decision of these models, we use feature-attribution to identify and quantify whic… ▽ More

    Submitted 2 May, 2024; originally announced May 2024.

    Comments: 7 pages, 3 figures, 1 table, supplementary material included as Appendix. Paper accepted at the 3rd XAI4CV Workshop at CVPR 2024. Code: https://github.com/graphnex/ig-privacy

  2. arXiv:2402.00926  [pdf, other

    q-bio.GN cs.LG

    A Comparative Analysis of Gene Expression Profiling by Statistical and Machine Learning Approaches

    Authors: Myriam Bontonou, Anaïs Haget, Maria Boulougouri, Benjamin Audit, Pierre Borgnat, Jean-Michel Arbona

    Abstract: Many machine learning models have been proposed to classify phenotypes from gene expression data. In addition to their good performance, these models can potentially provide some understanding of phenotypes by extracting explanations for their decisions. These explanations often take the form of a list of genes ranked in order of importance for the predictions, the highest-ranked genes being inter… ▽ More

    Submitted 1 February, 2024; originally announced February 2024.

  3. arXiv:2303.11336  [pdf, other

    q-bio.GN cs.LG

    Studying Limits of Explainability by Integrated Gradients for Gene Expression Models

    Authors: Myriam Bontonou, Anaïs Haget, Maria Boulougouri, Jean-Michel Arbona, Benjamin Audit, Pierre Borgnat

    Abstract: Understanding the molecular processes that drive cellular life is a fundamental question in biological research. Ambitious programs have gathered a number of molecular datasets on large populations. To decipher the complex cellular interactions, recent work has turned to supervised machine learning methods. The scientific questions are formulated as classical learning problems on tabular data or o… ▽ More

    Submitted 19 March, 2023; originally announced March 2023.

  4. arXiv:2110.03999  [pdf, other

    cs.LG cs.AI

    Graphs as Tools to Improve Deep Learning Methods

    Authors: Carlos Lassance, Myriam Bontonou, Mounia Hamidouche, Bastien Pasdeloup, Lucas Drumetz, Vincent Gripon

    Abstract: In recent years, deep neural networks (DNNs) have known an important rise in popularity. However, although they are state-of-the-art in many machine learning challenges, they still suffer from several limitations. For example, DNNs require a lot of training data, which might not be available in some practical applications. In addition, when small perturbations are added to the inputs, DNNs are pro… ▽ More

    Submitted 8 October, 2021; originally announced October 2021.

    Comments: arXiv admin note: text overlap with arXiv:2012.07439

  5. arXiv:2108.10427  [pdf, other

    cs.LG

    Graph-LDA: Graph Structure Priors to Improve the Accuracy in Few-Shot Classification

    Authors: Myriam Bontonou, Nicolas Farrugia, Vincent Gripon

    Abstract: It is very common to face classification problems where the number of available labeled samples is small compared to their dimension. These conditions are likely to cause underdetermined settings, with high risk of overfitting. To improve the generalization ability of trained classifiers, common solutions include using priors about the data distribution. Among many options, data structure priors,… ▽ More

    Submitted 23 August, 2021; originally announced August 2021.

  6. arXiv:2011.12737  [pdf, ps, other

    cs.LG

    Ranking Deep Learning Generalization using Label Variation in Latent Geometry Graphs

    Authors: Carlos Lassance, Louis Béthune, Myriam Bontonou, Mounia Hamidouche, Vincent Gripon

    Abstract: Measuring the generalization performance of a Deep Neural Network (DNN) without relying on a validation set is a difficult task. In this work, we propose exploiting Latent Geometry Graphs (LGGs) to represent the latent spaces of trained DNN architectures. Such graphs are obtained by connecting samples that yield similar latent representations at a given layer of the considered DNN. We then obtain… ▽ More

    Submitted 25 November, 2020; originally announced November 2020.

    Comments: Short paper describing submission that got the 3rd place on the NeurIPS 2020 Predicting Generalization in Deep Learning (PGDL) competition. We hope to update this with more analysis when the full data is made available

  7. arXiv:2010.12500  [pdf, other

    cs.LG

    Few-shot Decoding of Brain Activation Maps

    Authors: Myriam Bontonou, Giulia Lioi, Nicolas Farrugia, Vincent Gripon

    Abstract: Few-shot learning addresses problems for which a limited number of training examples are available. So far, the field has been mostly driven by applications in computer vision. Here, we are interested in adapting recently introduced few-shot methods to solve problems dealing with neuroimaging data, a promising application field. To this end, we create a neuroimaging benchmark dataset for few-shot… ▽ More

    Submitted 19 May, 2021; v1 submitted 23 October, 2020; originally announced October 2020.

    Comments: 5 pages. Updated title and minor modifications

  8. arXiv:2007.04238  [pdf, other

    cs.LG cs.CV stat.ML

    Predicting the Accuracy of a Few-Shot Classifier

    Authors: Myriam Bontonou, Louis Béthune, Vincent Gripon

    Abstract: In the context of few-shot learning, one cannot measure the generalization ability of a trained classifier using validation sets, due to the small number of labeled samples. In this paper, we are interested in finding alternatives to answer the question: is my classifier generalizing well to previously unseen data? We first analyze the reasons for the variability of generalization performances. We… ▽ More

    Submitted 8 July, 2020; originally announced July 2020.

  9. arXiv:1911.03080  [pdf, ps, other

    cs.LG stat.ML

    Deep geometric knowledge distillation with graphs

    Authors: Carlos Lassance, Myriam Bontonou, Ghouthi Boukli Hacene, Vincent Gripon, Jian Tang, Antonio Ortega

    Abstract: In most cases deep learning architectures are trained disregarding the amount of operations and energy consumption. However, some applications, like embedded systems, can be resource-constrained during inference. A popular approach to reduce the size of a deep learning architecture consists in distilling knowledge from a bigger network (teacher) to a smaller one (student). Directly training the st… ▽ More

    Submitted 8 November, 2019; originally announced November 2019.

  10. arXiv:1908.06868  [pdf, other

    eess.SP cs.LG

    Comparing linear structure-based and data-driven latent spatial representations for sequence prediction

    Authors: Myriam Bontonou, Carlos Lassance, Vincent Gripon, Nicolas Farrugia

    Abstract: Predicting the future of Graph-supported Time Series (GTS) is a key challenge in many domains, such as climate monitoring, finance or neuroimaging. Yet it is a highly difficult problem as it requires to account jointly for time and graph (spatial) dependencies. To simplify this process, it is common to use a two-step procedure in which spatial and time dependencies are dealt with separately. In th… ▽ More

    Submitted 19 August, 2019; originally announced August 2019.

    Journal ref: Wavelets and Sparsity XVIII, Aug 2019, San Diego, United States

  11. arXiv:1905.00496  [pdf, ps, other

    cs.LG stat.ML

    A Unified Deep Learning Formalism For Processing Graph Signals

    Authors: Myriam Bontonou, Carlos Lassance, Jean-Charles Vialatte, Vincent Gripon

    Abstract: Convolutional Neural Networks are very efficient at processing signals defined on a discrete Euclidean space (such as images). However, as they can not be used on signals defined on an arbitrary graph, other models have emerged, aiming to extend its properties. We propose to review some of the major deep learning models designed to exploit the underlying graph structure of signals. We express them… ▽ More

    Submitted 1 May, 2019; originally announced May 2019.

    Comments: 2 pages, short version

  12. arXiv:1905.00301  [pdf, ps, other

    cs.LG stat.ML

    Introducing Graph Smoothness Loss for Training Deep Learning Architectures

    Authors: Myriam Bontonou, Carlos Lassance, Ghouthi Boukli Hacene, Vincent Gripon, Jian Tang, Antonio Ortega

    Abstract: We introduce a novel loss function for training deep learning architectures to perform classification. It consists in minimizing the smoothness of label signals on similarity graphs built at the output of the architecture. Equivalently, it can be seen as maximizing the distances between the network function images of training inputs from distinct classes. As such, only distances between pairs of e… ▽ More

    Submitted 1 May, 2019; originally announced May 2019.

    Comments: 5 pages