Learn Before
ResNeXt Block Structure
The ResNeXt block is a residual block design that incorporates grouped convolutions to process information efficiently across independent branches. It consists of a grouped convolution sandwiched between two convolutions. The first convolution reduces the channel dimensionality, while the second convolution restores it, effectively exchanging information across the independent groups. This design minimizes computational overhead: the network only pays an cost for the kernels and an cost for the grouped kernels, where is the number of channels and is the number of intermediate bottleneck channels. Similar to standard residual blocks, a convolution can be applied to the residual connection to match dimensions if needed.
0
1
Tags
D2L
Dive into Deep Learning @ D2L