AdaTriplet: Adaptive Gradient Triplet Loss with Automatic Margin Learning for Forensic Medical Image Matching
Khanh Nguyen, Huy Hoang Nguyen, Aleksei Tiulpin

TL;DR
This paper introduces AdaTriplet, an adaptive gradient triplet loss with automatic margin learning, improving forensic medical image matching by addressing challenges like aging effects and degenerative disorders.
Contribution
The paper proposes AdaTriplet loss with adaptive gradients and AutoMargin for dynamic hyperparameter adjustment, enhancing deep neural network performance in forensic medical image retrieval.
Findings
AdaTriplet outperforms traditional triplet loss on FMIM benchmarks.
AutoMargin effectively adjusts margin hyperparameters during training.
The approach demonstrates robustness to aging and degenerative changes in medical images.
Abstract
This paper tackles the challenge of forensic medical image matching (FMIM) using deep neural networks (DNNs). FMIM is a particular case of content-based image retrieval (CBIR). The main challenge in FMIM compared to the general case of CBIR, is that the subject to whom a query image belongs may be affected by aging and progressive degenerative disorders, making it difficult to match data on a subject level. CBIR with DNNs is generally solved by minimizing a ranking loss, such as Triplet loss (TL), computed on image representations extracted by a DNN from the original data. TL, in particular, operates on triplets: anchor, positive (similar to anchor) and negative (dissimilar to anchor). Although TL has been shown to perform well in many CBIR tasks, it still has limitations, which we identify and analyze in this work. In this paper, we introduce (i) the AdaTriplet loss -- an extension of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Imaging and Analysis · AI in cancer detection · Radiomics and Machine Learning in Medical Imaging
MethodsTriplet Loss
