ResNeXt

E367297

ResNeXt is a deep convolutional neural network architecture that extends ResNet by using grouped convolutions and a split-transform-merge strategy to improve accuracy and efficiency in image recognition tasks.

All labels observed (6)

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf convolutional neural network architecture ⓘ
deep learning model ⓘ
image recognition architecture ⓘ
aimsTo improve accuracy in image recognition tasks ⓘ
improve computational efficiency ⓘ
appliedIn feature extraction for vision tasks ⓘ
image classification ⓘ
object detection backbones ⓘ
basedOn ResNet ⓘ
compatibleWith GPU acceleration ⓘ
controlsComplexityBy fixing total computational cost while varying cardinality ⓘ
evaluatedOn CIFAR-10 dataset ⓘ
linked to: CIFAR-10

CIFAR-100 dataset ⓘ
linked to: CIFAR-100

ImageNet dataset ⓘ
linked to: ImageNet
extends ResNet bottleneck block design ⓘ
residual learning framework ⓘ
firstPublishedYear 2017 ⓘ
hasCodeRepository https://github.com/facebookresearch/ResNeXt ⓘ
hasDesignElement aggregated residual transformations ⓘ
merge stage ⓘ
multiple parallel transformation paths ⓘ
split stage ⓘ
transform stage ⓘ
hasHyperparameter cardinality ⓘ
depth ⓘ
width ⓘ
hasKeyIdea cardinality as a dimension of network design ⓘ
hasVariant ResNeXt-101 ⓘ
linked to: ResNeXt

ResNeXt-152 ⓘ
linked to: ResNeXt

ResNeXt-50 ⓘ
linked to: ResNeXt
implementedIn MXNet ⓘ
PyTorch ⓘ
TensorFlow ⓘ
influenced later grouped-convolution architectures ⓘ
introducedInPaper Aggregated Residual Transformations for Deep Neural Networks ⓘ
optimizationMethod stochastic gradient descent ⓘ
outperforms ResNet on ImageNet classification ⓘ
linked to: ResNet
paperAuthors Kaiming He ⓘ
Piotr Dollár ⓘ
Ross Girshick ⓘ
Saining Xie ⓘ
Zhuowen Tu ⓘ
publishedBy Facebook AI Research ⓘ
linked to: Meta AI
relatedTo Inception architecture ⓘ
ResNet ⓘ
uses bottleneck blocks ⓘ
grouped convolutions ⓘ
split-transform-merge strategy ⓘ

How these facts were elicited

Referenced by (7)

Full triples — surface form annotated when it differs from this entity's canonical label.

ResNet → hasVariant → ResNeXt ⓘ
Xiangyu Zhang → knownFor → ResNeXt architecture ⓘ
linked to: ResNeXt
Xiangyu Zhang → notableWork → ResNeXt: Aggregated Residual Transformations for Deep Neural Networks ⓘ
linked to: ResNeXt
ResNeXt → hasVariant → ResNeXt-50 ⓘ
linked to: ResNeXt
ResNeXt → hasVariant → ResNeXt-101 ⓘ
linked to: ResNeXt
ResNeXt → hasVariant → ResNeXt-152 ⓘ
linked to: ResNeXt
Mask R-CNN → commonlyUsedBackbone → ResNeXt ⓘ
subject linked to: MaskRCNN