Sequential Image Classification

37 papers with code • 3 benchmarks • 3 datasets

Sequential image classification is the task of classifying a sequence of images.

( Image credit: TensorFlow-101 )

Libraries

Use these libraries to find Sequential Image Classification models and implementations
3 papers
57

UnICORNN: A recurrent model for learning very long time dependencies

tk-rusch/unicornn 9 Mar 2021

The design of recurrent neural networks (RNNs) to accurately process sequential inputs with long-time dependencies is very challenging on account of the exploding and vanishing gradient problem.

28
09 Mar 2021

Sequential Place Learning: Heuristic-Free High-Performance Long-Term Place Recognition

mchancan/deepseqslam 2 Mar 2021

Sequential matching using hand-crafted heuristics has been standard practice in route-based place recognition for enhancing pairwise similarity results for nearly a decade.

90
02 Mar 2021

Parallelizing Legendre Memory Unit Training

hrshtv/pytorch-lmu 22 Feb 2021

For instance, our LMU sets a new state-of-the-art result on psMNIST, and uses half the parameters while outperforming DistilBERT and LSTM models on IMDB sentiment analysis.

36
22 Feb 2021

CKConv: Continuous Kernel Convolution For Sequential Data

dwromero/ckconv ICLR 2022

Convolutional networks are unable to handle sequences of unknown size and their memory horizon must be defined a priori.

111
04 Feb 2021

DeepSeqSLAM: A Trainable CNN+RNN for Joint Global Description and Sequence-based Place Recognition

mchancan/deepseqslam 17 Nov 2020

Sequence-based place recognition methods for all-weather navigation are well-known for producing state-of-the-art results under challenging day-night or summer-winter transitions.

90
17 Nov 2020

Coupled Oscillatory Recurrent Neural Network (coRNN): An accurate and (gradient) stable architecture for learning long time dependencies

tk-rusch/coRNN ICLR 2021

Circuits of biological neurons, such as in the functional parts of the brain can be modeled as networks of coupled oscillators.

41
02 Oct 2020

HiPPO: Recurrent Memory with Optimal Polynomial Projections

HazyResearch/hippo-code NeurIPS 2020

A central problem in learning from sequential data is representing cumulative history in an incremental fashion as more data is processed.

138
17 Aug 2020

Learning to Combine Top-Down and Bottom-Up Signals in Recurrent Neural Networks with Attention over Modules

sarthmit/BRIMs ICML 2020

To effectively utilize the wealth of potential top-down information available, and to prevent the cacophony of intermixed signals in a bidirectional architecture, mechanisms are needed to restrict information flow.

28
30 Jun 2020

Lipschitz Recurrent Neural Networks

erichson/LipschitzRNN ICLR 2021

Viewing recurrent neural networks (RNNs) as continuous-time dynamical systems, we propose a recurrent unit that describes the hidden state's evolution with two parts: a well-understood linear component plus a Lipschitz nonlinearity.

22
22 Jun 2020

Learning Long-Term Dependencies in Irregularly-Sampled Time Series

mlech26l/ode-lstms NeurIPS 2020

These models, however, face difficulties when the input data possess long-term dependencies.

106
08 Jun 2020