Amulet is a Python machine learning (ML) package to evaluate the susceptibility of different risks to security, privacy, and fairness.
Project description
Amulet
Amulet is a Python machine learning (ML) package to evaluate the susceptibility of different risks to security, privacy, and fairness. Amulet is applicable to evaluate how algorithms designed to reduce one risk may impact another unrelated risk and compare different attacks/defenses for a given risk.
Amulet builds upon prior work titled “SoK: Unintended Interactions among Machine Learning Defenses and Risks” which appears in IEEE Symposium on Security and Privacy 2024. The SoK covers only two interactions and identifies the design of a software library to evaluate unintended interactions as future work. Amulet addresses this gap by including eight different risks each covering their own attacks, defenses and metrics.
Amulet is:
- Comprehensive: Covers the most representative attacks/defenses/metrics for different risks.
- Extensible: Easy to include additional risks, attacks, defenses, or metrics.
- Consistent: Allows using different attacks/defenses/metrics with a consistent, easy-to-use API.
- Applicable: Allows evaluating unintended interactions among defenses and attacks.
Built to work with PyTorch, you can incorporate Amulet into your current ML pipeline to test how your model interacts with these state-of-the-art defenses and risks. Alternatively, you can use the example pipelines to bootstrap your pipeline.
Getting Started
The easiest way to start is via pip:
pip install amuletml
For a reproducible GPU build (and for development), install from source with uv and select the torch build matching your driver: uv sync --extra cu128 (CUDA 12.x), uv sync --extra cu130 (CUDA 13), or uv sync --extra cpu. Add --extra llm for the optional text/LLM stack (used by the textual backdoor pipeline).
Test installation
To test your installation, please run examples/get_started.py. This script also serves as a starting point to learn how to use the library.
Learn More
For more information on the basics about the library, please see the Getting Started guide.
To see the attacks, defenses, and risks (modules) that Amulet implements, please refer to the Module Hierarchy.
For each module, please see amulet/examples for implementations of pipelines that include recommendations on how to run each module.
Contributing
See CONTRIBUTING for guidance.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file amuletml-0.6.0.tar.gz.
File metadata
- Download URL: amuletml-0.6.0.tar.gz
- Upload date:
- Size: 13.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb90cebaa5ae0cdbb8a8d4253b1d65ab4e8556666538eb150620be0f47a0ec4d
|
|
| MD5 |
440679ced01960b3f58b9ad3ac8d63d7
|
|
| BLAKE2b-256 |
b4de8f9f62d68945cb1823bd6292657d297af83315ec2b8e5092ad8ee83e555e
|
File details
Details for the file amuletml-0.6.0-py3-none-any.whl.
File metadata
- Download URL: amuletml-0.6.0-py3-none-any.whl
- Upload date:
- Size: 108.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d61413ca6eecbfd567e0a3af28aa4f7b7eda2d537cf8e17d8988d197b7bf564
|
|
| MD5 |
606f64fbbdee778738c76dcb09729813
|
|
| BLAKE2b-256 |
ad60d0bf789e0656c6cab959e1f0bf4c441c2e6cef438bcdb9696a4bbd757531
|