- Hands-On Meta Learning with Python
- Sudharsan Ravichandiran
- 254字
- 2021-07-02 14:29:19
Applications of siamese networks
As we understood, a siamese network learns by finding similarity between two input values using identical architecture. It is one of the most commonly used few-shot learning algorithms among tasks that involve computing similarity between two entities. It is powerful and robust and serves as a solution for a low data problem.
In the first paper in which siamese networks were published (https://papers.nips.cc/paper/769-signature-verification-using-a-siamese-time-delay-neural-network.pdf), the author depicts the significance of the network for the signature verification task. The objective of the signature verification task is to identify the authenticity of the signature. So, the author trained the siamese networks with genuine and imposite pairs of signatures and used a convolutional network for extracting features from the signature. After extracting features, they measured the distance between two feature vectors for identifying the similarity. So, when a new signature comes in, we extract the features and compare them with the stored feature vector of the signer. If the distance is less than a certain threshold, then we accept the signature as authentic, or else we reject the signature.
Siamese networks are also used extensively in NLP tasks. There is an interesting paper (http://www.aclweb.org/anthology/W16-1617) where the authors used a siamese network for computing text similarity. They used siamese networks as bidirectional units and used cosine similarity as an energy function for computing the similarity between texts.
The applications of siamese networks are endless; they've been stacked with various architectures for performing various tasks such as human action recognition, scene change detection, and machine translation.
- Microsoft SQL Server企業級平臺管理實踐
- 大數據可視化
- 大數據時代下的智能轉型進程精選(套裝共10冊)
- WS-BPEL 2.0 Beginner's Guide
- Python金融實戰
- 重復數據刪除技術:面向大數據管理的縮減技術
- Solaris操作系統原理實驗教程
- 數據庫技術及應用
- Unity 2018 By Example(Second Edition)
- 大數據與機器學習:實踐方法與行業案例
- Deep Learning with R for Beginners
- Oracle 11g數據庫管理員指南
- 實用預測分析
- GameMaker Game Programming with GML
- MySQL應用實戰與性能調優