Methods › General › Attention Mechanisms › FcaNet

Frequency channel attention networks

FcaNet

2 papers tagged archive 2025-07-28

Introduced by Zequn Qin et al. in FcaNet: Frequency Channel Attention Networks

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

FCANet contains a novel multi-spectral channel attention module. Given an input feature map X ∈ℝ^(C ×H ×W), multi-spectral channel attention first splits X into many parts xⁱ ∈ℝ^(C′ ×H ×W). Then it applies a 2D DCT to each part xⁱ. Note that a 2D DCT can use pre-processing results to reduce computation. After processing each part, all results are concatenated into a vector. Finally, fully connected layers, ReLU activation and a sigmoid are used to get the attention vector as in an SE block. This can be formulated as: s = F_(fca)(X, θ) = σ(W₂ δ(W₁[(DCT(Group(X)))])) Y = s X where Group(·) indicates dividing the input into many groups and DCT(·) is the 2D discrete cosine transform.

This work based on information compression and discrete cosine transforms achieves excellent performance on the classification task.

PaperSource

Papers archive 2025-07-28

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

6 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 Classification1
Instance Segmentation1
Object Detection1
Semantic Segmentation1
image-classification1
object-detection1

Usage over time archive 2025-07-28

Papers per year tagged with FcaNet: 2020 to 2023, peak 1 1 0 2020: 1 paper 2020 2021: 0 papers 2021 2022: 0 papers 2022 2023: 1 paper 2023
Papers per year the archive tags with this method, by the paper's archive date (2 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