Inferring Class Label Distribution of Training Data from Classifiers: An Accuracy-Augmented Meta-Classifier AttackDownload PDF

Published: 21 Nov 2022, Last Modified: 05 May 2023TSRML2022Readers: Everyone
Keywords: Class-label distribution, Property Inference Attack, Meta-Classifier, Class-imbalance
TL;DR: Inferring class-label distribution using classifier model parameters and accuracy over an auxiliary dataset by utilizing shadow training methodology.
Abstract: Property inference attacks against machine learning (ML) models aim to infer properties of the training data that are unrelated to the primary task of the model, and have so far been formulated as binary decision problems, i.e., whether or not the training data have a certain property. However, in industrial and healthcare applications, the proportion of labels in the training data is quite often also considered sensitive information. In this paper we introduce a new type of property inference attack that unlike binary decision problems in literature, aim at inferring the class label distribution of the training data from parameters of ML classifier models. We propose a method based on shadow training and a meta-classifier trained on the parameters of the shadow classifiers augmented with the accuracy of the classifiers on auxiliary data. We evaluate the proposed approach for ML classifiers with fully connected neural network architectures. We find that the proposed meta-classifier attack provides a maximum relative improvement of $52\%$ over state of the art.
3 Replies

Loading