paper-with-me

홈 › Papers

Benchmarking Pretrained Vision Embeddings for Near- and Duplicate Detection in Medical Images

2023-12-12 · Tuan Truong, Farnaz Khun Jush, Matthias Lenga

Near- and duplicate image detection is a critical concern in the field of medical imaging. Medical datasets often contain similar or duplicate images from various sources, which can lead to significant performance issues and evaluation biases, especially in machine learning tasks due to data leakage between training and testing subsets. In this paper, we present an approach for identifying near- and duplicate 3D medical images leveraging publicly available 2D computer vision embeddings. We assessed our approach by comparing embeddings extracted from two state-of-the-art self-supervised pretrained models and two different vector index structures for similarity retrieval. We generate an experimental benchmark based on the publicly available Medical Segmentation Decathlon dataset. The proposed method yields promising results for near- and duplicate image detection achieving a mean sensitivity and specificity of 0.9645 and 0.8559, respectively.

📄 PDF Abstract BibTeX arXiv:2312.07273

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingRetrievalSpecificity

Similar Papers 제목 키워드 기반

Evaluating the Utility of Document Embedding Vector Difference for Relation Learning

2019-07-18 · Jingyuan Zhang, Timothy Baldwin

Recent work has demonstrated that vector offsets obtained by subtracting pretrained word embedding vectors can be used to predict lexical relations with surprising accuracy. Inspired by this finding, in this paper, we ex…

Document EmbeddingRelation

Benchmarking unsupervised near-duplicate image detection

2019-07-03 · Lia Morra, Fabrizio Lamberti

Unsupervised near-duplicate detection has many practical applications ranging from social media analysis and web-scale retrieval, to digital image forensics. It entails running a threshold-limited query on a set of descr…

BenchmarkingBinary ClassificationContent-Based Image RetrievalImage Forensics+3

Refining GPT-3 Embeddings with a Siamese Structure for Technical Post Duplicate Detection

2023-12-22 · Xingfang Wu, Heng Li, Nobukazu Yoshioka, Hironori Washizaki 외

One goal of technical online communities is to help developers find the right answer in one place. A single question can be asked in different ways with different wordings, leading to the existence of duplicate posts on …

A Review on Near Duplicate Detection of Images using Computer Vision Techniques

2020-09-07 · K. K. Thyagharajan, G. Kalaiarasi

Nowadays, digital content is widespread and simply redistributable, either lawfully or unlawfully. For example, after images are posted on the internet, other web users can modify them and then repost their versions, the…

object-detectionObject DetectionObject Recognition

Training on test data: Removing near duplicates in Fashion-MNIST

2019-06-19 · Christopher Geier

MNIST and Fashion MNIST are extremely popular for testing in the machine learning space. Fashion MNIST improves on MNIST by introducing a harder problem, increasing the diversity of testing sets, and more accurately repr…

BIG-bench Machine LearningDiversity