awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to cmsflash/efficient-attention

Open-source alternatives to Efficient Attention

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.

  • 13952522076/spanet1

    13952522076/SPANet

    0Auf GitHub ansehen↗

    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.

    Auf GitHub ansehen↗0
  • andrew-qibin/coordattentionAvatar von Andrew-Qibin

    Andrew-Qibin/CoordAttention

    1,150Auf GitHub ansehen↗

    This repository is a PyTorch implementation of our coordinate attention (will appear in CVPR2021).

    Python
    Auf GitHub ansehen↗1,150
  • anita-hu/msafA

    anita-hu/MSAF

    0Auf GitHub ansehen↗

    Code for the paper MSAF: Multimodal Split Attention Fusion. This is our implementation of the MSAF module and the three MSAF-powered multimodal networks.

    Auf GitHub ansehen↗0
  • ardhendubehera/capAvatar von ArdhenduBehera

    ArdhenduBehera/cap

    82Auf GitHub ansehen↗

    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).

    Python
    Auf GitHub ansehen↗82
  • bangguwu/ecanetAvatar von BangguWu

    BangguWu/ECANet

    1,412Auf GitHub ansehen↗

    ECA-Net: Efficient Channel Attention for Deep Convolutional Neural Networks

    Python
    Auf GitHub ansehen↗1,412
  • blue-blue272/imgreid-ianetB

    blue-blue272/ImgReID-IAnet

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • cfzd/fcanetAvatar von cfzd

    cfzd/FcaNet

    602Auf GitHub ansehen↗

    PyTorch implementation of the paper "FcaNet: Frequency Channel Attention Networks".

    Python
    Auf GitHub ansehen↗602
  • chengy12/apnetAvatar von CHENGY12

    CHENGY12/APNet

    49Auf GitHub ansehen↗

    The official PyTorch code implementation for TIP20' Submission: "Person Re-identification via Attention Pyramid"

    Python
    Auf GitHub ansehen↗49
  • chinhsuanwu/coatnet-pytorchC

    chinhsuanwu/coatnet-pytorch

    0Auf GitHub ansehen↗

    This is a PyTorch implementation of CoAtNet specified in "CoAtNet: Marrying Convolution and Attention for All Data Sizes", arXiv 2021.

    Auf GitHub ansehen↗0
  • chomin/att-dartsC

    chomin/Att-DARTS

    0Auf GitHub ansehen↗

    The PyTorch implementation of Att-DARTS: Differentiable Neural Architecture Search for Attention.

    Auf GitHub ansehen↗0
  • christian-lyc/namAvatar von Christian-lyc

    Christian-lyc/NAM

    159Auf GitHub ansehen↗
    Python
    Auf GitHub ansehen↗159
  • coincheung/bisenetAvatar von CoinCheung

    CoinCheung/BiSeNet

    1,632Auf GitHub ansehen↗

    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.

    Python
    Auf GitHub ansehen↗1,632
  • dandingbudanding/bamAvatar von dandingbudanding

    dandingbudanding/BAM

    56Auf GitHub ansehen↗

    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

    Python
    Auf GitHub ansehen↗56
  • delightcmu/psaAvatar von DeLightCMU

    DeLightCMU/PSA

    256Auf GitHub ansehen↗

    This is an official implementation of:

    Python
    Auf GitHub ansehen↗256
  • dvlab-research/reviewkdD

    dvlab-research/ReviewKD

    0Auf GitHub ansehen↗

    Distilling Knowledge via Knowledge Review

    Auf GitHub ansehen↗0
  • facebookresearch/octconvAvatar von facebookresearch

    facebookresearch/OctConv

    558Auf GitHub ansehen↗

    MXNet implementation for:

    Python
    Auf GitHub ansehen↗558
  • gbup-group/dianetAvatar von gbup-group

    gbup-group/DIANet

    102Auf GitHub ansehen↗

    By Zhongzhan Huang, Senwei Liang, Mingfu Liang and Haizhao Yang.

    Python
    Auf GitHub ansehen↗102
  • gbup-group/iebnG

    gbup-group/IEBN

    0Auf GitHub ansehen↗

    By Senwei Liang, Zhongzhan Huang (* contribute equally), Mingfu Liang and Haizhao Yang.

    Auf GitHub ansehen↗0
  • guoxih/region-based-non-local-networkAvatar von guoxih

    guoxih/region-based-non-local-network

    18Auf GitHub ansehen↗

    Please ★star this repo and cite the following arXiv paper if you think our RNL is useful for you:

    Python
    Auf GitHub ansehen↗18
  • hilab-git/ca-netAvatar von HiLab-git

    HiLab-git/CA-Net

    175Auf GitHub ansehen↗

    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.

    Python
    Auf GitHub ansehen↗175
  • holmesshuan/compact-global-descriptorAvatar von HolmesShuan

    HolmesShuan/Compact-Global-Descriptor

    25Auf GitHub ansehen↗

    The Pytorch implementation of "Compact Global Descriptor for Neural Networks" (CGD). arXiv

    Python
    Auf GitHub ansehen↗25
  • hrnet/hrnet-semantic-segmentationAvatar von HRNet

    HRNet/HRNet-Semantic-Segmentation

    3,327Auf GitHub ansehen↗

    This is the implementation for PyTroch 0.4.1. - The HRNet OCR version ia available here. - The PyTroch 1.1 version is available here.

    Python
    Auf GitHub ansehen↗3,327
  • hszhao/sanAvatar von hszhao

    hszhao/SAN

    751Auf GitHub ansehen↗

    by Hengshuang Zhao, Jiaya Jia, and Vladlen Koltun, details are in paper.

    Python
    Auf GitHub ansehen↗751
  • hujie-frank/genetH

    hujie-frank/GENet

    0Auf GitHub ansehen↗

    By Jie Hu 1 , Li Shen 2 , Samuel Albanie 2 , Gang Sun 1 , Andrea Vedaldi 2 .

    Auf GitHub ansehen↗0
  • hujie-frank/senetAvatar von hujie-frank

    hujie-frank/SENet

    3,641Auf GitHub ansehen↗

    Squeeze-and-Excitation Networks

    Cuda
    Auf GitHub ansehen↗3,641
  • hyunjaelee410/style-based-recalibration-moduleH

    hyunjaelee410/style-based-recalibration-module

    0Auf GitHub ansehen↗

    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.

    Auf GitHub ansehen↗0
  • implus/pytorchinsightI

    implus/PytorchInsight

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • implus/sknetI

    implus/SKNet

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jaketae/g-mlpJ

    jaketae/g-mlp

    0Auf GitHub ansehen↗

    PyTorch implementation of Pay Attention to MLPs.

    Auf GitHub ansehen↗0
  • 13952522076/dcanetAvatar von 13952522076

    13952522076/DCANet

    125Auf GitHub ansehen↗

    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…

    Python
    Auf GitHub ansehen↗125