Convolutional Neural Networks

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.

Source: ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Design

Papers


Paper Code Results Date Stars

Categories