Graph Neural Networks
Filtering is the fundamental operation upon which the field of signal processing is built. Loosely speaking, filtering is a mapping between signals, typically used to extract useful information (output signal) from data (input signal). Arguably, the most popular type of filter is the linear and shift-invariant (i.e. independent of the starting point of the signal) filter, which can be computed efficiently by leveraging the convolution operation.