<?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>deep learning in cancer prognosis &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/deep-learning-in-cancer-prognosis/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Mon, 31 Aug 2026 00:41:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>deep learning in cancer prognosis &#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>Deep Learning Advances Lung Cancer Segmentation and Volumetric Analysis in CT Scans</title>
		<link>https://scienmag.com/deep-learning-advances-lung-cancer-segmentation-and-volumetric-analysis-in-ct-scans/</link>
		
		<dc:creator><![CDATA[Nathaniel Bowman]]></dc:creator>
		<pubDate>Mon, 31 Aug 2026 00:41:24 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[3D lung tumor measurement]]></category>
		<category><![CDATA[3D tumor reconstruction from CT scans]]></category>
		<category><![CDATA[advancements in lung cancer treatment assessment]]></category>
		<category><![CDATA[AI pipeline for clinical decision-making]]></category>
		<category><![CDATA[AI-based tumor segmentation]]></category>
		<category><![CDATA[AI-driven lung tumor analysis]]></category>
		<category><![CDATA[automated lung tumor measurement]]></category>
		<category><![CDATA[automated tumor segmentation]]></category>
		<category><![CDATA[clinical integration of AI in radiology]]></category>
		<category><![CDATA[CT scan tumor volumetric analysis]]></category>
		<category><![CDATA[CT scan tumor volumetry]]></category>
		<category><![CDATA[deep learning for lung cancer prognosis]]></category>
		<category><![CDATA[deep learning in cancer prognosis]]></category>
		<category><![CDATA[deep learning in medical imaging]]></category>
		<category><![CDATA[longitudinal tumor monitoring with artificial intelligence]]></category>
		<category><![CDATA[lung cancer segmentation]]></category>
		<category><![CDATA[medical image analysis advancements]]></category>
		<category><![CDATA[medical image analysis for oncology]]></category>
		<category><![CDATA[RECIST criteria limitations]]></category>
		<category><![CDATA[RECIST criteria limitations and AI solutions]]></category>
		<category><![CDATA[tumor response assessment in oncology]]></category>
		<category><![CDATA[tumor tracking and monitoring]]></category>
		<guid isPermaLink="false">https://scienmag.com/deep-learning-advances-lung-cancer-segmentation-and-volumetric-analysis-in-ct-scans/</guid>

					<description><![CDATA[Lung cancer is the world&#8217;s deadliest cancer, and yet the way medicine measures it has barely changed in decades. A comprehensive new survey published on 24 July 2026 in the Annals of Biomedical Engineering argues that this mismatch between what tumors are and what clinicians measure may finally be closable—through artificial intelligence. Led by Tugce [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Lung cancer is the world&#8217;s deadliest cancer, and yet the way medicine measures it has barely changed in decades. A comprehensive new survey published on 24 July 2026 in the Annals of Biomedical Engineering argues that this mismatch between what tumors are and what clinicians measure may finally be closable—through artificial intelligence. Led by Tugce Gulseren Tezel and co-authored with Mehmet Turkan and Ebru Sayilgan, all of Izmir University of Economics in Turkey, the review systematically maps ten years of deep learning research devoted to a deceptively simple task: teaching computers to trace lung tumors slice by slice on computed tomography (CT) scans and convert those digital contours into reliable volume measurements. The authors&#8217; verdict is striking. The technology for automated, reproducible, three-dimensional tumor assessment largely exists; what lags behind is the pipeline connecting pixel-perfect segmentation to the clinical decisions—treatment response, prognosis, and longitudinal monitoring—that actually shape patient outcomes.</p>
<p>The problem begins with the Response Evaluation Criteria in Solid Tumors, better known as RECIST—the internationally agreed rulebook that has governed how oncologists quantify tumor burden for decades. Under RECIST 1.1, radiologists select a small number of target lesions and track a single number for each: the longest diameter. A patient&#8217;s total tumor burden is thus compressed into a one-dimensional sum, with response categories defined by fixed thresholds, such as 30 percent shrinkage for a partial response. The scheme was celebrated for its reproducibility, but it flattens anatomy into a line. Tumors grow irregularly, cavitate, consolidate, or dissolve into scar tissue, and a diameter can remain deceptively stable while the mass behind it changes dramatically. The mismatch has grown more consequential with immunotherapy, which reshapes lesions in ways linear rules were never designed to capture. The survey highlights evidence that early tumor volume change on CT can predict pathological response and prognosis in non-small cell lung cancer patients receiving immunotherapy—an argument that volumetric assessment belongs at the center of response evaluation.</p>
<p>Turning volumetry from an aspiration into routine practice requires software that can delineate tumors without human tracing, and the engine of that capability is deep learning. The field&#8217;s foundational design is U-Net, introduced in 2015: an encoder–decoder architecture in which the encoder progressively compresses an image into abstract feature maps while the decoder expands them back into a voxel-by-voxel probability map marking tumor tissue. Its defining trick is the skip connection, which shuttles fine spatial detail from early encoder layers across the network bottleneck so that sharp boundaries survive compression. The three-dimensional extension, 3D U-Net, carried this logic to entire volumetric stacks, learning dense segmentation from sparse annotation—a natural fit for CT, where a tumor occupies a connected cluster of voxels across dozens of slices. Trained on expert-drawn contours with overlap-sensitive losses such as the Dice coefficient, these networks learn to separate malignant tissue from vessels, bronchi, pleura, and air. The clinical payoff is reproducibility: two radiologists handed the same scan will draw slightly different boundaries, while an algorithm returns the same contour every time.</p>
<p>From that foundation, the survey traces a decade of escalating sophistication. Attention mechanisms, popularized in medical imaging by Attention U-Net, force networks to suppress irrelevant anatomy and concentrate computational focus on suspicious regions, sharpening boundaries in the cluttered thoracic environment. UNet++ rebuilt the skip pathways as nested, densely connected branches that fuse features across multiple scales, better matching lesions ranging from sub-centimeter nodules to large invasive masses. Self-configuring frameworks such as nnU-Net automated the preprocessing and training choices that once demanded painstaking hand-tuning, and have become de facto baselines across segmentation benchmarks. Hybrid CNN–Transformer models such as TransUNet and Swin UNETR graft self-attention onto convolutional backbones: convolutions excel at local edges and textures, while attention layers relate distant patches of the image, supplying the long-range context needed for lobulated tumors sprawling across many slices. Multiscale, deeply supervised designs and recurrent residual variants were engineered specifically for lung tumors, and ensembles of 3D U-Nets have pushed nodule segmentation accuracy further. The survey organizes this crowded landscape by architecture, learning strategy, dataset, and intended clinical use, citing multicenter comparisons of Swin UNETR, nnU-Net, and TransUNet on lung tumor subtypes as evidence that architectural choice materially changes what a volume measurement is worth.</p>
<p>Anatomy alone, however, is not always decisive, and some of the most capable systems fuse CT with positron emission tomography. In PET/CT, the CT supplies structure while the PET signal reveals metabolism: malignant cells avidly consume a radioactive glucose analog, lighting up tumors whose borders are anatomically ambiguous. Multimodal networks exploit this pairing through spatial attention modules that learn, location by location, which modality to trust, recovering boundaries that either scan alone would blur. Beyond cleaner contours, the fusion yields metabolic volume biomarkers—measures such as metabolically active tumor volume that combine size with biological aggressiveness and have demonstrated value for risk stratification in non-small cell lung cancer. Publicly released whole-body FDG-PET/CT datasets with manually annotated tumor lesions, together with systematic benchmarks comparing architectures and training strategies on PET/CT volumes, are giving this multimodal branch of the field the standardized footing it long lacked.</p>
<p>None of this learning happens without data, and the survey pays sustained attention to the public resources anchoring the field. The Lung Image Database Consortium–Image Database Resource Initiative, known universally as LIDC-IDRI, remains the canonical repository for nodule detection, prized for its layered annotations from multiple radiologists. RIDER Lung CT occupies a different niche: it contains repeat scans of the same patients acquired minutes apart, the raw material for test–retest reproducibility studies that quantify how much apparent tumor change is biology versus measurement noise. NSCLC-Radiomics links CT-derived features to patient outcomes, enabling prognostic volumetric modeling. Yet each resource also exposes systemic weaknesses. Expert 3D annotation is slow and expensive, and radiologists genuinely disagree about tumor boundaries, especially where lesions abut the chest wall or blend into surrounding tissue; those disagreements propagate into training labels and, downstream, into the volumes being measured. Scanners, slice thicknesses, reconstruction kernels, and contrast protocols differ between hospitals, and models tuned to one acquisition style can falter on another—the domain-shift problem that shadows every medical AI deployment.</p>
<p>The survey&#8217;s central argument is that segmentation accuracy, however dazzling, is not the finish line; the question is whether the resulting volumes are stable enough to support clinical calls. Here, the evidence is accumulating. Multi-center, multi-observer reading studies of automated RECIST 1.1 and volumetric RECIST have found that machine-derived response assessments can rival the reliability of expert panels while removing much of the human variability. Volumetric CT growth-rate measurements have detected treatment effects in metastatic disease earlier than diameter-based criteria. In mesothelioma, where tumors wrap around the lung in shapes that defeat linear rules, fully automated deep learning volumetry has been validated against modified RECIST response criteria. In lung cancer specifically, early tumor volume change is being advanced as a novel CT indicator of pathological response and prognosis under immunotherapy, and volumetric measurements are being combined with radiomic texture features and blood biomarkers to anticipate pseudoprogression—the apparent growth that is actually immune-cell infiltration. Each of these advances rests on a segmentation mask a computer drew.</p>
<p>What separates these demonstrations from routine practice is a familiar list, which the authors dissect candidly. Annotated 3D datasets remain scarce relative to what deep learning craves, and annotation variability injects noise directly into the quantity clinicians hope to measure. Models are sensitive to scanner and acquisition protocol, so accuracy reported on one cohort rarely transfers unchanged to another. Interpretability is thin: a network offers no anatomical reasoning for the contour it draws, which complicates both clinician trust and regulatory approval. Multimodal integration—fusing CT with PET, clinical variables, and molecular data—remains technically immature. Most subtly, a high segmentation score does not guarantee volumetric reliability: a 5 percent apparent change in tumor volume between two scans may reflect boundary ambiguity rather than biology. Without test–retest validation and explicit uncertainty estimates, volumetric AI risks reproducing at scale the very inconsistency it was designed to eliminate.</p>
<p>The roadmap the authors chart is correspondingly forward-looking. Transformer-based volumetric models are expected to carry the architectural revolution that reshaped language processing into fully three-dimensional medical segmentation. Self-supervised and semi-supervised learning promise to exploit the enormous reservoir of unlabeled CT scans, teaching networks general lung anatomy before scarce expert contours are ever introduced—a direction embodied by recently reported lung CT foundation models trained on vast imaging collections for broad diagnostic use. Generative modeling could simulate tumor dynamics, synthesizing plausible growth and shrinkage sequences to augment scarce longitudinal data and train systems that predict response before it is visible. Perhaps most consequential for the clinic are uncertainty-aware systems that attach a confidence estimate to every contour, flagging cases where the algorithm is guessing so that human expertise is spent where it matters most. The authors also urge that volumetric biomarkers be validated against true clinical endpoints—pathological response, progression-free survival—rather than against segmentation scores, redefining success as decisions improved rather than pixels matched.</p>
<p>The stakes of getting this right are difficult to overstate. Global cancer statistics for 2022 place lung cancer among the most frequently diagnosed malignancies in the world and its deadliest, and low-dose CT screening programs are generating scan volumes that no human workforce can annotate the traditional way. If AI-driven volumetry matures, every follow-up scan could yield not a single diameter but a quantitative trajectory of tumor burden: earlier signals of response, earlier warnings of treatment failure, and measurements independent of which radiologist read the images. The Izmir survey is candid that the field stands closer to promise than to practice—the algorithms have largely learned to see, while medicine has not yet learned to trust. Closing that gap, the authors conclude, is less a computer-science problem than a clinical one, and the decisive experiments of the coming decade will unfold not in code repositories but in oncology wards, where a number that finally matches the true shape of a tumor could change what survival looks like.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Deep learning-based segmentation and volumetric analysis of lung cancer on computed tomography imaging for automated tumor burden quantification and treatment response assessment.</p>
<p><strong>Article Title:</strong> Deep Learning-Based Lung Cancer Segmentation and Volumetric Analysis Using CT Imaging: A Comprehensive Survey</p>
<p><strong>Article References:</strong> Tezel, T. G., Turkan, M., &amp; Sayilgan, E. (2026). Deep Learning-Based Lung Cancer Segmentation and Volumetric Analysis Using CT Imaging: A Comprehensive Survey. <em>Annals of Biomedical Engineering</em>. <a href="https://doi.org/10.1007/s10439-026-04289-1" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s10439-026-04289-1</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10439-026-04289-1" target="_blank" rel="noopener noreferrer">10.1007/s10439-026-04289-1</a></p>
<p><strong>Keywords:</strong> Lung cancer, Computed tomography, Deep learning, Volumetric analysis, Tumor segmentation, RECIST, U-Net, Transformers, PET/CT imaging, Radiomics, Treatment response, Longitudinal monitoring</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185811</post-id>	</item>
		<item>
		<title>Harnessing Deep Learning for Precision Cancer Prognosis</title>
		<link>https://scienmag.com/harnessing-deep-learning-for-precision-cancer-prognosis/</link>
		
		<dc:creator><![CDATA[Nathaniel Bowman]]></dc:creator>
		<pubDate>Sat, 17 Jan 2026 15:17:43 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[accuracy in cancer prediction models]]></category>
		<category><![CDATA[advanced prognostic tools for cancer]]></category>
		<category><![CDATA[complexities of cancer prognosis]]></category>
		<category><![CDATA[deep learning architecture for tumor analysis]]></category>
		<category><![CDATA[deep learning in cancer prognosis]]></category>
		<category><![CDATA[enhancing patient outcomes with AI]]></category>
		<category><![CDATA[genomic and proteomic data integration]]></category>
		<category><![CDATA[holistic models of tumor behavior]]></category>
		<category><![CDATA[innovative approaches in oncological science]]></category>
		<category><![CDATA[multimodal pathogenomics in oncology]]></category>
		<category><![CDATA[precision medicine and cancer research]]></category>
		<category><![CDATA[transformative research in cancer treatment]]></category>
		<guid isPermaLink="false">https://scienmag.com/harnessing-deep-learning-for-precision-cancer-prognosis/</guid>

					<description><![CDATA[In an era where precision medicine is of utmost importance, a groundbreaking study led by Feng et al. addresses the complexities of cancer prognosis through an integrative approach known as multimodal pathogenomics. This innovative framework harnesses the power of deep learning to unravel the intricate genetic, epigenetic, and transcriptomic landscapes of tumors. As cancer remains [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In an era where precision medicine is of utmost importance, a groundbreaking study led by Feng et al. addresses the complexities of cancer prognosis through an integrative approach known as multimodal pathogenomics. This innovative framework harnesses the power of deep learning to unravel the intricate genetic, epigenetic, and transcriptomic landscapes of tumors. As cancer remains one of the leading causes of death worldwide, the need for more accurate prognostic tools has never been more pressing. This research not only promises to improve patient outcomes but also represents a significant advancement in the field of oncological science.</p>
<p>The authors of this study employed a robust deep learning architecture to analyze various modalities of tumor data, including genomic sequences, proteomic profiles, and clinical characteristics. By integrating these diverse data sources, the researchers were able to generate comprehensive models that offer a holistic view of cancer pathology. Their approach stands in stark contrast to traditional single-modality studies, which often overlook critical interactions among different biological layers. The result is a more nuanced understanding of tumor behavior and patient prognosis.</p>
<p>A pivotal aspect of this research is its emphasis on accuracy. Using deep learning techniques, the study achieved remarkable levels of prediction accuracy that significantly outperformed existing methods. Traditional prognostic tools often rely on limited datasets and simplistic statistical models. In contrast, the multimodal framework provided by Feng et al. leverages large datasets and complex algorithms, allowing for nuanced predictions that can greatly influence treatment decisions. This approach underscores the potential of artificial intelligence in transforming how oncologists assess cancer prognosis.</p>
<p>Furthermore, this study demonstrates the efficacy of combining various biological data modalities. By synchronizing genomic, transcriptomic, and proteomic data, the researchers created an integrated biological profile for each patient. This comprehensive view enhances researchers&#8217; understanding of tumor heterogeneity and the individual variability of cancer. The study highlights how deep learning algorithms can facilitate the identification of specific molecular signatures that correlate with prognosis, paving the way for tailored therapeutic strategies.</p>
<p>The application of deep learning in genomics is not merely theoretical; practical implications abound. For instance, the algorithms developed in this research can be employed to screen for potential therapeutic targets. By identifying key pathways and mutations associated with poor prognosis, clinicians can better strategize their treatment protocols, offering patients more personalized and effective care. This could represent a significant leap forward in the management of chronic conditions, where traditional one-size-fits-all approaches have often fallen short.</p>
<p>Moreover, the ethical considerations surrounding the use of deep learning in cancer prognosis cannot be overlooked. As with any AI-driven methodology, concerns regarding data privacy, algorithmic biases, and transparency are paramount. The authors have made strides in addressing these issues by ensuring their models are interpretable and that they were trained on diverse datasets. Building trust within the medical community and among patients hinges on the responsible implementation of these technological advances.</p>
<p>In addition, the study&#8217;s findings underscore the importance of collaborative efforts in cancer research. The integration of multimodal data requires a concerted effort among bioinformaticians, oncologists, and researchers from various disciplines. The collaborative nature of this research enhances the quality of outcomes and promotes a comprehensive understanding of cancer that transcends traditional silos in biomedical research. Such interdisciplinary initiatives are vital for fostering innovation and driving progress in the field.</p>
<p>The potential for clinical application of these findings is vast. As healthcare systems increasingly adopt artificial intelligence technologies, the integration of deep learning-driven prognostic models could revolutionize patient care. Implementing these advanced tools in everyday clinical practice could facilitate earlier and more accurate diagnoses, thereby improving survival rates and quality of life for cancer patients. This transformation calls for careful planning and training to equip healthcare professionals with the skills necessary to utilize these new technologies effectively.</p>
<p>In summary, Feng et al.&#8217;s study on deep learning-based multimodal pathogenomics integration represents a watershed moment in precision cancer prognosis. By leveraging advanced computational methods to merge diverse biological data types, this research has established a robust framework for enhancing prognostic accuracy. As the field continues to evolve, the implications of such work may ultimately redefine how oncology is practiced and how treatment plans are formulated according to individual patient profiles. The potential for more personalized cancer therapy promises not just to change treatment paradigms but to improve the chances of survival for countless patients.</p>
<p>As we look to the future, further research and development will be crucial in refining these methods and understanding their clinical impacts. The ongoing interplay between technology and healthcare will undoubtedly usher in a new era of personalized medicine, where deep learning algorithms play a fundamental role in guiding clinical decision-making. The advancements in the field underscore the importance of embracing technological innovations while maintaining a focus on patient-centered care.</p>
<p>Ultimately, the integration of multimodal pathogenomics using deep learning signifies a monumental step towards more effective cancer management. The ability to harness vast datasets and identify critical patterns in cancer biology can potentially reshape our understanding of disease processes and lead to breakthroughs in treatment. This research not only serves as an inspiration for future studies but also reinforces the essential role of interdisciplinary collaboration in tackling society’s toughest health challenges.</p>
<p><strong>Subject of Research</strong>: Integration of multimodal pathogenomics with deep learning for cancer prognosis.</p>
<p><strong>Article Title</strong>: Deep learning-based multimodal pathogenomics integration for precision cancer prognosis.</p>
<p><strong>Article References</strong>:</p>
<p class="c-bibliographic-information__citation">Feng, X., Song, G., Zhang, Y. <i>et al.</i> Deep learning-based multimodal pathogenomics integration for precision cancer prognosis. <i>J Transl Med</i>  (2026). <a href="https://doi.org/10.1186/s12967-026-07682-5">https://doi.org/10.1186/s12967-026-07682-5</a></p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: Not provided.</p>
<p><strong>Keywords</strong>: Deep learning, multimodal pathogenomics, cancer prognosis, precision medicine, artificial intelligence, genomic data, multimodality, personalized therapy.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">127194</post-id>	</item>
	</channel>
</rss>
