SOTAVerified

UniNet: Unified Architecture Search with Convolution, Transformer, and MLP

2021-10-08Unverified0· sign in to hype

Jihao Liu, Hongsheng Li, Guanglu Song, Xin Huang, Yu Liu

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Recently, transformer and multi-layer perceptron (MLP) architectures have achieved impressive results on various vision tasks. A few works investigated manually combining those operators to design visual network architectures, and can achieve satisfactory performances to some extent. In this paper, we propose to jointly search the optimal combination of convolution, transformer, and MLP for building a series of all-operator network architectures with high performances on visual tasks. We empirically identify that the widely-used strided convolution or pooling based down-sampling modules become the performance bottlenecks when the operators are combined to form a network. To better tackle the global context captured by the transformer and MLP operators, we propose two novel context-aware down-sampling modules, which can better adapt to the global information encoded by transformer and MLP operators. To this end, we jointly search all operators and down-sampling modules in a unified search space. Notably, Our searched network UniNet (Unified Network) outperforms state-of-the-art pure convolution-based architecture, EfficientNet, and pure transformer-based architecture, Swin-Transformer, on multiple public visual benchmarks, ImageNet classification, COCO object detection, and ADE20K semantic segmentation.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageNetUniNet-B0Top 1 Accuracy79.1Unverified
ImageNetUniNet-B5Top 1 Accuracy85.2Unverified
ImageNetUniNet-B5Top 1 Accuracy87Unverified
ImageNetUniNet-B4Top 1 Accuracy84.2Unverified
ImageNetUniNet-B2Top 1 Accuracy82.7Unverified
ImageNetUniNet-B0Top 1 Accuracy80.8Unverified
ImageNetUniNet-B1Top 1 Accuracy80.4Unverified

Reproductions