Skip to main content

Showing 1–10 of 10 results for author: Gaudel, R

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

    cs.LG cs.DC

    Low-Cost Privacy-Aware Decentralized Learning

    Authors: Sayan Biswas, Davide Frey, Romaric Gaudel, Anne-Marie Kermarrec, Dimitri Lerévérend, Rafael Pires, Rishi Sharma, François Taïani

    Abstract: This paper introduces ZIP-DL, a novel privacy-aware decentralized learning (DL) algorithm that exploits correlated noise to provide strong privacy protection against a local adversary while yielding efficient convergence guarantees for a low communication cost. The progressive neutralization of the added noise during the distributed aggregation process results in ZIP-DL fostering a high model accu… ▽ More

    Submitted 25 June, 2024; v1 submitted 18 March, 2024; originally announced March 2024.

  2. arXiv:2312.12115  [pdf, other

    cs.LG cs.AI

    Sha** Up SHAP: Enhancing Stability through Layer-Wise Neighbor Selection

    Authors: Gwladys Kelodjou, Laurence Rozé, Véronique Masson, Luis Galárraga, Romaric Gaudel, Maurice Tchuente, Alexandre Termier

    Abstract: Machine learning techniques, such as deep learning and ensemble methods, are widely used in various domains due to their ability to handle complex real-world tasks. However, their black-box nature has raised multiple concerns about the fairness, trustworthiness, and transparency of computer-assisted decision-making. This has led to the emergence of local post-hoc explainability methods, which offe… ▽ More

    Submitted 17 June, 2024; v1 submitted 19 December, 2023; originally announced December 2023.

    Journal ref: AAAI Conference on Artificial Intelligence, 2024

  3. arXiv:2208.01515  [pdf, other

    cs.LG cs.DS

    UniRank: Unimodal Bandit Algorithm for Online Ranking

    Authors: Camille-Sovanneary Gauthier, Romaric Gaudel, Elisa Fromont

    Abstract: We tackle a new emerging problem, which is finding an optimal monopartite matching in a weighted graph. The semi-bandit version, where a full matching is sampled at each iteration, has been addressed by \cite{ADMA}, creating an algorithm with an expected regret matching $O(\frac{L\log(L)}Δ\log(T))$ with $2L$ players, $T$ iterations and a minimum reward gap $Δ$. We reduce this bound in two st… ▽ More

    Submitted 2 August, 2022; originally announced August 2022.

    Journal ref: Complex Feedback in Online Learning Workshop at the 39th International Conference on Machine Learning, Jul 2022, Baltimore, United States

  4. arXiv:2208.01511  [pdf, other

    cs.LG cs.DS

    Unimodal Mono-Partite Matching in a Bandit Setting

    Authors: Romaric Gaudel, Matthieu Rodet

    Abstract: We tackle a new emerging problem, which is finding an optimal monopartite matching in a weighted graph. The semi-bandit version, where a full matching is sampled at each iteration, has been addressed by \cite{ADMA}, creating an algorithm with an expected regret matching $O(\frac{L\log(L)}Δ\log(T))$ with $2L$ players, $T$ iterations and a minimum reward gap $Δ$. We reduce this bound in two st… ▽ More

    Submitted 2 August, 2022; originally announced August 2022.

    Journal ref: Complex Feedback in Online Learning Workshop at the 39th International Conference on Machine Learning, Jul 2022, Baltimore, United States

  5. arXiv:2208.01510  [pdf, other

    cs.LG

    s-LIME: Reconciling Locality and Fidelity in Linear Explanations

    Authors: Romaric Gaudel, Luis Galárraga, Julien Delaunay, Laurence Rozé, Vaishnavi Bhargava

    Abstract: The benefit of locality is one of the major premises of LIME, one of the most prominent methods to explain black-box machine learning models. This emphasis relies on the postulate that the more locally we look at the vicinity of an instance, the simpler the black-box model becomes, and the more accurately we can mimic it with a linear surrogate. As logical as this seems, our findings suggest that,… ▽ More

    Submitted 2 August, 2022; originally announced August 2022.

    Journal ref: Symposium on Intelligent Data Analysis (IDA'22), Apr 2022, Rennes, France

  6. arXiv:2009.13181  [pdf, other

    cs.LG cs.IR stat.ML

    Position-Based Multiple-Play Bandits with Thompson Sampling

    Authors: Camille-Sovanneary Gauthier, Romaric Gaudel, Elisa Fromont

    Abstract: Multiple-play bandits aim at displaying relevant items at relevant positions on a web page. We introduce a new bandit-based algorithm, PB-MHB, for online recommender systems which uses the Thompson sampling framework. This algorithm handles a display setting governed by the position-based model. Our sampling method does not require as input the probability of a user to look at a given position in… ▽ More

    Submitted 3 March, 2021; v1 submitted 28 September, 2020; originally announced September 2020.

    Comments: Accepted at IDA 2021

  7. Hybrid Recommender System based on Autoencoders

    Authors: Florian Strub, Romaric Gaudel, Jérémie Mary

    Abstract: A standard model for Recommender Systems is the Matrix Completion setting: given partially known matrix of ratings given by users (rows) to items (columns), infer the unknown ratings. In the last decades, few attempts where done to handle that objective with Neural Networks, but recently an architecture based on Autoencoders proved to be a promising approach. In current paper, we enhanced that arc… ▽ More

    Submitted 29 December, 2017; v1 submitted 24 June, 2016; originally announced June 2016.

    Comments: arXiv admin note: substantial text overlap with arXiv:1603.00806

    Journal ref: the 1st Workshop on Deep Learning for Recommender Systems, Sep 2016, Boston, United States. pp.11 - 16, 2016

  8. arXiv:1603.00806  [pdf, other

    cs.IR cs.AI cs.NE

    Hybrid Collaborative Filtering with Autoencoders

    Authors: Florian Strub, Jeremie Mary, Romaric Gaudel

    Abstract: Collaborative Filtering aims at exploiting the feedback of users to provide personalised recommendations. Such algorithms look for latent variables in a large sparse matrix of ratings. They can be enhanced by adding side information to tackle the well-known cold start problem. While Neu-ral Networks have tremendous success in image and speech recognition, they have received less attention in Colla… ▽ More

    Submitted 19 July, 2016; v1 submitted 2 March, 2016; originally announced March 2016.

  9. arXiv:1508.06091  [pdf, ps, other

    stat.ML cs.LG

    AUC Optimisation and Collaborative Filtering

    Authors: Charanpal Dhanjal, Romaric Gaudel, Stephan Clemencon

    Abstract: In recommendation systems, one is interested in the ranking of the predicted items as opposed to other losses such as the mean squared error. Although a variety of ways to evaluate rankings exist in the literature, here we focus on the Area Under the ROC Curve (AUC) as it widely used and has a strong theoretical underpinning. In practical recommendation, only items at the top of the ranked list ar… ▽ More

    Submitted 25 August, 2015; originally announced August 2015.

  10. arXiv:1407.2806  [pdf, other

    cs.LG cs.IR stat.ML

    Bandits Warm-up Cold Recommender Systems

    Authors: Jérémie Mary, Romaric Gaudel, Preux Philippe

    Abstract: We address the cold start problem in recommendation systems assuming no contextual information is available neither about users, nor items. We consider the case in which we only have access to a set of ratings of items by users. Most of the existing works consider a batch setting, and use cross-validation to tune parameters. The classical method consists in minimizing the root mean square error ov… ▽ More

    Submitted 10 July, 2014; originally announced July 2014.

    Report number: RR-8563