Part II: Modeling Aspects

Size: px
Start display at page:

Download "Part II: Modeling Aspects"

Transcription

1 Yosemite test sequence Illumination changes Motion discontinuities Variational Optical Flow Estimation Part II: Modeling Aspects Discontinuity Di ti it preserving i smoothness th tterms Robust data terms Image features for matching Large displacements Occlusion O l i Funded by ONR-MURI and the German Academic Exchange Service (DAAD) Limitations of Horn-Schunck method Cloud region g not well estimated due to illumination changes Large displacements L di l t Part II - 2 Agenda of this part: challenges we would like to resolve Motion discontinuities blurred Motion discontinuities Occlusions Illumination changes Large g displacements p Outliers due to occlusion Underestimation of large displacements Really large displacements Part II - 3 Part II - 4

2 Motion discontinuities Motion discontinuities and the smoothness assumption Fact: smoothness assumption not satisfied everywhere Quadratic penalizer Gaussian error distribution Too much influence given to outliers blurring Different, independently moving objects cause discontinuities in the correct flow field Remedy: y robust error norm (Huber 1981, Cohen 1993, Schnörr 1994, Black-Anandan 1996, Mémin-Pérez 1998) Usually we do not know the object boundaries Part II - 5 Non-quadratic smoothness term Part II - 6 Minimization: Euler-Lagrange equations 16 Applying a robust function: Interpretation: adaptive smoothing with a joint diffusivity For example: Total variation (TV) norm penalty 10 8 TV norm: 6 Advantage: still convex global optimum! 4 Diff Diffusivity i it d depends d on th the unknown k flflow nonlinear system of equations deviation Part II - 7 Part II - 8

