A ShuffleNet Block is an image model block that utilises a channel shuffle operation, along with depthwise convolutions, for an efficient architectural design. It was proposed as part of the ShuffleNet architecture. The starting point is the Residual Block unit from ResNets, which is then modified with a pointwise group convolution and a channel shuffle operation.
Source: ShuffleNet: An Extremely Efficient Convolutional Neural Network for Mobile DevicesPaper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Image Classification | 6 | 8.96% |
Deep Learning | 5 | 7.46% |
Object Detection | 5 | 7.46% |
Semantic Segmentation | 5 | 7.46% |
Model Compression | 4 | 5.97% |
Real-Time Semantic Segmentation | 3 | 4.48% |
Computational Efficiency | 2 | 2.99% |
Network Pruning | 2 | 2.99% |
Rain Removal | 2 | 2.99% |