paper-with-me

홈 › Papers

Robust Image Denoising through Adversarial Frequency Mixup

2024-01-01 · CVPR 2024 1 · Donghun Ryou, Inju Ha, Hyewon Yoo, Dongwan Kim, Bohyung Han

Image denoising approaches based on deep neural networks often struggle with overfitting to specific noise distributions present in training data. This challenge persists in existing real-world denoising networks which are trained using a limited spectrum of real noise distributions and thus show poor robustness to out-of-distribution real noise types. To alleviate this issue we develop a novel training framework called Adversarial Frequency Mixup (AFM). AFM leverages mixup in the frequency domain to generate noisy images with distinctive and challenging noise characteristics all the while preserving the properties of authentic real-world noise. Subsequently incorporating these noisy images into the training pipeline enhances the denoising network's robustness to variations in noise distributions. Extensive experiments and analyses conducted on a wide range of real noise benchmarks demonstrate that denoising networks trained with our proposed framework exhibit significant improvements in robustness to unseen noise distributions. The code is available at https://github.com/dhryougit/AFM.

📄 PDF Abstract BibTeX

Code (1)

dhryougit/afm 공식 구현 pytorch

Tasks

DenoisingImage Denoising

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Trans-defense: Transformer-based Denoiser for Adversarial Defense with Spatial-Frequency Domain Representation

2025-10-31 · Alik Pramanick, Mayank Bansal, Utkarsh Srivastava, Suklav Ghosh 외 arxiv

In recent times, deep neural networks (DNNs) have been successfully adopted for various applications. Despite their notable achievements, it has become evident that DNNs are vulnerable to sophisticated adversarial attack…

Adversarial Defense

Adversarial AutoMixup

2023-12-19 · Huafeng Qin, Xin Jin, Yun Jiang, Mounim A. El-Yacoubi 외

Data mixing augmentation has been widely applied to improve the generalization ability of deep neural networks. Recently, offline data mixing augmentation, e.g. handcrafted and saliency information-based mixup, has been …

Classificationimage-classificationImage Classification

Feature Binding with Category-Dependant MixUp for Semantic Segmentation and Adversarial Robustness

2020-08-13 · Md Amirul Islam, Matthew Kowal, Konstantinos G. Derpanis, Neil D. B. Bruce

In this paper, we present a strategy for training convolutional neural networks to effectively resolve interference arising from competing hypotheses relating to inter-categorical information throughout the network. The …

Adversarial RobustnessDenoisingSemantic Segmentation

SegMix: Co-occurrence Driven Mixup for Semantic Segmentation and Adversarial Robustness

2021-08-23 · Md Amirul Islam, Matthew Kowal, Konstantinos G. Derpanis, Neil D. B. Bruce

In this paper, we present a strategy for training convolutional neural networks to effectively resolve interference arising from competing hypotheses relating to inter-categorical information throughout the network. The …

Adversarial RobustnessDenoisingSemantic Segmentation

Spectral Adversarial MixUp for Few-Shot Unsupervised Domain Adaptation

2023-09-03 · Jiajin Zhang, Hanqing Chao, Amit Dhurandhar, Pin-Yu Chen 외

Domain shift is a common problem in clinical applications, where the training images (source domain) and the test images (target domain) are under different distributions. Unsupervised Domain Adaptation (UDA) techniques …

Domain AdaptationSensitivityUnsupervised Domain Adaptation