An Empirical Method to Quantify the Peripheral Performance Degradation in Deep Networks
Calden Wloka, John K. Tsotsos

TL;DR
This paper empirically investigates how convolutional padding affects the spatial performance of deep networks, revealing significant degradation near image borders, especially in corners, which impacts real-world applications.
Contribution
It introduces a dataset and methodology to quantify peripheral performance degradation in CNNs, specifically analyzing spatial anisotropy in Mask R-CNN.
Findings
Performance drops near image borders and corners.
Padding does not fully mitigate peripheral degradation.
Spatial anisotropy affects real-world deployment of deep networks.
Abstract
When applying a convolutional kernel to an image, if the output is to remain the same size as the input then some form of padding is required around the image boundary, meaning that for each layer of convolution in a convolutional neural network (CNN), a strip of pixels equal to the half-width of the kernel size is produced with a non-veridical representation. Although most CNN kernels are small to reduce the parameter load of a network, this non-veridical area compounds with each convolutional layer. The tendency toward deeper and deeper networks combined with stride-based down-sampling means that the propagation of this region can end up covering a non-negligable portion of the image. Although this issue with convolutions has been well acknowledged over the years, the impact of this degraded peripheral representation on modern network behavior has not been fully quantified. What are…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Anomaly Detection Techniques and Applications · Internet Traffic Analysis and Secure E-voting
MethodsRegion Proposal Network · Convolution · Softmax · RoIAlign · Mask R-CNN
