Methods › Computer Vision › Convolutions › Spatially Separable Convolution

Spatially Separable Convolution

12 papers tagged archive 2025-07-28

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

A Spatially Separable Convolution decomposes a convolution into two separate operations. In regular convolution, if we have a 3 x 3 kernel then we directly convolve this with the image. We can divide a 3 x 3 kernel into a 3 x 1 kernel and a 1 x 3 kernel. Then, in spatially separable convolution, we first convolve the 3 x 1 kernel then the 1 x 3 kernel. This requires 6 instead of 9 parameters compared to regular convolution, and so it is more parameter efficient (additionally less matrix multiplications are required).

Image Source: Kunlun Bai

Papers archive 2025-07-28

12 shown of 12, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

20 shown of 29 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Image Classification4
Neural Architecture Search4
Object Detection4
object-detection4
GPU2
Keypoint Detection2
Object2
Semantic Segmentation2
image-classification2
Audio Fingerprint1
Clustering Multivariate Time Series1
Contrastive Learning1
Data Augmentation1
Decoder1
Deep Learning1
Earth Observation1
Evolutionary Algorithms1
Fine-Grained Image Classification1
Graph Neural Network1
Image Augmentation1

Usage over time archive 2025-07-28

Papers per year tagged with Spatially Separable Convolution: 2018 to 2023, peak 5 5 0 2018: 3 papers 2018 2019: 5 papers 2019 2020: 2 papers 2020 2021: 1 paper 2021 2022: 0 papers 2022 2023: 1 paper 2023
Papers per year the archive tags with this method, by the paper's archive date (12 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Convolutions

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections