Static-Dynamic Interaction Networks for Offline Signature Verification

Abstract

Offline signature verification is a challenging issue that is widely used in various fields. Previous approaches model this task as a static feature matching or distance metric problem of two images. In this paper, we propose a novel Static-Dynamic Interaction Network (SDINet) model which introduces sequential representation into static signature images. A static signature image is converted to sequences by assuming pseudo dynamic processes in the static image. A static representation extracting deep features from signature images describes the global information of signatures. A dynamic representation extracting sequential features with LSTM networks characterizes the local information of signatures. A dynamic-to-static attention is learned from the sequences to refine the static features. Through the static-to-dynamic conversion and the dynamic-to-static attention, the static representation and dynamic representation are unified into a compact framework. The proposed method was evaluated on four popular datasets of different languages. The extensive experimental results manifest the strength of our model.

Cite

Text

Li et al. "Static-Dynamic Interaction Networks for Offline Signature Verification." AAAI Conference on Artificial Intelligence, 2021. doi:10.1609/AAAI.V35I3.16284

Markdown

[Li et al. "Static-Dynamic Interaction Networks for Offline Signature Verification." AAAI Conference on Artificial Intelligence, 2021.](https://mlanthology.org/aaai/2021/li2021aaai-static/) doi:10.1609/AAAI.V35I3.16284

BibTeX

@inproceedings{li2021aaai-static,
  title     = {{Static-Dynamic Interaction Networks for Offline Signature Verification}},
  author    = {Li, Huan and Wei, Ping and Hu, Ping},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2021},
  pages     = {1893-1901},
  doi       = {10.1609/AAAI.V35I3.16284},
  url       = {https://mlanthology.org/aaai/2021/li2021aaai-static/}
}