advertorch VS AugMax

Compare advertorch vs AugMax and see what are their differences.

AugMax

[NeurIPS'21] "AugMax: Adversarial Composition of Random Augmentations for Robust Training" by Haotao Wang, Chaowei Xiao, Jean Kossaifi, Zhiding Yu, Animashree Anandkumar, and Zhangyang Wang. (by VITA-Group)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
advertorch AugMax
1 3
1,273 122
0.6% 0.0%
0.0 0.0
8 months ago over 2 years ago
Jupyter Notebook Python
GNU Lesser General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

advertorch

Posts with mentions or reviews of advertorch. We have used some of these posts to build our list of alternatives and similar projects.

AugMax

Posts with mentions or reviews of AugMax. We have used some of these posts to build our list of alternatives and similar projects.
  • [R] [2110.13771] AugMax: Adversarial Composition of Random Augmentations for Robust Training
    1 project | /r/MachineLearning | 4 Nov 2021
    Abstract: Data augmentation is a simple yet effective way to improve the robustness of deep neural networks (DNNs). Diversity and hardness are two complementary dimensions of data augmentation to achieve robustness. For example, AugMix explores random compositions of a diverse set of augmentations to enhance broader coverage, while adversarial training generates adversarially hard samples to spot the weakness. Motivated by this, we propose a data augmentation framework, termed AugMax, to unify the two aspects of diversity and hardness. AugMax first randomly samples multiple augmentation operators and then learns an adversarial mixture of the selected operators. Being a stronger form of data augmentation, AugMax leads to a significantly augmented input distribution which makes model training more challenging. To solve this problem, we further design a disentangled normalization module, termed DuBIN (Dual-Batch-and-Instance Normalization), that disentangles the instance-wise feature heterogeneity arising from AugMax. Experiments show that AugMax-DuBIN leads to significantly improved out-of-distribution robustness, outperforming prior arts by 3.03%, 3.49%, 1.82% and 0.71% on CIFAR10-C, CIFAR100-C, Tiny ImageNet-C and ImageNet-C. Codes and pretrained models are available: this https URL.
  • Researchers Introduce ‘AugMax’: An Open-Sourced Data Augmentation Framework To Unify The Two Aspects Of Diversity And Hardness
    1 project | /r/artificial | 3 Nov 2021
    Code for https://arxiv.org/abs/2110.13771 found: https://github.com/VITA-Group/AugMax
    1 project | /r/computervision | 28 Oct 2021
    Paper | Github | Quick 2 Min Read

What are some alternatives?

When comparing advertorch and AugMax you can also consider the following projects:

cleverhans - An adversarial example library for constructing attacks, building defenses, and benchmarking both

Awesome-Out-Of-Distribution-Detection - A professionally curated list of papers, tutorials, books, videos, articles and open-source libraries etc for Out-of-distribution detection, robustness, and generalization

TextAttack - TextAttack 🐙 is a Python framework for adversarial attacks, data augmentation, and model training in NLP https://textattack.readthedocs.io/en/master/

Transfer-Learning-Library - Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization

nlpaug - Data augmentation for NLP

TranAD - [VLDB'22] Anomaly Detection using Transformers, self-conditioning and adversarial training.

mlattacks - Machine Learning Attack Series

timm-vis - Visualizer for PyTorch image models