Decoupled I/O-Dominant Pipelines for Large-Scale Whole-Slide Image Embedding Extraction

๐Ÿ“… 2026-08-27
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
่ฏฅ่ฎบๆ–‡้’ˆๅฏนๅคง่ง„ๆจกๅ…จๅˆ‡็‰‡ๅ›พๅƒๅค„็†ไธญ็š„I/Oๅ’Œๅ่ฐƒๅผ€้”€้—ฎ้ข˜๏ผŒๆๅ‡บไบ†ไธ€็ง่งฃ่€ฆ็š„I/Oๆ„Ÿ็Ÿฅๆตๆฐด็บฟๆ–นๆณ•๏ผŒ้€š่ฟ‡ๅˆ†้˜ถๆฎตๅค„็†ๆ้ซ˜ๆ•ˆ็އใ€‚
๐Ÿ“ Abstract
Whole-slide images (WSIs) are central to computational pathology but are prohibitively large, making patch-based processing the practical unit for foundation model inference. At scale, however, generating and handling massive numbers of patches on quickly introduces significant I/O and orchestration overhead, often dominating end-to-end performance. We present a decoupled, I/O-aware pipeline for large-scale WSI embedding extraction that decomposes the workflow into three stages: (1) patch generation and staging, (2) embarrassingly parallel embedding inference, and (3) sharded vector database ingestion. This design isolates data movement from compute, enabling efficient patch delivery, scalable multi-node inference with minimal communication. The resulting system produces a distributed vector database where embeddings are persistently coupled with rich metadata (e.g., patient, slide, and patch attributes), enabling efficient filtering, retrieval, and downstream reuse. This representation database is compact and reusable for tasks such as retrieval, classification, and few-shot learning, particularly benefiting low-resource environments. We show that decoupling I/O, computation, and ingestion enables high-throughput WSI embedding extraction at scale. By characterizing the scaling envelope, we demonstrate that storage dominates beyond moderate concurrency, reframing WSI embedding extraction as a data-centric systems problem rather than a purely compute-bound workload.
Problem

Research questions and friction points this paper is trying to address.

Whole-slide images
I/O overhead
large-scale embedding extraction
patch-based processing
data movement
Innovation

Methods, ideas, or system contributions that make the work stand out.

Decoupled I/O-aware pipeline
Large-scale WSI embedding extraction
Distributed vector database
Scalable multi-node inference
Efficient patch delivery
๐Ÿ”Ž Similar Papers
No similar papers found.