Methods › Computer Vision › Semantic Segmentation Modules › Channel-wise Cross Attention

Channel-wise Cross Attention

5 papers tagged archive 2025-07-28

Introduced by Haonan Wang et al. in UCTransNet: Rethinking the Skip Connections in U-Net from a Channel-wise Perspective with Transformer

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

Channel-wise Cross Attention is a module for semantic segmentation used in the UCTransNet architecture. It is used to fuse features of inconsistent semantics between the Channel Transformer and U-Net decoder. It guides the channel and information filtration of the Transformer features and eliminates the ambiguity with the decoder features.

Mathematically, we take the i-th level Transformer output 𝐎ᵢ ∈ℝ^(C×H×W) and i-th level decoder feature map 𝐃ᵢ ∈ℝ^(C×H×W) as the inputs of Channel-wise Cross Attention. Spatial squeeze is performed by a global average pooling (GAP) layer, producing vector 𝒢(𝐗) ∈ℝ^(C×1×1) with its $k$th channel 𝒢(𝐗) = 1/(H×W)∑ᴴᵢ₌₁∑ᵂⱼ₌₁𝐗ᵏ(i, j). We use this operation to embed the global spatial information and then generate the attention mask:

𝐌ᵢ = 𝐋₁ ·𝒢(𝐎ᵢ) + 𝐋₂ ·𝒢(𝐃ᵢ)

where 𝐋₁ ∈ℝ^(C×C) and 𝐋₂ ∈ℝ^(C×C) and being weights of two Linear layers and the ReLU operator δ(·). This operation in the equation above encodes the channel-wise dependencies. Following ECA-Net which empirically showed avoiding dimensionality reduction is important for learning channel attention, the authors use a single Linear layer and sigmoid function to build the channel attention map. The resultant vector is used to recalibrate or excite 𝐎ᵢ to 𝐎̅ᵢ = σ(𝐌ᵢ) ·𝐎ᵢ, where the activation σ(𝐌ᵢ) indicates the importance of each channel. Finally, the masked 𝐎̅ᵢ is concatenated with the up-sampled features of the i-th level decoder.

PaperSource

Papers archive 2025-07-28

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

11 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
Image Segmentation4
Medical Image Segmentation4
Semantic Segmentation4
Segmentation2
Conditional Image Generation1
Decoder1
Denoising1
Image Generation1
Pseudo Label1
UNET Segmentation1
text annotation1

Usage over time archive 2025-07-28

Papers per year tagged with Channel-wise Cross Attention: 2021 to 2024, peak 2 2 0 2021: 1 paper 2021 2022: 1 paper 2022 2023: 1 paper 2023 2024: 2 papers 2024
Papers per year the archive tags with this method, by the paper's archive date (5 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 ModulesAttention 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