ART 1.8.0 #1322
beat-buesser
announced in
Announcements
ART 1.8.0
#1322
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This release of ART v1.8.0 introduces the first estimators for object tracking and regression, adds a general model-independent object detection estimator and new membership inference attacks.
Added
art.estimators.object_tracking.PyTorchGoturn
(Add estimator for object tracker GOTURN in PyTorch #1318)art.estimators.regression.ScikitlearnDecistionTreeRegressor
and added compatibility in attacksAttributeInferenceBlackBox
andMembershipInferenceBlackBox
(Support regression models in several inference attacks #1272)torchvision
inart.estimators.object_detection.PyTorchObjectDetector
(Add general object detection estimator for PyTorch #1295)Changed
art.estimators.classification.BlackboxClassifier*
to also accept recorded input/prediction data pairs, instead of a callable providing predictions by evaluating the attacked model, enabling attacks on prediction data only without the necessity for direct access to the attacked model (Extend BlackBoxClassifier* to accept existing predictions #1247)art.contrib
(Add patched Lingvo decoder to contrib folder #1261)Removed
art.classifiers
andart.wappers
, both modules have been replaced with tools inart.preprocessing.expectation_over_transformation
,art.estimators.classification
andart.estimators.classification.QueryEfficientGradientEstimationClassifier
(Remove art.classifiers and art.wrappers #1256)Fixed
[None]
This discussion was created from the release ART 1.8.0.
Beta Was this translation helpful? Give feedback.
All reactions