<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AI-powered torso muscle segmentation in CT scans &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/ai-powered-torso-muscle-segmentation-in-ct-scans/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 Sep 2026 23:29:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>AI-powered torso muscle segmentation in CT scans &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>AI Maps Every Torso Muscle in CT Scans, With a Built-In Lie Detector</title>
		<link>https://scienmag.com/ai-maps-every-torso-muscle-in-ct-scans-with-a-built-in-lie-detector/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 23:29:00 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[advancements in computer-assisted radiology and surgery]]></category>
		<category><![CDATA[AI-powered torso muscle segmentation in CT scans]]></category>
		<category><![CDATA[automated body composition analysis]]></category>
		<category><![CDATA[automated fat and muscle compartment segmentation]]></category>
		<category><![CDATA[Bayesian UNet]]></category>
		<category><![CDATA[body composition]]></category>
		<category><![CDATA[cross-sectional imaging of abdominal and back muscles]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning in medical imaging]]></category>
		<category><![CDATA[Hounsfield units]]></category>
		<category><![CDATA[large-scale databases]]></category>
		<category><![CDATA[large-scale sarcopenia and frailty detection]]></category>
		<category><![CDATA[medical image analysis with built-in error detection]]></category>
		<category><![CDATA[muscle volume and density biomarkers for health assessment]]></category>
		<category><![CDATA[musculoskeletal segmentation]]></category>
		<category><![CDATA[nnU-Net]]></category>
		<category><![CDATA[opportunistic screening]]></category>
		<category><![CDATA[predictive uncertainty]]></category>
		<category><![CDATA[reliable AI systems for clinical diagnosis]]></category>
		<category><![CDATA[sarcopenia]]></category>
		<category><![CDATA[scalable radiology workflows]]></category>
		<category><![CDATA[torso CT]]></category>
		<category><![CDATA[TotalSegmentator]]></category>
		<category><![CDATA[tumor and cancer-related wasting measurement]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=213363</guid>

					<description><![CDATA[Researchers have developed an AI framework that automatically segments 19 torso muscles and two fat compartments in CT scans and uses predictive uncertainty to guarantee reliable biomarker extraction across databases of more than a thousand patients.]]></description>
										<content:encoded><![CDATA[<p>Every year, hospitals generate millions of computed tomography scans of the human torso, and buried inside most of them is a treasure trove of information that nobody has time to read. Beyond the lungs, heart, and spine that radiators examine for the original clinical question, each scan captures detailed cross-sections of the body&#8217;s musculature: the paraspinal muscles that stabilize the spine, the abdominal wall muscles, the pectoral and gluteal groups, and the fat layers that surround them. Muscle volume and density measured from these images are increasingly recognized as powerful biomarkers for sarcopenia, frailty, metabolic disease, and cancer-related wasting. The problem has always been scale. Manually outlining 19 individual muscles and two fat compartments on hundreds of slices per patient is so labor-intensive that large-scale body composition studies have remained largely out of reach. A new study published in the International Journal of Computer Assisted Radiology and Surgery now presents an automated framework designed to close that gap, and its most distinctive feature is that the system knows when it might be wrong.</p>
<p>The research, led by Sanaa Amina Gourine of the Nara Institute of Science and Technology together with colleagues from Miyazaki University, Shiga University of Medical Science, Osaka University, and Ehime University, describes a pipeline for volumetric segmentation and quantitative analysis of 21 torso structures in CT images. Segmentation, in this context, means teaching an algorithm to trace the exact boundaries of each muscle and fat compartment voxel by voxel across a three-dimensional scan. Once those boundaries are known, software can compute each structure&#8217;s volume in cubic centimeters and its mean density in Hounsfield units, the standard radiological measure of tissue composition. Lower muscle density on CT reflects fatty infiltration of the muscle, a hallmark of aging and disuse that correlates with reduced strength and physical performance. Extracting these numbers automatically from thousands of existing scans would turn routine clinical imaging into an opportunistic screening resource for conditions that currently go undiagnosed.</p>
<p>The technical heart of the study is a comparison between two deep learning architectures, both augmented with a mechanism for estimating predictive uncertainty. The first is a two-dimensional Bayesian UNet, a convolutional neural network that processes the scan slice by slice and uses a technique called Monte Carlo dropout sampling. Instead of producing a single deterministic answer, the network runs its prediction multiple times with randomly deactivated internal units, and the variability across those runs serves as a proxy for how confident the model is at each location. The second, and ultimately the winning, approach is a fully three-dimensional, patch-based model built on the well-known nnU-Net framework, which the authors call the 3D MSKSegmenter. Rather than relying on repeated stochastic sampling, this model derives uncertainty directly from the entropy of its prediction probabilities: when the network&#8217;s output probabilities are spread evenly across competing classes, entropy is high and the prediction is flagged as unreliable.</p>
<p>That uncertainty estimate is not a mathematical flourish; it is the framework&#8217;s quality control system. In the validation experiments, the researchers found strong negative correlations between predictive uncertainty and segmentation accuracy, measured by the Dice coefficient, the standard overlap metric comparing automated contours against manual ground truth. The correlation reached minus 0.870 for the 3D MSKSegmenter and an even steeper minus 0.955 for the two-dimensional Bayesian UNet. In practical terms, when the model reports low uncertainty, its segmentation is almost always accurate, and when uncertainty climbs, accuracy tends to collapse. This relationship allows the framework to act as its own inspector: for large-scale database studies where no expert can review every output, the system can automatically filter out cases whose uncertainty exceeds a threshold, ensuring that only reliable measurements flow into downstream statistical analyses. The authors validated this quality control mechanism across a fivefold cross-validation experiment on 20 manually labeled CT images.</p>
<p>The 3D MSKSegmenter outperformed both its two-dimensional counterpart and a formidable external benchmark. The team compared their results against TotalSegmentator, a widely used, state-of-the-art open-source model capable of segmenting 104 anatomical structures across the whole body. Despite that model&#8217;s breadth, the torso-specialized 3D MSKSegmenter achieved a superior average Dice coefficient of 0.89 plus or minus 0.03 across the 21 target structures, a statistically significant advantage over both competitors at p less than 0.001. The result underscores a recurring lesson in medical image analysis: models trained specifically on the structures and imaging characteristics of a target anatomy, with careful handling of the enormous variability in body habitus, scan protocol, and contrast phase found in real hospital databases, can beat generalist systems on their home turf.</p>
<p>Robustness was then tested at scale. The researchers applied the framework to a single-institution database of approximately 1,200 patients, an external test set far larger than the labeled training and validation data. The framework proved stable across this heterogeneous clinical population, and the uncertainty-based filtering continued to identify the cases most likely to contain segmentation errors. This matters because the ultimate ambition of the project is not to segment 1,200 scans but to enable population-scale studies in which tens of thousands of torso CTs, already acquired for other reasons, are mined for musculoskeletal biomarkers without any additional imaging cost or radiation exposure. Opportunistic screening of this kind has been proposed for cardiometabolic risk and sarcopenia, but it has been limited by the absence of segmentation tools that are simultaneously accurate across many muscle groups and honest about their own failure modes.</p>
<p>The downstream analysis delivered the kind of biological signal that justifies the engineering effort. Measuring muscle volume and mean Hounsfield units across the large database, the researchers detected significant age- and sex-related trends in muscle density and volume, consistent with the known epidemiology of sarcopenia and age-related fatty muscle degeneration. Because the framework quantifies 19 individual muscles rather than a single aggregate muscle area at one reference slice, it opens the door to site-specific analyses: whether the gluteal muscles, the paraspinal stabilizers, or the abdominal wall degrade at different rates, and how those patterns relate to conditions such as hip osteoarthritis, knee osteoarthritis, or postoperative physical function. Prior work by overlapping research groups has linked gluteal muscle volume and quality to early recovery after total hip arthroplasty and lower limb muscle degeneration to knee osteoarthritis severity, and a scalable torso-wide tool provides the missing population-level instrument for such investigations.</p>
<p>The study also situates itself within a rapidly maturing field. Earlier approaches to automated muscle segmentation relied on random forest classifiers, atlas-based registration, or fuzzy c-means clustering, typically targeting one or a few muscle groups. The rise of deep learning brought UNet-style architectures and, more recently, the self-configuring nnU-Net, which has become a de facto standard in biomedical segmentation. Bayesian extensions of the UNet introduced calibrated confidence estimation to medical imaging, and previous validations demonstrated that uncertainty estimation works for bone and muscle assessment in hip-to-knee CT. The present work extends that lineage in two directions: it covers an unusually comprehensive set of torso musculature and fat compartments, and it explicitly integrates uncertainty as a gatekeeper for biomarker extraction in very large databases, rather than treating it as a laboratory curiosity.</p>
<p>Transparency is part of the package. The code for the 3D MSKSegmenter, built on the open nnU-Net repository, has been released on GitHub by the NAIST Bio-Image Intelligence group, and the trained models are available from the corresponding authors on reasonable request. The retrospective study was approved by local ethics committees and conducted in accordance with the Helsinki Declaration, with informed consent obtained through opt-out mechanisms. Funding came from the Japan Society for the Promotion of Science, the Japan Agency for Medical Research and Development, and the Cross-ministerial Strategic Innovation Promotion Program on integrated health care systems.</p>
<p>The broader implication is that the raw material for a new generation of musculoskeletal epidemiology is already sitting on hospital servers. As populations age, sarcopenia and related muscle disorders are projected to become a major driver of disability and health care cost, yet muscle status is rarely measured outside specialized research settings. A framework that can sweep through existing CT archives, quantify 21 body composition structures per patient, and flag its own uncertain outputs for review turns routine diagnostic imaging into a longitudinal window on the aging musculoskeletal system. If external validations at additional institutions replicate the accuracy and reliability reported here, the humble torso CT, acquired for everything from lung cancer screening to abdominal pain, could quietly become one of the most valuable population health instruments in modern medicine.</p>
<p><strong>Subject of Research:</strong> Automated deep learning segmentation and uncertainty-based quality control for volumetric musculoskeletal analysis of torso CT images</p>
<p><strong>Article Title:</strong> Automated framework for volumetric musculoskeletal segmentation and assessment of torso CT images in large-scale databases</p>
<p><strong>Article References:</strong> Gourine, S. A., Soufi, M., Otake, Y., Masaki, Y., Murakami, Y., Nagatani, Y., Watanabe, Y., Uemura, K., Kono, K., Takao, M., Fujimori, T., Sugano, N., &amp; Sato, Y. (2026). Automated framework for volumetric musculoskeletal segmentation and assessment of torso CT images in large-scale databases. <em>International Journal of Computer Assisted Radiology and Surgery</em>. <a href="https://doi.org/10.1007/s11548-026-03785-y" rel="noopener noreferrer">https://doi.org/10.1007/s11548-026-03785-y</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11548-026-03785-y" rel="noopener noreferrer">10.1007/s11548-026-03785-y</a></p>
<p><strong>Keywords:</strong> musculoskeletal segmentation, torso CT, deep learning, nnU-Net, predictive uncertainty, Bayesian UNet, sarcopenia, body composition, TotalSegmentator, Hounsfield units, large-scale databases, opportunistic screening</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">213363</post-id>	</item>
	</channel>
</rss>
