{"id":55,"date":"2026-05-05T23:03:49","date_gmt":"2026-05-05T23:03:49","guid":{"rendered":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/?page_id=55"},"modified":"2026-05-07T16:42:03","modified_gmt":"2026-05-07T16:42:03","slug":"methodology","status":"publish","type":"page","link":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/methodology\/","title":{"rendered":"Methodology"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Problem Formulation<\/h2>\n\n\n\n<p>Given RGB and thermal (IR) imagery from UAVs, our goal is to perform <strong>fine-grained, hierarchical triage classification<\/strong> over a diverse set of medical indicators. The output consists of <strong>50+ structured labels<\/strong>, organized into <em>observables<\/em> (what is visually detectable) and <em>assessments<\/em> (clinical conclusions derived from those observations). Here are the sample labels : <\/p>\n\n\n\n<pre class=\"wp-block-code has-background has-small-font-size\" style=\"background-color:#abb7c230\"><code>{\n    \"sev_hemorrhage_observables\": {\n        \"blood_pooling_observed\": false,\n        \"extensive_blood_on_body\": false\n    },\n    \"sev_hemorrhage_assessment\": {\n        \"hemorrhage_assessed_absent\": false,\n        \"hemorrhage_not_assessable\": false\n    },\n    \"respiratory_distress_observables\": {\n        \"tripod_position_observed\": false,\n        \"abnormal_head_neck_posture\": false,\n        \"cyanosis_observed\": false\n    },\n    \"respiratory_distress_assessment\": {\n        \"respiratory_distress_assessed_absent\": false,\n        \"respiratory_distress_not_assessable\": false\n    },\n    \"trauma_head_neck_observables\": {\n        \"wound_head_neck_observed\": false\n    },\n    \"trauma_head_neck_assessment\": {\n        \"head_neck_assessed_no_wound\": false,\n        \"head_neck_not_assessable\": false\n    },\n    \"trauma_torso_observables\": {\n        \"wound_torso_observed\": false\n    },\n    \"trauma_torso_assessment\": {\n        \"torso_assessed_no_wound\": false,\n        \"torso_not_assessable\": false\n    },\n    \"trauma_upper_extremities_observables\": {\n        \"wound_upper_extremity_observed\": false,\n        \"amputation_upper_extremity_observed\": false\n    },\n    \"trauma_upper_extremities_assessment\": {\n        \"upper_extremities_assessed_no_wound\": false,\n        \"upper_extremities_not_assessable\": false\n    },\n    \"trauma_lower_extremities_observables\": {\n        \"wound_lower_extremity_observed\": false,\n        \"amputation_lower_extremity_observed\": false\n    },\n    \"trauma_lower_extremities_assessment\": {\n        \"lower_extremities_assessed_no_wound\": false,\n        \"lower_extremities_not_assessable\": false\n    },\n    \"alertness_motor_posture_observables\": {\n        \"ambulatory\": false,\n        \"standing_unsupported\": false,\n        \"sitting_unsupported\": false,\n        \"sitting_supported\": false,\n        \"lying_down\": false\n    },\n    \"alertness_motor_posture_assessment\": {\n        \"posture_not_assessable\": false\n    },\n    \"casualty_treatment_status_observables\": {\n        \"tourniquet_applied_observed\": false,\n        \"bandaging_applied_observed\": false,\n        \"medic_actively_treating\": false\n    },\n    \"casualty_treatment_status_assessment\": {\n        \"treatment_assessed_absent\": false,\n        \"treatment_not_assessable\": false\n    },\n    \"physiological_state_additional_indicators\": {\n        \"protective_hand_placement_observed\": false\n    },\n    \"subject_type\": {\n        \"subject_is_casualty_human_actor\": false,\n        \"subject_is_casualty_manikin\": false,\n        \"subject_is_medic\": false,\n        \"subject_is_robot\": false\n    },\n    \"context\": {\n        \"close_inspection_achieved\": false\n    }\n}<\/code><\/pre>\n\n\n\n<p>This hierarchical structure reflects real-world triage: the system must first <strong>detect visual evidence<\/strong> (e.g., blood pooling, posture, wounds) and then <strong>reason about medical conditions<\/strong> (e.g., hemorrhage, respiratory distress), often under partial visibility and ambiguity.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Design Choice: Unified Multimodal VLM<\/h2>\n\n\n\n<p>Instead of training separate specialized models for each label group, we adopt a <strong>single Vision-Language Model (VLM)<\/strong> that jointly predicts all outputs from multimodal inputs.<\/p>\n\n\n\n<p><strong>Rationale:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Data constraints:<\/strong> Limited labeled data per category makes training separate models impractical<\/li>\n\n\n\n<li><strong>Generalization:<\/strong> VLMs can leverage shared representations across tasks<\/li>\n\n\n\n<li><strong>Efficiency:<\/strong> A single model reduces deployment overhead (memory, bandwidth)<\/li>\n\n\n\n<li><strong>Reasoning capability:<\/strong> Joint modeling enables cross-label dependencies (e.g., posture informing respiratory distress)<\/li>\n<\/ul>\n\n\n\n<p>The VLM takes as input:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>RGB images \/ video frames<\/li>\n\n\n\n<li>Thermal (IR) images<\/li>\n\n\n\n<li>Additional human anatomy grounding signals (described later)<\/li>\n<\/ul>\n\n\n\n<p>and outputs the full structured label set.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Two-Stage Pipeline Overview<\/h2>\n\n\n\n<p>A major challenge is the <strong>scarcity of paired RGB\u2013IR data<\/strong>. While we have abundant RGB imagery, only a limited set (~9K images) contains aligned thermal data.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"973\" height=\"502\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-14.png\" alt=\"\" class=\"wp-image-56\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-14.png 973w, https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-14-300x155.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-14-768x396.png 768w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><\/figure>\n\n\n\n<p>To address this, we design a <strong>two-stage pipeline<\/strong>:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Stage 1: RGB \u2192 IR Generation (Data Expansion)<\/h3>\n\n\n\n<p>Train a conditional diffusion model to synthesize thermal images from RGB inputs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Stage 2: Multimodal VLM Fine-tuning<\/h3>\n\n\n\n<p>Use both real and generated RGB\u2013IR pairs to train the triage model.<\/p>\n\n\n\n<p>This allows us to <strong>scale training data without requiring costly thermal annotations<\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Stage 1: Conditional Diffusion for RGB\u2013IR Generation<\/h2>\n\n\n\n<p>We train a <strong>conditional latent diffusion model (LDM)<\/strong> to generate thermal images given RGB inputs taking inspiration from F-ViTA and TherA. <br>Our baseline results on F-ViTA&#8217;s checkpoints can be seen in the results and experiments section.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Conditioning Strategy<\/h3>\n\n\n\n<p>We incorporate both <strong>global<\/strong> and <strong>object-level conditioning<\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"708\" height=\"787\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-15.png\" alt=\"\" class=\"wp-image-57\" style=\"aspect-ratio:0.8996225155894805;width:546px;height:auto\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-15.png 708w, https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-15-270x300.png 270w\" sizes=\"auto, (max-width: 708px) 100vw, 708px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Global conditioning:<\/strong>\n<ul class=\"wp-block-list\">\n<li>RGB image<\/li>\n\n\n\n<li>Scene-level textual description<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Object-level conditioning:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Segmentation masks<\/li>\n\n\n\n<li>Object-specific descriptions (including temperature cues)<\/li>\n\n\n\n<li>Human Anatomy grounding outputs<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>This enables the model to learn <strong>fine-grained thermal behavior per object<\/strong>, rather than producing globally uniform outputs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Data Augmentation via Temperature Simulation<\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"521\" src=\"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-16-1024x521.png\" alt=\"\" class=\"wp-image-58\" srcset=\"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-16-1024x521.png 1024w, https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-16-300x153.png 300w, https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-16-768x391.png 768w, https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-16.png 1085w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><\/figure>\n\n\n\n<p>To improve robustness under limited thermal data, we augment each IR image by generating multiple variants through object-level temperature transformations. For selected regions (e.g., wounds or body parts), we create both warmer and cooler versions, producing ~6 augmented samples per image. The key idea is to simulate <em>physiologically plausible<\/em> temperature variations rather than applying na\u00efve pixel edits, ensuring realism while increasing diversity in the dataset.<\/p>\n\n\n\n<p>Given an IR image and a binary mask, we estimate global and region-specific temperature ranges using pixel percentiles, constrained by human physiological limits. We then apply an adaptive multiplicative scaling (~15%) to the masked region\u2014calibrated to reflect realistic temperature differences (\u22482\u20135\u00b0C)\u2014while preserving the relative intensity structure. This ensures that augmented images remain physically consistent and visually coherent, improving the generalization of the downstream diffusion model.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Stage 2: Multimodal VLM Fine-tuning<\/h2>\n\n\n\n<p>Using both real and synthesized RGB\u2013IR pairs, we fine-tune a VLM for triage prediction.<\/p>\n\n\n\n<p>We explore Qwen3.5 and Cosmos Reason 2 as these models provide strong multimodal reasoning capabilities and can scale to structured outputs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Incorporating Spatial Grounding<\/h3>\n\n\n\n<p>A key challenge in triage is <strong>localization<\/strong>\u2014the model must know <em>where to look<\/em> before making predictions.<\/p>\n\n\n\n<p>To address this, we use <strong>Molmo2<\/strong> for human anatomy grounding. These groundings are provided as additional inputs to the VLM, enabling:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Better alignment between visual evidence and predictions<\/li>\n\n\n\n<li>Reduced hallucinations<\/li>\n\n\n\n<li>Improved performance on spatially sensitive labels (e.g., amputations, wounds)<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Training Strategy<\/h3>\n\n\n\n<p>We combine efficient fine-tuning with reasoning-aware optimization:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>LoRA (Low-Rank Adaptation):<\/strong><br>Enables parameter-efficient training under hardware constraints<\/li>\n\n\n\n<li><strong>GRPO-based reinforcement learning:<\/strong><br>Optimizes model outputs using rewards for:\n<ul class=\"wp-block-list\">\n<li>Prediction accuracy<\/li>\n\n\n\n<li>Reasoning quality<\/li>\n\n\n\n<li>Output consistency<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>This encourages the model to not only predict correctly, but also <strong>reason coherently across hierarchical labels<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Open Challenges<\/h3>\n\n\n\n<p>While the pipeline is effective, several challenges remain:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Multiview integration:<\/strong> Leveraging multiple camera angles for improved robustness<\/li>\n\n\n\n<li><strong>Temporal reasoning:<\/strong> Extending from images to videos for dynamic signals (e.g., movement, breathing)<\/li>\n\n\n\n<li><strong>Model efficiency trade-offs:<\/strong> Exploring whether smaller specialized models can complement the unified VLM<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Problem Formulation Given RGB and thermal (IR) imagery from UAVs, our goal is to perform fine-grained, hierarchical triage classification over a diverse set of medical indicators. The output consists of 50+ structured labels, organized into observables (what is visually detectable) and assessments (clinical conclusions derived from those observations). Here are the sample labels : This &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/methodology\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Methodology&#8221;<\/span><\/a><\/p>\n","protected":false},"author":311,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-55","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>Methodology - Multimodal Medical Triaging on UAV Data for DARPA Triage Challenge<\/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\/2026teamf21\/methodology\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Methodology - Multimodal Medical Triaging on UAV Data for DARPA Triage Challenge\" \/>\n<meta property=\"og:description\" content=\"Problem Formulation Given RGB and thermal (IR) imagery from UAVs, our goal is to perform fine-grained, hierarchical triage classification over a diverse set of medical indicators. The output consists of 50+ structured labels, organized into observables (what is visually detectable) and assessments (clinical conclusions derived from those observations). Here are the sample labels : This &hellip; Continue reading &quot;Methodology&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/methodology\/\" \/>\n<meta property=\"og:site_name\" content=\"Multimodal Medical Triaging on UAV Data for DARPA Triage Challenge\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-07T16:42:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-14.png\" \/>\n\t<meta property=\"og:image:width\" content=\"973\" \/>\n\t<meta property=\"og:image:height\" content=\"502\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2026teamf21\\\/methodology\\\/\",\"url\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2026teamf21\\\/methodology\\\/\",\"name\":\"Methodology - Multimodal Medical Triaging on UAV Data for DARPA Triage Challenge\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2026teamf21\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2026teamf21\\\/methodology\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2026teamf21\\\/methodology\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2026teamf21\\\/wp-content\\\/uploads\\\/sites\\\/163\\\/2026\\\/05\\\/image-14.png\",\"datePublished\":\"2026-05-05T23:03:49+00:00\",\"dateModified\":\"2026-05-07T16:42:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2026teamf21\\\/methodology\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2026teamf21\\\/methodology\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2026teamf21\\\/methodology\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2026teamf21\\\/wp-content\\\/uploads\\\/sites\\\/163\\\/2026\\\/05\\\/image-14.png\",\"contentUrl\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2026teamf21\\\/wp-content\\\/uploads\\\/sites\\\/163\\\/2026\\\/05\\\/image-14.png\",\"width\":973,\"height\":502},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2026teamf21\\\/methodology\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2026teamf21\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Methodology\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2026teamf21\\\/#website\",\"url\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2026teamf21\\\/\",\"name\":\"Multimodal Medical Triaging on UAV Data for DARPA Triage Challenge\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mscvprojects.ri.cmu.edu\\\/2026teamf21\\\/?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":"Methodology - Multimodal Medical Triaging on UAV Data for DARPA Triage Challenge","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\/2026teamf21\/methodology\/","og_locale":"en_US","og_type":"article","og_title":"Methodology - Multimodal Medical Triaging on UAV Data for DARPA Triage Challenge","og_description":"Problem Formulation Given RGB and thermal (IR) imagery from UAVs, our goal is to perform fine-grained, hierarchical triage classification over a diverse set of medical indicators. The output consists of 50+ structured labels, organized into observables (what is visually detectable) and assessments (clinical conclusions derived from those observations). Here are the sample labels : This &hellip; Continue reading \"Methodology\"","og_url":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/methodology\/","og_site_name":"Multimodal Medical Triaging on UAV Data for DARPA Triage Challenge","article_modified_time":"2026-05-07T16:42:03+00:00","og_image":[{"width":973,"height":502,"url":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-14.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/methodology\/","url":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/methodology\/","name":"Methodology - Multimodal Medical Triaging on UAV Data for DARPA Triage Challenge","isPartOf":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/methodology\/#primaryimage"},"image":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/methodology\/#primaryimage"},"thumbnailUrl":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-14.png","datePublished":"2026-05-05T23:03:49+00:00","dateModified":"2026-05-07T16:42:03+00:00","breadcrumb":{"@id":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/methodology\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/methodology\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/methodology\/#primaryimage","url":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-14.png","contentUrl":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-content\/uploads\/sites\/163\/2026\/05\/image-14.png","width":973,"height":502},{"@type":"BreadcrumbList","@id":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/methodology\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/"},{"@type":"ListItem","position":2,"name":"Methodology"}]},{"@type":"WebSite","@id":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/#website","url":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/","name":"Multimodal Medical Triaging on UAV Data for DARPA Triage Challenge","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/?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\/2026teamf21\/wp-json\/wp\/v2\/pages\/55","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-json\/wp\/v2\/users\/311"}],"replies":[{"embeddable":true,"href":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-json\/wp\/v2\/comments?post=55"}],"version-history":[{"count":5,"href":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-json\/wp\/v2\/pages\/55\/revisions"}],"predecessor-version":[{"id":136,"href":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-json\/wp\/v2\/pages\/55\/revisions\/136"}],"wp:attachment":[{"href":"https:\/\/mscvprojects.ri.cmu.edu\/2026teamf21\/wp-json\/wp\/v2\/media?parent=55"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}