{"id":11,"date":"2024-05-08T07:19:37","date_gmt":"2024-05-08T07:19:37","guid":{"rendered":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/?page_id=11"},"modified":"2024-12-09T23:42:39","modified_gmt":"2024-12-09T23:42:39","slug":"method","status":"publish","type":"page","link":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/method\/","title":{"rendered":"Technical Report"},"content":{"rendered":"\n<p class=\"has-vivid-cyan-blue-color has-text-color has-link-color has-medium-font-size wp-elements-45268df93935a1078b26f5b605ceb5d8\">Motivation<\/p>\n\n\n\n<p>Gestalt psychology suggests that human perception inherently organizes visual elements into cohesive wholes. When an object is occluded, humans can often infer the complete outline of the object &#8211; an ability that is developed in humans in their early years. Additionally, object permanence suggests that with some temporal context, humans can perceive objects to <em>persist<\/em> even when they undergo complete occlusions. Replicating these phenomena of gestalt psychology and object permanence in object segmentation has traditionally been ignored, as the community has focused largely on segmenting the visible or <em>modal<\/em> regions of objects (as exemplified by models like SAM). Recent focus has shifted to include amodal segmentation, which involves segmenting an object&#8217;s full shape, including both visible and occluded parts. This task has broad real-world applications, including safe navigation in robotic manipulation and autonomous driving, understanding occluder-occludee relationships in complex scenes, and enhancing advanced image and video editing tools.<\/p>\n\n\n\n<p class=\"has-vivid-cyan-blue-color has-text-color has-link-color has-medium-font-size wp-elements-8c244cb2678efbe76334295a2d895bf1\">Method<\/p>\n\n\n\n<p>As shown in Figure 1, we propose repurposing a video diffusion model, Stable Video Diffusion (SVD), to achieve highly accurate and generalizable video amodal segmentation. One key insight is that foundational diffusion models trained to generate pixels also bake-in strong priors on object shape.<\/p>\n\n\n\n<p>The first stage of our pipeline generates amodal masks {A<sub>t<\/sub>} for an object, given its modal masks {M<sub>t<\/sub>}and pseudo-depth of the scene {D<sub>t<\/sub>} (which is obtained by running a monocular depth estimator on RGB video sequence {I<sub>t<\/sub>}). The predicted amodal masks from the first stage are then sent as input to the second stage, along with the modal RGB content of the occluded object in consideration. The second stage then inpaints the occluded region and outputs the amodal RGB content {C<sub>t<\/sub>} for the occluded object. Both stages employ a conditional latent diffusion framework with a 3D UNet backbone. Conditionings are encoded via a VAE encoder into latent space, concatenated, and processed by a 3D UNet with interleaved spatial and temporal blocks. CLIP embeddings of {M<sub>t<\/sub>} and the modal RGB content provide cross-attention cues for the first and second stage respectively. Finally, the VAE decoder translates outputs back to pixel space.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"461\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-model-1024x461.png\" alt=\"\" class=\"wp-image-138\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-model-1024x461.png 1024w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-model-300x135.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-model-768x346.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-model-1536x692.png 1536w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-model.png 1983w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\">Figure 2: Model pipeline for amodal segmentation and content completion<\/p>\n\n\n\n<p>A key challenge with the stage 2 in our method (amodal content completion) is the lack of ground-truth RGB content in occluded regions, even in synthetic datasets like SAIL-VOS. Inspired by self-supervised training-pair construction used extensively in image amodal tasks, we extend this approach to video sequences. Figure 3 illustrates an example of a modal-amodal RGB content training pair. To construct such a pair, we first select an object from the dataset with near-complete visibility (above 95%). We then sequentially overlay random amodal mask sequences onto this fully visible object until its visibility falls below a set threshold, thereby simulating occlusion. This effectively generates ground-truth RGB data for the occluded regions.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"318\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-data_pair-1024x318.png\" alt=\"\" class=\"wp-image-145\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-data_pair-1024x318.png 1024w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-data_pair-300x93.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-data_pair-768x238.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-data_pair-1536x477.png 1536w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-data_pair-2048x636.png 2048w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\">Figure 3: Modal-amodal RGB training pair for content completion<\/p>\n\n\n\n<p class=\"has-vivid-cyan-blue-color has-text-color has-link-color has-medium-font-size wp-elements-521d554302572f72799f30678ab28e7c\">Quantitative Results<\/p>\n\n\n\n<p>Table 1 shows the quantitative comparisons on SAIL-VOS and TAO-Amodal, where our method surpasses all baselines. Notably, it achieves nearly 13% improvement over the second-best method, PCNet-M, in terms of mIoU<sub>occ<\/sub>, highlighting effective completion of occluded object regions. Despite being trained exclusively on synthetic SAIL-VOS, a zero-shot evaluation on TAO-Amodal highlights the strong generalization of our model. We posit that, in addition to leveraging foundational knowledge and rich priors from the large-scale pretraining of SVD, our model is able to learn temporal cues that help it amodally complete any unseen object classes from neighboring frames.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"580\" height=\"336\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/image.png\" alt=\"\" class=\"wp-image-152\" style=\"width:518px;height:auto\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/image.png 580w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/image-300x174.png 300w\" sizes=\"auto, (max-width: 580px) 100vw, 580px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"has-text-align-center\">Table 1: Quantitative comparison on SAIL-VOS and TAO-Amodal<\/p>\n\n\n\n<p>Table 2 provides quantitative comparisons on the MOVi-B\/D datasets, where our method beats the prior state-of-the-art. Despite strong camera motion in MOVi-B\/D, our model adapts well <em>without<\/em> access to camera extrinsics or optical flow (unlike some baselines). We posit that our method is able to use the 3D priors from Stable Video Diffusion and is therefore, successfully able to maintain consistent object shapes from different view-points.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"734\" height=\"566\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/image-1.png\" alt=\"\" class=\"wp-image-155\" style=\"width:433px;height:auto\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/image-1.png 734w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/image-1-300x231.png 300w\" sizes=\"auto, (max-width: 734px) 100vw, 734px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"has-text-align-center\">Table 2: Quantitative Comparison on MOVi-B\/D<\/p>\n\n\n\n<p class=\"has-vivid-cyan-blue-color has-text-color has-link-color has-medium-font-size wp-elements-d0ce3ada2358d5d3f833c0d9721b396a\">Qualitative Results<\/p>\n\n\n\n<p>In Figure 4, we show the qualitative comparison across diverse dataset. Our method leverages strong shape priors, such as for humans, chairs, and teapots, to generate clean and realistic object shapes. It also excels in handling heavy occlusions; even when objects are nearly fully occluded (e.g., &#8220;chair&#8221; in the second row of SAIL-VOS), our method achieves high-fidelity shape completion by utilizing temporal priors. Note that TAO-Amodal contains out-of-frame occlusions which none of the methods are trained for, but our method is able to handle such cases.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"868\" height=\"681\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-Comparison.png\" alt=\"\" class=\"wp-image-170\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-Comparison.png 868w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-Comparison-300x235.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-Comparison-768x603.png 768w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\">Figure 4: Qualitative comparison of amodal segmentation methods across diverse datasets<\/p>\n\n\n\n<p>In Figure 5, we show the qualitative results for content completion. Although our content completion module, initialized from pretrained SVD weights, is finetuned solely on synthetic SAIL-VOS, it achieves photorealistic, high-fidelity object inpainting even in real-world scenarios. Furthermore, our method can complete <em>unseen<\/em> categories, such as giraffes and plastic bottle, likely due to its ability to transfer styles and patterns from the visible parts of objects to occluded areas in the current or neighboring frames. We show examples from TAO-Amodal (top) and in-the-wild YouTube videos (bottom).<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"186\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-Content-Comp-1024x186.png\" alt=\"\" class=\"wp-image-172\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-Content-Comp-1024x186.png 1024w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-Content-Comp-300x55.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-Content-Comp-768x140.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-Content-Comp.png 1296w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\">Figure 5: Qualitative results for content completion<\/p>\n\n\n\n<p>In Figure 6, we highlight the lack of <em>temporal coherence<\/em> in a single-frame diffusion based method, pix2gestalt, for both the predicted amodal segmentation mask and the RGB content for the occluded person in the example shown. By leveraging temporal priors, our approach achieves significantly higher temporal consistency across occlusions.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"567\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-temporal_consistency-1024x567.png\" alt=\"\" class=\"wp-image-174\" style=\"width:487px;height:auto\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-temporal_consistency-1024x567.png 1024w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-temporal_consistency-300x166.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-temporal_consistency-768x425.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-temporal_consistency.png 1169w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"has-text-align-center\">Figure 6: Temporal consistency comparison with an image amodal segmentation method<\/p>\n\n\n\n<p>In Figure 7, we show an example of <em>multi-modal generation<\/em> from our diffusion model. Since there are multiple plausible explanations for the shape of the person in his occluded region, our model predicts two such plausible amodal masks (with the person&#8217;s occluded legs in two different orientations).<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"211\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-multimodal-1024x211.png\" alt=\"\" class=\"wp-image-173\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-multimodal-1024x211.png 1024w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-multimodal-300x62.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-multimodal-768x158.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-multimodal.png 1097w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\">Figure 7: An example of multi-modal generation from our diffusion model<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Motivation Gestalt psychology suggests that human perception inherently organizes visual elements into cohesive wholes. When an object is occluded, humans can often infer the complete outline of the object &#8211; an ability that is developed in humans in their early years. Additionally, object permanence suggests that with some temporal context, humans can perceive objects to &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/method\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Technical Report&#8221;<\/span><\/a><\/p>\n","protected":false},"author":204,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11","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>Technical Report - Learning diffusion priors for video amodal segmentation<\/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\/2024team7\/method\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Technical Report - Learning diffusion priors for video amodal segmentation\" \/>\n<meta property=\"og:description\" content=\"Motivation Gestalt psychology suggests that human perception inherently organizes visual elements into cohesive wholes. When an object is occluded, humans can often infer the complete outline of the object &#8211; an ability that is developed in humans in their early years. Additionally, object permanence suggests that with some temporal context, humans can perceive objects to &hellip; Continue reading &quot;Technical Report&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/method\/\" \/>\n<meta property=\"og:site_name\" content=\"Learning diffusion priors for video amodal segmentation\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-09T23:42:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-model-1024x461.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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team7\\\/method\\\/\",\"url\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team7\\\/method\\\/\",\"name\":\"Technical Report - Learning diffusion priors for video amodal segmentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team7\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team7\\\/method\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team7\\\/method\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team7\\\/wp-content\\\/uploads\\\/sites\\\/105\\\/2024\\\/12\\\/Figure-model-1024x461.png\",\"datePublished\":\"2024-05-08T07:19:37+00:00\",\"dateModified\":\"2024-12-09T23:42:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team7\\\/method\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team7\\\/method\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team7\\\/method\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team7\\\/wp-content\\\/uploads\\\/sites\\\/105\\\/2024\\\/12\\\/Figure-model.png\",\"contentUrl\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team7\\\/wp-content\\\/uploads\\\/sites\\\/105\\\/2024\\\/12\\\/Figure-model.png\",\"width\":1983,\"height\":893},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team7\\\/method\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team7\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Technical Report\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team7\\\/#website\",\"url\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team7\\\/\",\"name\":\"Learning diffusion priors for video amodal segmentation\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team7\\\/?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":"Technical Report - Learning diffusion priors for video amodal segmentation","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\/2024team7\/method\/","og_locale":"en_US","og_type":"article","og_title":"Technical Report - Learning diffusion priors for video amodal segmentation","og_description":"Motivation Gestalt psychology suggests that human perception inherently organizes visual elements into cohesive wholes. When an object is occluded, humans can often infer the complete outline of the object &#8211; an ability that is developed in humans in their early years. Additionally, object permanence suggests that with some temporal context, humans can perceive objects to &hellip; Continue reading \"Technical Report\"","og_url":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/method\/","og_site_name":"Learning diffusion priors for video amodal segmentation","article_modified_time":"2024-12-09T23:42:39+00:00","og_image":[{"url":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-model-1024x461.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/method\/","url":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/method\/","name":"Technical Report - Learning diffusion priors for video amodal segmentation","isPartOf":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/method\/#primaryimage"},"image":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/method\/#primaryimage"},"thumbnailUrl":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-model-1024x461.png","datePublished":"2024-05-08T07:19:37+00:00","dateModified":"2024-12-09T23:42:39+00:00","breadcrumb":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/method\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/method\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/method\/#primaryimage","url":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-model.png","contentUrl":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-content\/uploads\/sites\/105\/2024\/12\/Figure-model.png","width":1983,"height":893},{"@type":"BreadcrumbList","@id":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/method\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/"},{"@type":"ListItem","position":2,"name":"Technical Report"}]},{"@type":"WebSite","@id":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/#website","url":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/","name":"Learning diffusion priors for video amodal segmentation","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/?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\/2024team7\/wp-json\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-json\/wp\/v2\/users\/204"}],"replies":[{"embeddable":true,"href":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-json\/wp\/v2\/comments?post=11"}],"version-history":[{"count":39,"href":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-json\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":175,"href":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-json\/wp\/v2\/pages\/11\/revisions\/175"}],"wp:attachment":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/2024team7\/wp-json\/wp\/v2\/media?parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}