IP Library Granted Patent US 10,834,379
Granted Patent B2
US 10,834,379 · App. 16/578,420 · Granted Nov 10, 2020

2D-to-3D video frame conversion

Inventors: Mohamed M. Hefeeda (Doha, QA); Kiana Ali Asghar Calagari (Doha, QA); Mohamed Abdelaziz A Mohamed Elgharib (Doha, QA); Wojciech Matusik (Doha, QA); Piotr Didyk (Doha, QA); Alexandre Kaspar (Doha, QA)
Assignees: Mohamed M. Hefeeda; Kiana Ali Asghar Calagari; Mohamed Abdelaziz A Mohamed Elgharib; Wojciech Matusik; Piotr Didyk; Alexandre Kaspar
H04N13/268G06F16/739G06T7/11G06T7/50G06T7/55H04N13/261G06T2207/10016G06T2207/20021H04N2013/0088
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,834,379
App. No.
16/578,420
Granted
Nov 10, 2020
Kind
B2
Abstract

A wide spread adoption of 3D videos and technologies is hindered by the lack of high-quality 3D content. One promising solution to address this problem is to use automated 2D-to-3D conversion. However, current conversion methods, while general, produce low-quality results with artefacts that are not acceptable to many viewers. Creating a database of 3D stereoscopic videos with accurate depth is, however, very difficult. Computer generated content can be used to generate high-quality 3D video reference database for 2D-to-3D conversion. The method transfers depth information from frames in the 3D reference database to the target frame while respecting object boundaries. It computes depth maps from the depth gradients, and outputs a stereoscopic video.

Claims (236)

1. A method of processing 2D video images from a video stream for converting the 2D video images to 3D images, the method comprising:

providing a synthetic 3D reference database comprising computer generated 2D images and corresponding depth information for the 2D images;

submitting input video frames to the synthetic 3D reference database;

matching at least a portion of the input video frame with at least a portion of a 2D image in the synthetic 3D reference database;

selecting the corresponding depth information for that 2D image, wherein the depth information is a depth gradient; and

applying the selected depth information to the matched input video frame portion to generate a 2D plus depth information frame portion;

identifying objects in the input video frame;

determining object masks for the identified objects; and

estimating the depth information using the determined object masks and the matched input video frame, allowing depth discontinuities at object boundaries by modifying the Poisson equation there.

2. The method of claim 1 , wherein the portions are blocks of n×n pixels.

3. The method of claim 1 , wherein the method further comprises matching another portion of the input video frame with a portion of the 2D image or another 2D image in the synthetic 3D reference database.

4. The method of claim 1 , wherein applying the selected depth information to the matched input video frame comprises applying the depth information of the matched portion of the 2D image to the respective matched portion of the matched input video frame.

5. The method of claim 4 , wherein applying the selected depth information to the matched input video frame comprises mapping one or more corresponding pixels of the matched portion of the 2D image to the corresponding pixels of the matched portion of the input video frame.

6. The method of claim 1 , comprising:

identifying a candidate 2D image for matching with the input video frame using GIST and colour information of the frames.

7. The method of claim 1 , comprising:

reconstructing depth information using a Poisson reconstruction, according to:

(

2

x

2

+

2

y

2

)

D

=

·

G

,

where G=(G x , G y ) is the depth gradient, D is the depth information and ∇ G is the divergence of G:

·

G

=

(

G

x

x

+

G

y

y

)

.

8. The method of claim 1 , further comprising:

estimating the depth information using a Poisson reconstruction, formulated as Ax=b, where b=∇ G, x=D, and A stores the coefficients of the Poisson equation, comprising:

disconnecting pixels from object boundaries by not allowing them to use an object boundary pixel as a valid neighbour, and for each pixel neighbouring a boundary pixel, setting the corresponding connection in A to 0 and updating its ∇ G value accordingly so that pixels adjacent to object boundaries are treated similar to image boundary pixels.

9. The method of claim 8 , wherein the Poisson reconstruction comprises first order and higher derivatives.

10. A method of processing 2D video images from a video stream for converting the 2D video images to 3D images, the method comprising:

providing a synthetic 3D reference database comprising computer generated 2D images and corresponding depth information for the 2D images;

submitting input video frames to the synthetic 3D reference database;

matching at least a portion of the input video frame with at least a portion of a 2D image in the synthetic 3D reference database;

selecting the corresponding depth information for that 2D image, wherein the depth information is a depth gradient;

