Skip to main content

Showing 1–18 of 18 results for author: Tolomei, G

.
  1. arXiv:2404.15760  [pdf, other

    cs.LG cs.AI stat.ML

    Debiasing Machine Unlearning with Counterfactual Examples

    Authors: Ziheng Chen, Jia Wang, Jun Zhuang, Abbavaram Gowtham Reddy, Fabrizio Silvestri, ** Huang, Kaushiki Nag, Kun Kuang, Xin Ning, Gabriele Tolomei

    Abstract: The right to be forgotten (RTBF) seeks to safeguard individuals from the enduring effects of their historical actions by implementing machine-learning techniques. These techniques facilitate the deletion of previously acquired knowledge without requiring extensive model retraining. However, they often overlook a critical issue: unlearning processes bias. This bias emerges from two main sources: (1… ▽ More

    Submitted 24 April, 2024; originally announced April 2024.

  2. arXiv:2403.14339  [pdf, other

    cs.LG cs.AI cs.CL cs.CV

    $\nabla τ$: Gradient-based and Task-Agnostic machine Unlearning

    Authors: Daniel Trippa, Cesare Campagnano, Maria Sofia Bucarelli, Gabriele Tolomei, Fabrizio Silvestri

    Abstract: Machine Unlearning, the process of selectively eliminating the influence of certain data examples used during a model's training, has gained significant attention as a means for practitioners to comply with recent data protection regulations. However, existing unlearning methods face critical drawbacks, including their prohibitively high cost, often associated with a large number of hyperparameter… ▽ More

    Submitted 21 March, 2024; originally announced March 2024.

    Comments: 14 pages, 2 figures

  3. arXiv:2310.08909  [pdf, other

    cs.SI cs.AI cs.LG

    Evading Community Detection via Counterfactual Neighborhood Search

    Authors: Andrea Bernini, Fabrizio Silvestri, Gabriele Tolomei

    Abstract: Community detection techniques are useful for social media platforms to discover tightly connected groups of users who share common interests. However, this functionality often comes at the expense of potentially exposing individuals to privacy breaches by inadvertently revealing their tastes or preferences. Therefore, some users may wish to preserve their anonymity and opt out of community detect… ▽ More

    Submitted 7 June, 2024; v1 submitted 13 October, 2023; originally announced October 2023.

  4. arXiv:2310.04875  [pdf, other

    cs.LG cs.CL cs.CY cs.HC cs.OS

    Prompt-to-OS (P2OS): Revolutionizing Operating Systems and Human-Computer Interaction with Integrated AI Generative Models

    Authors: Gabriele Tolomei, Cesare Campagnano, Fabrizio Silvestri, Giovanni Trappolini

    Abstract: In this paper, we present a groundbreaking paradigm for human-computer interaction that revolutionizes the traditional notion of an operating system. Within this innovative framework, user requests issued to the machine are handled by an interconnected ecosystem of generative AI models that seamlessly integrate with or even replace traditional software applications. At the core of this paradigm… ▽ More

    Submitted 7 October, 2023; originally announced October 2023.

    Comments: 5 pages, 1 figure. Accepted at IEEE CogMI 2023 (IEEE International Conference on Cognitive Machine Intelligence)

  5. arXiv:2308.04604  [pdf, other

    cs.LG cs.CR cs.DC

    A Survey on Decentralized Federated Learning

    Authors: Edoardo Gabrielli, Giovanni Pica, Gabriele Tolomei

    Abstract: In recent years, federated learning (FL) has become a very popular paradigm for training distributed, large-scale, and privacy-preserving machine learning (ML) systems. In contrast to standard ML, where data must be collected at the exact location where training is performed, FL takes advantage of the computational capabilities of millions of edge devices to collaboratively train a shared, global… ▽ More

    Submitted 8 August, 2023; originally announced August 2023.

  6. arXiv:2305.00574  [pdf, other

    cs.IR

    The Dark Side of Explanations: Poisoning Recommender Systems with Counterfactual Examples

    Authors: Ziheng Chen, Fabrizio Silvestri, Jia Wang, Yongfeng Zhang, Gabriele Tolomei

    Abstract: Deep learning-based recommender systems have become an integral part of several online platforms. However, their black-box nature emphasizes the need for explainable artificial intelligence (XAI) approaches to provide human-understandable reasons why a specific item gets recommended to a given user. One such method is counterfactual explanation (CF). While CFs can be highly beneficial for users an… ▽ More

    Submitted 30 April, 2023; originally announced May 2023.

    Comments: To be published in SIGIR2023

  7. arXiv:2303.16668  [pdf, other

    cs.LG cs.AI cs.CR stat.ML

    Protecting Federated Learning from Extreme Model Poisoning Attacks via Multidimensional Time Series Anomaly Detection

    Authors: Edoardo Gabrielli, Dimitri Belli, Vittorio Miori, Gabriele Tolomei

    Abstract: Current defense mechanisms against model poisoning attacks in federated learning (FL) systems have proven effective up to a certain threshold of malicious clients. In this work, we introduce FLANDERS, a novel pre-aggregation filter for FL resilient to large-scale model poisoning attacks, i.e., when malicious clients far exceed legitimate participants. FLANDERS treats the sequence of local models s… ▽ More

    Submitted 27 May, 2024; v1 submitted 29 March, 2023; originally announced March 2023.

  8. arXiv:2211.02177  [pdf, other

    cs.OS cs.LG

    MUSTACHE: Multi-Step-Ahead Predictions for Cache Eviction

    Authors: Gabriele Tolomei, Lorenzo Takanen, Fabio Pinelli

    Abstract: In this work, we propose MUSTACHE, a new page cache replacement algorithm whose logic is learned from observed memory access requests rather than fixed like existing policies. We formulate the page request prediction problem as a categorical time series forecasting task. Then, our method queries the learned page request forecaster to obtain the next $k$ predicted page memory references to better a… ▽ More

    Submitted 3 November, 2022; originally announced November 2022.

  9. arXiv:2209.09688  [pdf, other

    cs.LG cs.CR

    Sparse Vicious Attacks on Graph Neural Networks

    Authors: Giovanni Trappolini, Valentino Maiorca, Silvio Severino, Emanuele Rodolà, Fabrizio Silvestri, Gabriele Tolomei

    Abstract: Graph Neural Networks (GNNs) have proven to be successful in several predictive modeling tasks for graph-structured data. Amongst those tasks, link prediction is one of the fundamental problems for many real-world applications, such as recommender systems. However, GNNs are not immune to adversarial attacks, i.e., carefully crafted malicious examples that are designed to fool the predictive mo… ▽ More

    Submitted 20 September, 2022; originally announced September 2022.

  10. arXiv:2208.04222  [pdf, other

    cs.IR cs.AI cs.LG

    GREASE: Generate Factual and Counterfactual Explanations for GNN-based Recommendations

    Authors: Ziheng Chen, Fabrizio Silvestri, Jia Wang, Yongfeng Zhang, Zhenhua Huang, Hongshik Ahn, Gabriele Tolomei

    Abstract: Recently, graph neural networks (GNNs) have been widely used to develop successful recommender systems. Although powerful, it is very difficult for a GNN-based recommender system to attach tangible explanations of why a specific item ends up in the list of suggestions for a given user. Indeed, explaining GNN-based recommendations is unique, and existing GNN explanation methods are inappropriate fo… ▽ More

    Submitted 4 August, 2022; originally announced August 2022.

  11. ReLAX: Reinforcement Learning Agent eXplainer for Arbitrary Predictive Models

    Authors: Ziheng Chen, Fabrizio Silvestri, Jia Wang, He Zhu, Hongshik Ahn, Gabriele Tolomei

    Abstract: Counterfactual examples (CFs) are one of the most popular methods for attaching post-hoc explanations to machine learning (ML) models. However, existing CF generation methods either exploit the internals of specific models or depend on each sample's neighborhood, thus they are hard to generalize for complex models and inefficient for large datasets. This work aims to overcome these limitations and… ▽ More

    Submitted 8 August, 2022; v1 submitted 22 October, 2021; originally announced October 2021.

  12. arXiv:2110.02775  [pdf, other

    cs.NE cs.AI cs.LG

    NEWRON: A New Generalization of the Artificial Neuron to Enhance the Interpretability of Neural Networks

    Authors: Federico Siciliano, Maria Sofia Bucarelli, Gabriele Tolomei, Fabrizio Silvestri

    Abstract: In this work, we formulate NEWRON: a generalization of the McCulloch-Pitts neuron structure. This new framework aims to explore additional desirable properties of artificial neurons. We show that some specializations of NEWRON allow the network to be interpretable with no change in their expressiveness. By just inspecting the models produced by our NEWRON-based networks, we can understand the rule… ▽ More

    Submitted 5 October, 2021; originally announced October 2021.

  13. Turning Federated Learning Systems Into Covert Channels

    Authors: Gabriele Costa, Fabio Pinelli, Simone Soderi, Gabriele Tolomei

    Abstract: Federated learning (FL) goes beyond traditional, centralized machine learning by distributing model training among a large collection of edge clients. These clients cooperatively train a global, e.g., cloud-hosted, model without disclosing their local, private training data. The global model is then shared among all the participants which use it for local predictions. In this paper, we put forward… ▽ More

    Submitted 23 February, 2024; v1 submitted 21 April, 2021; originally announced April 2021.

    Journal ref: IEEE Access, vol. 10, pp. 130642-130656, 2022

  14. arXiv:2102.03322  [pdf, other

    cs.LG cs.AI

    CF-GNNExplainer: Counterfactual Explanations for Graph Neural Networks

    Authors: Ana Lucic, Maartje ter Hoeve, Gabriele Tolomei, Maarten de Rijke, Fabrizio Silvestri

    Abstract: Given the increasing promise of graph neural networks (GNNs) in real-world applications, several methods have been developed for explaining their predictions. Existing methods for interpreting predictions from GNNs have primarily focused on generating subgraphs that are especially relevant for a particular prediction. However, such methods are not counterfactual (CF) in nature: given a prediction,… ▽ More

    Submitted 22 February, 2022; v1 submitted 5 February, 2021; originally announced February 2021.

    Comments: Accepted to AISTATS 2022

  15. arXiv:1907.01197  [pdf, other

    cs.LG cs.CR stat.ML

    Treant: Training Evasion-Aware Decision Trees

    Authors: Stefano Calzavara, Claudio Lucchese, Gabriele Tolomei, Seyum Assefa Abebe, Salvatore Orlando

    Abstract: Despite its success and popularity, machine learning is now recognized as vulnerable to evasion attacks, i.e., carefully crafted perturbations of test inputs designed to force prediction errors. In this paper we focus on evasion attacks against decision tree ensembles, which are among the most successful predictive models for dealing with non-perceptual problems. Even though they are powerful and… ▽ More

    Submitted 3 July, 2019; v1 submitted 2 July, 2019; originally announced July 2019.

  16. You Must Have Clicked on this Ad by Mistake! Data-Driven Identification of Accidental Clicks on Mobile Ads with Applications to Advertiser Cost Discounting and Click-Through Rate Prediction

    Authors: Gabriele Tolomei, Mounia Lalmas, Ayman Farahat, Andrew Haines

    Abstract: In the cost per click (CPC) pricing model, an advertiser pays an ad network only when a user clicks on an ad; in turn, the ad network gives a share of that revenue to the publisher where the ad was impressed. Still, advertisers may be unsatisfied with ad networks charging them for "valueless" clicks, or so-called accidental clicks. [...] Charging advertisers for such clicks is detrimental in the l… ▽ More

    Submitted 3 April, 2018; originally announced April 2018.

    ACM Class: G.3; H.3.3

  17. Advertising in the IoT Era: Vision and Challenges

    Authors: Hidayet Aksu, Leonardo Babun, Mauro Conti, Gabriele Tolomei, A. Selcuk Uluagac

    Abstract: The Internet of Things (IoT) extends the idea of interconnecting computers to a plethora of different devices, collectively referred to as smart devices. These are physical items - i.e., "things" - such as wearable devices, home appliances, and vehicles, enriched with computational and networking capabilities. Due to the huge set of devices involved - and therefore, its pervasiveness - IoT is a gr… ▽ More

    Submitted 31 January, 2018; originally announced February 2018.

    Comments: Accepted for publication at IEEE Communications Magazine

    ACM Class: H.3

  18. Interpretable Predictions of Tree-based Ensembles via Actionable Feature Tweaking

    Authors: Gabriele Tolomei, Fabrizio Silvestri, Andrew Haines, Mounia Lalmas

    Abstract: Machine-learned models are often described as "black boxes". In many real-world applications however, models may have to sacrifice predictive power in favour of human-interpretability. When this is the case, feature engineering becomes a crucial task, which requires significant and time-consuming human effort. Whilst some features are inherently static, representing properties that cannot be influ… ▽ More

    Submitted 20 June, 2017; originally announced June 2017.

    Comments: 10 pages, KDD 2017

    MSC Class: 68T01 ACM Class: I.2.0; I.5.1