Optimal Density Functions for Weighted Convolution in Learning Models
Simone Cammarasana, Giuseppe Patan\`e

TL;DR
This paper proposes a weighted convolution method using an optimal density function to improve accuracy in image processing tasks, demonstrating significant loss reduction and robustness over standard convolution.
Contribution
It introduces a novel weighted convolution framework with an optimal density function, enhancing CNN performance for image tasks.
Findings
Up to 53% reduction in loss compared to standard convolution
Significant increase in test accuracy
Robustness across various hyperparameters
Abstract
The paper introduces the weighted convolution, a novel approach to the convolution for signals defined on regular grids (e.g., 2D images) through the application of an optimal density function to scale the contribution of neighbouring pixels based on their distance from the central pixel. This choice differs from the traditional uniform convolution, which treats all neighbouring pixels equally. Our weighted convolution can be applied to convolutional neural network problems to improve the approximation accuracy. Given a convolutional network, we define a framework to compute the optimal density function through a minimisation model. The framework separates the optimisation of the convolutional kernel weights (using stochastic gradient descent) from the optimisation of the density function (using DIRECT-L). Experimental results on a learning model for an image-to-image task (e.g., image…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms
MethodsConvolution
