CVJan 7, 2017

Oriented Response Networks

arXiv:1701.01833v2283 citations
AI Analysis

This addresses the problem of rotation invariance in image classification for computer vision applications, offering a novel method that enhances model efficiency and accuracy.

The paper tackled the limited ability of deep convolutional neural networks to handle significant image rotations by proposing Active Rotating Filters (ARFs), which actively rotate during convolution to encode location and orientation, leading to a significant reduction in network parameters and improved classification performance on benchmarks like VGG and ResNet.

Deep Convolution Neural Networks (DCNNs) are capable of learning unprecedentedly effective image representations. However, their ability in handling significant local and global image rotations remains limited. In this paper, we propose Active Rotating Filters (ARFs) that actively rotate during convolution and produce feature maps with location and orientation explicitly encoded. An ARF acts as a virtual filter bank containing the filter itself and its multiple unmaterialised rotated versions. During back-propagation, an ARF is collectively updated using errors from all its rotated versions. DCNNs using ARFs, referred to as Oriented Response Networks (ORNs), can produce within-class rotation-invariant deep features while maintaining inter-class discrimination for classification tasks. The oriented response produced by ORNs can also be used for image and object orientation estimation tasks. Over multiple state-of-the-art DCNN architectures, such as VGG, ResNet, and STN, we consistently observe that replacing regular filters with the proposed ARFs leads to significant reduction in the number of network parameters and improvement in classification performance. We report the best results on several commonly used benchmarks.

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