Picture Tile Partitioning With Remainder-Based Boundary Stability

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The inconsistent and unpredictable tile sizes in HEVC and VVC due to rounding errors in tile partitioning cause difficulties in determining final tile sizes without detailed code investigation and lead to changes in tile boundaries when tiles are extracted or removed, increasing complexity and inconsistency.

Innovation Solution

A method for uniform tile partitioning that regularizes tile sizes by ensuring tiles with slightly larger sizes are arranged on the left/top and smaller sizes on the right/bottom, using a fixed ripple pattern and simplified calculations to maintain consistent tile partitioning.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of manufacture

If standard HEVC tile partitioning is used, then tiles can be divided into rectangular regions, but tile sizes become inconsistent and unpredictable due to rounding errors

Engineering Contradiction:
Improveease of tile partitioningVSAvoidtile size consistency
Core Design Contradiction:
Ease of manufactureVSManufacturing precision

Solution Approach 1:

The patent applies asymmetry by intentionally creating an asymmetric distribution of tile sizes where most tiles have a standard size but a specific number of tiles (equal to the remainder) have a slightly larger size. This asymmetric arrangement resolves the contradiction by accepting controlled size variation to achieve predictable, regularized tile partitioning that is easier to manufacture and process.

Inventive Principle:
Principle #4Asymmetry

Solution Approach 2:

The patent changes the size parameter of specific tiles from the standard calculated size to a larger size equal to standard size plus the remainder. This parameter change transforms the inconsistent rounding behavior into a predictable pattern where tile sizes are regularized, solving the contradiction between ease of partitioning and size consistency.

Inventive Principle:
Principle #35Parameter changes

2Adaptability or versatility

If tiles are extracted or removed from the picture, then flexibility in tile management is improved, but tile boundaries change and complexity increases

Engineering Contradiction:
Improveflexibility in tile managementVSAvoidcomplexity of tile boundary recalculation
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent performs preliminary action by pre-calculating and storing the remainder value during the initial tile partitioning phase. This remainder is then reused when tiles are extracted or removed, eliminating the need for recalculation and maintaining consistent boundaries. This preliminary calculation resolves the contradiction by enabling flexible tile management without increasing complexity.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent uses copying by reusing the pre-calculated remainder value across different tile extraction scenarios. Instead of recalculating boundaries each time a tile is removed, the system copies the remainder parameter and applies it to maintain consistent tile sizes, reducing complexity while preserving adaptability.

Inventive Principle:
Principle #26Copying

3Device complexity

If uniform spacing flag is used, then tile partitioning is simplified, but rounding errors cause unpredictable tile sizes

Engineering Contradiction:
Improvecomplexity of partitioning calculationVSAvoidprecision of tile size
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The patent converts the harmful effect of rounding errors into a beneficial feature by capturing the remainder value and using it to intentionally enlarge specific tiles. This transforms the precision loss from rounding into a controlled design parameter, resolving the contradiction by maintaining simple uniform spacing calculations while achieving precise, predictable tile sizes.

Inventive Principle:
Principle #22Blessing in disguise (Convert harm into benefit)

Data Source

PatentUS12413723B2Uniform tile split with remainder
Publication Date: 2025.09.09 TELEFONAKTIEBOLAGET LM ERICSSON (PUBL)
  • US12413723B2 patent drawing
  • US12413723B2 patent drawing
  • US12413723B2 patent drawing

AI summary

A method for decoding a picture. The method includes determining a picture width value (PW) for the picture and determining tile width value (TW) based on one or more code words from a bitstream. The method also includes obtaining a remaining width value (RW), where RW value is less than or equal to X, where X is equal to PW−TW. The method also includes determining whether RW is not less than TW. And the method also includes, as a result of determining that RW is not less than TW, setting the value of a column width variable equal to TW.