Fine-Grain Video Object Segmentation via Multi-Level Graphical Models

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current fine-grain object segmentation techniques in video are labor-intensive and require manual intervention, struggling with transformations and deformations such as non-linear motion, rotation, occlusion, and luminance changes, making accurate segmentation difficult and time-consuming.

Innovation Solution

A multi-stage algorithm using deep features and multi-level graphical models, including a Siamese tracker, color mixture models, optical flow, and energy minimization models, to perform temporally coherent segmentation with minimal user input, leveraging convolutional neural networks and graphical models for robust and accurate segmentation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If automated segmentation algorithms are used, then productivity is improved, but segmentation accuracy deteriorates due to transformations and deformations

Engineering Contradiction:
Improvesegmentation speedVSAvoidsegmentation accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The algorithm segments the video processing task into multiple stages: initial bounding box identification, temporal coherence propagation, and refinement. Each stage handles specific aspects of the segmentation problem, allowing the system to maintain high productivity while achieving accurate results through specialized sub-processes.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary actions by establishing temporal coherence constraints before final segmentation. It pre-processes video frames to identify consistent object regions across time, creating a foundation that guides subsequent accurate segmentation while maintaining efficiency.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If manual segmentation techniques are used, then segmentation accuracy is improved, but productivity deteriorates due to labor intensity

Engineering Contradiction:
Improvesegmentation accuracyVSAvoidprocessing speed
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The automated algorithm serves itself by using previously segmented frames to guide subsequent segmentation. The system learns from its own outputs and propagates temporal coherence automatically without requiring continuous manual intervention, achieving both accuracy and productivity.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system implements feedback mechanisms where segmentation results from one frame inform the segmentation of subsequent frames. This feedback loop allows the automated system to maintain high accuracy by continuously refining its predictions based on temporal consistency, while preserving fast processing speeds.

Inventive Principle:
Principle #23Feedback

3Measurement precision

If complex multi-stage algorithms are used, then segmentation accuracy is improved, but device complexity increases

Engineering Contradiction:
Improvesegmentation accuracyVSAvoidalgorithm complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The complex algorithm is segmented into distinct modular stages, each handling a specific aspect of segmentation. This modular approach improves accuracy by addressing different challenges at appropriate processing levels while managing complexity through clear separation of concerns.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The algorithm dynamically adjusts its processing based on input characteristics and intermediate results. It activates different processing stages and refinement levels as needed, optimizing the balance between accuracy and computational complexity for each specific segmentation task.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS11763565B2Fine-grain object segmentation in video with deep features and multi-level graphical models
Publication Date: 2023.09.19 INTEL CORP
  • US11763565B2 patent drawing
  • US11763565B2 patent drawing
  • US11763565B2 patent drawing

AI summary

Techniques related to automatically segmenting a video frame into fine grain object of interest and background regions using a ground truth segmentation of an object in a previous frame are discussed. Such techniques apply multiple levels of segmentation tracking and prediction based on color, shape, and motion of the segmentation to determine per-pixel object probabilities, and solve an energy summation model to generate a final segmentation for the video frame using the object probabilities.