paper-with-me

Papers

On Robustness and Transferability of Convolutional Neural Networks

2020-07-16 · CVPR 2021 1 · Josip Djolonga, Jessica Yung, Michael Tschannen, Rob Romijnders, Lucas Beyer, Alexander Kolesnikov, Joan Puigcerver, Matthias Minderer, Alexander D'Amour, Dan Moldovan, Sylvain Gelly, Neil Houlsby, Xiaohua Zhai, Mario Lucic

Modern deep convolutional networks (CNNs) are often criticized for not generalizing under distributional shifts. However, several recent breakthroughs in transfer learning suggest that these networks can cope with severe distribution shifts and successfully adapt to new tasks from a few training examples. In this work we study the interplay between out-of-distribution and transfer performance of modern image classification CNNs for the first time and investigate the impact of the pre-training data size, the model scale, and the data preprocessing pipeline. We find that increasing both the training set and model sizes significantly improve the distributional shift robustness. Furthermore, we show that, perhaps surprisingly, simple changes in the preprocessing such as modifying the image resolution can significantly mitigate robustness issues in some cases. Finally, we outline the shortcomings of existing robustness evaluation datasets and introduce a synthetic dataset SI-Score we use for a systematic analysis across factors of variation common in visual data such as object size and position.

📄 PDF Abstract BibTeX arXiv:2007.08558

Code (1)

google-research/si-score tf

Tasks

image-classificationImage ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

Regularized Ensembles and Transferability in Adversarial Learning

2018-12-05 · Yifan Chen, Yevgeniy Vorobeychik

Despite the considerable success of convolutional neural networks in a broad array of domains, recent research has shown these to be vulnerable to small adversarial perturbations, commonly known as adversarial examples. …

Transferability of Spectral Graph Convolutional Neural Networks

2019-07-30 · Ron Levie, Wei Huang, Lorenzo Bucci, Michael M. Bronstein 외

This paper focuses on spectral graph convolutional neural networks (ConvNets), where filters are defined as elementwise multiplication in the frequency domain of a graph. In machine learning settings where the dataset co…

High-Robustness, Low-Transferability Fingerprinting of Neural Networks

2021-05-14 · Siyue Wang, Xiao Wang, Pin-Yu Chen, Pu Zhao 외

This paper proposes Characteristic Examples for effectively fingerprinting deep neural networks, featuring high-robustness to the base model against model pruning as well as low-transferability to unassociated models. Th…

Vocal Bursts Intensity Prediction

Towards Transferable Adversarial Attack against Deep Face Recognition

2020-04-13 · Yaoyao Zhong, Weihong Deng

Face recognition has achieved great success in the last five years due to the development of deep learning methods. However, deep convolutional neural networks (DCNNs) have been found to be vulnerable to adversarial exam…

Adversarial AttackFace Recognition

A Random Ensemble of Encrypted models for Enhancing Robustness against Adversarial Examples

2024-01-05 · Ryota Iijima, Sayaka Shiota, Hitoshi Kiya

Deep neural networks (DNNs) are well known to be vulnerable to adversarial examples (AEs). In addition, AEs have adversarial transferability, which means AEs generated for a source model can fool another black-box model …