Skip to main content
QUICK REVIEW

[论文解读] Depthwise Convolution is All You Need for Learning Multiple Visual Domains

Yunhui Guo, Yandong Li|arXiv (Cornell University)|Feb 3, 2019
Domain Adaptation and Few-Shot Learning参考文献 36被引用 32
一句话总结

本文提出一种多领域学习模型,使用深度可分离卷积,具备共享的逐点分支和领域特定的深度分支,在参数量约为现有方法的一半的情况下,达到可视十项全能(Visual Decathlon)任务的最新结果。

ABSTRACT

There is a growing interest in designing models that can deal with images from different visual domains. If there exists a universal structure in different visual domains that can be captured via a common parameterization, then we can use a single model for all domains rather than one model per domain. A model aware of the relationships between different domains can also be trained to work on new domains with less resources. However, to identify the reusable structure in a model is not easy. In this paper, we propose a multi-domain learning architecture based on depthwise separable convolution. The proposed approach is based on the assumption that images from different domains share cross-channel correlations but have domain-specific spatial correlations. The proposed model is compact and has minimal overhead when being applied to new domains. Additionally, we introduce a gating mechanism to promote soft sharing between different domains. We evaluate our approach on Visual Decathlon Challenge, a benchmark for testing the ability of multi-domain models. The experiments show that our approach can achieve the highest score while only requiring 50% of the parameters compared with the state-of-the-art approaches.

研究动机与目标

  • 识别跨视觉领域的可重用结构,以实现一个模型覆盖多个领域。
  • 提出基于深度可分离卷积的架构,将跨通道相关性与空间相关性分离。
  • 通过共享组件和门控机制,以最小的额外参数高效学习新领域。
  • 研究深度卷积和逐点卷积学习特征的可解释性。
  • 在Visual Decathlon Challenge上评估性能并与强基线进行比较。

提出的方法

  • 用深度可分离卷积(先进行深度3x3卷积再跟随1x1逐点卷积)替换ResNet-26骨干网络中的标准3x3卷积,以降低参数量。
  • 在跨域间共享逐点卷积,以建模跨通道相关性。
  • 为新域维持领域特定的深度卷积滤波器和领域特定的批归一化参数。
  • 在推理时对所有域堆叠深度卷积滤波器以计算域特定输出。
  • 引入深度卷积滤波的软共享门控,用于在各层之间柔和地组合域特定的空间相关性。
  • 从ImageNet训练中初始化,并在微调深度卷积滤波器的同时为新域添加域特定的输出头。

实验结果

研究问题

  • RQ1一个神经网络是否能在捕获普遍跨域结构的同时,允许域特定的空间模式?
  • RQ2在跨域间共享逐点(跨通道)滤波器是否比共享深度滤波器在参数效率和性能上更优?
  • RQ3深度卷积滤波的软共享机制如何影响跨域性能?
  • RQ4在多域设定下,深度卷积与逐点卷积学习的特征的可解释性如何?
  • RQ5与最先进基线相比,所提出的方法在Visual Decathlon Challenge上的表现如何?

主要发现

模型ImNetAirc.C100DPedDTDGTSRFlwrOGltSVHNUCFmeanS
Serial Res. Adapt.2x59.6761.8781.2093.8857.1397.5781.6789.6296.1350.1276.892621
Parallel Res. Adapt.2x60.3264.2181.9194.7358.8399.3884.6889.2196.5450.9478.073412
DAN2.17x57.7464.1280.0791.3056.6498.4686.0589.6796.7749.3877.012851
Piggyback1.28x57.6965.2979.8796.9957.4597.2779.0987.6397.2447.4876.602838
Individual Network5x63.9965.7178.2688.2952.1998.7683.1790.0496.8448.3576.562756
Classifier Only0.6x63.9951.0475.3294.4954.2198.4884.4786.6695.1443.7574.762446
Depthwise Sharing4x63.9967.4274.4695.6054.8598.5287.3489.8896.6250.3977.913234
Proposed Approach1x63.9961.0681.2097.0055.4899.2785.6789.1296.1649.3377.823507
  • 所提出的深度/可分离架构在测试方法中获得了最高的Visual Decathlon分数,同时仅使用基线参数量的大约一半。
  • 在ResNet-26中用深度可分离卷积替代标准卷积,显著提升ImageNet性能(63.99 对 60.32)。
  • 在跨域共享逐点滤波器(跨通道)可获得与共享深度卷积滤波器相当甚至更好的性能,同时带来总体增益和参数效率。
  • 领域特定的深度卷积滤波器加上共享的逐点滤波器使对新领域的适应具有适度的参数开销(在扩展设置中大约每个新领域0.3M)。
  • 对深度卷积滤波器的软共享在某些域上提供了边际增益,但总体上未超过基线方法;在共享前几层或后几层时观察到一些增益。
  • 网络逐步剖析显示,深度卷积捕捉到的概念和属性多于逐点卷积,表明跨域共享在通道层级比在空间滤波层级更为有效。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。