SaoYan / LearnToPayAttention
PyTorch implementation of ICLR 2018 paper Learn To Pay Attention (and some modification)
☆164Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for LearnToPayAttention
- A generalized gradient-based CNN visualization technique☆288Updated 5 years ago
- Pytorch implementation of our paper: Revisting Cycle-GAN for semi-supervised segmentation☆103Updated 4 years ago
- Class Activation Mapping written in PyTorch.☆152Updated 2 years ago
- The re-implementation of Smooth Grad-CAM++ with pytorch☆65Updated 5 years ago
- Attention Branch Network (CIFAR100, ImageNet models)☆268Updated 10 months ago
- Contains implementation of Guided Attention Inference Network (GAIN) presented in Tell Me Where to Look(CVPR 2018). This repository aims …☆234Updated 6 years ago
- An implementation of GAIN heatmap network in pytorch. Original paper: https://arxiv.org/abs/1802.10171☆31Updated 6 years ago
- the re-implementation of Score CAM with pytorch☆52Updated 4 years ago
- Implementation of the paper Self-Supervised Learning of Pretext-Invariant Representations☆89Updated 4 years ago
- ☆145Updated 3 years ago
- A Simple pytorch implementation of GradCAM and GradCAM++☆358Updated 5 years ago
- Understanding Deep Networks via Extremal Perturbations and Smooth Masks☆344Updated 4 years ago
- Semi-supervised ImageNet1K models☆241Updated 5 years ago
- Code for paper Unsupervised Object Segmentation by Redrawing☆176Updated 4 years ago
- A Simple pytorch implementation of GradCAM and GradCAM++☆84Updated 3 years ago
- Official implementation of Score-CAM in PyTorch☆405Updated 2 years ago
- PyTorch re-implementation of Grad-CAM (+ vanilla/guided backpropagation, deconvnet, and occlusion sensitivity maps)☆787Updated 4 years ago
- Pytorch implementation of "A Simple Framework for Contrastive Learning of Visual Representations"☆79Updated 7 months ago
- Class Activation Map with Pytorch☆84Updated 4 years ago
- PyTorch Implementation of Contrastive Predictive Coding for image recognition, based on research papers https://arxiv.org/abs/1807.03748 …☆81Updated 4 years ago
- Pytorch implementation of paper: [Tell Me Where to Look: Guided Attention Inference Network](http://openaccess.thecvf.com/content_cvpr_20…☆48Updated 5 years ago
- Full-gradient saliency maps☆203Updated last year
- Attention-based Dropout Layer for Weakly Supervised Object Localization (CVPR 2019 Oral)☆195Updated 4 years ago
- Unofficial implementation of "Max-margin Class Imbalanced Learning with Gaussian Affinity"☆73Updated 2 years ago
- Invariant Information Clustering for Unsupervised Image Classification and Segmentation☆60Updated 4 years ago
- reproduce ICLR18 paper "Learn to Pay Attention"☆18Updated 3 years ago
- A Probabilistic U-Net for segmentation of ambiguous images implemented in PyTorch☆271Updated 5 years ago
- This repo contains code for SimCLR : A Simple Framework for Contrastive Learning of Visual Representations☆17Updated 3 years ago
- Implements the ideas presented in https://arxiv.org/pdf/2004.11362v1.pdf by Khosla et al.☆132Updated 4 years ago
- One-Shot Learning with Triplet CNNs in Pytorch