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
Mp3CompressionPyTorch
forMp3Compression
to make it compatible with PyTorch-specific attack implementations. (Pytorch wrapper MP3 defense #1210)non-framework
tosetup.py
to install all non-framework dependencies of ART. (Add non-framework install option #1209)VideoCompressionPyTorch
forVideoCompression
to make it compatible with PyTorch-specific attack implementations. (Pytorch wrapper MP3 defense #1210)Changed
Mp3Compression
to add back reapplication of normalization to the compressed result. (Pytorch wrapper MP3 defense #1210)KerasClassifier.fit
to use batching provided by the methodfit
of the Keras model. (Fix get_started_keras #1182)Removed
[None]
Fixed
gpu
, to standardisation preprocessor in allPyTorchEstimator
by using user-provided device type. (Fix device_type of default preprocessor of PyTorchEstimator #1223)BaseEstimator.fit_generator
for fitting generators in cases where preprocessing is defined to not apply preprocessing twice. (Remove duplicate application of preprocessing in fallback BaseEstimator.fit_generator #1219)ImperceptibleASRPyTorch
to prevent NaN loss value for batch size larger than 1 by removing unnecessary zero-padding. (ASR attack supports batch size larger than 1 #1198)OverTheAirFlickeringPyTorch
by 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_fit
andapply_predict
properties of framework-independentPreprocessor
tools inPyTorchEstimator
andTensorFlowV2Estimator
. With the bug thePreprocessor
tools were always applied in methodsfit
andpredict
independent of the values ofapply_fit
andapply_predict
. (Add back apply_fit and apply_predict check for Numpy-based preprocessing #1181)MembershipInferenceBlackBoxRemove.infer
by removing unnecessary shuffling of the test data. (Fix shuffling of test data in infer (#1165) #1173)PixelAttack
andThresholdAttack
by 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