Xception
Xception is a deep convolutional neural network architecture designed for image classification. Introduced by François Chollet in 2017, the name stands for "Extreme Inception," signaling its relation to the Inception family while adopting a different factorization approach. The core idea is to replace standard convolutions with depthwise separable convolutions to decouple cross-channel correlations from spatial correlations, aiming to improve efficiency without sacrificing accuracy.
The architecture is built from a linear stack of depthwise separable convolutional layers organized into three
In practice, Xception emphasizes parameter efficiency by factorizing convolutions, similar in spirit to depthwise separable convolutions
Availability and usage: Xception is implemented in major deep learning frameworks and distributions, with pre-trained ImageNet