Definition

MultiLSTM is similar to the LRCN. The model applies Attention to recent N-input features instead of simply taking a single feature. The previous hidden state of LSTM is used as a query, and the recent N-input features are used as a key and value.