CINXE.COM
Tutorials < 3DV 2014
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <title>Tutorials < 3DV 2014</title> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <meta name="description" content="Workshops < 3DV 2014"> <meta name="robots" content="index, follow"> <link rel="canonical" href="/awards/"> <link rel="stylesheet" type="text/css" href="../theme/3DimPVT/style.css" media="all"> </head> <body id="tutorials" > <div id="wrapper"> <div id="header"> <a href="/"><img height="95" src="/theme/3DimPVT/images/banner3.png" alt="3DV 2014"></a> <!--<a class="logo" href="/">3DV 2014</a>--> <p class="tagline"><!--<span style="font-size: 10pt">Third Joint 3DIM/3DPVT Conference <br> June 29 - June 30 @ University of Tokyo, Tokyo, JAPAN--></p> <ul id="nav"> <li><a href="/" title="home">home</a></li><li><a href="/registration" title="registration">registration</a></li><li><a href="/awards" title="awards">awards</a></li><li><a href="/program" title="program">program</a></li><li><a href="/speakers" title="speakers">speakers</a></li><li><a href="/committee" title="committee">committee</a></li><li><a href="/authors" title="authors">authors</a></li><li><a href="/reviewers" title="reviewers">reviewers</a></li><li class="current"><a href="/tutorials" title="tutorials">tutorials</a></li><li><a href="/workshops" title="workshops">workshops</a></li><li><a href="/demos" title="demos">demos</a></li><li><a href="/venue" title="venue">venue</a></li></ul> </div><!-- end header --> <div id="content"> <div id="page-content"> <div class="page-text"> <h2>Important Notice</h2> <p style="overflow: hidden; position: relative;"> <dl> <dt style="clear: left; float: left; width: 8em">Date:</dt><dd style="margin-left: 8em">Dec 8th, 2014</dd> <dt style="clear: left; float: left; width: 8em">Venue:</dt><dd style="margin-left: 8em">The same as the main conference</dd> <dt style="clear: left; float: left; width: 8em">Registration fee:</dt><dd style="margin-left: 8em">Included in the main conference registration</dd> </dl> <hr> <h2 id="tut1">Tutorial 1<br><a href="">Multi-view Geometry of Dynamic 3D Reconstruction</a></h2> <h3>Lecturer: <a href="http://www.cs.cmu.edu/~yaser/">Yaser Sheikh</a> and <a href="http://www.ri.cmu.edu/person.html?person_id=1808">Tomas Simon</a> (CMU)</h3> <!--<p style="overflow: hidden; position: relative;">--> <a href="http://www.cs.cmu.edu/~yaser/"><img src="sheikh_yaser.jpg" alt="Yaser Sheikh" style="float: left; margin-right: 8px"></a><!--</p>--> <a href="http://www.ri.cmu.edu/person.html?person_id=1808"><img src="tomas_simon_kreuz.jpg" alt="Tomas Simon" style="float: left; margin-right: 2em"></a><!--</p>--> <h4>Abstract</h4> <p>The geometric relationship between 2D image projections and underlying 3D scenes has been studied over several centuries in the fields of optics, photogrammetry, and, most recently, computer vision. This entire body of work is based on the assumption that the scene is stationary between the capture of images. Yet, most imagery being generated today is from monocular cameras viewing dynamic scenes (such as social interactions). The fundamental constraint of 3D reconstruction---3D triangulation of 2D correspondences---and the theoretical edifice built upon it does not apply to such imagery where cameras and scenes are dynamic.</p> <p>This tutorial will focus on the development of the computational foundation of the multi-view geometry of moving cameras and the definition of multilinear operators for dynamic scenes that relate image measurements across moving cameras. During the tutorial, we will include a survey of the literature on dynamic 3D reconstruction, while discussing important open questions for future research.</p> <p>This development is qualitatively different from the classical structure-from-motion problem in that it is fundamentally ill-posed (as you often only get one view of a particular point at a particular time instant). As a result, the two major thrusts of this line of research are: (1) the design of statistical dynamical models to condition the estimation, and (2) the characterization of degenerate cases that abound in these models.</p> <h4>Timetable</h4> <table class="timetable"> <tbody><tr><td>9:00-10:30</td><td>Introduction: Multiple view geometry and dynamic scenes </td></tr> <tr><td>10:30-11:00</td><td>(Break)</td></tr> <tr><td>11:00-12:30</td><td>Shape-based models </td></tr> <tr><td>12:30-14:00</td><td>(Break)</td></tr> <tr><td>14:00-15:30</td><td>Trajectory and spatiotemporal models </td></tr> <tr><td>15:30-16:00</td><td>(Break)</td></tr> <tr><td>16:00-17:00</td><td>Optimization and future directions </td></tr> </tbody></table> <h2 id="tut2">Tutorial 2<br><a href="">Dense 3D reconstruction using RGB-D cameras</a></h2> <h3>Lecturer: <a href="http://researchmap.jp/diegothomas/?lang=english">Diego Thomas (NII)</a></h3> <!--<p style="overflow: hidden; position: relative;">--> <a href="http://researchmap.jp/diegothomas/?lang=english"><img src="thomas_diego.jpg" alt="Diego Thomas" style="float: left; margin-right: 2em"></a><!--</p>--> <h4>Abstract</h4> <p>The generation of fine 3D models from RGB-D (color plus depth) measurements is of great interest for the computer vision community. Although the 3D reconstruction pipeline has been widely studied in the last decades, a new era has started recently with the advent of low cost consumer depth cameras (called RGB-D cameras) that capture RGB-D images at a video rate (e.g., Microsoft Kinect or Asus Xtion Pro). The introduction to the public of 3D measurements has brought its own revolution to the scientific community with many projects and applications using RGB-D cameras.</p> <p>In this tutorial, we will give an overview of the existing 3D reconstruction methods using a single RGB-D camera using various 3D representations, including point based representations (SURFELS), implicit volumetric representations (TSDF), patch based representations and parametric representations. These different 3D scene representations give us powerful tools to build virtual representations of the real world in real-time from RGB-D cameras. We can not only reconstruct small-scale static scenes but also large-scale scenes and dynamic scenes. We will also discuss about current trend in depth sensing and future challenges for 3D scene reconstruction.</p> <h4>Timetable</h4> <table class="timetable"> <tbody><tr><td>9:00-9:20</td><td>Introduction <ul> <li>What is dense 3D modelling?</li> <li>Why dense 3D modelling?</li> <li>How to obtain a dense 3D model?</li> <li>RGB-D cameras</li> </ul></td></tr> <tr><td>9:20-10:20</td><td>Basic tools <ul> <li>3D rigid registration</li> <li>Pair-wise alignment</li> <li>Group-wise alignment</li> <li>3D surface representations</li> <li>Surfels</li> <li>Volumes</li> <li>Parametric surfaces</li> <li>Loop closure</li> </ul> </td></tr> <tr><td>10:20-10:40</td><td>(Break)</td></tr> <tr><td>10:40-11:45</td><td>Putting everything together <ul> <li>RGB-D Mapping</li> <li>KinectFusion</li> <li>KinectFusion extensions</li> <li>Moving volumes</li> <li>Octrees</li> <li>Scene reconstruction with point of interest</li> <li>Spatial fragmentation</li> <li>Temporal fragmentation</li> <li>Temporal and spatial fragmentation</li> </ul> </td></tr> <tr><td>11:45-12:00</td><td>Discussion <ul><li>Concluding remarks</li></ul> </td></tr> </tbody></table> </div> </div> </div> <div id="sidebar"> <div class="section"> <h2>Next Edition:</h2> <h4><a href="http://3dv2015.inria.fr/">3DV 2015</a> will be held in Lyon, France.</h4> <h2>Important Dates:</h2> <!--<h4>Workshops proposal deadline<br><span style="margin-left: 4em;color:black">May 1, 2014</span></h4> --> <h4>Paper submission<br><span style="margin-left: 4em;color:black">July 9, 2014 - 6pm PST</span></h4> <h4>Paper notification<br><span style="margin-left: 4em;color:black">September 6, 2014</span><br><span style="margin-left: 4em;">(formerly August 31)</span></h4> <h4>Paper camera ready<br><span style="margin-left: 4em;color:black">October 15, 2014</span></h4> <h4>Demo & Exhibits submission<br><span style="margin-left: 4em;color:black">October 25, 2014</span> </h4> <!--<h4>Demo notification - <span style="color:black">June 1, 2013</span> </h4> <h4>Hotel discount ends - <span style="color:black">June 4, 2013</span> </h4> <h4>Early registration ends - <span style="color:black">June 10, 2013</span> </h4> --> <h4><span style="color:red"><strong>Conference</strong></span><br><span style="margin-left: 4em;color:black">December 8-11, 2014</span></h4> <!--<br><span style="color:black; font-size: 8pt">(subject to change)</span></h4>--> <h2>Quick Links:</h2> <ul> <!--<li><h4><a href="/data/cfw-3dv2014.pdf">Call for workshops</a></h4></li>--> <li><h4><a href="/data/cfd-3dv2014.pdf">Call for Demos & Exhibits</a></h4></li> <li><h4><a href="/data/3DV2014-demo-application.pdf">Demo application form</a></h4></li> <li><h4><a href="/data/3dv2014-flyer.pdf">Call for papers</a></h4></li> <li><h4>Contact: <a href="mailto:3dv2014contact@ml.sys.wakayama-u.ac.jp">3dv2014contact@ml.sys.wakayama-u.ac.jp</a></h4></li> </ul> <h2>Proceedings:</h2> All accepted papers will be published by <a href="http://www.computer.org/portal/web/cscps/home">IEEE Computer Society's Conference Publishing Services (CPS)</a> and submitted to IEEE Xplore and CSDL. <br><br> <!--The conference proceedings can be accessed <a href="/content.zip">here</a>.--> </div> </div> <div class="clear"></div> <div id="footer"> <p class="left-footer"> <strong>3DV 2014</strong></p> <!--<p class="right-footer"><a href="http://get-simple.info/" target="_blank" >Powered by GetSimple</a></p>--> <div class="clear"></div> </div><!-- end div#footer --> </div><!-- end wrapper --> </body> </html>