paper-with-me

홈 › Papers

MixBoost: Improving the Robustness of Deep Neural Networks by Boosting Data Augmentation

2022-12-08 · Zhendong Liu, Wenyu Jiang, Min Guo, Chongjun Wang

As more and more artificial intelligence (AI) technologies move from the laboratory to real-world applications, the open-set and robustness challenges brought by data from the real world have received increasing attention. Data augmentation is a widely used method to improve model performance, and some recent works have also confirmed its positive effect on the robustness of AI models. However, most of the existing data augmentation methods are heuristic, lacking the exploration of their internal mechanisms. We apply the explainable artificial intelligence (XAI) method, explore the internal mechanisms of popular data augmentation methods, analyze the relationship between game interactions and some widely used robustness metrics, and propose a new proxy for model robustness in the open-set environment. Based on the analysis of the internal mechanisms, we develop a mask-based boosting method for data augmentation that comprehensively improves several robustness measures of AI models and beats state-of-the-art data augmentation approaches. Experiments show that our method can be widely applied to many popular data augmentation methods. Different from the adversarial training, our boosting method not only significantly improves the robustness of models, but also improves the accuracy of test sets. Our code is available at \url{https://github.com/Anonymous_for_submission}.

📄 PDF Abstract BibTeX arXiv:2212.04059

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

MixBoost: Synthetic Oversampling with Boosted Mixup for Handling Extreme Imbalance

2020-09-03 · Anubha Kabra, Ayush Chopra, Nikaash Puri, Pinkesh Badjatiya 외

Training a classification model on a dataset where the instances of one class outnumber those of the other class is a challenging problem. Such imbalanced datasets are standard in real-world situations such as fraud dete…

Data AugmentationFraud DetectionMedical Diagnosis

Fourier-Based Augmentations for Improved Robustness and Uncertainty Calibration

2022-02-24 · Ryan Soklaski, Michael Yee, Theodoros Tsiligkaridis

Diverse data augmentation strategies are a natural approach to improving robustness in computer vision models against unforeseen shifts in data distribution. However, the ability to tailor such strategies to inoculate a …

Data AugmentationImage Augmentation

NoisyMix: Boosting Model Robustness to Common Corruptions

2022-02-02 · N. Benjamin Erichson, Soon Hoe Lim, Winnie Xu, Francisco Utrera 외

For many real-world applications, obtaining stable and robust statistical performance is more important than simply achieving state-of-the-art predictive test accuracy, and thus robustness of neural networks is an increa…

Data Augmentationmodel

You Only Need Half: Boosting Data Augmentation by Using Partial Content

2024-05-05 · Juntao Hu, Yuan Wu

We propose a novel data augmentation method termed You Only Need hAlf (YONA), which simplifies the augmentation process. YONA bisects an image, substitutes one half with noise, and applies data augmentation techniques to…

Data Augmentation

Boosting Robustness of Image Matting with Context Assembling and Strong Data Augmentation

2022-01-18 · CVPR 2022 1 · Yutong Dai, Brian Price, He Zhang, Chunhua Shen

Deep image matting methods have achieved increasingly better results on benchmarks (e.g., Composition-1k/alphamatting.com). However, the robustness, including robustness to trimaps and generalization to images from diffe…

Data AugmentationDecoderImage Matting