English

Identifying partial mouse brain microscopy images from Allen reference atlas using a contrastively learned semantic space

Computer Vision and Pattern Recognition 2022-07-22 v3 Machine Learning Machine Learning

Abstract

Precise identification of mouse brain microscopy images is a crucial first step when anatomical structures in the mouse brain are to be registered to a reference atlas. Practitioners usually rely on manual comparison of images or tools that assume the presence of complete images. This work explores Siamese Networks as the method for finding corresponding 2D reference atlas plates for given partial 2D mouse brain images. Siamese networks are a class of convolutional neural networks (CNNs) that use weight-shared paths to obtain low dimensional embeddings of pairs of input images. The correspondence between the partial mouse brain image and reference atlas plate is determined based on the distance between low dimensional embeddings of brain slices and atlas plates that are obtained from Siamese networks using contrastive learning. Experiments showed that Siamese CNNs can precisely identify brain slices using the Allen mouse brain atlas when training and testing images come from the same source. They achieved TOP-1 and TOP-5 accuracy of 25% and 100%, respectively, taking only 7.2 seconds to identify 29 images.

Keywords

Cite

@article{arxiv.2109.06662,
  title  = {Identifying partial mouse brain microscopy images from Allen reference atlas using a contrastively learned semantic space},
  author = {Justinas Antanavicius and Roberto Leiras and Raghavendra Selvan},
  journal= {arXiv preprint arXiv:2109.06662},
  year   = {2022}
}

Comments

Published in the Proceedings of International Workshop on Biomedical Image Registration (WBIR-2022). Source code available at https://github.com/Justinas256/2d-mouse-brain-identification. 12 pages, 6 figures

R2 v1 2026-06-24T05:57:14.205Z