CVDec 27, 2021

Augmenting Convolutional networks with attention-based aggregation

arXiv:2112.13692v165 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more efficient and effective global reasoning in computer vision models, though it appears incremental as it builds on existing attention mechanisms.

The authors tackled the problem of enabling non-local reasoning in convolutional networks by replacing final average pooling with an attention-based aggregation layer, achieving competitive trade-offs in accuracy and complexity across tasks like object classification, image segmentation, and detection.

We show how to augment any convolutional network with an attention-based global map to achieve non-local reasoning. We replace the final average pooling by an attention-based aggregation layer akin to a single transformer block, that weights how the patches are involved in the classification decision. We plug this learned aggregation layer with a simplistic patch-based convolutional network parametrized by 2 parameters (width and depth). In contrast with a pyramidal design, this architecture family maintains the input patch resolution across all the layers. It yields surprisingly competitive trade-offs between accuracy and complexity, in particular in terms of memory consumption, as shown by our experiments on various computer vision tasks: object classification, image segmentation and detection.

Code Implementations5 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes