Convolutions

Convolution

A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the part of the input it is on, then summing the results into an output.

Intuitively, a convolution allows for weight sharing - reducing the number of effective parameters - and image translation (allowing for the same feature to be detected in different parts of the input space).

Image Source: https://arxiv.org/pdf/1603.07285.pdf

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Object Detection 44 5.86%
Semantic Segmentation 42 5.59%
Image Classification 27 3.60%
Denoising 23 3.06%
Image Generation 20 2.66%
Image Segmentation 18 2.40%
Classification 16 2.13%
Decision Making 10 1.33%
Computational Efficiency 10 1.33%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories