Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev 1.14.0 #2341

Open
wants to merge 20 commits into
base: dev_1.18.0
Choose a base branch
from
Open

Conversation

OrsonTyphanel93
Copy link

Description

Please include a summary of the change, motivation and which issue is fixed. Any dependencies changes should also be included.

Fixes # (issue)

Type of change

Please check all relevant options.

  • Improvement (non-breaking)
  • Bug fix (non-breaking)
  • New feature (non-breaking)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Testing

Please describe the tests that you ran to verify your changes. Consider listing any relevant details of your test configuration.

  • Test A
  • Test B

Test Configuration:

  • OS
  • Python version
  • ART version or commit number
  • TensorFlow / Keras / PyTorch / MXNet version

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • My changes have been tested using both CPU and GPU devices

@OrsonTyphanel93 OrsonTyphanel93 marked this pull request as ready for review December 1, 2023 05:36
@beat-buesser beat-buesser self-requested a review December 13, 2023 13:51
@beat-buesser beat-buesser self-assigned this Dec 13, 2023
@beat-buesser beat-buesser added the notebooks Notebooks label Dec 13, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0400813) 85.60% compared to head (8c69e55) 85.37%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff               @@
##           dev_1.18.0    #2341      +/-   ##
==============================================
- Coverage       85.60%   85.37%   -0.23%     
==============================================
  Files             324      327       +3     
  Lines           29326    30205     +879     
  Branches         5407     5589     +182     
==============================================
+ Hits            25104    25789     +685     
- Misses           2840     2966     +126     
- Partials         1382     1450      +68     

see 34 files with indirect coverage changes

@beat-buesser beat-buesser added this to the ART 1.18.0 milestone Jan 9, 2024
@beat-buesser beat-buesser changed the base branch from main to dev_1.18.0 January 9, 2024 12:32
@beat-buesser
Copy link
Collaborator

Hi @OrsonTyphanel93 Could you please add a description and title to this PR?

@OrsonTyphanel93
Copy link
Author

The backdoor attack, TranStyBack, involves the insertion of malicious triggers (audio clapping) into audio data using digital musical effects. The triggers were generated on the basis of six different styles, each with specific parameters. These stylistic triggers are then applied to the audio data during the backdoor attack phase. The attack involves poisoning a subset of the training data, specifically up to 1% of the samples, during which the trigger is adjusted to match the duration of the audio data, ensuring correct alignment. The backdoor attack is implemented by adding the scaled trigger values to the corresponding audio samples.

@OrsonTyphanel93
Copy link
Author

Hi @OrsonTyphanel93 Could you please add a description and title to this PR?

Stylistic Backdoors in audio data (TranStyBack)

The backdoor attack, TranStyBack, involves the insertion of malicious triggers (audio clapping) into audio data using digital musical effects. The triggers were generated on the basis of six different styles, each with specific parameters. These stylistic triggers are then applied to the audio data during the backdoor attack phase. The attack involves poisoning a subset of the training data, specifically up to 1% of the samples, during which the trigger is adjusted to match the duration of the audio data, ensuring correct alignment. The backdoor attack is implemented by adding the scaled trigger values to the corresponding audio samples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notebooks Notebooks
Projects
ART 1.18.0
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

3 participants