ReXNet series

December 7, 2021 · View on GitHub


Catalogue

Overview

ReXNet is proposed by NAVER AI Lab, which is based on new network design principles. Aiming at the problem of representative bottleneck in the existing network, a set of design principles are proposed. The author believes that the conventional design produce representational bottlenecks, which would affect model performance. To investigate the representational bottleneck, the author study the matrix rank of the features generated by ten thousand random networks. Besides, entire layer’s channel configuration is also studied to design more accurate network architectures. In the end, the author proposes a set of simple and effective design principles to mitigate the representational bottleneck. paper

Accuracy, FLOPs and Parameters

ModelsTop1Top5Reference
top1
FLOPs
(G)
Params
(M)
ReXNet_1_077.4693.7077.90.4154.838
ReXNet_1_379.1394.6479.50.6837.611
ReXNet_1_580.0695.1280.30.9009.791
ReXNet_2_081.2295.3681.61.56116.449
ReXNet_3_082.0996.1282.83.44534.833

Inference speed and other information are coming soon.