All Projects → chenxinpeng → Arnet

chenxinpeng / Arnet

Licence: other
CVPR 2018 - Regularizing RNNs for Caption Generation by Reconstructing The Past with The Present

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Arnet

udacity-cvnd-projects
My solutions to the projects assigned for the Udacity Computer Vision Nanodegree
Stars: ✭ 36 (-61.7%)
Mutual labels:  rnn, image-captioning
Caption generator
A modular library built on top of Keras and TensorFlow to generate a caption in natural language for any input image.
Stars: ✭ 243 (+158.51%)
Mutual labels:  rnn, image-captioning
CS231n
My solutions for Assignments of CS231n: Convolutional Neural Networks for Visual Recognition
Stars: ✭ 30 (-68.09%)
Mutual labels:  rnn, image-captioning
Image-Captioning-with-Beam-Search
Generating image captions using Xception Network and Beam Search in Keras
Stars: ✭ 18 (-80.85%)
Mutual labels:  rnn, image-captioning
captioning chainer
A fast implementation of Neural Image Caption by Chainer
Stars: ✭ 17 (-81.91%)
Mutual labels:  rnn, image-captioning
Gru Svm
[ICMLC 2018] A Neural Network Architecture Combining Gated Recurrent Unit (GRU) and Support Vector Machine (SVM) for Intrusion Detection
Stars: ✭ 76 (-19.15%)
Mutual labels:  rnn
Automatic Image Captioning
Generating Captions for images using Deep Learning
Stars: ✭ 84 (-10.64%)
Mutual labels:  image-captioning
Image Text Papers
Image Caption and Text to Image papers.
Stars: ✭ 71 (-24.47%)
Mutual labels:  image-captioning
Hred Attention Tensorflow
An extension on the Hierachical Recurrent Encoder-Decoder for Generative Context-Aware Query Suggestion, our implementation is in Tensorflow and uses an attention mechanism.
Stars: ✭ 68 (-27.66%)
Mutual labels:  rnn
Easyesn
Python library for Reservoir Computing using Echo State Networks
Stars: ✭ 93 (-1.06%)
Mutual labels:  rnn
Cnn lstm for text classify
CNN, LSTM, NBOW, fasttext 中文文本分类
Stars: ✭ 90 (-4.26%)
Mutual labels:  rnn
Copper price forecast
copper price(time series) prediction using bpnn and lstm
Stars: ✭ 81 (-13.83%)
Mutual labels:  rnn
Performance Rnn Pytorch
Event-based music generation with RNN using PyTorch
Stars: ✭ 77 (-18.09%)
Mutual labels:  rnn
Lstm chem
Implementation of the paper - Generative Recurrent Networks for De Novo Drug Design.
Stars: ✭ 87 (-7.45%)
Mutual labels:  rnn
Codegan
[Deprecated] Source Code Generation using Sequence Generative Adversarial Networks
Stars: ✭ 73 (-22.34%)
Mutual labels:  rnn
Rnn Handwriting Generation
Handwriting generation by RNN with TensorFlow, based on "Generating Sequences With Recurrent Neural Networks" by Alex Graves
Stars: ✭ 90 (-4.26%)
Mutual labels:  rnn
Patter
speech-to-text in pytorch
Stars: ✭ 71 (-24.47%)
Mutual labels:  rnn
Pytorch Sentiment Analysis Classification
A PyTorch Tutorials of Sentiment Analysis Classification (RNN, LSTM, Bi-LSTM, LSTM+Attention, CNN)
Stars: ✭ 80 (-14.89%)
Mutual labels:  rnn
Speech Emotion Recognition
Detecting emotions using MFCC features of human speech using Deep Learning
Stars: ✭ 89 (-5.32%)
Mutual labels:  rnn
Code
ECG Classification
Stars: ✭ 78 (-17.02%)
Mutual labels:  rnn

Regularizing RNNs for Caption Generation by Reconstructing The Past with The Present (ARNet)

Introduction

This paper was accepted by CVPR 2018 as poster. The proposed method is very effective in RNN-based models. In our framework, RNNs are regularized by reconstructing the previous hidden state with the current one. Therefore, the relationships between neighbouring hidden states in RNNs can be further exploited by our ARNet.

ARNet framework

Experiments

We validate our ARNet on the following tasks:

Citation

If you use our code in your research or wish to refer to the baseline results, please use the following BibTeX entry.

@InProceedings{Chen_2018_CVPR,
  author = {Chen, Xinpeng and Ma, Lin and Jiang, Wenhao and Yao, Jian and Liu, Wei},
  title = {Regularizing RNNs for Caption Generation by Reconstructing the Past With the Present},
  booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  month = {June},
  year = {2018}
}

License

The code and the models in this repo are released under the CC-BY-NC 4.0 LICENSE (refer to the LICENSE file for details).

Authorship

This project is maintained by Xinpeng Chen.

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