WSI Streaming Normalizes Tile Formats for Consistent Web Loading

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Digital pathology systems face inconsistent image streaming performance due to varying image compression formats and tile sizes from different vendors, leading to performance deterioration and slow image loading speeds, especially in web environments where browsers cannot directly support certain formats like JPIP, requiring JavaScript decoding.

Innovation Solution

A whole slide image (WSI) streaming method that normalizes tile images during acquisition to minimize time costs, involving optimized tile definitions and caching based on region and access frequency to improve response and loading times, with the method including operations such as transcoding, JPEG image block transfer, and caching mechanisms to manage tile data efficiently.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If WSI image streaming is performed with various vendor-specific compression formats and tile sizes, then vendor-specific functionality is maintained, but performance consistency deteriorates

Engineering Contradiction:
Improvevendor format compatibilityVSAvoidperformance consistency
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The patent transforms WSI images from various vendor-specific formats into a standardized JPEG format with uniform tile dimensions (256x256 pixels). This parameter transformation eliminates performance variations caused by different compression formats and tile sizes, achieving consistent streaming performance across all vendors while maintaining adaptability through format conversion

Inventive Principle:
Principle #35Parameter changes

2Adaptability or versatility

If server performs conversion on images, then format compatibility is improved, but image loading speed deteriorates

Engineering Contradiction:
Improveformat compatibilityVSAvoidimage loading speed
Core Design Contradiction:
Adaptability or versatilityVSSpeed

Solution Approach 1:

The patent performs image conversion and normalization operations during the image acquisition phase rather than during web serving. By preprocessing images into standardized JPEG format with uniform tiles beforehand, the system eliminates real-time conversion overhead during image loading, thus maintaining both format compatibility and fast loading speeds

Inventive Principle:
Principle #10Preliminary action

3Use of energy by moving object

If JPIP is used for image streaming, then compression efficiency is improved, but browser compatibility deteriorates

Engineering Contradiction:
Improvecompression efficiencyVSAvoidbrowser compatibility
Core Design Contradiction:
Use of energy by moving objectVSAdaptability or versatility

Solution Approach 1:

The patent creates standardized JPEG copies of the original WSI images during acquisition, storing them in a normalized format with uniform 256x256 pixel tiles. These pre-converted JPEG copies can be directly served to web browsers without requiring JavaScript-based decoding, thus achieving both compression efficiency and universal browser compatibility

Inventive Principle:
Principle #26Copying

4Reliability

If tile images are normalized during acquisition, then performance consistency is improved, but processing time cost increases

Engineering Contradiction:
Improveperformance consistencyVSAvoidnormalization processing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent performs tile normalization during the image acquisition phase rather than during web serving. By completing the computationally intensive normalization process upfront, the system achieves consistent performance across vendors while the actual time cost is amortized over the initial acquisition period, not affecting operational streaming performance

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS10438375B2WSI streaming method
Publication Date: 2019.10.08 INFINITT HEALTHCARE CO LTD
  • US10438375B2 patent drawing
  • US10438375B2 patent drawing
  • US10438375B2 patent drawing

AI summary

Provided is a method in which a web client receives a whole slide image (WSI) having an image compression format and a tile size different depending on a digital pathology vendor from a digital pathology server in a streaming manner. The method includes a WSI acquisition operation of acquiring the WSI from the digital pathology server. The WSI acquisition operation includes a normalized tile definition operation of defining a normalized tile having a minimized time cost, a determination operation of comparing a tile with the normalized tile, and a conversion operation of optimizing the tile with the normalized tile.