← Search

Ruslan Salakhudinov

4 accepted papers

2016

Revisiting Semi-Supervised Learning with Graph Embeddings

ICML 2016poster

We present a semi-supervised learning framework based on graph embeddings. Given a graph between instances, we train an embedding for each instance to jointly predict the class label and the neighborhood context in the graph. We develop both transductive and inductive variants of our method. In the…

2015

Show, Attend and Tell: Neural Image Caption Generation with Visual Attention

ICML 2015poster

Inspired by recent work in machine translation and object detection, we introduce an attention based model that automatically learns to describe the content of images. We describe how we can train this model in a deterministic manner using standard backpropagation techniques and stochastically by ma…

Cited by 13573SourcePDFScholar
2015

Unsupervised Learning of Video Representations using LSTMs

ICML 2015poster

We use Long Short Term Memory (LSTM) networks to learn representations of video sequences. Our model uses an encoder LSTM to map an input sequence into a fixed length representation. This representation is decoded using single or multiple decoder LSTMs to perform different tasks, such as reconstruct…