All Projects → iamhankai → Attribute Aware Attention

iamhankai / Attribute Aware Attention

[ACM MM 2018] Attribute-Aware Attention Model for Fine-grained Representation Learning

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Attribute Aware Attention

Triplet Attention
Official PyTorch Implementation for "Rotate to Attend: Convolutional Triplet Attention Module." [WACV 2021]
Stars: ✭ 222 (+55.24%)
Mutual labels:  convolutional-neural-networks, attention-mechanism
HiCMD
[CVPR2020] Hi-CMD: Hierarchical Cross-Modality Disentanglement for Visible-Infrared Person Re-Identification
Stars: ✭ 64 (-55.24%)
Mutual labels:  representation-learning, person-reidentification
Pytorch Question Answering
Important paper implementations for Question Answering using PyTorch
Stars: ✭ 154 (+7.69%)
Mutual labels:  convolutional-neural-networks, attention-mechanism
Graphwaveletneuralnetwork
A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)
Stars: ✭ 404 (+182.52%)
Mutual labels:  convolutional-neural-networks, representation-learning
Graph 2d cnn
Code and data for the paper 'Classifying Graphs as Images with Convolutional Neural Networks' (new title: 'Graph Classification with 2D Convolutional Neural Networks')
Stars: ✭ 67 (-53.15%)
Mutual labels:  convolutional-neural-networks, representation-learning
Drln
Densely Residual Laplacian Super-resolution, IEEE Pattern Analysis and Machine Intelligence (TPAMI), 2020
Stars: ✭ 120 (-16.08%)
Mutual labels:  convolutional-neural-networks, attention-mechanism
Patient2Vec
Patient2Vec: A Personalized Interpretable Deep Representation of the Longitudinal Electronic Health Record
Stars: ✭ 85 (-40.56%)
Mutual labels:  representation-learning, attention-mechanism
Text classification
all kinds of text classification models and more with deep learning
Stars: ✭ 7,179 (+4920.28%)
Mutual labels:  convolutional-neural-networks, attention-mechanism
Textclassifier
Text classifier for Hierarchical Attention Networks for Document Classification
Stars: ✭ 985 (+588.81%)
Mutual labels:  convolutional-neural-networks, attention-mechanism
Sigver wiwd
Learned representation for Offline Handwritten Signature Verification. Models and code to extract features from signature images.
Stars: ✭ 112 (-21.68%)
Mutual labels:  convolutional-neural-networks, representation-learning
Image Caption Generator
A neural network to generate captions for an image using CNN and RNN with BEAM Search.
Stars: ✭ 126 (-11.89%)
Mutual labels:  convolutional-neural-networks, attention-mechanism
Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (-2.8%)
Mutual labels:  convolutional-neural-networks
Easycnn
easy convolution neural network
Stars: ✭ 136 (-4.9%)
Mutual labels:  convolutional-neural-networks
Deep Steganography
Hiding Images within other images using Deep Learning
Stars: ✭ 136 (-4.9%)
Mutual labels:  convolutional-neural-networks
Reproduce Chexnet
Reproduce CheXNet
Stars: ✭ 136 (-4.9%)
Mutual labels:  convolutional-neural-networks
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+1206.29%)
Mutual labels:  convolutional-neural-networks
Wsddn
Weakly Supervised Deep Detection Networks (CVPR 2016)
Stars: ✭ 138 (-3.5%)
Mutual labels:  convolutional-neural-networks
Adnet
Attention-guided CNN for image denoising(Neural Networks,2020)
Stars: ✭ 135 (-5.59%)
Mutual labels:  attention-mechanism
Mrcnn Scene Recognition
MR-CNNs for Large-Scale Scene Recognition
Stars: ✭ 135 (-5.59%)
Mutual labels:  convolutional-neural-networks
Kate
Code & data accompanying the KDD 2017 paper "KATE: K-Competitive Autoencoder for Text"
Stars: ✭ 135 (-5.59%)
Mutual labels:  representation-learning

Attribute-Aware Attention Model

Code for ACM Multimedia 2018 oral paper: Attribute-Aware Attention Model for Fine-grained Representation Learning

We have presented results of fine-grained classification, person re-id, image retrieval tasks, including CUB-200-2011, Market-1501, CARS196 datasets in the paper. Here is the example of fine-grained classification. For detailed results, refer to the original paper or ArXiv.

Usage

Requires: Keras 1.2.1 ("image_data_format": "channels_first")

Run in two steps:

  1. Download CUB-200-2011 dataset here and unzip it to $CUB; Copy file tools/processed_attributes.txt to $CUB.
  • The $CUB dir should be like this:
  1. Change data_dir in run.sh to $CUB, run the scprit sh run.sh to obtain the result.
  • Result on CUB dataset

Citation

Please use the following bibtex to cite our work:

@inproceedings{han2018attribute,
  title={Attribute-Aware Attention Model for Fine-grained Representation Learning},
  author={Han, Kai and Guo, Jianyuan and Zhang, Chao and Zhu, Mingjian},
  booktitle={Proceedings of the 26th ACM international conference on Multimedia},
  pages={2040--2048},
  year={2018},
  organization={ACM}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].