Decoded Picture Buffer Indexing to Reduce Signaling Overhead
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Existing video coding techniques incur overhead signaling by indicating which pictures to keep in a reference picture list, even if they are not used for inter prediction, leading to inefficiencies in decoded picture buffer management.
Innovation Solution
Implementing DPB indexing techniques that explicitly signal which pictures can be removed from the decoded picture buffer, reducing the need for marking processes based on reference picture lists and minimizing unnecessary signaling.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Reliability
If pictures are indicated in reference picture lists to be kept for subsequent pictures, then reference picture availability is ensured, but overhead signaling increases
Solution Approach 1:
Instead of signaling which pictures to keep in reference picture lists, the patent inverts the approach by signaling which pictures to remove from the decoded picture buffer. This is achieved through the dpb_idx syntax element that explicitly identifies pictures for removal, thereby reducing overhead signaling while ensuring reference picture availability through implicit retention of non-signal ed pictures
2Extent of automation
If a picture marking process is performed based on reference picture lists, then picture management is automated, but device complexity increases
Solution Approach 1:
The patent extracts the picture marking process entirely by directly signaling picture removal indices through dpb_idx. Instead of performing complex marking operations based on reference picture list analysis, the system directly identifies and removes specified pictures from the DPB, significantly simplifying device complexity while maintaining automation through explicit indexing
3Reliability
If reference picture lists include all pictures to be kept, then reference completeness is maintained, but signaling overhead increases
Solution Approach 1:
The patent uses indexing copies (dpb_idx) to reference pictures for removal rather than explicitly listing all pictures to be kept. This indirect referencing mechanism maintains reference completeness by implicitly preserving all non-removed pictures while significantly reducing signaling overhead compared to explicit positive listing
Data Source
Figure 1
Figure 2A~2B
Figure 3
AI summary
A video decoder is configured to remove pictures from a decoded picture buffer based on the value of an explicitly coded syntax element. A video decoder may be configured to decode a syntax element indicating a picture to remove from a decoded picture buffer, and remove the first picture from the DPB. The video decoder may then decode a current picture, and store the decoded current picture in the DPB.