applying the selected depth information to the matched input video frame portion to generate a 2D plus depth information frame portion;

reconstructing depth information using a Poisson reconstruction, according to:

(

2

x

2

+

2

y

2

)

D

=

·

G

,

where G=(G x , G y ) is the depth gradient, D is the depth information and ∇ G is the divergence of G:

·

G

=

(

G

x

x

+

G

y

y

)

.

and

refining depth gradients using:

G

x

=

G

x

×

max

(

1

-

e

(

1

-

1

α

G

x

)

,

0

)

G

y

=

G

y

×

max

(

1

-

e

(

1

-

1

α

G

y

)

,

0

)

.

11. A method of processing 2D video images from a video stream for converting the 2D video images to 3D images, the method comprising:

providing a synthetic 3D reference database comprising computer generated 2D images and corresponding depth information for the 2D images;

submitting input video frames to the synthetic 3D reference database;

matching at least a portion of the input video frame with at least a portion of a 2D image in the synthetic 3D reference database;

selecting the corresponding depth information for that 2D image, wherein the depth information is a depth gradient;

applying the selected depth information to the matched input video frame portion to generate a 2D plus depth information frame portion;

reconstructing depth information using a Poisson reconstruction, according to:

(

2

x

2

+

2

y

2

)

D

=

·

G

,

where G=(G x , G y ) is the depth gradient, D is the depth information and ∇ G is the divergence of G:

·

G

=

(

G

x

x

+

G

y

y

)

.

and

forcing the higher-order depth derivatives to be zero, comprising setting, in the continuous domain:

(

4

x

4

+

4

y

4

)

D

=

0.

12. The method of claim 1 , further comprising generating a left stereo image and a right stereo image using the 2D image plus depth information frame.

13. A system to process 2D video images from a video stream for converting the 2D video images to 3D images, the system comprising:

a synthetic 3D reference database comprising computer generated 2D images and corresponding depth information for the 2D images;

a computer programmed to execute instructions comprising:

submitting input video frames to the synthetic 3D reference database;

matching at least a portion of an input video frame with at least a portion of a 2D image in the synthetic 3D reference database; selecting the corresponding depth information for that 2D image, wherein the depth information is a depth gradient;

applying the selected depth information to the matched input video frame portion to generate a 2D plus depth information frame portion;

identifying objects in the input video frame;

determining object masks for the identified objects; and

estimating the depth information using the determined object masks and the matched input video frame, allowing depth discontinuities at object boundaries by modifying the Poisson equation there.

14. A non-transitory computer-readable medium programmed with instructions that, when executed, perform the method of claim 1 .

Assignments (4)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jan 17, 2025
From: QATAR FOUNDATION FOR EDUCATION, SCIENCE & COMMUNITY DEVELOPMENT
To: HAMAD BIN KHALIFA UNIVERSITY
Reel/Frame 069936/0656 →
CORRECTIVE ASSIGNMENT TO CORRECT THE THE APPLICATION NUMBER PREVIOUSLY RECORDED AT REEL: 056859 FRAME: 0522. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT. Recorded Oct 6, 2021
From: MATUSIK, WOJCIECH; DIDYK, PIOTR; KASPAR, ALEXANDRE
To: MASSACHUSETTS INSTITUTE OF TECHNOLOGY
Reel/Frame 057722/0907 →
CORRECTIVE ASSIGNMENT TO CORRECT 10833636 PROPERTY NUMBER PREVIOUSLY RECORDED AT REEL: 056859 FRAME: 0463. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT. Recorded Aug 10, 2021
From: HEFEEDA, MOHAMED M.; CALAGARI, KIANA ALI ASGHAR; ELGHARIB, MOHAMED ABDELAZIZ A MOHAMED
To: QATAR FOUNDATION FOR EDUCATION, SCIENCE AND COMMUNITY DEVELOPMENT
Reel/Frame 057134/0362 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jul 15, 2021
From: HEFEEDA, MOHAMED M.; CALAGARI, KIANA ALI ASGHAR; ELGHARIB, MOHAMED ABDELAZIZ A MOHAMED
To: QATAR FOUNDATION FOR EDUCATION, SCIENCE AND COMMUNITY DEVELOPMENT
Reel/Frame 056859/0463 →
Continuity (3)
Division 15749509
Provisional Application 62200311 · Aug 3, 2015
Related Publication 20200053345A1 · Feb 13, 2020