3 Resolve nonlinearity: fixed point iterations 1. Keep fixed for an (initial) solution Result: improvements at motion discontinuities (fixed point) 2. Solve resulting linear system to obtain a new fixed point (see Part I+III) 3. Update, iterate Non-quadratic smoothness term (6.36 ) Horn-Schunck (7.17 ) Linear system need not be solved exactly in each iteration Scheme also called lagged diffusivity or lagged nonlinearity Ground truth Part II - 9 Occlusions Part II - 10 Dealing with occlusions and non-gaussian noise Robust function applied to the data term: (Bl k A (Black-Anandan d , Mé Mémin-Pérez i Pé 1998) Euler-Lagrange equations: Some pixels of frame 1 no longer visible in frame 2 Interpretation: less importance given to pixels with high matching cost Pixels matched to most similar pixels in frame 2 erroneous motion vectors Nonlinear system can again be solved with fixed point iterations (lagged nonlinearity) Part II - 11 Part II - 12

4 Result: Better treatment of occlusions Both terms non-quadratic (5.97 ) Illumination changes Non-quadratic smoothness term (6.36 ) Schefflera from Middlebury benchmark Two frames from a Miss Marple movie Typically caused by: Ground truth Shadows light source flickering self-adaptive p cameras different viewing angles and non-lambertian surfaces Horn-Schunck (7.17 ) Part II - 13 Image features for matching Matching the gradient Gray value constancy: matching the gray value of a single pixel Gradient constancyy assumption Linearization leads to the well-known data term Two important positive effects: 1 More information: two more equations Invariant to additive brightness changes We can make use of the pixel s color: Negative effects: 1. Not rotation invariant 2. More noise sensitive Part II - 14 (Uras et al. 1988, Schnörr 1994, Brox et al. 2004) Does D it make k sense tto use more complex l iimage ffeatures? t? Part II - 15 Part II - 16

5 Gradient constancy assumption Combination of features Linearization: Combine with classic optic flow constraint: New data term: Separate robust penalizer for each feature (Bruhn-Weickert 2005) automaticallyy p picks the most reliable feature Euler-Lagrange equations and numerical scheme are straightforward extensions of the versions with classic OFC Other higher order constancy assumptions feasible, but usually ll nott advantageous d t (P (Papenberg b ett al. l 2006) Can be written in compact form using the motion tensor notation Part II - 17 Result: Illumination changes no longer a problem Part II - 18 Brightness changes: alternatives 1. Structure-texture-decomposition (Aujol et al. 2005, Wedel et al. 2008) Gradient constancy (3.5 ) Both terms non-quadratic (5.97 ) Input image Ground truth Texture residual for matching Smooth the image by edge preserving diffusion (TV flow) Consider residual image for matching Horn-Schunck (7.17 ) Part II - 19 Part II - 20

6 Brightness changes: alternatives Why not using more descriptive features (Patches,SIFT,HOG)? 2. Spherical color model (HSV) (Mileva et al. 2007) Possible, but not advantageous: Hue (H) denotes the color Invariant to multiplicative illumination changes, shadows, shading, and specularities Saturation (S) is invariant to multiplicative illumination changes, shadows, and shading Value ((V)) is the actual brightness g (no invariance) with with separate robust functions Lower accuracy at motion discontinuities Descriptive power of no use in the gradient descent like optimization Exploiting descriptive features for large displacement matching needs special treatment in the optimization Liu et al. ECCV 2008 (belief propagation) Brox et al. CVPR 2009 Steinbruecker et al al. ICCV 2009 picks invariant components when needed (Zimmer et al. 2009) Part II - 21 Large displacements Part II - 22 Linearization and large displacements Constancy assumptions have been linearized Linearization only valid for very small displacements (subpixel displacements) Fails in p practice if displacements p are larger g than ~ 5 p pixels (depends on smoothness of image data) What happens if we do not linearize? (Nagel-Enkelmann 1986, Alvarez et al. 2000) Horn&Schunck Brox et al Part II - 24 Part II - 25

7 Non-linearized constancy assumption Non-linearized constancy assumption Energy functional: Euler-Lagrange equations: Correct description of the matching criterion (no approximation) Two problems: 1. Not convex in multiple local minima 2. Further source of nonlinearity in Euler-Lagrange equations Highly nonlinear system of equations Another fixed point iteration loop necessary Local minima combination with a multi-scale strategy Part II - 26 Part II - 27 Image warping (dates back to Lucas-Kanade 1981) Compute expressions of type for given Gauss-Newton method Goal: solve nonlinear system: Second image (at ), warped by means of Compute Points may fall between grid points bilinear interpolation Start with an initial fixed point Linearize with a first order Taylor expansion Part II - 28 Part II - 29

8 Gauss-Newton method Yields nonlinear system in increment Solve for by an inner fixed point iteration loop (as in case of the linearized i OFC) Continuation method Energy functional has multiple local minima How to find the global minimum? Yields a new fixed point Difference to linearization in the energy functional: linearization must hold only for the increment, not the flow vector itself Heuristic: continuation method Start with a smoothed version of the energy (by smoothing the input images) Find minimum of this energy Use solution as initialization for refinement Part II - 30 Part II - 31 Optical flow with an efficient continuation method Create a pyramid of downsampled images Using downsampling factors around 0.95 instead of 0.5 increases accuracy (Brox et al. 2004) Start outer fixed point iteration loop at coarsest level In each such iteration, ti refine the level l Two birds killed with one stone: Continuation method avoids local minima Multi-scale implementation provides speedup Summary of numerical scheme (Brox et al. 2004) Two nested fixed point loops + linear solver Outer loop: Removes nonlinearity due to non-linearized constancy assumptions y y p Leads to solving for an increment in each iteration Requires warping of the second input image Coupled with coarse-to-fine strategy: First iteration starts at the coarsest level Every new iteration is executed at the next finer level Inner loop: Removes the remaining nonlinearity in the increment due to nonquadratic penalizers Lagged nonlinearity: factors kept fixed in each iteration Iterative solver for the remaining linear system Part II - 32 Part II - 33

9 Result: higher accuracy, large displacements possible Non-linearized constancy (2.44 ) Gradient constancy (3.5 ) Ground truth Horn-Schunck (7.17 ) Other results: zoom into a scene Part II - 34 Car in a movie Part II - 35 Persons in another movie Part II - 36 Part II - 37

10 Taxi sequence anno 2009 Middlebury benchmark: quantitative comparison This tutorial Variational approaches ICCV 2009 papers Part II - 38 Part II - 39 How to reach first rank on Middlebury (Zimmer et al. EMMCVPR 2009) Build upon previous Brox et al model Use HSV color model with separate robust functions: Normalization Standard data term comprises implicit weighting by image gradient Large gradients might correspond to noise Multiply with normalization factors: Normalize the linearized constraints (Simoncelli et al. 1991, Lai-Vemuri 1998, Zimmer et al. 2009) Use an anisotropic regularizer (Nagel-Enkelmann 1986, Sun et al. ECCV 2008, Zimmer et al. 2009, Werlberger et al. BMVC 2009) Part II - 41 Part II - 42

11 Anisotropic smoothness terms Jointly image- and flow driven regularizer (Sun et al. 2008) Basic idea: reduced/no smoothing across edges, strong smoothing along edges (Nagel-Enkelmann 1986) Smoothing direction defined by structure tensor (as before) Image-driven: I di edge d iinformation f ti ffrom iimage cues Amount of smoothing defined by flow structure tensor eigen decomposition Penalize motion discontinuities onlyy along g image g edges: g Rotationally invariant version (Zimmer et al. al 2009) Drawback: no smoothing across internal edges Part II - 43 Complementary regularization (Zimmer et al. 2009) Part II - 44 Urban3 sequence from Middlebury dataset Directional information from motion tensor (used in data term) Motion tensor Amount of smoothing across edge from flow, full smoothing along edge: RGB instead of HSV Part II - 45 Ground truth Zimmer et al. without normalization li ti structure tensor iinstead t d off motion ti tensor Part II - 46

12 Still problematic: Fast motion of small structures Incorporating correspondences from descriptor matching BruhnWeickert 2005 Warping method Brox et al. CVPR 2009 point correspondences by descriptor matching Multiple hypotheses Matching score Robust function Flow = correspondence vector Brox et al. CVPR 2009 Warping method Brox et al. CVPR 2009 Part II - 47 Coarse-to-fine optimization Part II - 48 Ball example from Middlebury dataset Evolution over scales With point correspondences Bruhn Bruhn-Weickert BroxWeickert et al al. CVPR ICCV Without Part II - 49 Part II - 50

13 Analyzing challenging sport sequences Comparison of ways to compute large displacement flow Interpolated region correspondences Part II - 51 Shot from a movie Brox et al. ECCV 2004 Brox et al. CVPR 2009 SIFT flow Liu et al. ECCV 2008 Part II - 52 Other modeling aspects not considered here Spatio-temporal smoothness (Nagel ECCV 1990, Weickert-Schnörr JMIV 2001) Process a whole image sequence at once Enforce smoothness in temporal p direction Over-parametrization (Nir et al. IJCV 2008) Represent R t fl flow vector t by b an affine ffi model d l Enforce smoothness of affine parameters Affine transformations not penalized Enforcing rigid body motion (Valgaerts et al. DAGM 2008, Wedel et al. ICCV 2009) Miss Marple Miss Marple A pocket A pocket full of rye full of (slow rye motion) Estimate fundamental matrix from optical flow Soft constraint: correspondences close to epipolar lines Part II - 53 Part II - 54

Notes 9: Optical Flow

Notes 9: Optical Flow Course 049064: Variational Methods in Image Processing Notes 9: Optical Flow Guy Gilboa 1 Basic Model 1.1 Background Optical flow is a fundamental problem in computer vision. The general goal is to find

More information

Technion - Computer Science Department - Tehnical Report CIS

Technion - Computer Science Department - Tehnical Report CIS Over-Parameterized Variational Optical Flow Tal Nir Alfred M. Bruckstein Ron Kimmel {taln, freddy, ron}@cs.technion.ac.il Department of Computer Science Technion Israel Institute of Technology Technion

More information

SURVEY OF LOCAL AND GLOBAL OPTICAL FLOW WITH COARSE TO FINE METHOD

SURVEY OF LOCAL AND GLOBAL OPTICAL FLOW WITH COARSE TO FINE METHOD SURVEY OF LOCAL AND GLOBAL OPTICAL FLOW WITH COARSE TO FINE METHOD M.E-II, Department of Computer Engineering, PICT, Pune ABSTRACT: Optical flow as an image processing technique finds its applications

More information

Motion Estimation with Adaptive Regularization and Neighborhood Dependent Constraint

Motion Estimation with Adaptive Regularization and Neighborhood Dependent Constraint 0 Digital Image Computing: Techniques and Applications Motion Estimation with Adaptive Regularization and Neighborhood Dependent Constraint Muhammad Wasim Nawaz, Abdesselam Bouzerdoum, Son Lam Phung ICT

More information

Optical Flow Estimation with CUDA. Mikhail Smirnov

Optical Flow Estimation with CUDA. Mikhail Smirnov Optical Flow Estimation with CUDA Mikhail Smirnov msmirnov@nvidia.com Document Change History Version Date Responsible Reason for Change Mikhail Smirnov Initial release Abstract Optical flow is the apparent

More information

Multiple Combined Constraints for Optical Flow Estimation

Multiple Combined Constraints for Optical Flow Estimation Multiple Combined Constraints for Optical Flow Estimation Ahmed Fahad and Tim Morris School of Computer Science, The University of Manchester Manchester, M3 9PL, UK ahmed.fahad@postgrad.manchester.ac.uk,

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 FDH 204 Lecture 14 130307 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Review Stereo Dense Motion Estimation Translational

More information

CS-465 Computer Vision

CS-465 Computer Vision CS-465 Computer Vision Nazar Khan PUCIT 9. Optic Flow Optic Flow Nazar Khan Computer Vision 2 / 25 Optic Flow Nazar Khan Computer Vision 3 / 25 Optic Flow Where does pixel (x, y) in frame z move to in

More information

Motion Estimation (II) Ce Liu Microsoft Research New England

Motion Estimation (II) Ce Liu Microsoft Research New England Motion Estimation (II) Ce Liu celiu@microsoft.com Microsoft Research New England Last time Motion perception Motion representation Parametric motion: Lucas-Kanade T I x du dv = I x I T x I y I x T I y

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 FDH 204 Lecture 11 140311 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Motion Analysis Motivation Differential Motion Optical

More information

Motion and Optical Flow. Slides from Ce Liu, Steve Seitz, Larry Zitnick, Ali Farhadi

Motion and Optical Flow. Slides from Ce Liu, Steve Seitz, Larry Zitnick, Ali Farhadi Motion and Optical Flow Slides from Ce Liu, Steve Seitz, Larry Zitnick, Ali Farhadi We live in a moving world Perceiving, understanding and predicting motion is an important part of our daily lives Motion

More information

CS 565 Computer Vision. Nazar Khan PUCIT Lectures 15 and 16: Optic Flow

CS 565 Computer Vision. Nazar Khan PUCIT Lectures 15 and 16: Optic Flow CS 565 Computer Vision Nazar Khan PUCIT Lectures 15 and 16: Optic Flow Introduction Basic Problem given: image sequence f(x, y, z), where (x, y) specifies the location and z denotes time wanted: displacement

More information

Computational Optical Imaging - Optique Numerique. -- Single and Multiple View Geometry, Stereo matching --

Computational Optical Imaging - Optique Numerique. -- Single and Multiple View Geometry, Stereo matching -- Computational Optical Imaging - Optique Numerique -- Single and Multiple View Geometry, Stereo matching -- Autumn 2015 Ivo Ihrke with slides by Thorsten Thormaehlen Reminder: Feature Detection and Matching

More information

Comparison of stereo inspired optical flow estimation techniques

Comparison of stereo inspired optical flow estimation techniques Comparison of stereo inspired optical flow estimation techniques ABSTRACT The similarity of the correspondence problems in optical flow estimation and disparity estimation techniques enables methods to

More information

Optical Flow and Dense Correspondence. Daniel Cremers Computer Science & Mathematics TU Munich

Optical Flow and Dense Correspondence. Daniel Cremers Computer Science & Mathematics TU Munich Optical Flow and Dense Correspondence Computer Science & Mathematics TU Munich Correspondence Problems in Vision 2 Shape Similarity & Shape Matching 3 Overview Optical Flow Estimation Dense Elastic Shape

More information

CS6670: Computer Vision

CS6670: Computer Vision CS6670: Computer Vision Noah Snavely Lecture 19: Optical flow http://en.wikipedia.org/wiki/barberpole_illusion Readings Szeliski, Chapter 8.4-8.5 Announcements Project 2b due Tuesday, Nov 2 Please sign

More information

Peripheral drift illusion

Peripheral drift illusion Peripheral drift illusion Does it work on other animals? Computer Vision Motion and Optical Flow Many slides adapted from J. Hays, S. Seitz, R. Szeliski, M. Pollefeys, K. Grauman and others Video A video

More information

Multi-stable Perception. Necker Cube

Multi-stable Perception. Necker Cube Multi-stable Perception Necker Cube Spinning dancer illusion, Nobuyuki Kayahara Multiple view geometry Stereo vision Epipolar geometry Lowe Hartley and Zisserman Depth map extraction Essential matrix

More information

CS 4495 Computer Vision Motion and Optic Flow

CS 4495 Computer Vision Motion and Optic Flow CS 4495 Computer Vision Aaron Bobick School of Interactive Computing Administrivia PS4 is out, due Sunday Oct 27 th. All relevant lectures posted Details about Problem Set: You may *not* use built in Harris

More information

COMPUTER VISION > OPTICAL FLOW UTRECHT UNIVERSITY RONALD POPPE

COMPUTER VISION > OPTICAL FLOW UTRECHT UNIVERSITY RONALD POPPE COMPUTER VISION 2017-2018 > OPTICAL FLOW UTRECHT UNIVERSITY RONALD POPPE OUTLINE Optical flow Lucas-Kanade Horn-Schunck Applications of optical flow Optical flow tracking Histograms of oriented flow Assignment

More information

High Accuracy Optical Flow Estimation Based on a Theory for Warping

High Accuracy Optical Flow Estimation Based on a Theory for Warping High Accuracy Optical Flow Estimation Based on a Theory for Warping Thomas Brox, Andrés Bruhn, Nils Papenberg, and Joachim Weickert Mathematical Image Analysis Group Faculty of Mathematics and Computer

More information

Coarse to Over-Fine Optical Flow Estimation

Coarse to Over-Fine Optical Flow Estimation Coarse to Over-Fine Optical Flow Estimation Tomer Amiaz* Eyal Lubetzky Nahum Kiryati* *School of Electrical Engineering School of Computer Science Tel Aviv University Tel Aviv 69978, Israel September 11,

More information

Feature Tracking and Optical Flow

Feature Tracking and Optical Flow Feature Tracking and Optical Flow Prof. D. Stricker Doz. G. Bleser Many slides adapted from James Hays, Derek Hoeim, Lana Lazebnik, Silvio Saverse, who in turn adapted slides from Steve Seitz, Rick Szeliski,

More information

Optical Flow Estimation on Coarse-to-Fine Region-Trees using Discrete Optimization

Optical Flow Estimation on Coarse-to-Fine Region-Trees using Discrete Optimization Optical Flow Estimation on Coarse-to-Fine Region-Trees using Discrete Optimization Cheng Lei and Yee-Hong Yang Department of Computing Science University of Alberta, Edmonton, AB, Canada {clei,yang}@cs.ualberta.ca

More information

Feature Tracking and Optical Flow

Feature Tracking and Optical Flow Feature Tracking and Optical Flow Prof. D. Stricker Doz. G. Bleser Many slides adapted from James Hays, Derek Hoeim, Lana Lazebnik, Silvio Saverse, who 1 in turn adapted slides from Steve Seitz, Rick Szeliski,

More information

ILLUMINATION ROBUST OPTICAL FLOW ESTIMATION BY ILLUMINATION-CHROMATICITY DECOUPLING. Sungheon Park and Nojun Kwak

ILLUMINATION ROBUST OPTICAL FLOW ESTIMATION BY ILLUMINATION-CHROMATICITY DECOUPLING. Sungheon Park and Nojun Kwak ILLUMINATION ROBUST OPTICAL FLOW ESTIMATION BY ILLUMINATION-CHROMATICITY DECOUPLING Sungheon Park and Nojun Kwak Graduate School of Convergence Science and Technology, Seoul National University, Korea

More information

Motion. 1 Introduction. 2 Optical Flow. Sohaib A Khan. 2.1 Brightness Constancy Equation

Motion. 1 Introduction. 2 Optical Flow. Sohaib A Khan. 2.1 Brightness Constancy Equation Motion Sohaib A Khan 1 Introduction So far, we have dealing with single images of a static scene taken by a fixed camera. Here we will deal with sequence of images taken at different time intervals. Motion

More information

Over-Parameterized Variational Optical Flow

Over-Parameterized Variational Optical Flow DOI 10.1007/s11263-007-0051-2 Over-Parameterized Variational Optical Flow Tal Nir Alfred M. Bruckstein Ron Kimmel Received: 4 August 2006 / Accepted: 5 March 2007 Springer Science+Business Media, LLC 2007

More information

Dense Image-based Motion Estimation Algorithms & Optical Flow

Dense Image-based Motion Estimation Algorithms & Optical Flow Dense mage-based Motion Estimation Algorithms & Optical Flow Video A video is a sequence of frames captured at different times The video data is a function of v time (t) v space (x,y) ntroduction to motion

More information

IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE 1

IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE 1 IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE 1 Large Displacement Optical Flow: Descriptor Matching in Variational Motion Estimation Thomas Brox, Jitendra Malik, Fellow, IEEE Abstract

More information

A Segmentation Based Variational Model for Accurate Optical Flow Estimation

A Segmentation Based Variational Model for Accurate Optical Flow Estimation A Segmentation Based Variational Model for Accurate Optical Flow Estimation Li Xu, Jianing Chen, and Jiaya Jia Department of Computer Science and Engineering The Chinese University of Hong Kong {xuli,jnchen,leojia}@cse.cuhk.edu.hk

More information

Improving Motion Estimation Using Image-Driven Functions and Hybrid Scheme

Improving Motion Estimation Using Image-Driven Functions and Hybrid Scheme Improving Motion Estimation Using Image-Driven Functions and Hybrid Scheme Duc Dung Nguyen and Jae Wook Jeon Department of Electrical and Computer Engineering, Sungkyunkwan University, Korea nddunga3@skku.edu,

More information

Scale Invariant Optical Flow

Scale Invariant Optical Flow Scale Invariant Optical Flow Li Xu Zhenlong Dai Jiaya Jia Department of Computer Science and Engineering The Chinese University of Hong Kong {xuli,zldai,leojia}@cse.cuhk.edu.hk Abstract. Scale variation

More information

Dense Correspondence and Its Applications

Dense Correspondence and Its Applications Dense Correspondence and Its Applications CVFX @ NTHU 28 May 2015 Outline Dense Correspondence Optical ow Epipolar Geometry Stereo Correspondence Why dense correspondence? Features are sparse Some applications

More information

Illumination-Robust Variational Optical Flow with Photometric Invariants

Illumination-Robust Variational Optical Flow with Photometric Invariants Illumination-Robust Variational Optical Flow with Photometric Invariants Yana Mileva, Andrés Bruhn, and Joachim Weickert Mathematical Image Analysis Group Faculty of Mathematics and Computer Science, Building

More information

Fundamental matrix. Let p be a point in left image, p in right image. Epipolar relation. Epipolar mapping described by a 3x3 matrix F

Fundamental matrix. Let p be a point in left image, p in right image. Epipolar relation. Epipolar mapping described by a 3x3 matrix F Fundamental matrix Let p be a point in left image, p in right image l l Epipolar relation p maps to epipolar line l p maps to epipolar line l p p Epipolar mapping described by a 3x3 matrix F Fundamental

More information

Overview. Video. Overview 4/7/2008. Optical flow. Why estimate motion? Motion estimation: Optical flow. Motion Magnification Colorization.

Overview. Video. Overview 4/7/2008. Optical flow. Why estimate motion? Motion estimation: Optical flow. Motion Magnification Colorization. Overview Video Optical flow Motion Magnification Colorization Lecture 9 Optical flow Motion Magnification Colorization Overview Optical flow Combination of slides from Rick Szeliski, Steve Seitz, Alyosha

More information

Illumination-robust variational optical flow based on cross-correlation

Illumination-robust variational optical flow based on cross-correlation Illumination-robust variational optical flow based on cross-correlation József Molnár 1 and Dmitry Chetverikov 2 1 Computer and Automation Research Institute Hungarian Academy of Sciences, Budapest, Hungary

More information

A Database and Evaluation Methodology for Optical Flow

A Database and Evaluation Methodology for Optical Flow DOI 10.1007/s11263-010-0390-2 A Database and Evaluation Methodology for Optical Flow Simon Baker Daniel Scharstein J.P. Lewis Stefan Roth Michael J. Black Richard Szeliski Received: 18 December 2009 /

More information

Continuous and Discrete Optimization Methods in Computer Vision. Daniel Cremers Department of Computer Science University of Bonn

Continuous and Discrete Optimization Methods in Computer Vision. Daniel Cremers Department of Computer Science University of Bonn Continuous and Discrete Optimization Methods in Computer Vision Daniel Cremers Department of Computer Science University of Bonn Oxford, August 16 2007 Segmentation by Energy Minimization Given an image,

More information

Learning Optical Flow

Learning Optical Flow Learning Optical Flow Deqing Sun 1, Stefan Roth 2, J.P. Lewis 3, and Michael J. Black 1 1 Department of Computer Science, Brown University, Providence, RI, USA 2 Department of Computer Science, TU Darmstadt,

More information

Optical flow and tracking

Optical flow and tracking EECS 442 Computer vision Optical flow and tracking Intro Optical flow and feature tracking Lucas-Kanade algorithm Motion segmentation Segments of this lectures are courtesy of Profs S. Lazebnik S. Seitz,

More information

Solving Vision Tasks with variational methods on the GPU

Solving Vision Tasks with variational methods on the GPU Solving Vision Tasks with variational methods on the GPU Horst Bischof Inst. f. Computer Graphics and Vision Graz University of Technology Joint work with Thomas Pock, Markus Unger, Arnold Irschara and

More information

Motion Estimation. There are three main types (or applications) of motion estimation:

Motion Estimation. There are three main types (or applications) of motion estimation: Members: D91922016 朱威達 R93922010 林聖凱 R93922044 謝俊瑋 Motion Estimation There are three main types (or applications) of motion estimation: Parametric motion (image alignment) The main idea of parametric motion

More information

Filter Flow: Supplemental Material

Filter Flow: Supplemental Material Filter Flow: Supplemental Material Steven M. Seitz University of Washington Simon Baker Microsoft Research We include larger images and a number of additional results obtained using Filter Flow [5]. 1

More information

Optical Flow CS 637. Fuxin Li. With materials from Kristen Grauman, Richard Szeliski, S. Narasimhan, Deqing Sun

Optical Flow CS 637. Fuxin Li. With materials from Kristen Grauman, Richard Szeliski, S. Narasimhan, Deqing Sun Optical Flow CS 637 Fuxin Li With materials from Kristen Grauman, Richard Szeliski, S. Narasimhan, Deqing Sun Motion and perceptual organization Sometimes, motion is the only cue Motion and perceptual

More information

Matching. Compare region of image to region of image. Today, simplest kind of matching. Intensities similar.

Matching. Compare region of image to region of image. Today, simplest kind of matching. Intensities similar. Matching Compare region of image to region of image. We talked about this for stereo. Important for motion. Epipolar constraint unknown. But motion small. Recognition Find object in image. Recognize object.

More information

Optical Flow-Based Motion Estimation. Thanks to Steve Seitz, Simon Baker, Takeo Kanade, and anyone else who helped develop these slides.

Optical Flow-Based Motion Estimation. Thanks to Steve Seitz, Simon Baker, Takeo Kanade, and anyone else who helped develop these slides. Optical Flow-Based Motion Estimation Thanks to Steve Seitz, Simon Baker, Takeo Kanade, and anyone else who helped develop these slides. 1 Why estimate motion? We live in a 4-D world Wide applications Object

More information

Optical Flow Estimation using Fourier Mellin Transform

Optical Flow Estimation using Fourier Mellin Transform Optical Flow Estimation using Fourier Mellin Transform Huy Tho Ho School of EEE, Adelaide University, Australia huy.ho@adelaide.edu.au Roland Goecke RSISE, Australian National University, Australia roland.goecke@anu.edu.au

More information

Local Grouping for Optical Flow

Local Grouping for Optical Flow Local Grouping for Optical Flow Xiaofeng Ren Toyota Technological Institute at Chicago 1427 E. 60th Street, Chicago, IL 60637 xren@tti-c.org Abstract Optical flow estimation requires spatial integration,

More information

Comparison between Motion Analysis and Stereo

Comparison between Motion Analysis and Stereo MOTION ESTIMATION The slides are from several sources through James Hays (Brown); Silvio Savarese (U. of Michigan); Octavia Camps (Northeastern); including their own slides. Comparison between Motion Analysis

More information

3D Computer Vision. Dense 3D Reconstruction II. Prof. Didier Stricker. Christiano Gava

3D Computer Vision. Dense 3D Reconstruction II. Prof. Didier Stricker. Christiano Gava 3D Computer Vision Dense 3D Reconstruction II Prof. Didier Stricker Christiano Gava Kaiserlautern University http://ags.cs.uni-kl.de/ DFKI Deutsches Forschungszentrum für Künstliche Intelligenz http://av.dfki.de

More information

Ninio, J. and Stevens, K. A. (2000) Variations on the Hermann grid: an extinction illusion. Perception, 29,

Ninio, J. and Stevens, K. A. (2000) Variations on the Hermann grid: an extinction illusion. Perception, 29, Ninio, J. and Stevens, K. A. (2000) Variations on the Hermann grid: an extinction illusion. Perception, 29, 1209-1217. CS 4495 Computer Vision A. Bobick Sparse to Dense Correspodence Building Rome in

More information

Large Displacement Optical Flow

Large Displacement Optical Flow In Proc. IEEE International Conference on Computer Vision and Pattern Recognition (CVPR) 2009. Large Displacement Optical Flow Thomas Brox 1 Christoph Bregler 2 Jitendra Malik 1 1 University of California,

More information

Optic Flow and Basics Towards Horn-Schunck 1

Optic Flow and Basics Towards Horn-Schunck 1 Optic Flow and Basics Towards Horn-Schunck 1 Lecture 7 See Section 4.1 and Beginning of 4.2 in Reinhard Klette: Concise Computer Vision Springer-Verlag, London, 2014 1 See last slide for copyright information.

More information

ECE Digital Image Processing and Introduction to Computer Vision

ECE Digital Image Processing and Introduction to Computer Vision ECE592-064 Digital Image Processing and Introduction to Computer Vision Depart. of ECE, NC State University Instructor: Tianfu (Matt) Wu Spring 2017 Recap, SIFT Motion Tracking Change Detection Feature

More information

Direct Estimation of Non-Rigid Registrations with Image-Based Self-Occlusion Reasoning

Direct Estimation of Non-Rigid Registrations with Image-Based Self-Occlusion Reasoning Direct Estimation of Non-Rigid Registrations with Image-Based Self-Occlusion Reasoning V. Gay-Bellile 1,2 A. Bartoli 1 P. Sayd 2 1 LASMEA, Clermont-Ferrand, France 2 LCEI, CEA LIST, Saclay, France Vincent.Gay-Bellile@univ-bpclermont.fr

More information

Sparsity Model for Robust Optical Flow Estimation at Motion Discontinuities

Sparsity Model for Robust Optical Flow Estimation at Motion Discontinuities Sparsity Model for Robust Optical Flow Estimation at Motion Discontinuities Xiaohui Shen and Ying Wu Northwestern University Sheridan Road, Evanston, IL {xsh3,yingwu}@eecs.northwestern.edu Abstract This

More information

Robust Trajectory-Space TV-L1 Optical Flow for Non-rigid Sequences

Robust Trajectory-Space TV-L1 Optical Flow for Non-rigid Sequences Robust Trajectory-Space TV-L1 Optical Flow for Non-rigid Sequences Ravi Garg, Anastasios Roussos, and Lourdes Agapito Queen Mary University of London, Mile End Road, London E1 4NS, UK Abstract. This paper

More information

ELEC Dr Reji Mathew Electrical Engineering UNSW

ELEC Dr Reji Mathew Electrical Engineering UNSW ELEC 4622 Dr Reji Mathew Electrical Engineering UNSW Review of Motion Modelling and Estimation Introduction to Motion Modelling & Estimation Forward Motion Backward Motion Block Motion Estimation Motion

More information

Robust Model-Free Tracking of Non-Rigid Shape. Abstract

Robust Model-Free Tracking of Non-Rigid Shape. Abstract Robust Model-Free Tracking of Non-Rigid Shape Lorenzo Torresani Stanford University ltorresa@cs.stanford.edu Christoph Bregler New York University chris.bregler@nyu.edu New York University CS TR2003-840

More information

Optical Flow Estimation with Large Displacements: A Temporal Regularizer

Optical Flow Estimation with Large Displacements: A Temporal Regularizer ISSN:1575-6807 D.L.: GC-1317-1999 INSTITUTO UNIVERSITARIO DE CIENCIAS Y TECNOLOGIAS CIBERNETICAS Optical Flow Estimation with Large Displacements: A Temporal Regularizer Agustin Salgado, Javier Sánchez.

More information

Chapter 2 Optical Flow Estimation

Chapter 2 Optical Flow Estimation Chapter 2 Optical Flow Estimation Abstract In this chapter we review the estimation of the two-dimensional apparent motion field of two consecutive images in an image sequence. This apparent motion field

More information

LINE SEARCH MULTILEVEL OPTIMIZATION AS COMPUTATIONAL METHODS FOR DENSE OPTICAL FLOW

LINE SEARCH MULTILEVEL OPTIMIZATION AS COMPUTATIONAL METHODS FOR DENSE OPTICAL FLOW LINE SEARCH MULTILEVEL OPTIMIZATION AS COMPUTATIONAL METHODS FOR DENSE OPTICAL FLOW EL MOSTAFA KALMOUN, LUIS GARRIDO, AND VICENT CASELLES Abstract. We evaluate the performance of different optimization

More information

Visual Tracking. Image Processing Laboratory Dipartimento di Matematica e Informatica Università degli studi di Catania.

Visual Tracking. Image Processing Laboratory Dipartimento di Matematica e Informatica Università degli studi di Catania. Image Processing Laboratory Dipartimento di Matematica e Informatica Università degli studi di Catania 1 What is visual tracking? estimation of the target location over time 2 applications Six main areas:

More information

Colour Segmentation-based Computation of Dense Optical Flow with Application to Video Object Segmentation

Colour Segmentation-based Computation of Dense Optical Flow with Application to Video Object Segmentation ÖGAI Journal 24/1 11 Colour Segmentation-based Computation of Dense Optical Flow with Application to Video Object Segmentation Michael Bleyer, Margrit Gelautz, Christoph Rhemann Vienna University of Technology

More information

CS 4495 Computer Vision A. Bobick. Motion and Optic Flow. Stereo Matching

CS 4495 Computer Vision A. Bobick. Motion and Optic Flow. Stereo Matching Stereo Matching Fundamental matrix Let p be a point in left image, p in right image l l Epipolar relation p maps to epipolar line l p maps to epipolar line l p p Epipolar mapping described by a 3x3 matrix

More information

Using Subspace Constraints to Improve Feature Tracking Presented by Bryan Poling. Based on work by Bryan Poling, Gilad Lerman, and Arthur Szlam

Using Subspace Constraints to Improve Feature Tracking Presented by Bryan Poling. Based on work by Bryan Poling, Gilad Lerman, and Arthur Szlam Presented by Based on work by, Gilad Lerman, and Arthur Szlam What is Tracking? Broad Definition Tracking, or Object tracking, is a general term for following some thing through multiple frames of a video

More information

Variational Optic Flow Computation: From Continuous Models to Algorithms

Variational Optic Flow Computation: From Continuous Models to Algorithms Variational Optic Flow Computation: From Continuous Models to Algorithms Joachim Weickert, Andrés Bruhn, Nils Papenberg, and Thomas Brox Mathematical Image Analysis Group Faculty of Mathematics and Computer

More information

Lucas-Kanade Motion Estimation. Thanks to Steve Seitz, Simon Baker, Takeo Kanade, and anyone else who helped develop these slides.

Lucas-Kanade Motion Estimation. Thanks to Steve Seitz, Simon Baker, Takeo Kanade, and anyone else who helped develop these slides. Lucas-Kanade Motion Estimation Thanks to Steve Seitz, Simon Baker, Takeo Kanade, and anyone else who helped develop these slides. 1 Why estimate motion? We live in a 4-D world Wide applications Object

More information

CS 4495 Computer Vision A. Bobick. Motion and Optic Flow. Stereo Matching

CS 4495 Computer Vision A. Bobick. Motion and Optic Flow. Stereo Matching Stereo Matching Fundamental matrix Let p be a point in left image, p in right image l l Epipolar relation p maps to epipolar line l p maps to epipolar line l p p Epipolar mapping described by a 3x3 matrix

More information

Comparison between Optical Flow and Cross-Correlation Methods for Extraction of Velocity Fields from Particle Images

Comparison between Optical Flow and Cross-Correlation Methods for Extraction of Velocity Fields from Particle Images Comparison between Optical Flow and Cross-Correlation Methods for Extraction of Velocity Fields from Particle Images (Optical Flow vs Cross-Correlation) Tianshu Liu, Ali Merat, M. H. M. Makhmalbaf Claudia

More information

Dense Matching of Multiple Wide-baseline Views

Dense Matching of Multiple Wide-baseline Views Dense Matching of Multiple Wide-baseline Views Christoph Strecha KU Leuven Belgium firstname.surname@esat.kuleuven.ac.be Tinne Tuytelaars KU Leuven Belgium Luc Van Gool KU Leuven / ETH Zürich Belgium /

More information

Mariya Zhariy. Uttendorf Introduction to Optical Flow. Mariya Zhariy. Introduction. Determining. Optical Flow. Results. Motivation Definition

Mariya Zhariy. Uttendorf Introduction to Optical Flow. Mariya Zhariy. Introduction. Determining. Optical Flow. Results. Motivation Definition to Constraint to Uttendorf 2005 Contents to Constraint 1 Contents to Constraint 1 2 Constraint Contents to Constraint 1 2 Constraint 3 Visual cranial reflex(vcr)(?) to Constraint Rapidly changing scene

More information

Video Alignment. Literature Survey. Spring 2005 Prof. Brian Evans Multidimensional Digital Signal Processing Project The University of Texas at Austin

Video Alignment. Literature Survey. Spring 2005 Prof. Brian Evans Multidimensional Digital Signal Processing Project The University of Texas at Austin Literature Survey Spring 2005 Prof. Brian Evans Multidimensional Digital Signal Processing Project The University of Texas at Austin Omer Shakil Abstract This literature survey compares various methods

More information

Accurate Real-Time Disparity Estimation with Variational Methods

Accurate Real-Time Disparity Estimation with Variational Methods Accurate Real-Time Disparity Estimation with Variational Methods Sergey Kosov, Thorsten Thormählen, Hans-Peter Seidel Max-Planck-Institut Informatik (MPII), Saarbrücken, Germany Abstract. Estimating the

More information

LOCAL-GLOBAL OPTICAL FLOW FOR IMAGE REGISTRATION

LOCAL-GLOBAL OPTICAL FLOW FOR IMAGE REGISTRATION LOCAL-GLOBAL OPTICAL FLOW FOR IMAGE REGISTRATION Ammar Zayouna Richard Comley Daming Shi Middlesex University School of Engineering and Information Sciences Middlesex University, London NW4 4BT, UK A.Zayouna@mdx.ac.uk

More information

WARP BASED NEAR REGULAR TEXTURE ANALYSIS FOR IMAGE BASED TEXTURE OVERLAY

WARP BASED NEAR REGULAR TEXTURE ANALYSIS FOR IMAGE BASED TEXTURE OVERLAY WARP BASED NEAR REGULAR TEXTURE ANALYSIS FOR IMAGE BASED TEXTURE OVERLAY Anna Hilsmann 1,2 David C. Schneider 1,2 Peter Eisert 1,2 1 Fraunhofer Heinrich Hertz Institute Berlin, Germany 2 Humboldt University

More information

Tracking system. Danica Kragic. Object Recognition & Model Based Tracking

Tracking system. Danica Kragic. Object Recognition & Model Based Tracking Tracking system Object Recognition & Model Based Tracking Motivation Manipulating objects in domestic environments Localization / Navigation Object Recognition Servoing Tracking Grasping Pose estimation

More information

Complementary Optic Flow

Complementary Optic Flow Complementary Optic Flow Henning Zimmer 1,4, Andrés Bruhn 1, Joachim Weickert 1, Levi Valgaerts 1, Agustín Salgado 2, Bodo Rosenhahn 3, and Hans-Peter Seidel 4 1 Mathematical Image Analysis Group Faculty

More information

Computer Vision Lecture 20

Computer Vision Lecture 20 Computer Perceptual Vision and Sensory WS 16/17 Augmented Computing Computer Perceptual Vision and Sensory WS 16/17 Augmented Computing Computer Perceptual Vision and Sensory WS 16/17 Augmented Computing

More information

A Duality Based Algorithm for TV-L 1 -Optical-Flow Image Registration

A Duality Based Algorithm for TV-L 1 -Optical-Flow Image Registration A Duality Based Algorithm for TV-L 1 -Optical-Flow Image Registration Thomas Pock 1, Martin Urschler 1, Christopher Zach 2, Reinhard Beichel 3, and Horst Bischof 1 1 Institute for Computer Graphics & Vision,

More information

Computer Vision Lecture 20

Computer Vision Lecture 20 Computer Perceptual Vision and Sensory WS 16/76 Augmented Computing Many slides adapted from K. Grauman, S. Seitz, R. Szeliski, M. Pollefeys, S. Lazebnik Computer Vision Lecture 20 Motion and Optical Flow

More information

Video Completion via Spatio-temporally Consistent Motion Inpainting

Video Completion via Spatio-temporally Consistent Motion Inpainting Express Paper Video Completion via Spatio-temporally Consistent Motion Inpainting Menandro Roxas 1,a) Takaaki Shiratori 2,b) Katsushi Ikeuchi 1,c) Received: April 25, 2014, Accepted: May 19, 2014, Released:

