# Self corrective Perturbations for Semantic Segmentation and   Classification

**Authors:** Swami Sankaranarayanan, Arpit Jain, Ser Nam Lim

arXiv: 1703.07928 · 2017-08-04

## TL;DR

This paper introduces Guided Perturbations, a method where structural input modifications improve CNN predictions without retraining, enhancing performance in segmentation and classification tasks.

## Contribution

It reveals that pre-trained CNNs can be improved through input perturbations, a novel approach that does not require additional training or weight updates.

## Key findings

- Perturbations improve CNN accuracy on multiple datasets
- The method enhances existing segmentation and classification approaches
- Input perturbations influence local context and feature representations

## Abstract

Convolutional Neural Networks have been a subject of great importance over the past decade and great strides have been made in their utility for producing state of the art performance in many computer vision problems. However, the behavior of deep networks is yet to be fully understood and is still an active area of research. In this work, we present an intriguing behavior: pre-trained CNNs can be made to improve their predictions by structurally perturbing the input. We observe that these perturbations - referred as Guided Perturbations - enable a trained network to improve its prediction performance without any learning or change in network weights. We perform various ablative experiments to understand how these perturbations affect the local context and feature representations. Furthermore, we demonstrate that this idea can improve performance of several existing approaches on semantic segmentation and scene labeling tasks on the PASCAL VOC dataset and supervised classification tasks on MNIST and CIFAR10 datasets.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.07928/full.md

## Figures

27 figures with captions in the complete paper: https://tomesphere.com/paper/1703.07928/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/1703.07928/full.md

---
Source: https://tomesphere.com/paper/1703.07928