paper-with-me

홈 › Papers

AdversariaLib: An Open-source Library for the Security Evaluation of Machine Learning Algorithms Under Attack

2016-11-15 · Igino Corona, Battista Biggio, Davide Maiorca

We present AdversariaLib, an open-source python library for the security evaluation of machine learning (ML) against carefully-targeted attacks. It supports the implementation of several attacks proposed thus far in the literature of adversarial learning, allows for the evaluation of a wide range of ML algorithms, runs on multiple platforms, and has multi-processing enabled. The library has a modular architecture that makes it easy to use and to extend by implementing novel attacks and countermeasures. It relies on other widely-used open-source ML libraries, including scikit-learn and FANN. Classification algorithms are implemented and optimized in C/C++, allowing for a fast evaluation of the simulated attacks. The package is distributed under the GNU General Public License v3, and it is available for download at http://sourceforge.net/projects/adversarialib.

📄 PDF Abstract BibTeX arXiv:1611.04786

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningGeneral Classification

Similar Papers 제목 키워드 기반

Douglas-Quaid -- Open Source Image Matching Library

2019-08-12 · Vincent Falconieri

Security analysts need to classify, search and correlate numerous images. Automatic classification tools improve the efficiency of such tasks. However, no open-source and turnkey library was found able to reach this goal…

ClassificationGeneral Classification

CyNER: A Python Library for Cybersecurity Named Entity Recognition

2022-04-08 · Md Tanvirul Alam, Dipkamal Bhusal, Youngja Park, Nidhi Rastogi

Open Cyber threat intelligence (OpenCTI) information is available in an unstructured format from heterogeneous sources on the Internet. We present CyNER, an open-source python library for cybersecurity named entity recog…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

On using distributed representations of source code for the detection of C security vulnerabilities

2021-06-01 · David Coimbra, Sofia Reis, Rui Abreu, Corina Păsăreanu 외

This paper presents an evaluation of the code representation model Code2vec when trained on the task of detecting security vulnerabilities in C source code. We leverage the open-source library astminer to extract path-co…

AIJack: Let's Hijack AI! Security and Privacy Risk Simulator for Machine Learning

2023-12-29 · Hideaki Takahashi

This paper introduces AIJack, an open-source library designed to assess security and privacy risks associated with the training and deployment of machine learning models. Amid the growing interest in big data and AI, adv…

Design principles of an open-source language modeling microservice package for AAC text-entry applications

2022-05-01 · SLPAT (ACL) 2022 5 · Brian Roark, Alexander Gutkin

We present MozoLM, an open-source language model microservice package intended for use in AAC text-entry applications, with a particular focus on the design principles of the library. The intent of the library is to allo…

Language ModelingLanguage Modelling