paper-with-me

홈 › Papers

Fine-grained Recognition in the Noisy Wild: Sensitivity Analysis of Convolutional Neural Networks Approaches

2016-10-21 · Erik Rodner, Marcel Simon, Robert B. Fisher, Joachim Denzler

In this paper, we study the sensitivity of CNN outputs with respect to image transformations and noise in the area of fine-grained recognition. In particular, we answer the following questions (1) how sensitive are CNNs with respect to image transformations encountered during wild image capture?; (2) how can we predict CNN sensitivity?; and (3) can we increase the robustness of CNNs with respect to image degradations? To answer the first question, we provide an extensive empirical sensitivity analysis of commonly used CNN architectures (AlexNet, VGG19, GoogleNet) across various types of image degradations. This allows for predicting CNN performance for new domains comprised by images of lower quality or captured from a different viewpoint. We also show how the sensitivity of CNN outputs can be predicted for single images. Furthermore, we demonstrate that input layer dropout or pre-filtering during test time only reduces CNN sensitivity for high levels of degradation. Experiments for fine-grained recognition tasks reveal that VGG19 is more robust to severe image degradations than AlexNet and GoogleNet. However, small intensity noise can lead to dramatic changes in CNN performance even for VGG19.

📄 PDF Abstract BibTeX arXiv:1610.06756

Code (0)

등록된 구현이 없습니다.

Tasks

Sensitivity

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
Local Response Normalization Local Response Normalization is a normalization layer that implements the idea of lateral inhibition. Lateral inhibition is a concept in neurobiology that refers to the…
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Extremely Fine-Grained Visual Classification over Resembling Glyphs in the Wild

2024-08-25 · Fares Bougourzi, Fadi Dornaika, Chongsheng Zhang

Text recognition in the wild is an important technique for digital maps and urban scene understanding, in which the natural resembling properties between glyphs is one of the major reasons that lead to wrong recognition …

Contrastive LearningFine-Grained Image ClassificationFine-Grained Visual RecognitionScene Understanding

A Fine-Grained Visual Attention Approach for Fingerspelling Recognition in the Wild

2021-05-17 · Kamala Gajurel, Cuncong Zhong, Guanghui Wang

Fingerspelling in sign language has been the means of communicating technical terms and proper nouns when they do not have dedicated sign language gestures. Automatic recognition of fingerspelling can help resolve commun…

Optical Flow Estimation

The Unreasonable Effectiveness of Noisy Data for Fine-Grained Recognition

2015-11-20 · Jonathan Krause, Benjamin Sapp, Andrew Howard, Howard Zhou 외

Current approaches for fine-grained recognition do the following: First, recruit experts to annotate a dataset of images, optionally also collecting more structured data in the form of part annotations and bounding boxes…

Active LearningFine-Grained Image Classification

Fine-grained Recognition in the Wild: A Multi-Task Domain Adaptation Approach

2017-09-07 · ICCV 2017 10 · Timnit Gebru, Judy Hoffman, Li Fei-Fei

While fine-grained object recognition is an important problem in computer vision, current models are unlikely to accurately classify objects in the wild. These fully supervised models need additional annotated images to …

AttributeDomain AdaptationObject Recognition

Data-driven Meta-set Based Fine-Grained Visual Classification

2020-08-06 · Chuanyi Zhang, Yazhou Yao, Xiangbo Shu, Zechao Li 외

Constructing fine-grained image datasets typically requires domain-specific expert knowledge, which is not always available for crowd-sourcing platform annotators. Accordingly, learning directly from web images becomes a…

ClassificationFine-Grained Image ClassificationFine-Grained Visual RecognitionGeneral Classification+1