You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .zenodo.json
+2-22Lines changed: 2 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"title": "Enhancing Image Retrieval Through Optimal Barcode Representation",
3
-
"description": "This repository contains the implementation of deep feature barcoding methods using Combinatorial Genetic Algorithm (CGA) for efficient medical image retrieval. The code includes multiple hashing and barcoding techniques evaluated on TCGA (The Cancer Genome Atlas) datasets and other image datasets. The main contribution is the optimization of feature ordering using CGA to improve barcoding performance for histopathological image retrieval.",
3
+
"description": "This repository contains the implementation of deep feature barcoding methods using Combinatorial Genetic Algorithm (CGA) for efficient medical image retrieval. The code includes multiple hashing and barcoding techniques evaluated on TCGA (The Cancer Genome Atlas) datasets and other image datasets. The main contribution is the optimization of feature ordering using CGA to improve barcoding performance for histopathological image retrieval. This implementation includes: 1) Combinatorial Genetic Algorithm for feature ordering optimization, 2) Multiple baseline hashing methods (aHash, dHash, DFT, etc.), 3) Neural network-based hashing approaches, 4) Comprehensive evaluation metrics (F1-score, Precision@k, mAP), 5) Support for multiple datasets including TCGA organ-specific subsets.",
"The Cancer Genome Atlas Research Network. Comprehensive genomic characterization defines human glioblastoma genes and core pathways. Nature 455, 1061–1068 (2008).",
69
62
"Kalra, S., Tizhoosh, H.R., Shah, S. et al. Pan-cancer diagnostic consensus through searching archival histopathology images using artificial intelligence. npj Digit. Med. 3, 31 (2020)."
70
63
],
71
64
"notes": "This software accompanies the research paper on deep feature barcoding with combinatorial genetic algorithm. The code allows for reproducible experiments and comparison of various hashing methods on medical image datasets. TCGA data access requires appropriate permissions and data use agreements.",
0 commit comments