HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Xception: Deep Learning with Depthwise Separable Convolutions

François Chollet

Xception: Deep Learning with Depthwise Separable Convolutions

Abstract

We present an interpretation of Inception modules in convolutional neural networks as being an intermediate step in-between regular convolution and the depthwise separable convolution operation (a depthwise convolution followed by a pointwise convolution). In this light, a depthwise separable convolution can be understood as an Inception module with a maximally large number of towers. This observation leads us to propose a novel deep convolutional neural network architecture inspired by Inception, where Inception modules have been replaced with depthwise separable convolutions. We show that this architecture, dubbed Xception, slightly outperforms Inception V3 on the ImageNet dataset (which Inception V3 was designed for), and significantly outperforms Inception V3 on a larger image classification dataset comprising 350 million images and 17,000 classes. Since the Xception architecture has the same number of parameters as Inception V3, the performance gains are not due to increased capacity but rather to a more efficient use of model parameters.

Code Repositories

universvm/BacXeption
Mentioned in GitHub
dbensoussan/rsna
pytorch
Mentioned in GitHub
rwightman/pytorch-image-models
pytorch
Mentioned in GitHub
drscotthawley/SPNet
tf
Mentioned in GitHub
i3p9/deepfake-detection-with-xception
pytorch
Mentioned in GitHub
bluejurand/Photos-colorization
tf
Mentioned in GitHub
hikapok/xception_tensorflow
tf
Mentioned in GitHub
TanyaChutani/Xception-Tf2.0
tf
Mentioned in GitHub
kwotsin/TensorFlow-Xception
tf
Mentioned in GitHub
tensorflow/models
tf
Mentioned in GitHub
marload/ConvNets-TensorFlow2
tf
Mentioned in GitHub
IMvision12/keras-vision-models
pytorch
Mentioned in GitHub
LouisFoucard/w-net
Mentioned in GitHub
osmr/imgclsmob
mxnet
Mentioned in GitHub
2023-MindSpore-1/ms-code-205
mindspore
Mentioned in GitHub
tanreinama/XceptionHourgrass---PyTorch
pytorch
Mentioned in GitHub
DarshanDeshpande/jax-models
jax
Mentioned in GitHub
Yohei-Kawakami/Bouquet
Mentioned in GitHub
CharlieSergeant/pollen
Mentioned in GitHub
amogh7joshi/fer
tf
Mentioned in GitHub
ced-kin/dog-breed-ai
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
classification-on-indlXception
Average Recall: 89.81%
image-classification-on-imagenetXception
Hardware Burden: 87G
Number of params: 22.855952M
Operations per network pass: 0.838G
Top 1 Accuracy: 79%

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Xception: Deep Learning with Depthwise Separable Convolutions | Papers | HyperAI