Setting Convolution-based Edge Detection Filter (Kernel) Weights Using Backpropagation
For detecting edges in some complicated images, it is proposed to use back-propagation when training the Deep learning model to find the optimal weights for the filter (kernel), rather than handpicking the weights. The objective is to find. the optimal values for these weights as parameters so that it appropriately detects the edges. It may even learn to detect edges that are at 45 degrees or 73 degrees.

0
1
Tags
Data Science
Related
Preprocessing Before Boundary (Edge) Detection Using Convolution Operation
Math Behind Boundary (Edge) Detection Using Convolution Operation
Visualization of Boundary (Edge) Detection Using Convolution Operation
Convolution Edge Detection in Positive vs. Negative OR Light to Dark vs. Dark to Light Edge Transitions
Convolution-based Vertical Edge Detection
Setting Convolution-based Edge Detection Filter (Kernel) Weights Using Backpropagation