More information

smooth coefficients H. Köstler, U. Rüde

smooth coefficients H. Köstler, U. Rüde A robust multigrid solver for the optical flow problem with non- smooth coefficients H. Köstler, U. Rüde Overview Optical Flow Problem Data term and various regularizers A Robust Multigrid Solver Galerkin

More information

Optical Flow Estimation

Optical Flow Estimation Optical Flow Estimation Goal: Introduction to image motion and 2D optical flow estimation. Motivation: Motion is a rich source of information about the world: segmentation surface structure from parallax

More information

Capturing, Modeling, Rendering 3D Structures

Capturing, Modeling, Rendering 3D Structures Computer Vision Approach Capturing, Modeling, Rendering 3D Structures Calculate pixel correspondences and extract geometry Not robust Difficult to acquire illumination effects, e.g. specular highlights

More information

Learning and Inferring Depth from Monocular Images. Jiyan Pan April 1, 2009

Learning and Inferring Depth from Monocular Images. Jiyan Pan April 1, 2009 Learning and Inferring Depth from Monocular Images Jiyan Pan April 1, 2009 Traditional ways of inferring depth Binocular disparity Structure from motion Defocus Given a single monocular image, how to infer

More information

Robust Principal Component Analysis (RPCA)

Robust Principal Component Analysis (RPCA) Robust Principal Component Analysis (RPCA) & Matrix decomposition: into low-rank and sparse components Zhenfang Hu 2010.4.1 reference [1] Chandrasekharan, V., Sanghavi, S., Parillo, P., Wilsky, A.: Ranksparsity

