{"id":84,"date":"2024-12-06T22:28:56","date_gmt":"2024-12-06T22:28:56","guid":{"rendered":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/?page_id=84"},"modified":"2024-12-06T22:47:14","modified_gmt":"2024-12-06T22:47:14","slug":"jing-project-page","status":"publish","type":"page","link":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/","title":{"rendered":"Jing&#8217;s Project Page"},"content":{"rendered":"\n<h1 class=\"wp-block-heading has-text-align-center\"><strong>DiSRT-In-Bed: Diffusion-Based Sim-to-Real Transfer Framework for In-Bed Human Mesh Recovery<\/strong><\/h1>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-94bc23d7 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-bottom is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\"><div class=\"wp-block-image is-style-rounded\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"http:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/05\/jing_gao.jpg\" alt=\"\" class=\"wp-image-44\" style=\"width:61px;height:auto\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/05\/jing_gao.jpg 1000w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/05\/jing_gao-300x300.jpg 300w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/05\/jing_gao-150x150.jpg 150w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/05\/jing_gao-768x768.jpg 768w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/05\/jing_gao-100x100.jpg 100w\" sizes=\"auto, (max-width: 706px) 89vw, (max-width: 767px) 82vw, 740px\" \/><\/figure>\n<\/div><\/div>\n<\/div>\n\n\n\n<p class=\"has-text-align-right\"><em> Jing Gao<\/em><\/p>\n<\/div>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>Introduction<\/strong><\/h2>\n\n\n\n<p class=\"has-text-align-left\">In-bed human mesh recovery can be crucial and enabling for several healthcare applications, including sleep pattern monitoring, rehabilitation support, and pressure ulcer prevention. However, it is difficult to collect large real-world visual datasets in this domain, in part due to privacy and expense constraints, which in turn presents significant challenges for training and deploying deep learning models. Existing in-bed human mesh estimation methods often rely heavily on real-world data, limiting their ability to generalize across different in-bed scenarios, such as varying coverings and environmental settings. To address the challenge of limited training data, utilizing synthetic data presents a promising solution. Large-scale simulated depth datasets can be efficiently generated without preserving any personally identifiable information, leading to eliminating the need for sensitive real-world data. Building on this strategy, prior work has demonstrated good performance in the in-bed human mesh recovery task. However, they struggle to effectively bridge the domain gap between synthetic and real-world data, leading to significant performance degradation when the proportion of real-world data in the training set is low, as shown in the following figure.<\/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=\"449\" src=\"http:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/teaser-pdf-1024x449.jpg\" alt=\"\" class=\"wp-image-86\" style=\"width:508px;height:auto\" \/><\/figure>\n<\/div>\n\n\n<p class=\"has-text-align-left\">To address this, we propose a Sim-to-Real Transfer Framework for in-bed human mesh recovery from overhead depth images, which leverages large-scale synthetic data alongside limited or no real-world samples. We introduce a diffusion model that bridges the gap between synthetic data and real data to support generalization in real-world in-bed pose and body inference scenarios. <\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>Method<\/strong><\/h2>\n\n\n\n<p>We utilize the SMPL model, a parametric human body model representing 3D human bodies as a mesh of 6,890 vertices, controlled by pose and shape parameters. Our framework tackles the challenge of in-bed human mesh recovery with minimal real-world data by leveraging synthetic data and limited real-world samples. It consists of three stages: synthetic data generation, model design, and pipeline training and fine-tuning, as illustrated in the following figure.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"474\" src=\"http:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/framework-1-pdf-1024x474.jpg\" alt=\"\" class=\"wp-image-89\" style=\"width:674px;height:auto\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center\">Synthetic Data Generation<\/h3>\n\n\n\n<p>Obtaining labeled data for in-bed healthcare scenarios is challenging, limiting deep learning deployment. Simulation offers a low-cost solution, generating high-quality depth data with ground truth annotations for human mesh in resting positions. Using prior information like bed dimensions and camera-to-bed distance, we simulate realistic environments. Following BodyPressure, a physics-based simulation pipeline, we generate synthetic in-bed human depth data by simulating SMPL-based bodies resting on a soft mattress with a fixed camera. By sampling human shapes, joint angles, and translations, we create diverse data representing various body types and coverings.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center\">Diffusion-Based In-Bed Mesh Recovery<\/h3>\n\n\n\n<p>In contrast to the diffusion process used in image generation, which operates directly on images, we conduct forward noise-adding and reverse denoising processes on the SMPL body parameters for in-bed human mesh recovery.<\/p>\n\n\n\n<p>In the <em>forward<\/em> process, we follow<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"698\" height=\"60\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image.png\" alt=\"\" class=\"wp-image-90\" style=\"width:314px;height:auto\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image.png 698w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-300x26.png 300w\" sizes=\"auto, (max-width: 698px) 100vw, 698px\" \/><\/figure>\n<\/div>\n\n\n<p>to obtain noisy versions x<sub>t<\/sub> of the initial SMPL body parameters x<sub>0<\/sub>  over t timesteps.<\/p>\n\n\n\n<p>In the <em>reverse<\/em> process, we incorporate depth image c as a conditional input to the diffusion model, modifying the equation as follows:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"964\" height=\"100\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-1.png\" alt=\"\" class=\"wp-image-91\" style=\"width:337px;height:auto\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-1.png 964w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-1-300x31.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-1-768x80.png 768w\" sizes=\"auto, (max-width: 706px) 89vw, (max-width: 767px) 82vw, 740px\" \/><\/figure>\n<\/div>\n\n\n<p>we diffuse toward the initial sample x<sub>0<\/sub> to ensure consistency throughout the denoising process, as illustrated in the framework. The estimated initial SMLP parameters can be represented as:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"296\" height=\"60\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-3.png\" alt=\"\" class=\"wp-image-93\" style=\"width:123px;height:auto\" \/><\/figure>\n<\/div>\n\n\n<p>The objective of training and fine-tuning the diffusion model D for in-bed human mesh recovery is to minimize:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"684\" height=\"58\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-4.png\" alt=\"\" class=\"wp-image-94\" style=\"width:330px;height:auto\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-4.png 684w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-4-300x25.png 300w\" sizes=\"auto, (max-width: 684px) 100vw, 684px\" \/><\/figure>\n<\/div>\n\n\n<p>In the inference, the learned mean can be formulated as:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"772\" height=\"100\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-5.png\" alt=\"\" class=\"wp-image-95\" style=\"width:286px;height:auto\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-5.png 772w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-5-300x39.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-5-768x99.png 768w\" sizes=\"auto, (max-width: 706px) 89vw, (max-width: 767px) 82vw, 740px\" \/><\/figure>\n<\/div>\n\n\n<p>Then, we sample from the transition distribution in each denoising step to compute x<sub>t-1<\/sub> as follows:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"438\" height=\"52\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-6.png\" alt=\"\" class=\"wp-image-96\" style=\"width:211px;height:auto\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-6.png 438w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-6-300x36.png 300w\" sizes=\"auto, (max-width: 438px) 100vw, 438px\" \/><\/figure>\n<\/div>\n\n\n<p>Following this reverse process, we iteratively denoise the SMPL latent from noise x<sub>T<\/sub> at timestep T down to the target SMPL latent x<sub>0<\/sub> at timestep 0.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center\">Model Architecture<\/h3>\n\n\n\n<p>We introduce a network that takes noisy SMPL parameter latent, depth images , and timestep as inputs and outputs the denoised SMPL parameters, as illustrated in the following architecture figure. The depth images condition the reverse diffusion process, while an MLP encoder processes noisy latent, a uniform sampler generates the time embedding. Inspired by the diffusion U-Net design, the network employs residual and attention blocks with adaptive normalization layers initialized to zero. The SMPL latent and time embedding are aligned to enable dynamic adjustments of normalization parameters via a linear MLP. The architecture consists of down-sampling residual blocks, attention blocks, and a regressor that maps output latents to SMPL parameters. The SMPL model then generates the human mesh and 3D joint positions, controlled by gender flags. This design effectively processes conditional information, enabling accurate human mesh recovery.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"928\" height=\"740\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-7.png\" alt=\"\" class=\"wp-image-97\" style=\"width:439px;height:auto\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-7.png 928w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-7-300x239.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-7-768x612.png 768w\" sizes=\"auto, (max-width: 706px) 89vw, (max-width: 767px) 82vw, 740px\" \/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading has-text-align-center\">Training Strategy<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Synthetic Training Stage:<br>Focuses on building a strong prior using diverse synthetic data, decoupling synthetic and real-world training to address the data imbalance. The diffusion network is trained solely on synthetic depth data with a fixed learning rate to ensure stability and avoid local optima.<\/li>\n\n\n\n<li>Fine-Tuning Stage:<br>Adapts to the available real-world data using a linearly adjusted learning rate scheduler for faster convergence and improved generalization to real-world scenarios.<\/li>\n\n\n\n<li>Loss Function:<br>Combines SMPL parameter loss and vertex position loss to optimize the diffusion model.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>Experiments<\/strong><\/h2>\n\n\n\n<p>For synthetic dataset, we use BodyPressureSD, which is generated usingthe physical simulation and serves as a benchmark for sim-to-real tasks. <\/p>\n\n\n\n<p>For real-world dataset, we use Simultaneously-collected multimodal Lying Pose (SLP) provides a comprehensive collection of in-bed resting poses across home and hospital settings. For the home setting, data from 102 participants were collected under three occlusion conditions (thin sheet, thicker blanket, no covering). Ground truth SMPL labels ~\\cite{clever2022bodypressure} are available for the first 80 participants (10,665 samples) used for training and the remaining 22 participants (2,970 samples) used for evaluation. The hospital setting includes data from 7 participants without SMPL labels, evaluated qualitatively.<\/p>\n\n\n\n<p>We evaluate pose and shape accuracy using 3D mean-per-joint position error (MPJPE) and 3D per-vertex error (PVE), which measure the mean Euclidean distance between inferred and ground truth positions of 24 joints and 6,890 vertices, respectively.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"259\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-8-1024x259.png\" alt=\"\" class=\"wp-image-98\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-8-1024x259.png 1024w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-8-300x76.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-8-768x194.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-8-1536x388.png 1536w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-8.png 1956w\" sizes=\"auto, (max-width: 706px) 89vw, (max-width: 767px) 82vw, 740px\" \/><\/figure>\n<\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"253\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-9-1024x253.png\" alt=\"\" class=\"wp-image-99\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-9-1024x253.png 1024w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-9-300x74.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-9-768x190.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-9-1536x379.png 1536w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-9.png 1928w\" sizes=\"auto, (max-width: 706px) 89vw, (max-width: 767px) 82vw, 740px\" \/><\/figure>\n<\/div>\n\n\n<p><\/p>\n\n\n\n<p class=\"has-text-align-center\">Visualization of Human Mesh Estimated from <br>limited Real-World Data in Home Settings<\/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=\"748\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-12-1024x748.png\" alt=\"\" class=\"wp-image-102\" style=\"width:577px;height:auto\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-12-1024x748.png 1024w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-12-300x219.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-12-768x561.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-12.png 1134w\" sizes=\"auto, (max-width: 706px) 89vw, (max-width: 767px) 82vw, 740px\" \/><\/figure>\n<\/div>\n\n\n<p><\/p>\n\n\n\n<p class=\"has-text-align-center\">Visualization of Human Mesh estimated from the<br>Real-World Data in Hospital Settings<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"657\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-11-1024x657.png\" alt=\"\" class=\"wp-image-101\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-11-1024x657.png 1024w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-11-300x192.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-11-768x493.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/12\/image-11.png 1294w\" sizes=\"auto, (max-width: 706px) 89vw, (max-width: 767px) 82vw, 740px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>DiSRT-In-Bed: Diffusion-Based Sim-to-Real Transfer Framework for In-Bed Human Mesh Recovery Jing Gao Introduction In-bed human mesh recovery can be crucial and enabling for several healthcare applications, including sleep pattern monitoring, rehabilitation support, and pressure ulcer prevention. However, it is difficult to collect large real-world visual datasets in this domain, in part due to privacy and &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Jing&#8217;s Project Page&#8221;<\/span><\/a><\/p>\n","protected":false},"author":222,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-84","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>Jing&#039;s Project Page - Multimodal Visual Learning for In-Bed Human Mesh<\/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\/2024team16\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Jing&#039;s Project Page - Multimodal Visual Learning for In-Bed Human Mesh\" \/>\n<meta property=\"og:description\" content=\"DiSRT-In-Bed: Diffusion-Based Sim-to-Real Transfer Framework for In-Bed Human Mesh Recovery Jing Gao Introduction In-bed human mesh recovery can be crucial and enabling for several healthcare applications, including sleep pattern monitoring, rehabilitation support, and pressure ulcer prevention. However, it is difficult to collect large real-world visual datasets in this domain, in part due to privacy and &hellip; Continue reading &quot;Jing&#8217;s Project Page&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/\" \/>\n<meta property=\"og:site_name\" content=\"Multimodal Visual Learning for In-Bed Human Mesh\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-06T22:47:14+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/05\/jing_gao.jpg\" \/>\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=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team16\\\/\",\"url\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team16\\\/\",\"name\":\"Jing's Project Page - Multimodal Visual Learning for In-Bed Human Mesh\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team16\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team16\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team16\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team16\\\/wp-content\\\/uploads\\\/sites\\\/114\\\/2024\\\/05\\\/jing_gao.jpg\",\"datePublished\":\"2024-12-06T22:28:56+00:00\",\"dateModified\":\"2024-12-06T22:47:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team16\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team16\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team16\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team16\\\/wp-content\\\/uploads\\\/sites\\\/114\\\/2024\\\/05\\\/jing_gao.jpg\",\"contentUrl\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team16\\\/wp-content\\\/uploads\\\/sites\\\/114\\\/2024\\\/05\\\/jing_gao.jpg\",\"width\":1000,\"height\":1000},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team16\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team16\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Jing&#8217;s Project Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team16\\\/#website\",\"url\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team16\\\/\",\"name\":\"Multimodal Visual Learning for In-Bed Human Mesh\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2024team16\\\/?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":"Jing's Project Page - Multimodal Visual Learning for In-Bed Human Mesh","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\/2024team16\/","og_locale":"en_US","og_type":"article","og_title":"Jing's Project Page - Multimodal Visual Learning for In-Bed Human Mesh","og_description":"DiSRT-In-Bed: Diffusion-Based Sim-to-Real Transfer Framework for In-Bed Human Mesh Recovery Jing Gao Introduction In-bed human mesh recovery can be crucial and enabling for several healthcare applications, including sleep pattern monitoring, rehabilitation support, and pressure ulcer prevention. However, it is difficult to collect large real-world visual datasets in this domain, in part due to privacy and &hellip; Continue reading \"Jing&#8217;s Project Page\"","og_url":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/","og_site_name":"Multimodal Visual Learning for In-Bed Human Mesh","article_modified_time":"2024-12-06T22:47:14+00:00","og_image":[{"url":"http:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/05\/jing_gao.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/","url":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/","name":"Jing's Project Page - Multimodal Visual Learning for In-Bed Human Mesh","isPartOf":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/#primaryimage"},"image":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/#primaryimage"},"thumbnailUrl":"http:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/05\/jing_gao.jpg","datePublished":"2024-12-06T22:28:56+00:00","dateModified":"2024-12-06T22:47:14+00:00","breadcrumb":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/#primaryimage","url":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/05\/jing_gao.jpg","contentUrl":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-content\/uploads\/sites\/114\/2024\/05\/jing_gao.jpg","width":1000,"height":1000},{"@type":"BreadcrumbList","@id":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/"},{"@type":"ListItem","position":2,"name":"Jing&#8217;s Project Page"}]},{"@type":"WebSite","@id":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/#website","url":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/","name":"Multimodal Visual Learning for In-Bed Human Mesh","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/?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\/2024team16\/wp-json\/wp\/v2\/pages\/84","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-json\/wp\/v2\/users\/222"}],"replies":[{"embeddable":true,"href":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-json\/wp\/v2\/comments?post=84"}],"version-history":[{"count":3,"href":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-json\/wp\/v2\/pages\/84\/revisions"}],"predecessor-version":[{"id":111,"href":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-json\/wp\/v2\/pages\/84\/revisions\/111"}],"wp:attachment":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/2024team16\/wp-json\/wp\/v2\/media?parent=84"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}