Severity: Warning
Message: file_get_contents(https://...@gmail.com&api_key=61f08fa0b96a73de8c900d749fcb997acc09&a=1): Failed to open stream: HTTP request failed! HTTP/1.1 429 Too Many Requests
Filename: helpers/my_audit_helper.php
Line Number: 197
Backtrace:
File: /var/www/html/application/helpers/my_audit_helper.php
Line: 197
Function: file_get_contents
File: /var/www/html/application/helpers/my_audit_helper.php
Line: 271
Function: simplexml_load_file_from_url
File: /var/www/html/application/helpers/my_audit_helper.php
Line: 3165
Function: getPubMedXML
File: /var/www/html/application/controllers/Detail.php
Line: 597
Function: pubMedSearch_Global
File: /var/www/html/application/controllers/Detail.php
Line: 511
Function: pubMedGetRelatedKeyword
File: /var/www/html/index.php
Line: 317
Function: require_once
98%
921
2 minutes
20
Purpose: Retrieving images of organs and their associated pathologies is essential for evidence-based clinical diagnosis. Deep neural hashing (DNH) has demonstrated the ability to retrieve images fast on large datasets. Conventional pairwise DNH methods can focus on semantic similarity between either organs or pathology of an image pair but not on both simultaneously.
Approach: We propose an organ and pathology contextual-supervised hashing approach (OPHash) learned using three types of samples (called bags) to learn accurate hash representation. Because only semantic similarity is inadequate to incorporate with these bags, we introduce relational similarity to generate identical hash codes from most similar image pairs. OPHash is trained by minimizing classification loss, two retrieval losses implemented using Cauchy cross-entropy and maximizing discriminator loss over training samples.
Results: Experiments are performed with two radiology datasets derived from the publicly available datasets. OPHash achieves 24% higher mean average precision than the state-of-the-art for top-100 retrieval.
Conclusion: OPHash retrieves images with semantic similarity of organs and their associated pathology. It is agnostic to image size as well. This method improves retrieval efficiency across diverse medical imaging datasets, accommodating multiple organs and pathologies. The code is available at https://github.com/asimmanna17/OPHash.
Download full-text PDF |
Source |
---|---|
http://www.ncbi.nlm.nih.gov/pmc/articles/PMC11838790 | PMC |
http://dx.doi.org/10.1117/1.JMI.12.1.017503 | DOI Listing |