paper-with-me

Papers

Improving robustness against common corruptions with frequency biased models

2021-03-30 · ICCV 2021 10 · Tonmoy Saikia, Cordelia Schmid, Thomas Brox

CNNs perform remarkably well when the training and test distributions are i.i.d, but unseen image corruptions can cause a surprisingly large drop in performance. In various real scenarios, unexpected distortions, such as random noise, compression artefacts, or weather distortions are common phenomena. Improving performance on corrupted images must not result in degraded i.i.d performance - a challenge faced by many state-of-the-art robust approaches. Image corruption types have different characteristics in the frequency spectrum and would benefit from a targeted type of data augmentation, which, however, is often unknown during training. In this paper, we introduce a mixture of two expert models specializing in high and low-frequency robustness, respectively. Moreover, we propose a new regularization scheme that minimizes the total variation (TV) of convolution feature-maps to increase high-frequency robustness. The approach improves on corrupted images without degrading in-distribution performance. We demonstrate this on ImageNet-C and also for real-world corruptions on an automotive dataset, both for object classification and object detection.

📄 PDF Abstract BibTeX arXiv:2103.16241

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Frequency-Based Vulnerability Analysis of Deep Learning Models against Image Corruptions

2023-06-12 · Harshitha Machiraju, Michael H. Herzog, Pascal Frossard

Deep learning models often face challenges when handling real-world image corruptions. In response, researchers have developed image corruption datasets to evaluate the performance of deep neural networks in handling suc…

ClassificationRobust classification

Exploiting Frequency Spectrum of Adversarial Images for General Robustness

2023-05-15 · Chun Yang Tan, Kazuhiko Kawamoto, Hiroshi Kera

In recent years, there has been growing concern over the vulnerability of convolutional neural networks (CNNs) to image perturbations. However, achieving general robustness against different types of perturbations remain…

Data Augmentation

Benchmarking the Robustness of UAV Tracking Against Common Corruptions

2024-03-18 · Xiaoqiong Liu, Yunhe Feng, Shu Hu, Xiaohui Yuan 외

The robustness of unmanned aerial vehicle (UAV) tracking is crucial in many tasks like surveillance and robotics. Despite its importance, little attention is paid to the performance of UAV trackers under common corruptio…

Benchmarking

Robustness of SAM: Segment Anything Under Corruptions and Beyond

2023-06-13 · Yu Qiao, Chaoning Zhang, Taegoo Kang, Donghun Kim 외

Segment anything model (SAM), as the name suggests, is claimed to be capable of cutting out any object and demonstrates impressive zero-shot transfer performance with the guidance of prompts. However, there is currently …

Style Transfer

How Does Frequency Bias Affect the Robustness of Neural Image Classifiers against Common Corruption and Adversarial Perturbations?

2022-05-09 · Alvin Chan, Yew-Soon Ong, Clement Tan

Model robustness is vital for the reliable deployment of machine learning models in real-world applications. Recent studies have shown that data augmentation can result in model over-relying on features in the low-freque…

Data Augmentation