CVLGMLMay 17, 2018

RotDCF: Decomposition of Convolutional Filters for Rotation-Equivariant Deep Networks

arXiv:1805.06846v147 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of improving robustness and interpretability in vision tasks for researchers and practitioners dealing with object rotations, though it is incremental as it builds on existing group-equivariant CNN methods.

The paper tackled the challenge of handling global image deformations in CNNs by proposing RotDCF, a rotation-equivariant CNN with decomposed convolutional filters, which significantly reduces model size and computational complexity while preserving performance on rotation-involved datasets.

Explicit encoding of group actions in deep features makes it possible for convolutional neural networks (CNNs) to handle global deformations of images, which is critical to success in many vision tasks. This paper proposes to decompose the convolutional filters over joint steerable bases across the space and the group geometry simultaneously, namely a rotation-equivariant CNN with decomposed convolutional filters (RotDCF). This decomposition facilitates computing the joint convolution, which is proved to be necessary for the group equivariance. It significantly reduces the model size and computational complexity while preserving performance, and truncation of the bases expansion serves implicitly to regularize the filters. On datasets involving in-plane and out-of-plane object rotations, RotDCF deep features demonstrate greater robustness and interpretability than regular CNNs. The stability of the equivariant representation to input variations is also proved theoretically under generic assumptions on the filters in the decomposed form. The RotDCF framework can be extended to groups other than rotations, providing a general approach which achieves both group equivariance and representation stability at a reduced model size.

Foundations

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

Your Notes