Computer Vision
Efficient Channel Attention for Deep Convolutional Neural Networks (ECA-Net)
In this article we'll dive into an in-depth discussion of a recently proposed attention mechanism, namely ECA-Net, published at CVPR 2020.
Channel Attention and Squeeze-and-Excitation Networks (SENet)
In this article we will cover one of the most influential attention mechanisms proposed in computer vision: channel attention, as seen in Squeeze-and-Excitation Networks (SENet).
GhostNet (CVPR 2020) in PyTorch and TensorFlow
In this post we'll take an in-depth look at feature maps in convolutional neural networks, do a thorough review of GhostNet, and break down the code in PyTorch and TensorFlow.