paper-with-me

Papers

DeepCorrect: Correcting DNN models against Image Distortions

2017-05-05 · Tejas Borkar, Lina Karam

In recent years, the widespread use of deep neural networks (DNNs) has facilitated great improvements in performance for computer vision tasks like image classification and object recognition. In most realistic computer vision applications, an input image undergoes some form of image distortion such as blur and additive noise during image acquisition or transmission. Deep networks trained on pristine images perform poorly when tested on such distortions. In this paper, we evaluate the effect of image distortions like Gaussian blur and additive noise on the activations of pre-trained convolutional filters. We propose a metric to identify the most noise susceptible convolutional filters and rank them in order of the highest gain in classification accuracy upon correction. In our proposed approach called DeepCorrect, we apply small stacks of convolutional layers with residual connections, at the output of these ranked filters and train them to correct the worst distortion affected filter activations, whilst leaving the rest of the pre-trained filter outputs in the network unchanged. Performance results show that applying DeepCorrect models for common vision tasks like image classification (ImageNet), object recognition (Caltech-101, Caltech-256) and scene classification (SUN-397), significantly improves the robustness of DNNs against distorted images and outperforms other alternative approaches..

📄 PDF Abstract BibTeX arXiv:1705.02406

Code (1)

tsborkar/DeepCorrect 공식 구현 tf

Tasks

ClassificationGeneral Classificationimage-classificationImage ClassificationObject RecognitionScene Classification

Similar Papers 제목 키워드 기반

From Bows to Arrows: Rolling Shutter Rectification of Urban Scenes

2016-06-01 · CVPR 2016 6 · Vijay Rengarajan, Ambasamudram N. Rajagopalan, Rangarajan Aravind

The rule of perspectivity that 'straight-lines-must-remain-straight' is easily inflected in CMOS cameras by distortions introduced by motion. Lines can be rendered as curves due to the row-wise exposure mechanism known a…

DisCO: Portrait Distortion Correction with Perspective-Aware 3D GANs

2023-02-23 · Zhixiang Wang, Yu-Lun Liu, Jia-Bin Huang, Shin'ichi Satoh 외

Close-up facial images captured at short distances often suffer from perspective distortion, resulting in exaggerated facial features and unnatural/unattractive appearances. We propose a simple yet effective method for c…

distortion correctionScheduling

Autonomous Removal of Perspective Distortion of Elevator Button Images based on Corner Detection

2020-07-23 · Nachuan Ma, Jianbang Liu, Delong Zhu

Elevator button recognition is a critical function to realize the autonomous operation of elevators. However, challenging image conditions and various image distortions make it difficult to recognize buttons accurately. …

Image SegmentationSegmentationSemantic Segmentation

Autonomous Removal of Perspective Distortion for Robotic Elevator Button Recognition

2019-12-26 · Delong Zhu, Jianbang Liu, Nachuan Ma, Zhe Min 외

Elevator button recognition is considered an indispensable function for enabling the autonomous elevator operation of mobile robots. However, due to unfavorable image conditions and various image distortions, the recogni…

Quantile Activation: Correcting a Failure Mode of ML Models

2024-05-19 · Aditya Challa, Sravan Danda, Laurent Najman, Snehanshu Saha

An established failure mode for machine learning models occurs when the same features are equally likely to belong to class 0 and class 1. In such cases, existing ML models cannot correctly classify the sample. However, …