CVLGIVNov 18, 2021

Wiggling Weights to Improve the Robustness of Classifiers

arXiv:2111.09779v1
Originality Incremental advance
AI Analysis

This work addresses robustness for deploying classifiers in real-world scenarios, but it appears incremental as it builds on existing transform-augmented networks.

The paper tackled the problem of improving neural network classifier robustness against natural perturbations like noise and blur by integrating perturbations into the network architecture, resulting in better performance on perturbed CIFAR-10 images and improved classification on clean STL-10 images.

Robustness against unwanted perturbations is an important aspect of deploying neural network classifiers in the real world. Common natural perturbations include noise, saturation, occlusion, viewpoint changes, and blur deformations. All of them can be modelled by the newly proposed transform-augmented convolutional networks. While many approaches for robustness train the network by providing augmented data to the network, we aim to integrate perturbations in the network architecture to achieve improved and more general robustness. To demonstrate that wiggling the weights consistently improves classification, we choose a standard network and modify it to a transform-augmented network. On perturbed CIFAR-10 images, the modified network delivers a better performance than the original network. For the much smaller STL-10 dataset, in addition to delivering better general robustness, wiggling even improves the classification of unperturbed, clean images substantially. We conclude that wiggled transform-augmented networks acquire good robustness even for perturbations not seen during training.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes