30 open-source projects similar to cmsflash/efficient-attention, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Efficient Attention alternative.
The table prvoides the models and results of various models on CIFAR100. Learning rate =0.1 and will be divided by 10 every 70 epochs. Total 300 epochs. Using SGD optimizer, momentum=0.9, weight_decay=5e-4. Loss is CrossEntropyLoss. Batch-size=512.
This repository is a PyTorch implementation of our coordinate attention (will appear in CVPR2021).
Code for the paper MSAF: Multimodal Split Attention Fusion. This is our implementation of the MSAF module and the three MSAF-powered multimodal networks.
A repository for the code used to create and train the model defined in 'Context-aware Attentional Pooling (CAP) for Fine-grained Visual Classification' from AAAI 2021 (See the Paper section).
ECA-Net: Efficient Channel Attention for Deep Convolutional Neural Networks
PyTorch implementation of the paper "FcaNet: Frequency Channel Attention Networks".
The official PyTorch code implementation for TIP20' Submission: "Person Re-identification via Attention Pyramid"
This is a PyTorch implementation of CoAtNet specified in "CoAtNet: Marrying Convolution and Attention for All Data Sizes", arXiv 2021.
The PyTorch implementation of Att-DARTS: Differentiable Neural Architecture Search for Attention.
BiSeNetV2 is faster and requires less memory, you can try BiSeNetV2 on cityscapes like this: ` $ export CUDAVISIBLEDEVICES=0,1 $ python -m torch.distributed.launch --nprocpernode=2 bisenetv2/train.py --fp16 ` This would train the model and then compute the mIOU on eval set.
This project is built from IDN, and thanks for the contributions of all the other researchers those who made their codes accessible. paper_link:https://arxiv.org/ftp/arxiv/papers/2104/2104.07566.pdf
By Zhongzhan Huang, Senwei Liang, Mingfu Liang and Haizhao Yang.
By Senwei Liang, Zhongzhan Huang (* contribute equally), Mingfu Liang and Haizhao Yang.
Please ★star this repo and cite the following arXiv paper if you think our RNL is useful for you:
This repository provides the code for "CA-Net: Comprehensive attention Convolutional Neural Networks for Explainable Medical Image Segmentation". Our work now is available on Arxivpaperlink. Our work is accepted by TMItmilink.
The Pytorch implementation of "Compact Global Descriptor for Neural Networks" (CGD). arXiv
This is the implementation for PyTroch 0.4.1. - The HRNet OCR version ia available here. - The PyTroch 1.1 version is available here.
By Jie Hu 1 , Li Shen 2 , Samuel Albanie 2 , Gang Sun 1 , Andrea Vedaldi 2 .
The official PyTorch implementation of "SRM : A Style-based Recalibration Module for Convolutional Neural Networks" for ImageNet. SRM is a lightweight architectural unit that dynamically recalibrates feature responses based on style importance.
Figure 1. Illustration of our DCANet. We visualize intermediate feature activation using Grad-CAM. Vanilla SE-ResNet50 varies its focus dramatically at different stages. In contrast, our DCA enhanced SE-ResNet50 progressively and recursively adjusts focus, and closely pays attention to the…