More information

Revisiting Lucas-Kanade and Horn-Schunck

Revisiting Lucas-Kanade and Horn-Schunck Revisiting Lucas-Kanade and Horn-Schunck Andry Maykol G. Pinto *1, A. Paulo Moreira 2, Paulo G. Costa 3, Miguel V. Correia 4 INESC TEC and Department of Electrical and Computer Engineering, Faculty of

More information

Convolutional Neural Network Implementation of Superresolution Video

Convolutional Neural Network Implementation of Superresolution Video Convolutional Neural Network Implementation of Superresolution Video David Zeng Stanford University Stanford, CA dyzeng@stanford.edu Abstract This project implements Enhancing and Experiencing Spacetime

More information

CUDA GPGPU. Ivo Ihrke Tobias Ritschel Mario Fritz

CUDA GPGPU. Ivo Ihrke Tobias Ritschel Mario Fritz CUDA GPGPU Ivo Ihrke Tobias Ritschel Mario Fritz Today 3 Topics Intro to CUDA (NVIDIA slides) How is the GPU hardware organized? What is the programming model? Simple Kernels Hello World Gaussian Filtering

More information

Particle Tracking. For Bulk Material Handling Systems Using DEM Models. By: Jordan Pease

Particle Tracking. For Bulk Material Handling Systems Using DEM Models. By: Jordan Pease Particle Tracking For Bulk Material Handling Systems Using DEM Models By: Jordan Pease Introduction Motivation for project Particle Tracking Application to DEM models Experimental Results Future Work References

