paper-with-me

Papers

Exploring Connections Between Active Learning and Model Extraction

2018-11-05 · Varun Chandrasekaran, Kamalika Chaudhuri, Irene Giacomelli, Somesh Jha, Songbai Yan

Machine learning is being increasingly used by individuals, research institutions, and corporations. This has resulted in the surge of Machine Learning-as-a-Service (MLaaS) - cloud services that provide (a) tools and resources to learn the model, and (b) a user-friendly query interface to access the model. However, such MLaaS systems raise privacy concerns such as model extraction. In model extraction attacks, adversaries maliciously exploit the query interface to steal the model. More precisely, in a model extraction attack, a good approximation of a sensitive or proprietary model held by the server is extracted (i.e. learned) by a dishonest user who interacts with the server only via the query interface. This attack was introduced by Tramer et al. at the 2016 USENIX Security Symposium, where practical attacks for various models were shown. We believe that better understanding the efficacy of model extraction attacks is paramount to designing secure MLaaS systems. To that end, we take the first step by (a) formalizing model extraction and discussing possible defense strategies, and (b) drawing parallels between model extraction and established area of active learning. In particular, we show that recent advancements in the active learning domain can be used to implement powerful model extraction attacks, and investigate possible defense strategies.

📄 PDF Abstract BibTeX arXiv:1811.02054

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningBIG-bench Machine LearningmodelModel extraction

Similar Papers 제목 키워드 기반

Neuronal functional connectivity graph estimation with the R package neurofuncon

2024-02-08 · Lauren Miako Beede, Giuseppe Vinci

Researchers continue exploring neurons' intricate patterns of activity in the cerebral visual cortex in response to visual stimuli. The way neurons communicate and optimize their interactions with each other under differ…

Functional Connectivity

Recurrent Interaction Network for Jointly Extracting Entities andClassifying Relations

2020-05-01 · arXiv 2020 5 · Kai Sun, 2 Richong Zhang, 2∗Samuel Mensah, 1 외

Named entity recognition (NER) and Relation extraction (RE) are two fundamental tasks in natural language processing applications. In practice, these two tasks are often to be solved simultaneously. Traditional multi…

Multi-Task Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

Aspect and Sentiment Aware Abstractive Review Summarization

2018-08-01 · COLING 2018 8 · Min Yang, Qiang Qu, Ying Shen, Qiao Liu 외

Review text has been widely studied in traditional tasks such as sentiment analysis and aspect extraction. However, to date, no work is towards the abstractive review summarization that is essential for business organiza…

Abstractive Text SummarizationAspect ExtractionDecoderMachine Translation+3

Exploring Spatial Representations in the Historical Lake District Texts with LLM-based Relation Extraction

2024-06-20 · Erum Haris, Anthony G. Cohn, John G. Stell

Navigating historical narratives poses a challenge in unveiling the spatial intricacies of past landscapes. The proposed work addresses this challenge within the context of the English Lake District, employing the Corpus…

Language ModelingLanguage ModellingLarge Language ModelRelation+1

Exploring Adversarial Examples for Efficient Active Learning in Machine Learning Classifiers

2021-09-22 · Honggang Yu, Shihfeng Zeng, Teng Zhang, Ing-Chao Lin 외

Machine learning researchers have long noticed the phenomenon that the model training process will be more effective and efficient when the training samples are densely sampled around the underlying decision boundary. Wh…

Active LearningAdversarial AttackBIG-bench Machine Learning