AugMax VS advertorch

Compare AugMax vs advertorch 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
AugMax advertorch
3 1
122 1,273
0.0% 0.6%
0.0 0.0
over 2 years ago 8 months ago
Python Jupyter Notebook
MIT License GNU Lesser General Public License v3.0 only
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.

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

advertorch

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

What are some alternatives?

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

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

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

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

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

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

nlpaug - Data augmentation for NLP

mlattacks - Machine Learning Attack Series

timm-vis - Visualizer for PyTorch image models