JA EN
Glossary › convolutional

GLOSSARY

convolutional

appears in 6 paper titles

Definition

Describes a layer that slides a small learned filter across the input, applying the same weights at every position. This weight sharing bakes in locality and translation equivariance, which is why convolutional networks dominated image recognition for years and remain common in lightweight, audio, and time-series models. Transformers have displaced them in many settings, but the inductive bias still pays off when data or compute is limited.

Explainers using this term