Methods › General › Miscellaneous Components › Channel Shuffle

Channel Shuffle

80 papers tagged archive 2025-07-28

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

Channel Shuffle is an operation to help information flow across feature channels in convolutional neural networks. It was used as part of the ShuffleNet architecture.

If we allow a group convolution to obtain input data from different groups, the input and output channels will be fully related. Specifically, for the feature map generated from the previous group layer, we can first divide the channels in each group into several subgroups, then feed each group in the next layer with different subgroups.

The above can be efficiently and elegantly implemented by a channel shuffle operation: suppose a convolutional layer with g groups whose output has g ×n channels; we first reshape the output channel dimension into (g, n), transposing and then flattening it back as the input of next layer. Channel shuffle is also differentiable, which means it can be embedded into network structures for end-to-end training.

Source: ShuffleNet: An Extremely Efficient Convolutional Neural...See Code · osmr/imgclsmob

Papers archive 2025-07-28

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

20 shown of 85 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
Object Detection13
Semantic Segmentation13
Image Classification11
object-detection11
image-classification8
Segmentation6
Deep Learning5
General Classification5
Neural Architecture Search5
Real-Time Semantic Segmentation5
Decoder4
GPU4
Model Compression4
Object4
Transfer Learning4
Autonomous Driving3
Diagnostic3
Efficient Neural Network3
Network Pruning3
All2

Usage over time archive 2025-07-28

Papers per year tagged with Channel Shuffle: 2017 to 2025, peak 16 16 0 2017: 1 paper 2017 2018: 11 papers 2018 2019: 16 papers 2019 2020: 15 papers 2020 2021: 13 papers 2021 2022: 8 papers 2022 2023: 10 papers 2023 2024: 3 papers 2024 2025: 3 papers 2025
Papers per year the archive tags with this method, by the paper's archive date (80 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

Miscellaneous Components

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