ART 1.7.1 #1227
beat-buesser
announced in
Announcements
ART 1.7.1
#1227
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 1.7.1 provides updates to ART 1.7.
Added
Mp3CompressionPyTorchforMp3Compressionto make it compatible with PyTorch-specific attack implementations. (Pytorch wrapper MP3 defense #1210)non-frameworktosetup.pyto install all non-framework dependencies of ART. (Add non-framework install option #1209)VideoCompressionPyTorchforVideoCompressionto make it compatible with PyTorch-specific attack implementations. (Pytorch wrapper MP3 defense #1210)Changed
Mp3Compressionto add back reapplication of normalization to the compressed result. (Pytorch wrapper MP3 defense #1210)KerasClassifier.fitto use batching provided by the methodfitof the Keras model. (Fix get_started_keras #1182)Removed
[None]
Fixed
gpu, to standardisation preprocessor in allPyTorchEstimatorby using user-provided device type. (Fix device_type of default preprocessor of PyTorchEstimator #1223)BaseEstimator.fit_generatorfor fitting generators in cases where preprocessing is defined to not apply preprocessing twice. (Remove duplicate application of preprocessing in fallback BaseEstimator.fit_generator #1219)ImperceptibleASRPyTorchto prevent NaN loss value for batch size larger than 1 by removing unnecessary zero-padding. (ASR attack supports batch size larger than 1 #1198)OverTheAirFlickeringPyTorchby making sure that the regularization norms are computed over the whole batch of perturbations, rather than per sample's perturbation and second that the "roll" operations are performed over the batch samples, rather than over the frames. (norms per sample; and roll left, right over frames, not batch #1192)SpectralSignatureDefense, that lead to rejections of all clean images, by correctly indexing the label data. (Fix bugs in Spectral Signature Defense #1189)apply_fitandapply_predictproperties of framework-independentPreprocessortools inPyTorchEstimatorandTensorFlowV2Estimator. With the bug thePreprocessortools were always applied in methodsfitandpredictindependent of the values ofapply_fitandapply_predict. (Add back apply_fit and apply_predict check for Numpy-based preprocessing #1181)MembershipInferenceBlackBoxRemove.inferby removing unnecessary shuffling of the test data. (Fix shuffling of test data in infer (#1165) #1173)PixelAttackandThresholdAttackby casting input data to correct dtype. (Minor bug of Dtype casting in Pixel and Threshold Attack #1175)This discussion was created from the release ART 1.7.1.
Beta Was this translation helpful? Give feedback.
All reactions