Methods › General › Attention Mechanisms › GSoP-Net

Global second-order pooling convolutional networks

GSoP-Net

1 paper tagged archive 2025-07-28

Introduced by Zilin Gao et al. in Global Second-order Pooling Convolutional Networks

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

A Gsop block has a squeeze module and an excitation module, and uses a second-order pooling to model high-order statistics while gathering global information. In the squeeze module, a GSoP block firstly reduces the number of channels from c to c′ (c′ < c) using a 1 ×1 convolution, then computes a c′ ×c′ covariance matrix for the different channels to obtain their correlation. Next, row-wise normalization is performed on the covariance matrix. Each (i, j) in the normalized covariance matrix explicitly relates channel i to channel j.

In the excitation module, a GSoP block performs row-wise convolution to maintain structural information and output a vector. Then a fully-connected layer and a sigmoid function are applied to get a c-dimensional attention vector. Finally, it multiplies the input features by the attention vector, as in an SE block. A GSoP block can be formulated as: s = F_(gsop)(X, θ) = σ(W RC(Cov(Conv(X)))) Y = s X Here, Conv(·) reduces the number of channels, Cov(·) computes the covariance matrix and RC(·) means row-wise convolution.

PaperSource

Papers archive 2025-07-28

1 shown of 1, 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

1 task the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Object Recognition1

Usage over time archive 2025-07-28

Papers per year tagged with GSoP-Net: 2018 to 2018, peak 1 1 0 2018: 1 paper 2018
Papers per year the archive tags with this method, by the paper's archive date (1 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

Attention Mechanisms

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