Image Prediction Tiling With Overlap for Boundary Accuracy
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
High-capacity and high-cost computational resources are required for processing high-resolution pathology slide images, leading to inaccuracies in prediction results at the boundaries of divided images, which deteriorate the overall prediction performance.
Innovation Solution
The target image is divided into overlapping sub-images, with bilinear weights applied to prediction results for each pixel, and these results are merged to generate a final prediction result, ensuring smooth transitions at boundaries.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Use of energy by moving object
If the target image is divided into multiple sub-images for processing, then computational resource requirements are reduced, but prediction accuracy at boundary regions deteriorates
Solution Approach 1:
The target image is divided into multiple sub-images with overlapping regions, allowing parallel processing of smaller image segments while maintaining boundary accuracy through the overlap. Each sub-image is processed independently by the prediction model, reducing computational resource requirements compared to processing the entire high-resolution image at once.
Solution Approach 2:
Different weighting strategies are applied to different regions of the sub-images. Boundary regions and overlapping areas receive special weight treatment (e.g., lower weights or averaging) to prevent discontinuities and maintain prediction accuracy at boundaries, while central regions use standard prediction weights.
2Productivity
If sub-images are processed independently, then processing efficiency is improved, but continuity of prediction results at split lines deteriorates
Solution Approach 1:
Overlapping regions are incorporated into the sub-image division strategy before processing begins. This preliminary design ensures that boundary regions are included in multiple sub-images, allowing the independent processing of each sub-image to produce results that can be seamlessly merged through the overlapping areas.
Solution Approach 2:
The prediction results from multiple sub-images are merged by combining the results from overlapping regions. This merging process restores continuity at split lines by using the redundant information from overlapping areas to smooth transitions and eliminate discontinuities that would otherwise occur at boundaries.
3Measurement precision
If overlapping sub-images are used, then prediction accuracy at boundaries is improved, but computational redundancy increases
Solution Approach 1:
Weighting parameters are applied to different regions of sub-images to optimize the balance between accuracy and redundancy. By adjusting the weights of overlapping and boundary regions, the system achieves improved boundary prediction accuracy while controlling the computational cost through selective emphasis on critical regions rather than uniform processing of all overlapping areas.
Data Source
AI summary
Provided is a method for performing a prediction work on a target image, including dividing the target image into a plurality of sub-images, generating prediction results for a plurality of pixels included in each of the plurality of divided sub-images, applying weights to the prediction results for the plurality of pixels, and merging the prediction results for the plurality of pixels applied with the weights.


