- Convolution involves multiplying two signals together to produce a smoothed output signal.
- The width of the convolution kernel defines the strength of smoothing.
- Convolution can be performed efficiently in Hadoop using parallel discrete Fourier transforms, which convert signals to the frequency domain where convolution becomes simple multiplication.