paper-with-me

Papers

AdvSecureNet: A Python Toolkit for Adversarial Machine Learning

2024-09-04 · Melih Catal, Manuel Günther

Machine learning models are vulnerable to adversarial attacks. Several tools have been developed to research these vulnerabilities, but they often lack comprehensive features and flexibility. We introduce AdvSecureNet, a PyTorch based toolkit for adversarial machine learning that is the first to natively support multi-GPU setups for attacks, defenses, and evaluation. It is the first toolkit that supports both CLI and API interfaces and external YAML configuration files to enhance versatility and reproducibility. The toolkit includes multiple attacks, defenses and evaluation metrics. Rigiorous software engineering practices are followed to ensure high code quality and maintainability. The project is available as an open-source project on GitHub at https://github.com/melihcatal/advsecurenet and installable via PyPI.

📄 PDF Abstract BibTeX arXiv:2409.02629

Code (1)

melihcatal/advsecurenet 공식 구현 pytorch

Tasks

GPU

Similar Papers 제목 키워드 기반

TextAttack: Lessons learned in designing Python frameworks for NLP

2020-11-01 · EMNLP (NLPOSS) 2020 11 · John Morris, Jin Yong Yoo, Yanjun Qi

TextAttack is an open-source Python toolkit for adversarial attacks, adversarial training, and data augmentation in NLP. TextAttack unites 15+ papers from the NLP adversarial attack literature into a single framework, wi…

Adversarial AttackData Augmentation

Mixture Models for Diverse Machine Translation: Tricks of the Trade

2019-02-20 · Tianxiao Shen, Myle Ott, Michael Auli, Marc'Aurelio Ranzato

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.

Machine TranslationText GenerationTranslation

DeepSim: A Reinforcement Learning Environment Build Toolkit for ROS and Gazebo

2022-05-17 · Woong Gyu La, Lingjie Kong, Sunil Muralidhara, Pratik Nichat

We propose DeepSim, a reinforcement learning environment build toolkit for ROS and Gazebo. It allows machine learning or reinforcement learning researchers to access the robotics domain and create complex and challenging…

BIG-bench Machine Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

NMTPY: A Flexible Toolkit for Advanced Neural Machine Translation Systems

2017-06-01 · Ozan Caglayan, Mercedes García-Martínez, Adrien Bardet, Walid Aransa 외

In this paper, we present nmtpy, a flexible Python toolkit based on Theano for training Neural Machine Translation and other neural sequence-to-sequence architectures. nmtpy decouples the specification of a network from …

Machine TranslationMultimodal Machine TranslationTranslation

mwetoolkit-lib: Adaptation of the mwetoolkit as a Python Library and an Application to MWE-based Document Clustering

2022-06-01 · LREC (MWE) 2022 6 · Fernando Zagatti, Paulo Augusto de Lima Medeiros, Esther da Cunha Soares, Lucas Nildaimon dos Santos Silva 외

This paper introduces the mwetoolkit-lib, an adaptation of the mwetoolkit as a python library. The original toolkit performs the extraction and identification of multiword expressions (MWEs) in large text bases through t…