awesome-audit-algorithms
A curated list of algorithms and papers for auditing black-box algorithms.
https://github.com/erwanlemerrer/awesome-audit-algorithms
Last synced: 4 days ago
JSON representation
-
Papers
-
2005
- Adversarial Learning - (KDD) *Reverse engineering of remote linear classifiers, using membership queries.*
-
2008
- Privacy Oracle: a System for Finding Application Leakswith Black Box Differential Testing - (CCS) *Privacy Oracle: a system that uncovers applications' leaks of personal information in transmissions to remoteservers.*
-
2012
- Query Strategies for Evading Convex-Inducing Classifiers - (JMLR) *Evasion methods for convex classifiers. Considers evasion complexity.*
- Query Strategies for Evading Convex-Inducing Classifiers - (JMLR) *Evasion methods for convex classifiers. Considers evasion complexity.*
-
2013
- Auditing: Active Learning with Outcome-Dependent Query Costs - (NIPS) *Learns from a binary classifier paying only for negative labels.*
- Measuring Personalization of Web Search - (WWW) *Develops a methodology for measuring personalization in Web search result.*
-
2014
- XRay: Enhancing the Web's Transparency with Differential Correlation - (USENIX Security) *Audits which user profile data were used for targeting a particular ad, recommendation, or price.*
- XRay: Enhancing the Web's Transparency with Differential Correlation - (USENIX Security) *Audits which user profile data were used for targeting a particular ad, recommendation, or price.*
-
2015
- Certifying and Removing Disparate Impact - (SIGKDD) *Proposes SVM-based methods to certify absence of bias and methods to remove biases from a dataset.*
- Peeking Beneath the Hood of Uber - (IMC) *Infer implementation details of Uber's surge price algorithm.*
-
2016
- Algorithmic Transparency via Quantitative Input Influence: Theory and Experiments with Learning Systems - (IEEE S&P) *Evaluate the individual, joint and marginal influence of features on a model using shapley values.*
- Auditing Black-Box Models for Indirect Influence - (ICDM) *Evaluate the influence of a variable on a black-box model by "cleverly" removing it from the dataset and looking at the accuracy gap*
- Iterative Orthogonal Feature Projection for Diagnosing Bias in Black-Box Models - (FATML Workshop) *Performs feature ranking to analyse black-box models*
- Bias in Online Freelance Marketplaces: Evidence from TaskRabbit - (dat workshop) *Measures the TaskRabbit's search algorithm rank.*
- Stealing Machine Learning Models via Prediction APIs - (Usenix Security) [(Code)](https://github.com/ftramer/Steal-ML) *Aims at extracting machine learning models in use by remote services.*
- “Why Should I Trust You?”Explaining the Predictions of Any Classifier - (arXiv) [(Code)](https://github.com/marcotcr/lime-experiments) *Explains a blackbox classifier model by sampling around data instances.*
- An Empirical Analysis of Algorithmic Pricing on Amazon Marketplace - (WWW) [(Code)](http://personalization.ccs.neu.edu) *Develops a methodology for detecting algorithmic pricing, and use it empirically to analyze their prevalence and behavior on Amazon Marketplace.*
- Back in Black: Towards Formal, Black Box Analysis of Sanitizers and Filters - (Security and Privacy) *Black-box analysis of sanitizers and filters.*
- Algorithmic Transparency via Quantitative Input Influence: Theory and Experiments with Learning Systems - (Security and Privacy) *Introduces measures that capture the degree of influence of inputs on outputs of the observed system.*
- Back in Black: Towards Formal, Black Box Analysis of Sanitizers and Filters - (Security and Privacy) *Black-box analysis of sanitizers and filters.*
- Algorithmic Transparency via Quantitative Input Influence: Theory and Experiments with Learning Systems - (Security and Privacy) *Introduces measures that capture the degree of influence of inputs on outputs of the observed system.*
- “Why Should I Trust You?”Explaining the Predictions of Any Classifier - (arXiv) [(Code)](https://github.com/marcotcr/lime-experiments) *Explains a blackbox classifier model by sampling around data instances.*
- Bias in Online Freelance Marketplaces: Evidence from TaskRabbit - (dat workshop) *Measures the TaskRabbit's search algorithm rank.*
-
2017
- The topological face of recommendation: models and application to bias detection - (Complex Networks) *Proposes a bias detection framework for items recommended to users.*
- Membership Inference Attacks Against Machine Learning Models - (Symposium on Security and Privacy) *Given a machine learning model and a record, determine whether this record was used as part of the model's training dataset or not.*
- Uncovering Influence Cookbooks : Reverse Engineering the Topological Impact in Peer Ranking Services - (CSCW) *Aims at identifying which centrality metrics are in use in a peer ranking service.*
- Uncovering Influence Cookbooks : Reverse Engineering the Topological Impact in Peer Ranking Services - (CSCW) *Aims at identifying which centrality metrics are in use in a peer ranking service.*
- Membership Inference Attacks Against Machine Learning Models - (Symposium on Security and Privacy) *Given a machine learning model and a record, determine whether this record was used as part of the model's training dataset or not.*
- Practical Black-Box Attacks against Machine Learning - (Asia CCS) *Understand how vulnerable is a remote service to adversarial classification attacks.*
-
2018
- Counterfactual Explanations without Opening the Black Box: Automated Decisions and the GDPR - (Harvard Journal of Law & Technology) *To explain a decision on x, find a conterfactual: the closest point to x that changes the decision.*
- Distill-and-Compare: Auditing Black-Box Models Using Transparent Model Distillation - (AIES) *Treats black box models as teachers, training transparent student models to mimic the risk scores assigned by black-box models.*
- Towards Reverse-Engineering Black-Box Neural Networks - (ICLR) [(Code)](https://github.com/coallaoh/WhitenBlackBox) *Infer inner hyperparameters (eg number of layers, non-linear activation type) of a remote neural network model by analysing its response patterns to certain inputs.*
- Data driven exploratory attacks on black box classifiers in adversarial domains - (Neurocomputing) *Reverse engineers remote classifier models (e.g., for evading a CAPTCHA test).*
- xGEMs: Generating Examplars to Explain Black-Box Models - (arXiv) *Searches bias in the black box model by training an unsupervised implicit generative model. Thensummarizes the black-box model behavior quantitatively by perturbing data samples along the data manifold.*
- Learning Networks from Random Walk-Based Node Similarities - (NIPS) *Reversing graphs by observing some random walk commute times.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Stealing Neural Networks via Timing Side Channels - (arXiv) *Stealing/approximating a model through timing attacks usin queries.*
- Copycat CNN: Stealing Knowledge by Persuading Confession with Random Non-Labeled Data - (IJCNN) [(Code)](https://github.com/jeiks/Stealing_DL_Models) *Stealing black-box models (CNNs) knowledge by querying them with random natural images (ImageNet and Microsoft-COCO).*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Learning Networks from Random Walk-Based Node Similarities - (NIPS) *Reversing graphs by observing some random walk commute times.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- xGEMs: Generating Examplars to Explain Black-Box Models - (arXiv) *Searches bias in the black box model by training an unsupervised implicit generative model. Thensummarizes the black-box model behavior quantitatively by perturbing data samples along the data manifold.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Stealing Neural Networks via Timing Side Channels - (arXiv) *Stealing/approximating a model through timing attacks usin queries.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Auditing the Personalization and Composition of Politically-Related Search Engine Results Pages - (WWW) *A Chrome extension to survey participants and collect the Search Engine Results Pages (SERPs) and autocomplete suggestions, for studying personalization and composition.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Data driven exploratory attacks on black box classifiers in adversarial domains - (Neurocomputing) *Reverse engineers remote classifier models (e.g., for evading a CAPTCHA test).*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
- Identifying the Machine Learning Family from Black-Box Models - (CAEPIA) *Determines which kind of machine learning model is behind the returned predictions.*
-
2019
- Adversarial Frontier Stitching for Remote Neural Network Watermarking - (Neural Computing and Applications) [(Alternative implementation)](https://github.com/dunky11/adversarial-frontier-stitching) *Check if a remote machine learning model is a "leaked" one: through standard API requests to a remote model, extract (or not) a zero-bit watermark, that was inserted to watermark valuable models (eg, large deep neural networks).*
- Knockoff Nets: Stealing Functionality of Black-Box Models - (CVPR) *Ask to what extent can an adversary steal functionality of such "victim" models based solely on blackbox interactions: image in, predictions out.*
- Opening Up the Black Box:Auditing Google's Top Stories Algorithm - (Flairs-32) *Audit of the Google's Top stories panel that pro-vides insights into its algorithmic choices for selectingand ranking news publisher*
- Making targeted black-box evasion attacks effective andefficient - (arXiv) *Investigates how an adversary can optimally use its query budget for targeted evasion attacks against deep neural networks.*
- Online Learning for Measuring Incentive Compatibility in Ad Auctions - (WWW) *Measures the incentive compatible- (IC) mechanisms (regret) of black-box auction platforms.*
- TamperNN: Efficient Tampering Detection of Deployed Neural Nets - (ISSRE) *Algorithms to craft inputs that can detect the tampering with a remotely executed classifier model.*
- Neural Network Model Extraction Attacks in Edge Devicesby Hearing Architectural Hints - (arxiv) *Through the acquisition of memory access events from bus snooping, layer sequence identification bythe LSTM-CTC model, layer topology connection according to the memory access pattern, and layer dimension estimation under data volume constraints, it demonstrates one can accurately recover the a similar network architecture as the attack starting point*
- Stealing Knowledge from Protected Deep Neural Networks Using Composite Unlabeled Data - (ICNN) *Composite method which can be used to attack and extract the knowledge ofa black box model even if it completely conceals its softmaxoutput.*
- Making targeted black-box evasion attacks effective andefficient - (arXiv) *Investigates how an adversary can optimally use its query budget for targeted evasion attacks against deep neural networks.*
- Neural Network Model Extraction Attacks in Edge Devicesby Hearing Architectural Hints - (arxiv) *Through the acquisition of memory access events from bus snooping, layer sequence identification bythe LSTM-CTC model, layer topology connection according to the memory access pattern, and layer dimension estimation under data volume constraints, it demonstrates one can accurately recover the a similar network architecture as the attack starting point*
- Neural Network Inversion in Adversarial Setting via Background Knowledge Alignment - (CCS) *Model inversion approach in the adversary setting based on training an inversion model that acts as aninverse of the original model. With no fullknowledge about the original training data, an accurate inversion is still possible by training the inversion model on auxiliary samplesdrawn from a more generic data distribution.*
- Knockoff Nets: Stealing Functionality of Black-Box Models - (CVPR) *Ask to what extent can an adversary steal functionality of such "victim" models based solely on blackbox interactions: image in, predictions out.*
- Online Learning for Measuring Incentive Compatibility in Ad Auctions - (WWW) *Measures the incentive compatible- (IC) mechanisms (regret) of black-box auction platforms.*
-
2020
- Black-Box Ripper: Copying black-box models using generative evolutionary algorithms - (NeurIPS) *Replicates the functionality of a black-box neural model, yet with no limit on the amount of queries (via a teacher/student scheme and an evolutionary search).*
- Adversarial Model Extraction on Graph Neural Networks - (AAAI Workshop on Deep Learning on Graphs: Methodologies and Applications) *Introduces GNN model extraction and presents a preliminary approach for this.*
- Remote Explainability faces the bouncer problem - (Nature Machine Intelligence volume 2, pages529–539) [(Code)](https://github.com/erwanlemerrer/bouncer_problem) *Shows the impossibility (with one request) or the difficulty to spot lies on the explanations of a remote AI decision.*
- GeoDA: a geometric framework for black-box adversarial attacks - (CVPR) [(Code)](https://github.com/thisisalirah/GeoDA) *Crafts adversarial examples to fool models, in a pure blackbox setup (no gradients, inferred class only).*
- The Imitation Game: Algorithm Selectionby Exploiting Black-Box Recommender - (Netys) [(Code)](https://github.com/gdamaskinos/RecRank) *Parametrize a local recommendation algorithm by imitating the decision of a remote and better trained one.*
- Auditing News Curation Systems:A Case Study Examining Algorithmic and Editorial Logic in Apple News - (ICWSM) *Audit study of Apple News as a sociotechnical news curation system (trending stories section).*
- Extracting Training Data from Large Language Models - (arxiv) *Performs a training data extraction attack to recover individual training examples by querying the language model.*
-