Path2AI/STARC-9
12-Dec-2025 Note: The latest updated dataset will be available soon. Paper link is given here: Openreview or Arxiv . To learn more about dataset generation using DeepCluster++, see the detailed documentation here. For training and validation of baseline and foundation classifier models using the generated dataset, visit here. Both the collected dataset and the trained model have been made publicly available for research use. Visit here . If you find our work useful in your research or use… See the full description on the dataset page: https://huggingface.co/datasets/Path2AI/STARC-9.
7566
1{2 "@context": {3 "@language": "en",4 "@vocab": "https://schema.org/",5 "citeAs": "cr:citeAs",6 "column": "cr:column",7 "conformsTo": "dct:conformsTo",8 "cr": "http://mlcommons.org/croissant/",9 "rai": "http://mlcommons.org/croissant/RAI/",10 "data": {11 "@id": "cr:data",12 "@type": "@json"13 },14 "dataType": {15 "@id": "cr:dataType",16 "@type": "@vocab"17 },18 "dct": "http://purl.org/dc/terms/",19 "examples": {20 "@id": "cr:examples",21 "@type": "@json"22 },23 "extract": "cr:extract",24 "field": "cr:field",25 "fileProperty": "cr:fileProperty",26 "fileObject": "cr:fileObject",27 "fileSet": "cr:fileSet",28 "format": "cr:format",29 "includes": "cr:includes",30 "isLiveDataset": "cr:isLiveDataset",31 "jsonPath": "cr:jsonPath",32 "key": "cr:key",33 "md5": "cr:md5",34 "parentField": "cr:parentField",35 "path": "cr:path",36 "recordSet": "cr:recordSet",37 "references": "cr:references",38 "regex": "cr:regex",39 "repeated": "cr:repeated",40 "replace": "cr:replace",41 "sc": "https://schema.org/",42 "separator": "cr:separator",43 "source": "cr:source",44 "subField": "cr:subField",45 "transform": "cr:transform"46 },47 "@type": "sc:Dataset",48 "conformsTo": "http://mlcommons.org/croissant/1.0",49 "@id": "https://huggingface.co/datasets/Path2AI/STARC-9",50 "name": "STARC-9",51 "description": "STARC-9 is a largescale dataset of 630,000 H&E-stained 256×256px image tiles from colorectal cancer whole-slide scans, labeled across nine clinically relevant tissue types.",52 "license": "CC-BY-4.0",53 "version": "0.1.0-draft",54 "datePublished": "2025-05-15",55 "citeAs": "Anonymous et al. (2025). CRC Tissue Classification Dataset (under review).",56 "url": "https://huggingface.co/datasets/Path2AI/STARC-9",57 "distribution": [58 {59 "@type": "cr:FileObject",60 "@id": "repo",61 "name": "repo",62 "description": "The Hugging Face git repository.",63 "contentUrl": "git+https://huggingface.co/datasets/Path2AI/STARC-9.git",64 "encodingFormat": "git+https",65 "sha256": "3A1B2C4D5E6F7890A1B2C3D4E5F6A7B8C9D0E1F2A3B4C5D6E7F8A9B0C1D2E3F4"66 },67 {68 "@type": "cr:FileSet",69 "@id": "parquet-files",70 "name": "parquet-files",71 "description": "Parquet shards generated by the Datasets library.",72 "containedIn": {73 "@id": "repo"74 },75 "encodingFormat": "application/x-parquet",76 "includes": "*/*/*.parquet"77 }78 ],79 "recordSet": [80 {81 "@type": "cr:RecordSet",82 "@id": "default",83 "name": "default",84 "description": "Default split of STARC-9.",85 "field": [86 {87 "@type": "cr:Field",88 "@id": "default/image",89 "name": "default/image",90 "description": "Raw tile image bytes.",91 "dataType": "sc:ImageObject",92 "source": {93 "fileSet": {94 "@id": "parquet-files"95 },96 "extract": {97 "column": "image"98 },99 "transform": {100 "jsonPath": "bytes"101 }102 }103 },104 {105 "@type": "cr:Field",106 "@id": "default/label",107 "name": "default/label",108 "description": "Tissue type label index.",109 "dataType": "sc:Integer",110 "source": {111 "fileSet": {112 "@id": "parquet-files"113 },114 "extract": {115 "column": "label"116 }117 }118 }119 ]120 }121 ]122}123 