visual parsing with weak supervision
play

Visual Parsing with Weak Supervision Jia Xu Department of Computer - PowerPoint PPT Presentation

Visual Parsing with Weak Supervision Jia Xu Department of Computer Sciences University of Wisconsin-Madison 2015-07-30 Introduction Object Segmentation Scene Parsing Video Parsing Discussion Research Goal Teach Computer to See at/beyond


  1. Visual Parsing with Weak Supervision Jia Xu Department of Computer Sciences University of Wisconsin-Madison 2015-07-30

  2. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Research Goal Teach Computer to See at/beyond Human Level Interpret/summarize/organize visual data on the Internet Help the disabled population (e.g., the blind)

  3. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Visual Parsing Fundamental Task Semantically parse every pixel in images and videos

  4. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Visual Parsing Fundamental Task Semantically parse every pixel in images and videos First step towards high level applications Self-driving Car Unmanned Aerial Vehicle Wearable Glasses

  5. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Visual Parsing Fundamental Task Turning Visual Data Into Knowledge Everyday > 3 . 5 million > 300 million > 150 , 000 hours Never Ending Language Learning (Mitchell et al., 2009) Never Ending Image Learner (Chen et al., 2013)

  6. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Challenges Modern Image Dataset > 6 Billion > 14 Million Log(Size) ∼ 1 Million Noisy Label Image-Level ∼ 5000 Bounding Box Noisy Label Image-Level Bounding Box Segmentation Segmentation Information

  7. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Challenges Modern Image Dataset > 6 Billion > 14 Million Log(Size) ∼ 1 Million Noisy Label Image-Level ∼ 5000 Bounding Box Noisy Label Image-Level Bounding Box Segmentation Segmentation Information Much fewer segmentations are annotated for videos!

  8. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Motivation Bottleneck of Fully Supervised Methods Full annotation is expensive to collect and limited at size

  9. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Motivation Bottleneck of Fully Supervised Methods Full annotation is expensive to collect and limited at size Why Weakly Supervised Learning Weak supervision is easier to obtain: e.g., gaze

  10. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Motivation Bottleneck of Fully Supervised Methods Full annotation is expensive to collect and limited at size Why Weakly Supervised Learning Weak supervision is easier to obtain: e.g., gaze Large datasets with side/weak annotations are readily available: metadata, tags, text

  11. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Motivation Bottleneck of Fully Supervised Methods Full annotation is expensive to collect and limited at size Why Weakly Supervised Learning Weak supervision is easier to obtain: e.g., gaze Large datasets with side/weak annotations are readily available: metadata, tags, text Visual data presents the physical world: shape, geometry, context

  12. Introduction Object Segmentation Scene Parsing Video Parsing Discussion My Thesis Research How can we utilize weakly labeled data effectively for the visual parsing task? When human comes into the visual parsing loop, how can we minimize user effort while still achieving satisfactory parsing results?

  13. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Roadmap Chapter Parsing Task Weak Supervision Publication Ch. 2 Object Segmentation User Indication CVPR 2013 Ch. 3 Scene Parsing Image-level Tags CVPR 2014 Image-level Tags Ch. 4 Scene Parsing Bounding Boxes CVPR 2015a Partial Labels Ch. 5 Video Segmentation Side Knowledge ICCV 2013 Ch. 6 Video Summarization Human Gaze CVPR 2015b

  14. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Roadmap Chapter Parsing Task Weak Supervision Publication Ch. 2 Object Segmentation User Indication CVPR 2013 Ch. 3 Scene Parsing Image-level Tags CVPR 2014 Image-level Tags Ch. 4 Scene Parsing Bounding Boxes CVPR 2015a Partial Labels Ch. 5 Video Segmentation Side Knowledge ICCV 2013 Ch. 6 Video Summarization Human Gaze CVPR 2015b

  15. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Object Segmentation

  16. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Object Segmentation Main Challenges Semantic gap: what is an object? 1

  17. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Object Segmentation Main Challenges Semantic gap: what is an object? 1 Ambiguity of user intention: which object do you want? 2

  18. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Interactive Object Segmentation Main Challenges Semantic gap: what is an object? 1 Ambiguity of user intention: which object do you want? 2 A few user scribbles can make segmentation much easier!

  19. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Related work Region-based: Graphcut (Boykov and Jolly, 2001), Grabcut (Rother et al., 2004), Random Walks (Grady, 2006), Geodesic Shortest Path (Bai and Sapiro, 2009), Geodesic Star Convexity (Gulshan et al., 2010) Edge-based: Intelligent Scissors (Mortensen and Barrett, 1998), LabelMe (Russell et al., 2008) GraphCut GrabCut Intelligent Scissors LabelMe

  20. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Our Ideas (EulerSeg) Objective Modeling topological constraint while concurrently finding one or more minimum energy closed contours which satisfy: Foreground seeds must be “inside” Background seeds must be “outside” [ X. , Collins, Singh, CVPR 2013]

  21. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Our Ideas (EulerSeg) Main Advantages Basic primitives are edgelets 1 (Little dependence on # of pixels)

  22. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Our Ideas (EulerSeg) Main Advantages Basic primitives are edgelets 1 (Little dependence on # of pixels) Dense strokes not needed to learn appearance model. 2 Results do NOT vary with seed location (Interaction constraints are completely geometric in form)

  23. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Our Ideas (EulerSeg) Main Advantages Basic primitives are edgelets 1 (Little dependence on # of pixels) Dense strokes not needed to learn appearance model. 2 Results do NOT vary with seed location (Interaction constraints are completely geometric in form) Incorporating connectedness priors and specifying # of 3 closures are easy (Euler characteristic)

  24. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Graph Representation

  25. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Graph Representation x : face indicator vector y : edge indicator vector z : vertex indicator vector w : indicator vector for foreground boundary edges. Internal edges y i � = w i = 0 are black, while boundary edges y i = w i = 1 are red

  26. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Discrete Calculus Coherent Anti-coherent Vertex Edge Face Cell Orientation

  27. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Discrete Calculus Coherent Anti-coherent Vertex Edge Face Cell Orientation Vertex-edge Incidence Matrix: A 1 = A , A 2 = A 1 ./ D � 1 k = i , j A v k , e ij = otherwise 0 [Grady and Polimeni, 2010]

  28. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Discrete Calculus Coherent Anti-coherent Vertex Edge Face Cell Orientation Edge-face Incidence Matrix: C 1 = C , C 2 = | C |  + 1 e is incident to f and coherently oriented   C e , f = − 1 e is incident to f and anti-coherently oriented  otherwise  0 [Grady and Polimeni, 2010]

  29. Introduction Object Segmentation Scene Parsing Video Parsing Discussion An Example v 2 v 2 e 4 e 4 v 4 v 4 e 1 e 1 f 2 f 2 e 3 e 7 e 3 e 7 v 1 f 1 v 1 f 1 f 3 f 3 e 5 e 5 e 2 e 2 v 5 v 5 e 6 e 6 v 3 v 3  1 0 0   1  − 1 − 1 0 0           − 1 1 0 1 0         C = x = b = C x = 0 1 0 1 1           − 1 − 1 0 1 0         − 1 0 0 0     0 0 1 0

  30. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Euler Characteristic v 2 e 4 v 4 e 1 f 2 e 3 e 7 v 1 f 1 f 3 e 5 e 2 v 5 e 6 v 3 Number of faces ( 1 T x ):

  31. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Euler Characteristic v 2 e 4 v 4 e 1 f 2 e 3 e 7 v 1 f 1 f 3 e 5 e 2 v 5 e 6 v 3 Number of faces ( 1 T x ): 2 Number of nodes ( 1 T z ):

  32. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Euler Characteristic v 2 e 4 v 4 e 1 f 2 e 3 e 7 v 1 f 1 f 3 e 5 e 2 v 5 e 6 v 3 Number of faces ( 1 T x ): 2 Number of nodes ( 1 T z ): 4 Number of edges ( 1 T y ):

  33. Introduction Object Segmentation Scene Parsing Video Parsing Discussion Euler Characteristic v 2 e 4 v 4 e 1 f 2 e 3 e 7 v 1 f 1 f 3 e 5 e 2 v 5 e 6 v 3 Number of faces ( 1 T x ): 2 Number of nodes ( 1 T z ): 4 Number of edges ( 1 T y ): 5 Number of connected components ( 1 T x + 1 T z − 1 T y ):

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend