Top Banner
Efficient Stereo Matching Based on a New Confidence Metric Won-Hee Lee, Yumi Kim, and Jong Beom Ra Department of Electrical Engineering, KAIST, Daejeon, Korea 20th European Signal Processing Conference (EUSIPCO 2012)
32

Efficient Stereo Matching Based on a New Confidence Metric

Jan 29, 2016

Download

Documents

Abel

Efficient Stereo Matching Based on a New Confidence Metric. Won- Hee Lee, Yumi Kim, and Jong Beom Ra Department of Electrical Engineering, KAIST, Daejeon , Korea. 20th European Signal Processing Conference (EUSIPCO 2012). Outline. Introduction Related Work Proposed Algorithm - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Efficient Stereo Matching Based on a New Confidence Metric

Efficient Stereo Matching Based on a New Confidence Metric

Won-Hee Lee, Yumi Kim, and Jong Beom Ra

Department of Electrical Engineering, KAIST, Daejeon, Korea

20th European Signal Processing Conference (EUSIPCO 2012)

Page 2: Efficient Stereo Matching Based on a New Confidence Metric

2

Outline• Introduction

• Related Work

• Proposed Algorithm

• Experimental Results

• Conclusion

Page 3: Efficient Stereo Matching Based on a New Confidence Metric

3

Introduction

Page 4: Efficient Stereo Matching Based on a New Confidence Metric

4

Introduction• For the TV application, stereo matching should be

performed in real-time.

• Aggregation kernel size is to be small• Aggregation process takes large computation loads • May cause problems in a textureless area

• Texture area information incorrect textureless area

• Propose a new confidence metric for stereo matching• For efficient refinement (with small kernel size)

Objective:

Page 5: Efficient Stereo Matching Based on a New Confidence Metric

5

Introduction

35X35

5X35

[4] K. Zhang, J. Lu, and G. Lafruit, “Cross-based local stereo matching using orthogonal integral images,” IEEE TCSVT, 2009.

Page 6: Efficient Stereo Matching Based on a New Confidence Metric

6

Related Work

Page 7: Efficient Stereo Matching Based on a New Confidence Metric

7

Related Work• Cross-based stereo matching algorithm[4]

• Raw matching cost:

• Aggregated cost:

Ud(x) : local support region : the number of pixels in Ud(x)

Page 8: Efficient Stereo Matching Based on a New Confidence Metric

8

Related Work• Cross-based stereo matching algorithm[4]

• Winner-take-all:

d0(x) : the initial disparitydmax(x) : the maximum disparity

Page 9: Efficient Stereo Matching Based on a New Confidence Metric

9

Related Work• Confidence metrics[5]:

• Several metrics were proposed to measure the confidence level of match

• Utilizing:

• Aggregated cost

• Curvature of the cost curve

• Left-right consistency

[5] X. Hu and P. Mordohai, “Evaluation of stereo confidence indoors and outdoors,” in CVPR, 2010

Page 10: Efficient Stereo Matching Based on a New Confidence Metric

10

Confidence metrics• 1) Matching score metric (MSM)

C : aggregated costdi : the disparity that reveals the ith minimum cost

White(High confidence)

Black(Low confidence)

Page 11: Efficient Stereo Matching Based on a New Confidence Metric

11

Confidence metrics• 2) Curvature of cost curve metric (CUR)

Page 12: Efficient Stereo Matching Based on a New Confidence Metric

12

Confidence metrics• 3) Naive peak ratio metric (PKRN)

Page 13: Efficient Stereo Matching Based on a New Confidence Metric

13

Confidence metrics• 4) Naive winner margin metric (WMNN)

• computes a margin between two minimum costs • normalize it with the sum of total costs

Page 14: Efficient Stereo Matching Based on a New Confidence Metric

14

Confidence metrics• 5) Left right difference metric (LRD)

min{cR(x - d1, dR)}: the minimum value of a cost curve at the corresponding pixel in the right image.

Page 15: Efficient Stereo Matching Based on a New Confidence Metric

15

ProposedAlgorithm

Page 16: Efficient Stereo Matching Based on a New Confidence Metric

16

Framework

Page 17: Efficient Stereo Matching Based on a New Confidence Metric

17

Proposed Confidence Metric

‧:Correct estimated pixels X : Incorrect estimated pixels

Page 18: Efficient Stereo Matching Based on a New Confidence Metric

18

Proposed Confidence Metric• The new metric is proposed as

• Characteristic:• extracts the curvature information across a range larger than that

including three cost values in the CUR metric

• : improve the metric performance for a cost graph with a small curvature.

LoG : a Laplacian of Gaussian filter of n-taps

Page 19: Efficient Stereo Matching Based on a New Confidence Metric

19

Refinement• Weighted median filter

• Weight :

: the initial disparity of neighboring pixels (same color segment)

: duplication operator

offset a slope of function

Page 20: Efficient Stereo Matching Based on a New Confidence Metric

20

Refinement• Histogram-based color segmentation algorithm[6]:

[6] J. Delon, A. Desolneux, J. L. Lisani, and A. B. Petro, “A nonparametric approach for histogram segmentation,” IEEE TIP, 2007.

Page 21: Efficient Stereo Matching Based on a New Confidence Metric

21

Refinement• The filtering is applied only to the limited number if pixels

• Due to small size of filtering kernel

• To enlarge the filtering range

• Vertically propagate the filtered result of a current pixel

A

B

C

(current)

If Weightpropagate > WeightB

DisparityB = Disparitypropagate

Else Datapropagate = DataB

Datapropagate = DataAFiltered Disparity

Weight

Color segment

index

Propagation Data After weighted median filtering…

Page 22: Efficient Stereo Matching Based on a New Confidence Metric

22

ExperimentalResults

Page 23: Efficient Stereo Matching Based on a New Confidence Metric

23

Experimental Results• Parameters:

Aggregation kernel

Filtering kernel

T n σ τ

5 x 35 5 x 63 60 7 10 2

n : Laplacian of Gaussian filter of n-taps

offset a slope of function

Page 24: Efficient Stereo Matching Based on a New Confidence Metric

24

Experimental ResultsBad pixel Confidence mapInitial disparity map

Page 25: Efficient Stereo Matching Based on a New Confidence Metric

25

Experimental Results AUC: Area Under the Curve

Venus Tsukuba

Teddy Cones

Page 26: Efficient Stereo Matching Based on a New Confidence Metric

26

Experimental Results

Error rate (Threshold = 1)

Error rate (Threshold = 1)

Cross-based

Adaptivesupport-weight

Page 27: Efficient Stereo Matching Based on a New Confidence Metric

27

Experimental Results[4]

[10]

Proposed

Page 28: Efficient Stereo Matching Based on a New Confidence Metric

After Aggregation

Page 29: Efficient Stereo Matching Based on a New Confidence Metric

After Aggregation

Page 30: Efficient Stereo Matching Based on a New Confidence Metric

After Aggregation

Page 31: Efficient Stereo Matching Based on a New Confidence Metric

31

Conclusion

Page 32: Efficient Stereo Matching Based on a New Confidence Metric

32

Conclusion• Presented an efficient stereo matching algorithm

• Applying a weighted median filter that is based on the proposed confidence metric.

• Successfully refine initial disparities.

• Competitive to the existing algorithms with a large size of aggregation kernel.