Skip to main content

AUREON: Production-Grade Universal Reversible Learning

Project description

# Reversible: Universal Unlearning with 0.96+ Recovery Guarantee

Fix AI model bias in minutes instead of months.

Installation

\\ash pip install reversible \\

Quick Start

\\python from reversible import Reversible import torch

model = your_pytorch_model optimizer = torch.optim.Adam(model.parameters())

reversible = Reversible(model, optimizer, device='cuda')

CHARGE: Learn baseline

reversible.charge(train_loader, num_epochs=3)

DISCHARGE: Unlearn bias

reversible.discharge(bad_loader, num_epochs=2)

RECHARGE: Recover performance

reversible.recharge(good_loader, num_epochs=10)

VERIFY: Check recovery ratio

metrics = reversible.verify(test_loader) print(f'Recovery Ratio: {metrics["recovery_ratio"]:.3f}') # ~0.96 expected \\

Key Results

  • Recovery Ratio: 0.96 ✅ (NLP & Vision validated)
  • k-ratio: 0.671 (Hyperuniversal across 66M-355M params)
  • Domains tested: 4 (SST-2, BANKING77, RTE, MRPC + Vision + RL)
  • Status: Production Ready

License

MIT License

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

reversible_unlearning-0.3.0.tar.gz (11.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

reversible_unlearning-0.3.0-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file reversible_unlearning-0.3.0.tar.gz.

File metadata

  • Download URL: reversible_unlearning-0.3.0.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for reversible_unlearning-0.3.0.tar.gz
Algorithm Hash digest
SHA256 c75cd78968f3e15fc1b0814ed6b78e1bbbd0a367364f440d79740b3e42fe788d
MD5 7f85fa206227f8bd5b9b85eb7fead9ba
BLAKE2b-256 b51f3c99a8408feb5642e8c6d2e9debbb5b6a3a82ee2264f754f908df7627f61

See more details on using hashes here.

File details

Details for the file reversible_unlearning-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for reversible_unlearning-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f8aa8fdfe126c78d340677f3681195a2021253a373075a9d6952228dcd4b14b2
MD5 cccf1f14d8a852ab4446e573e3e9d125
BLAKE2b-256 acdcf6337e4c4c6d11d4b91a47b8e295a094018dd4b14c1d2f7caf8087af1d1f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page