重新思考计算机视觉中的 Inception 架构

Rethinking the Inception Architecture for Computer Vision

克里斯蒂安·塞格迪 Christian Szegedy · Google · 2015-12-02 · arXiv:1512.00567 ↗ · 被引 31290

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

卷积网络是大多数最先进的计算机视觉解决方案的核心,广泛应用于各种任务。自 2014 年以来,非常深的卷积网络开始成为主流,在各种基准测试中取得了显著提升。尽管增加模型大小和计算成本通常能立即提升大多数任务的质量(只要有足够的标注数据进行训练),但计算效率和低参数数量仍然是移动视觉和大数据场景等用例的关键因素。本文探索了通过适当的分解卷积和激进的正则化来扩展网络的方法,旨在尽可能高效地利用增加的计算资源。我们在 ILSVRC 2012 分类挑战验证集上评估了方法,结果表明显著优于现有技术:单帧评估使用计算成本为 50 亿次乘加、参数少于 2500 万的网络,top-1 错误率为 21.2%,top-5 错误率为 5.6%。使用 4 个模型的集成和多裁剪评估,我们在验证集上报告了 3.5%的 top-5 错误率(测试集上为 3.6%)和 17.3%的 top-1 错误率。

Convolutional networks are at the core of most state-of-the-art computer vision solutions for a wide variety of tasks. Since 2014 very deep convolutional networks started to become mainstream, yielding substantial gains in various benchmarks. Although increased model size and computational cost tend to translate to immediate quality gains for most tasks (as long as enough labeled data is provided for training), computational efficiency and low parameter count are still enabling factors for various use cases such as mobile vision and big-data scenarios. Here we explore ways to scale up networks in ways that aim at utilizing the added computation as efficiently as possible by suitably factorized convolutions and aggressive regularization. We benchmark our methods on the ILSVRC 2012 classification challenge validation set demonstrate substantial gains over the state of the art: 21.2% top-1 and 5.6% top-5 error for single frame evaluation using a network with a computational cost of 5 billion multiply-adds per inference and with using less than 25 million parameters. With an ensemble of 4 models and multi-crop evaluation, we report 3.5% top-5 error on the validation set (3.6% error on the test set) and 17.3% top-1 error on the validation set.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 14)

阅读逐段中英对照全文 →