Transcription of fchollet@google - arXiv
{{id}} {{{paragraph}}}
Xception: Deep Learning with Depthwise Separable ConvolutionsFranc ois CholletGoogle, present an interpretation of Inception modules in con-volutional neural networks as being an intermediate stepin-between regular convolution and the depthwise separableconvolution operation (a depthwise convolution followed bya pointwise convolution). In this light, a depthwise separableconvolution can be understood as an Inception module witha maximally large number of towers. This observation leadsus to propose a novel deep convolutional neural networkarchitecture inspired by Inception, where Inception moduleshave been replaced with depthwise separable show that this architecture, dubbed Xception, slightlyoutperforms Inception V3 on the ImageNet dataset (whichInception V3 was designed for), and significantly outper-forms Inception V3 on a larger image classification datasetcomprising 350 million images and 17,000 classes.
TensorFlow and Keras, consists in a depthwise convolution, i.e. a spatial convolution performed independently over each channel of an input, followed by a pointwise convolution, i.e. a 1x1 convolution, projecting the channels output by the depthwise convolution onto a …
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}