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.2.9.1.tar.gz (5.9 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.2.9.1-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: reversible_unlearning-0.2.9.1.tar.gz
  • Upload date:
  • Size: 5.9 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.2.9.1.tar.gz
Algorithm Hash digest
SHA256 81e691997e908b4c355a6c13d976e763a214b13ed0af2f154bd0d964745b545d
MD5 a9e2a209ecf5d8a9792cce9a54f2c12a
BLAKE2b-256 e2e052d8ddfcde3c8b62a30099ebc3cab48c1ce8252b1e3ecc8912a5539435b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for reversible_unlearning-0.2.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4a100d7fd8950ff06eb021ec1f0be9908bb888e8d8d75e4661bbd0fdee3744c4
MD5 52a7cc4fd7bb0b04e8d806315b4c4c6c
BLAKE2b-256 48b659929432f642246dea3966de7a26afd6ced8a11da6b52bc0d5809da28c8f

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