TranAD VS AugMax

Compare TranAD vs AugMax and see what are their differences.

TranAD

[VLDB'22] Anomaly Detection using Transformers, self-conditioning and adversarial training. (by imperial-qore)

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)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
TranAD AugMax
1 3
462 122
7.6% 0.0%
2.9 0.0
6 months ago over 2 years ago
Python Python
BSD 3-clause "New" or "Revised" License 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.

TranAD

Posts with mentions or reviews of TranAD. 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 TranAD and AugMax you can also consider the following projects:

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

advertorch - A Toolbox for Adversarial Robustness Research

anomaly-detection-resources - Anomaly detection related books, papers, videos, and toolboxes

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

ADBench - Official Implement of "ADBench: Anomaly Detection Benchmark", NeurIPS 2022.

pyod - A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection)

anomalib - An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-parameter optimization, and edge inference.