Recurrent Neural Networks for Signature Verification
暂无分享,去创建一个
This paper investigates the application of Long Short-Term Memory (LSTM) Recurrent Neural Networks (RNNs) to the task of signature verification. Traditional RNNs are capable of modeling dynamical systems with hidden states; they have been successfully applied to domains ranging from financial forecasting to control and speech recognition. We have applied on-line signature time series data to traditional LSTM, LSTM with forget gates and LSTM with peephole connections algorithms which was developed by [4]. It can be clearly seen in this pattern classification problem that traditional LSTM RNNs outperform LSTMs with forget gates and peephole connections. The latter also outperform traditional RNNs which can’t seem to even learn this task due to the long-term dependency problem.
[1] Paul J. Werbos,et al. Backpropagation Through Time: What It Does and How to Do It , 1990, Proc. IEEE.
[2] Barak A. Pearlmutter. Dynamic recurrent neural networks , 1990 .
[3] Jürgen Schmidhuber,et al. Long Short-Term Memory , 1997, Neural Computation.
[4] Gopal Gupta,et al. A Review of Dynamic Handwritten Signature Verification , 1997 .
[5] Mikael Bodén,et al. A guide to recurrent neural networks and backpropagation , 2001 .