Methods › Computer Vision › Semantic Segmentation Modules › Point-wise Spatial Attention
Point-wise Spatial Attention
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.
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.
-
NeuralTailor: Reconstructing Sewing Pattern Structures from 3D Point Clouds of Garments 31 Jan 2022 · 1 repository · arXiv:2201.13063Syntology ran 0 of 3 samples · 3 unverified
-
Point Attention Network for Semantic Segmentation of 3D Point Clouds 27 Sep 2019 · 0 repositories · arXiv:1909.12663
-
PSANet: Point-wise Spatial Attention Network for Scene Parsing 1 Sep 2018 · 4 repositories
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.
| Task | Papers |
|---|---|
| Semantic Segmentation | 2 |
| 3D Shape Recognition | 1 |
| 3D Shape Reconstruction | 1 |
| Decoder | 1 |
| Diversity | 1 |
| Point Cloud Segmentation | 1 |
| Position | 1 |
| Scene Parsing | 1 |
| Structured Prediction | 1 |
| Virtual Try-on | 1 |
Usage over time archive 2025-07-28
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
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