Skip to main content

Showing 1–8 of 8 results for author: Andreux, M

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

    stat.ME cs.DC cs.LG

    FedECA: A Federated External Control Arm Method for Causal Inference with Time-To-Event Data in Distributed Settings

    Authors: Jean Ogier du Terrail, Quentin Klopfenstein, Honghao Li, Imke Mayer, Nicolas Loiseau, Mohammad Hallal, Félix Balazard, Mathieu Andreux

    Abstract: External control arms (ECA) can inform the early clinical development of experimental drugs and provide efficacy evidence for regulatory approval in non-randomized settings. However, the main challenge of implementing ECA lies in accessing real-world data or historical clinical trials. Indeed, data sharing is often not feasible due to privacy considerations related to data leaving the original col… ▽ More

    Submitted 20 December, 2023; v1 submitted 28 November, 2023; originally announced November 2023.

    Comments: code available at: https://github.com/owkin/fedeca, fixed some typos, figures and acknowledgments in v2

  2. arXiv:2210.04620  [pdf, other

    cs.LG cs.CV

    FLamby: Datasets and Benchmarks for Cross-Silo Federated Learning in Realistic Healthcare Settings

    Authors: Jean Ogier du Terrail, Samy-Safwan Ayed, Edwige Cyffers, Felix Grimberg, Chaoyang He, Regis Loeb, Paul Mangold, Tanguy Marchand, Othmane Marfoq, Erum Mushtaq, Boris Muzellec, Constantin Philippenko, Santiago Silva, Maria Teleńczuk, Shadi Albarqouni, Salman Avestimehr, Aurélien Bellet, Aymeric Dieuleveut, Martin Jaggi, Sai Praneeth Karimireddy, Marco Lorenzi, Giovanni Neglia, Marc Tommasi, Mathieu Andreux

    Abstract: Federated Learning (FL) is a novel approach enabling several clients holding sensitive data to collaboratively train machine learning models, without centralizing data. The cross-silo FL setting corresponds to the case of few ($2$--$50$) reliable clients, each holding medium to large datasets, and is typically found in applications such as healthcare, finance, or industry. While previous works hav… ▽ More

    Submitted 5 May, 2023; v1 submitted 10 October, 2022; originally announced October 2022.

    Comments: Accepted to NeurIPS, Datasets and Benchmarks Track, this version fixes typos in the datasets' table and the appendix

  3. arXiv:2210.01639  [pdf, other

    cs.LG

    SecureFedYJ: a safe feature Gaussianization protocol for Federated Learning

    Authors: Tanguy Marchand, Boris Muzellec, Constance Beguier, Jean Ogier du Terrail, Mathieu Andreux

    Abstract: The Yeo-Johnson (YJ) transformation is a standard parametrized per-feature unidimensional transformation often used to Gaussianize features in machine learning. In this paper, we investigate the problem of applying the YJ transformation in a cross-silo Federated Learning setting under privacy constraints. For the first time, we prove that the YJ negative log-likelihood is in fact convex, which all… ▽ More

    Submitted 13 October, 2022; v1 submitted 4 October, 2022; originally announced October 2022.

    Comments: Accepted to Neurips2022

  4. arXiv:2101.02997  [pdf, other

    stat.ML cs.CR cs.LG

    Differentially Private Federated Learning for Cancer Prediction

    Authors: Constance Beguier, Jean Ogier du Terrail, Iqraa Meah, Mathieu Andreux, Eric W. Tramel

    Abstract: Since 2014, the NIH funded iDASH (integrating Data for Analysis, Anonymization, SHaring) National Center for Biomedical Computing has hosted yearly competitions on the topic of private computing for genomic data. For one track of the 2020 iteration of this competition, participants were challenged to produce an approach to federated learning (FL) training of genomic cancer prediction models using… ▽ More

    Submitted 24 March, 2021; v1 submitted 8 January, 2021; originally announced January 2021.

  5. arXiv:2008.07424  [pdf, other

    cs.CV cs.LG eess.IV

    Siloed Federated Learning for Multi-Centric Histopathology Datasets

    Authors: Mathieu Andreux, Jean Ogier du Terrail, Constance Beguier, Eric W. Tramel

    Abstract: While federated learning is a promising approach for training deep learning models over distributed sensitive datasets, it presents new challenges for machine learning, especially when applied in the medical domain where multi-centric data heterogeneity is common. Building on previous domain adaptation works, this paper proposes a novel federated learning approach for deep learning architectures v… ▽ More

    Submitted 17 August, 2020; originally announced August 2020.

    Comments: Accepted to MICCAI 2020 DCL workshop

  6. arXiv:2007.14861  [pdf, ps, other

    stat.ML cs.CR cs.LG

    Efficient Sparse Secure Aggregation for Federated Learning

    Authors: Constance Beguier, Mathieu Andreux, Eric W. Tramel

    Abstract: Federated Learning enables one to jointly train a machine learning model across distributed clients holding sensitive datasets. In real-world settings, this approach is hindered by expensive communication and privacy concerns. Both of these challenges have already been addressed individually, resulting in competing optimisations. In this article, we tackle them simultaneously for one of the first… ▽ More

    Submitted 18 October, 2021; v1 submitted 29 July, 2020; originally announced July 2020.

  7. arXiv:2006.08997  [pdf, other

    cs.LG stat.ML

    Federated Survival Analysis with Discrete-Time Cox Models

    Authors: Mathieu Andreux, Andre Manoel, Romuald Menuet, Charlie Saillard, Chloé Simpson

    Abstract: Building machine learning models from decentralized datasets located in different centers with federated learning (FL) is a promising approach to circumvent local data scarcity while preserving privacy. However, the prominent Cox proportional hazards (PH) model, used for survival analysis, does not fit the FL framework, as its loss function is non-separable with respect to the samples. The naïve m… ▽ More

    Submitted 16 June, 2020; originally announced June 2020.

    Comments: 21 pages, 6 figures

    Journal ref: International Workshop on Federated Learning for User Privacy and Data Confidentiality in Conjunction with ICML 2020 (FL-ICML'20)

  8. arXiv:1812.11214  [pdf, ps, other

    cs.LG cs.CV cs.SD eess.AS stat.ML

    Kymatio: Scattering Transforms in Python

    Authors: Mathieu Andreux, Tomás Angles, Georgios Exarchakis, Roberto Leonarduzzi, Gaspar Rochette, Louis Thiry, John Zarka, Stéphane Mallat, Joakim andén, Eugene Belilovsky, Joan Bruna, Vincent Lostanlen, Muawiz Chaudhary, Matthew J. Hirn, Edouard Oyallon, Sixin Zhang, Carmine Cella, Michael Eickenberg

    Abstract: The wavelet scattering transform is an invariant signal representation suitable for many signal processing and machine learning applications. We present the Kymatio software package, an easy-to-use, high-performance Python implementation of the scattering transform in 1D, 2D, and 3D that is compatible with modern deep learning frameworks. All transforms may be executed on a GPU (in addition to CPU… ▽ More

    Submitted 31 May, 2022; v1 submitted 28 December, 2018; originally announced December 2018.