Heatmap Generation with Zoom-Stable Cell Diffusion

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing heatmap technologies fail to accurately reflect region features and maintain continuity when the zoom ratio of an image is adjusted, resulting in discontinuous and inaccurate representation of density data.

Innovation Solution

A method and apparatus for generating heatmaps that divide the image into cells with adjustable side lengths and heat weights, using cell and heat weight change functions to ensure continuity and accuracy across different zoom ratios, incorporating both basic and diffusion heat calculations to present heat values accurately.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If a point depiction method is used to draw one heat point for one data point, then the heatmap can be generated quickly, but the heatmap cannot reflect region feature continuously and accurately when zoom ratio changes

Engineering Contradiction:
Improveheatmap generation speedVSAvoidregion feature accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The image is divided into multiple square cells with side length r = α*r1, where each cell independently calculates basic heat for its heat point region. This segmentation allows the system to maintain both processing efficiency (by working with discrete cells) and continuous representation (through diffusion heat calculation across cell boundaries), resolving the contradiction between generation speed and accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Different regions are treated with different heat calculation approaches: cells with data points calculate basic heat, while surrounding regions calculate diffusion heat. The heat weight w = β*w1 adjusts locally based on zoom ratio, ensuring that each region contributes appropriately to the overall heatmap accuracy without requiring complete recalculation of all points.

Inventive Principle:
Principle #3Local quality

2Adaptability or versatility

If the zoom ratio of the image is adjusted, then the display scale changes, but the heatmap cannot maintain continuity and accuracy of region feature representation

Engineering Contradiction:
Improvezoom ratio adjustmentVSAvoidheatmap continuity
Core Design Contradiction:
Adaptability or versatilityVSStability of the object's composition

Solution Approach 1:

The cell side length r and heat weight w are made dynamic by introducing zoom ratio-dependent functions α and β. When zoom ratio changes, these functions automatically adjust the cell dimensions and heat weights to maintain consistent visual representation and continuous heatmap properties across different scales, preventing the heatmap from breaking into discrete points or merging into indistinguishable blobs.

Inventive Principle:
Principle #15Dynamics

3Ease of manufacture

If existing heatmap technologies are used, then simple color mapping can be applied, but the heatmap becomes a scatter chart when zoomed in and a big heat point when zoomed out, losing practical significance

Engineering Contradiction:
Improveheatmap generation simplicityVSAvoiddata distribution representation
Core Design Contradiction:
Ease of manufactureVSReliability

Solution Approach 1:

Diffusion heat acts as an intermediary between discrete data points and continuous heatmap representation. By calculating diffusion heat for pixels in the diffusion heat region of each cell, the system creates a smooth transition zone that connects individual data points into a continuous density field, maintaining reliability of data distribution representation while keeping the generation process relatively simple.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentEP3489904B1Method and device for generating thermodynamic diagram
Publication Date: 2026.05.06 XFUSION DIGITAL TECH CO LTD
  • EP3489904B1 patent drawingFigure 1~2
  • EP3489904B1 patent drawingFigure 3
  • EP3489904B1 patent drawingFigure 4~5

AI summary

Embodiments of this application relate to the field of image processing, and provide a method and an apparatus for generating a heatmap, so as to implement that a heatmap reflects a region feature continuously and accurately, and a change in an image zoom ratio does not affect continuity and accuracy of the heatmap. Specific solutions include: dividing a current display region of an original image on a screen into cells; calculating basic heat of a heat point region in each cell according to statistics and a heat weight for generating a heatmap this time; then calculating, according to the basic heat of the heat point region in the cell, diffusion heat to which each pixel in the current display region is subject; obtaining total heat of each pixel in the current display region; and presenting, in the current display region of the original image according to a preset heat presentation correspondence, a color corresponding to the total heat of each pixel in the current display region, to obtain a heatmap of the current display region. This application is used to generate a heatmap.