What is it about?

Machine learning (ML) is able to perform well with complex tasks such as computer vision, speech recognition, text understanding, etc. However, it generally requires an enormous amount of data to "learn". Siamese Neural Network (SNN), a type of ML approach are able to deliver good performance with limited data. However, SNNs are only able to quantify the similarity between given data and cannot classify them, at least in their original form. SNNs have been modified and equipped further with additional techniques to allow classification through them. Nevertheless, existing approaches for SNN-based classification leave substantial room for improvement. In the proposed method, we utilised concepts drawn from Artificial Immune Systems (AIS) to enhance the classification performance of SNNs. The method has been tested on three different benchmark high-dimensional image datasets. We obtain an increment both in the accuracy and the inference time of the SNN.

Featured Image

Why is it important?

The work bridges two domains of ML, namely, AIS and SNN, thus also opening up a new area for further exploration. Due to the stark similarity between AIS and SNN, the concepts from both domains are highly compatible and can be interchangeably leveraged into one another. The existing works using SNN for classification hamper the scalability of SNN, add substantially to the computational overhead, increase the inference time and lose the inter-class information while making an inference. Usage of AIS in the proposed manner avoids all these loopholes, thereby increasing the accuracy and the inference time.

Perspectives

Apart from increasing the state-of-the-art performance, for me, this work acted as a bedrock to explore further connections between Deep Neural Networks and other Bio-inspired Algorithms. SNNs can also be used under resource-constrained settings which I have explored further in my recent works.

Suraj Kumar Pandey
Indian Institute of Technology Guwahati

Read the Original

This page is a summary of: Enhancing Siamese Neural Networks for Multi-class Classification: An Immuno-inspired approach, July 2023, ACM (Association for Computing Machinery),
DOI: 10.1145/3583133.3595827.
You can read the full text:

Read

Resources

Contributors

The following have contributed to this page