More information

Comparison Between The Optical Flow Computational Techniques

Comparison Between The Optical Flow Computational Techniques Comparison Between The Optical Flow Computational Techniques Sri Devi Thota #1, Kanaka Sunanda Vemulapalli* 2, Kartheek Chintalapati* 3, Phanindra Sai Srinivas Gudipudi* 4 # Associate Professor, Dept.

More information

Visual Tracking. Antonino Furnari. Image Processing Lab Dipartimento di Matematica e Informatica Università degli Studi di Catania

Visual Tracking. Antonino Furnari. Image Processing Lab Dipartimento di Matematica e Informatica Università degli Studi di Catania Visual Tracking Antonino Furnari Image Processing Lab Dipartimento di Matematica e Informatica Università degli Studi di Catania furnari@dmi.unict.it 11 giugno 2015 What is visual tracking? estimation

More information

Outline 7/2/201011/6/

Outline 7/2/201011/6/ Outline Pattern recognition in computer vision Background on the development of SIFT SIFT algorithm and some of its variations Computational considerations (SURF) Potential improvement Summary 01 2 Pattern

More information

Flow Estimation. Min Bai. February 8, University of Toronto. Min Bai (UofT) Flow Estimation February 8, / 47

Flow Estimation. Min Bai. February 8, University of Toronto. Min Bai (UofT) Flow Estimation February 8, / 47 Flow Estimation Min Bai University of Toronto February 8, 2016 Min Bai (UofT) Flow Estimation February 8, 2016 1 / 47 Outline Optical Flow - Continued Min Bai (UofT) Flow Estimation February 8, 2016 2

More information

VC 11/12 T11 Optical Flow

VC 11/12 T11 Optical Flow VC 11/12 T11 Optical Flow Mestrado em Ciência de Computadores Mestrado Integrado em Engenharia de Redes e Sistemas Informáticos Miguel Tavares Coimbra Outline Optical Flow Constraint Equation Aperture

More information

EigenTracking: Robust Matching and Tracking of Articulated Objects Using a View-Based Representation

EigenTracking: Robust Matching and Tracking of Articulated Objects Using a View-Based Representation EigenTracking: Robust Matching and Tracking of Articulated Objects Using a View-Based Representation Michael J. Black and Allan D. Jepson Xerox Palo Alto Research Center, 3333 Coyote Hill Road, Palo Alto,

More information

ATV-L1OpticalFlowMethod with Occlusion Detection

ATV-L1OpticalFlowMethod with Occlusion Detection ATV-L1OpticalFlowMethod with Occlusion Detection Coloma Ballester 1, Lluis Garrido 2, Vanel Lazcano 1, and Vicent Caselles 1 1 Dept Information and Communication Technologies, University Pompeu Fabra 2

More information