Methods › Computer Vision › Semantic Segmentation Modules › Point-wise Spatial Attention

Point-wise Spatial Attention

3 papers tagged archive 2025-07-28

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

Point-wise Spatial Attention (PSA) is a semantic segmentation module. The goal is capture contextual information, especially in the long range, by aggregating information. Through the PSA module, information aggregation is performed as a kind of information flow where we adaptively learn a pixel-wise global attention map for each position from two perspectives to aggregate contextual information over the entire feature map.

The PSA module takes a spatial feature map 𝐗 as input. We denote the spatial size of 𝐗 as H ×W. Through the two branches as illustrated, we generate pixel-wise global attention maps for each position in feature map 𝐗 through several convolutional layers.

We aggregate input feature maps based on attention maps to generate new feature representations with the long-range contextual information incorporated, i.e., 𝐙_c from the ‘collect’ branch and 𝐙_d from the ‘distribute’ branch.

We concatenate the new representations 𝐙_c and 𝐙_d and apply a convolutional layer with batch normalization and activation layers for dimension reduction and feature fusion. Then we concatenate the new global contextual feature with the local representation feature 𝐗. It is followed by one or several convolutional layers with batch normalization and activation layers to generate the final feature map for following subnetworks.

Source: PSANet: Point-wise Spatial Attention Network for Scene ParsingSee Code · hszhao/semseg

Papers archive 2025-07-28

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

10 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
Semantic Segmentation2
3D Shape Recognition1
3D Shape Reconstruction1
Decoder1
Diversity1
Point Cloud Segmentation1
Position1
Scene Parsing1
Structured Prediction1
Virtual Try-on1

Usage over time archive 2025-07-28

Papers per year tagged with Point-wise Spatial Attention: 2018 to 2022, peak 1 1 0 2018: 1 paper 2018 2019: 1 paper 2019 2020: 0 papers 2020 2021: 0 papers 2021 2022: 1 paper 2022
Papers per year the archive tags with this method, by the paper's archive date (3 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

Semantic Segmentation Modules

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