Methods › Computer Vision › Image Model Blocks › Scale Aggregation Block

Scale Aggregation Block

7 papers tagged archive 2025-07-28

Introduced by Yi Li et al. in Data-Driven Neuron Allocation for Scale Aggregation Networks

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

A Scale Aggregation Block concatenates feature maps at a wide range of scales. Feature maps for each scale are generated by a stack of downsampling, convolution and upsampling operations. The proposed scale aggregation block is a standard computational module which readily replaces any given transformation 𝐘=𝐓(𝐗), where 𝐗∈ℝ^(H×W×C), 𝐘∈ℝ^(H×W×Cₒ) with C and Cₒ being the input and output channel number respectively. 𝐓 is any operator such as a convolution layer or a series of convolution layers. Assume we have L scales. Each scale l is generated by sequentially conducting a downsampling 𝐃ₗ, a transformation 𝐓ₗ and an unsampling operator 𝐔ₗ:

𝐗^′ₗ=𝐃ₗ(𝐗),

𝐘^′ₗ=𝐓ₗ(𝐗^′ₗ),

𝐘ₗ=𝐔ₗ(𝐘^′ₗ),

where 𝐗^′ₗ∈ℝ^(Hₗ×Wₗ×C), 𝐘^′ₗ∈ℝ^(Hₗ×Wₗ×Cₗ), and 𝐘ₗ∈ℝ^(H×W×Cₗ). Notably, 𝐓ₗ has the similar structure as 𝐓. We can concatenate all L scales together, getting

𝐘^′=‖ᴸ₁𝐔ₗ(𝐓ₗ(𝐃ₗ(𝐗))),

where ‖ indicates concatenating feature maps along the channel dimension, and 𝐘^′ ∈ℝ^(H×W×∑ᴸ₁ Cₗ) is the final output feature maps of the scale aggregation block.

In the reference implementation, the downsampling 𝐃ₗ with factor s is implemented by a max pool layer with s×s kernel size and s stride. The upsampling 𝐔ₗ is implemented by resizing with the nearest neighbor interpolation.

PaperSourceSee Code · Eli-YiLi/ScaleNet

Papers archive 2025-07-28

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

18 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
Graph Learning2
Image Classification2
Node Classification2
Pose Estimation2
3D Reconstruction1
Camera Pose Estimation1
Classification1
Geometric Matching1
Multi-Person Pose Estimation1
Neural Architecture Search1
Node Classification on Non-Homophilic (Heterophilic) Graphs1
Object Detection1
One-Shot Learning1
Representation Learning1
Semantic Segmentation1
image-classification1
model1
object-detection1

Usage over time archive 2025-07-28

Papers per year tagged with Scale Aggregation Block: 2019 to 2024, peak 2 2 0 2019: 1 paper 2019 2020: 1 paper 2020 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 (7 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

Image Model Blocks

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