What is: ShuffleNet v2?
Source | ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Design |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
ShuffleNet v2 is a convolutional neural network optimized for a direct metric (speed) rather than indirect metrics like FLOPs. It builds upon ShuffleNet v1, which utilised pointwise group convolutions, bottleneck-like structures, and a channel shuffle operation. Differences are shown in the Figure to the right, including a new channel split operation and moving the channel shuffle operation further down the block.