Deep Green Function Convolution for Improving Saliency in Convolutional Neural Networks
Dominique Beaini, Sofiane Achiche, Alexandre Duperr\'e, Maxime Raison

TL;DR
This paper introduces a Green's function convolution (GFC) technique for CNNs to enhance saliency detection by extrapolating edge features, leading to improved accuracy, robustness, and repeatability.
Contribution
It presents the first implementation of Green's function convolution inside neural networks, improving saliency detection by combining edge filling with gradient integration.
Findings
Adding GIS layer increases F-measure by 1.6% on DUT-OMRON dataset.
GIS layer improves robustness against noise and low brightness.
Method reduces sensitivity to parameter initialization and overfitting.
Abstract
Current saliency methods require to learn large scale regional features using small convolutional kernels, which is not possible with a simple feed-forward network. Some methods solve this problem by using segmentation into superpixels while others downscale the image through the network and rescale it back to its original size. The objective of this paper is to show that saliency convolutional neural networks (CNN) can be improved by using a Green's function convolution (GFC) to extrapolate edges features into salient regions. The GFC acts as a gradient integrator, allowing to produce saliency features by filling thin edges directly inside the CNN. Hence, we propose the gradient integration and sum (GIS) layer that combines the edges features with the saliency features. Using the HED and DSS architecture, we demonstrated that adding a GIS layer near the network's output allows to…
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
MethodsConvolution
