English

Multi-Perspective LSTM for Joint Visual Representation Learning

Computer Vision and Pattern Recognition 2021-05-07 v1

Abstract

We present a novel LSTM cell architecture capable of learning both intra- and inter-perspective relationships available in visual sequences captured from multiple perspectives. Our architecture adopts a novel recurrent joint learning strategy that uses additional gates and memories at the cell level. We demonstrate that by using the proposed cell to create a network, more effective and richer visual representations are learned for recognition tasks. We validate the performance of our proposed architecture in the context of two multi-perspective visual recognition tasks namely lip reading and face recognition. Three relevant datasets are considered and the results are compared against fusion strategies, other existing multi-input LSTM architectures, and alternative recognition solutions. The experiments show the superior performance of our solution over the considered benchmarks, both in terms of recognition accuracy and complexity. We make our code publicly available at https://github.com/arsm/MPLSTM.

Keywords

Cite

@article{arxiv.2105.02802,
  title  = {Multi-Perspective LSTM for Joint Visual Representation Learning},
  author = {Alireza Sepas-Moghaddam and Fernando Pereira and Paulo Lobato Correia and Ali Etemad},
  journal= {arXiv preprint arXiv:2105.02802},
  year   = {2021}
}

Comments

Accepted to CVPR2021. Project link: https://github.com/arsm/MPLSTM

R2 v1 2026-06-24T01:50:55.506Z