{"id":18,"date":"2019-05-06T01:48:27","date_gmt":"2019-05-06T01:48:27","guid":{"rendered":"http:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/?page_id=18"},"modified":"2019-12-06T23:48:25","modified_gmt":"2019-12-06T23:48:25","slug":"project-summary","status":"publish","type":"page","link":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/project-summary\/","title":{"rendered":"Project Summary"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-58 aligncenter\" src=\"http:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/05\/Screen-Shot-2019-05-06-at-12.14.15-AM-300x168.png\" alt=\"\" width=\"409\" height=\"229\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/05\/Screen-Shot-2019-05-06-at-12.14.15-AM-300x168.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/05\/Screen-Shot-2019-05-06-at-12.14.15-AM-768x431.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/05\/Screen-Shot-2019-05-06-at-12.14.15-AM-1024x575.png 1024w, https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/05\/Screen-Shot-2019-05-06-at-12.14.15-AM.png 1204w\" sizes=\"auto, (max-width: 409px) 100vw, 409px\" \/><\/p>\n<h1><strong>Project Motivation &amp; Description:<\/strong><\/h1>\n<p class=\"p1\">The problem and motivation stems from the fact that there is a need for high resolution depth, which can be used in applications such as SLAM,AR, etc. however, most RGB-D sensor provide with<span class=\"Apple-converted-space\">\u00a0 <\/span>a high-resolution RGB Image and a low-resolution depth image. While High resolution RGB is easily accessible, getting high resolution depth remains a hard problem. Moreover, the high-resolution RGB image does have a lot of structural information which we can use to refine the low-resolution depth to obtain a high resolution depth image. Thus our problem statement is to estimate high res depth through guidance from RGB.<\/p>\n<p>While we are attempting to solve RGB Guided Depth Super Resolution, we shift the research towards general super resolution and present interesting findings that provide a better understanding of the Super Resolution process, and at the same time can be extended to RGB Guided Depth Super-Resolution.<\/p>\n<p class=\"p1\">We focus on a novel way to recover the high-res depth image in an unsupervised way by exploiting properties of Convolutional Neural Networks and Natural Image statistics.<\/p>\n<p>&nbsp;<\/p>\n<h1><strong>Proposed Solution:<\/strong><\/h1>\n<p>Super resolution is an inverse problem &#8211; and the objective being to recover the high-resolution (good) image from the low-resolution (bad) image. At the same time, there is a paired relationship between the bad and good image, and an easy way is to apply Supervised Learning in order to learn the mapping from low-res (data) images to high-res (labels) images.\u00a0 However, supervised learning itself draws into dataset bias, heavily reliant on the type of data, etc, which restricts its generalizability. Another way to view this problem is to view it as a traditionally black box optimization problem, where you have 2 terms to optimize, : a data term (penalty) and a regularization, which generally captures the prior . The benefit of this method is it doesn&#8217;t rely on the High resolution pairs, that one would need during supervised learning, but at the same time it ignores all the advantages and power of deep networks.<\/p>\n<p>Towards the best of both the aforementioned methods, we can formulate a self-supervised method that uses a learnable CNN (taking advantage of deep learning) but at the same time derive as much self-supervision from the low-resolution image.\u00a0 So basically the optimization becomes a self-supervised learning process, where our High-resolution image is parameterized by the weights of the CNN<\/p>\n<h2><strong>Capturing the prior &amp; Towards Super-Resolution<\/strong><\/h2>\n<p>It was later argued in the paper form Dmitry Ulyanov et.al (Deep Image Prior, CVPR 2018), that in the above formulation, there is no need for an explicit regularization. The structure of a CNN can offer implicit regularization . (see slides for the explanation of this regularization) . We use this property of the CNN for formulating the super-resolution problem as a self-supervised learning problem (with only implicit CNN regularization )<\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-70 alignleft\" src=\"http:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/12\/Screen-Shot-2019-12-06-at-6.47.41-PM-300x196.png\" alt=\"\" width=\"300\" height=\"196\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/12\/Screen-Shot-2019-12-06-at-6.47.41-PM-300x196.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/12\/Screen-Shot-2019-12-06-at-6.47.41-PM-768x503.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/12\/Screen-Shot-2019-12-06-at-6.47.41-PM-1024x670.png 1024w, https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/12\/Screen-Shot-2019-12-06-at-6.47.41-PM.png 1066w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<h2><strong>RGB Conditioned Depth-SR<\/strong><\/h2>\n<p>While using Deep Image Prior, we set the input tensor as a random input tensor sampled form a normal distribution. The network then iteratively regresses to form the good \/ High-resolution depth map. This enables to super-resolve the depth map, but we are still not incorporating the structural information from the RGB Image (which is high-res)<\/p>\n<p>To infuse structure from the RGB, we then try to incorporate edge aware losses in the loss function : however there is a fundamental drawback : i.e. that RGB edges comprise of depth edges as well as texture edges, whereas we want to supervise it with depth edges only.<\/p>\n<p>Next, we can try to force the DIP network to output RGB + D , this enforcing structural supervision through RGB : however, this leads to the texture copy artifacts in the depth image, thus making the depth image incorrect.<\/p>\n<p>Lastly, we see that setting the input to the RGB image itself instead of the random tensor, works well. RGB as an input infuses the structural information through the CNN , thereby conditioning the Depth Super Resolution on RGB itself.<\/p>\n<p>&nbsp;<\/p>\n<h1><strong>Results<\/strong><\/h1>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-68 size-full\" src=\"http:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/12\/output1.png\" alt=\"\" width=\"1964\" height=\"1106\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/12\/output1.png 1964w, https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/12\/output1-300x169.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/12\/output1-768x432.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/12\/output1-1024x577.png 1024w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Project Motivation &amp; Description: The problem and motivation stems from the fact that there is a need for high resolution depth, which can be used in applications such as SLAM,AR, etc. however, most RGB-D sensor provide with\u00a0 a high-resolution RGB Image and a low-resolution depth image. While High resolution RGB is easily accessible, getting high &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/project-summary\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Project Summary&#8221;<\/span><\/a><\/p>\n","protected":false},"author":55,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Project Summary - RGB Guided Depth Map Super-resolution<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/project-summary\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Project Summary - RGB Guided Depth Map Super-resolution\" \/>\n<meta property=\"og:description\" content=\"Project Motivation &amp; Description: The problem and motivation stems from the fact that there is a need for high resolution depth, which can be used in applications such as SLAM,AR, etc. however, most RGB-D sensor provide with\u00a0 a high-resolution RGB Image and a low-resolution depth image. While High resolution RGB is easily accessible, getting high &hellip; Continue reading &quot;Project Summary&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/project-summary\/\" \/>\n<meta property=\"og:site_name\" content=\"RGB Guided Depth Map Super-resolution\" \/>\n<meta property=\"article:modified_time\" content=\"2019-12-06T23:48:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/05\/Screen-Shot-2019-05-06-at-12.14.15-AM.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1204\" \/>\n\t<meta property=\"og:image:height\" content=\"676\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2019teamk\\\/project-summary\\\/\",\"url\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2019teamk\\\/project-summary\\\/\",\"name\":\"Project Summary - RGB Guided Depth Map Super-resolution\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2019teamk\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2019teamk\\\/project-summary\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2019teamk\\\/project-summary\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2019teamk\\\/wp-content\\\/uploads\\\/sites\\\/26\\\/2019\\\/05\\\/Screen-Shot-2019-05-06-at-12.14.15-AM-300x168.png\",\"datePublished\":\"2019-05-06T01:48:27+00:00\",\"dateModified\":\"2019-12-06T23:48:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2019teamk\\\/project-summary\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2019teamk\\\/project-summary\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2019teamk\\\/project-summary\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2019teamk\\\/wp-content\\\/uploads\\\/sites\\\/26\\\/2019\\\/05\\\/Screen-Shot-2019-05-06-at-12.14.15-AM.png\",\"contentUrl\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2019teamk\\\/wp-content\\\/uploads\\\/sites\\\/26\\\/2019\\\/05\\\/Screen-Shot-2019-05-06-at-12.14.15-AM.png\",\"width\":1204,\"height\":676},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2019teamk\\\/project-summary\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2019teamk\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Project Summary\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2019teamk\\\/#website\",\"url\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2019teamk\\\/\",\"name\":\"RGB Guided Depth Map Super-resolution\",\"description\":\"Advisor : Simon Lucey | Students : Anuj Pahuja, Kushal Vyas\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2019teamk\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Project Summary - RGB Guided Depth Map Super-resolution","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/project-summary\/","og_locale":"en_US","og_type":"article","og_title":"Project Summary - RGB Guided Depth Map Super-resolution","og_description":"Project Motivation &amp; Description: The problem and motivation stems from the fact that there is a need for high resolution depth, which can be used in applications such as SLAM,AR, etc. however, most RGB-D sensor provide with\u00a0 a high-resolution RGB Image and a low-resolution depth image. While High resolution RGB is easily accessible, getting high &hellip; Continue reading \"Project Summary\"","og_url":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/project-summary\/","og_site_name":"RGB Guided Depth Map Super-resolution","article_modified_time":"2019-12-06T23:48:25+00:00","og_image":[{"width":1204,"height":676,"url":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/05\/Screen-Shot-2019-05-06-at-12.14.15-AM.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/project-summary\/","url":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/project-summary\/","name":"Project Summary - RGB Guided Depth Map Super-resolution","isPartOf":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/project-summary\/#primaryimage"},"image":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/project-summary\/#primaryimage"},"thumbnailUrl":"http:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/05\/Screen-Shot-2019-05-06-at-12.14.15-AM-300x168.png","datePublished":"2019-05-06T01:48:27+00:00","dateModified":"2019-12-06T23:48:25+00:00","breadcrumb":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/project-summary\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/project-summary\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/project-summary\/#primaryimage","url":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/05\/Screen-Shot-2019-05-06-at-12.14.15-AM.png","contentUrl":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-content\/uploads\/sites\/26\/2019\/05\/Screen-Shot-2019-05-06-at-12.14.15-AM.png","width":1204,"height":676},{"@type":"BreadcrumbList","@id":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/project-summary\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/"},{"@type":"ListItem","position":2,"name":"Project Summary"}]},{"@type":"WebSite","@id":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/#website","url":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/","name":"RGB Guided Depth Map Super-resolution","description":"Advisor : Simon Lucey | Students : Anuj Pahuja, Kushal Vyas","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-json\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-json\/wp\/v2\/users\/55"}],"replies":[{"embeddable":true,"href":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-json\/wp\/v2\/comments?post=18"}],"version-history":[{"count":4,"href":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-json\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":71,"href":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-json\/wp\/v2\/pages\/18\/revisions\/71"}],"wp:attachment":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/2019teamk\/wp-json\/wp\/v2\/media?parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}