Methods › Computer Vision › Image Model Blocks › Split Attention
Split Attention
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
A Split Attention block enables attention across feature-map groups. As in ResNeXt blocks, the feature can be divided into several groups, and the number of feature-map groups is given by a cardinality hyperparameter K. The resulting feature-map groups are called cardinal groups. Split Attention blocks introduce a new radix hyperparameter R that indicates the number of splits within a cardinal group, so the total number of feature groups is G = KR. We may apply a series of transformations {ℱ₁, ℱ₂, ⋯ℱ_G} to each individual group, then the intermediate representation of each group is Uᵢ = ℱᵢ(X), for i ∈ {1, 2, ⋯G}.
A combined representation for each cardinal group can be obtained by fusing via an element-wise summation across multiple splits. The representation for k-th cardinal group is Ûᵏ = ∑_(j=R(k-1)+1)^(R k) Uⱼ, where Ûᵏ ∈ℝ^(H×W×C/K) for k∈1,2,...K, and H, W and C are the block output feature-map sizes. Global contextual information with embedded channel-wise statistics can be gathered with global average pooling across spatial dimensions sᵏ∈ℝ^(C/K). Here the c-th component is calculated as:
sᵏ_c = 1/(H×W) ∑ᵢ₌₁ᴴ∑ⱼ₌₁ᵂ Ûᵏ_c(i, j).
A weighted fusion of the cardinal group representation Vᵏ∈ℝ^(H×W×C/K) is aggregated using channel-wise soft attention, where each feature-map channel is produced using a weighted combination over splits. The c-th channel is calculated as:
Vᵏ_c=∑ᵢ₌₁ᴿ aᵏᵢ(c) U_(R(k-1)+i) ,
where aᵢᵏ(c) denotes a (soft) assignment weight given by:
aᵢᵏ(c) = (exp(𝒢ᶜᵢ(sᵏ)))/(∑ⱼ₌₀ᴿ exp(𝒢ᶜⱼ(sᵏ))) if R>1, 1/(1+exp(-𝒢ᶜᵢ(sᵏ))) if R=1,
and mapping 𝒢ᵢᶜ determines the weight of each split for the c-th channel based on the global context representation sᵏ.
Papers archive 2025-07-28
20 shown of 20, 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.
-
GAF-FusionNet: Multimodal ECG Analysis via Gramian Angular Fields and Split Attention 7 Dec 2024 · 1 repository · arXiv:2501.01960
-
Efficiently Expanding Receptive Fields: Local Split Attention and Parallel Aggregation for Enhanced Large-scale Point Cloud Semantic Segmentation 3 Sep 2024 · 0 repositories · arXiv:2409.01662
-
Fusion Flow-enhanced Graph Pooling Residual Networks for Unmanned Aerial Vehicles Surveillance in Day and Night Dual Visions 17 Jul 2024 · 0 repositories · arXiv:2407.12647
-
Supervised domain adaptation for building extraction from off-nadir aerial images 7 Nov 2023 · 0 repositories · arXiv:2311.03867
-
Effect of roundabout design on the behavior of road users: A case study of roundabouts with application of Unsupervised Machine Learning 25 Sep 2023 · 0 repositories · arXiv:2309.14540
-
TieFake: Title-Text Similarity and Emotion-Aware Fake News Detection 19 Apr 2023 · 2 repositories · arXiv:2304.09421
-
Early detection of hip periprosthetic joint infections through CNN on Computed Tomography images 18 Apr 2023 · 0 repositories · arXiv:2304.08942
-
OMSN and FAROS: OCTA Microstructure Segmentation Network and Fully Annotated Retinal OCTA Segmentation Dataset 26 Dec 2022 · 0 repositories · arXiv:2212.13059
-
Anomaly Detection in Automatic Generation Control Systems Based on Traffic Pattern Analysis and Deep Transfer Learning 16 Sep 2022 · 0 repositories · arXiv:2209.08099
-
ResNEsts and DenseNEsts: Block-based DNN Models with Improved Representation Guarantees 10 Nov 2021 · 4 repositories · arXiv:2111.05496
-
Solution for Large-scale Long-tailed Recognition with Noisy Labels 20 Jun 2021 · 1 repository · arXiv:2106.10683
-
EPSANet: An Efficient Pyramid Squeeze Attention Block on Convolutional Neural Network 30 May 2021 · 4 repositories · arXiv:2105.14447
-
AG-CUResNeSt: A Novel Method for Colon Polyp Segmentation 2 May 2021 · 1 repository · arXiv:2105.00402
-
Searching for Fast Model Families on Datacenter Accelerators 10 Feb 2021 · 0 repositories · arXiv:2102.05610
-
Bottleneck Transformers for Visual Recognition 27 Jan 2021 · 13 repositories · arXiv:2101.11605Syntology ran 26 of 49 samples · 23 unverified · 8 pointer-only (licence)
-
MSAF: Multimodal Split Attention Fusion 13 Dec 2020 · 1 repository · arXiv:2012.07175
-
Causal Contextual Prediction for Learned Image Compression 19 Nov 2020 · 0 repositories · arXiv:2011.09704
-
Face Hallucination via Split-Attention in Split-Attention Network 22 Oct 2020 · 1 repository · arXiv:2010.11575
-
2nd Place Solution to Instance Segmentation of IJCAI 3D AI Challenge 2020 21 Oct 2020 · 0 repositories · arXiv:2010.10957
-
ResNeSt: Split-Attention Networks 19 Apr 2020 · 36 repositories · arXiv:2004.08955Syntology ran 8 of 48 samples · 40 unverified · 23 pointer-only (licence)
Tasks archive 2025-07-28
20 shown of 45 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
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