<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Survival on Qualia Radiomics</title>
    <link>https://www.qradiomics.com/tags/survival/</link>
    <description>Recent content in Survival on Qualia Radiomics</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 18 May 2026 09:00:00 -0400</lastBuildDate>
    <atom:link href="https://www.qradiomics.com/tags/survival/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Selected for ASTRO 2026 BEST of Physics — Oral Presentation in Boston</title>
      <link>https://www.qradiomics.com/posts/2026-05-18-astro-2026-best-of-physics-oral-acceptance/</link>
      <pubDate>Mon, 18 May 2026 09:00:00 -0400</pubDate>
      <guid>https://www.qradiomics.com/posts/2026-05-18-astro-2026-best-of-physics-oral-acceptance/</guid>
      <description>&lt;p&gt;Thrilled to share that our work has been selected for an &lt;strong&gt;Oral Scientific Presentation in the &lt;em&gt;BEST of Physics&lt;/em&gt; session&lt;/strong&gt; at the &lt;strong&gt;American Society for Radiation Oncology (ASTRO) 2026 Annual Meeting&lt;/strong&gt;, September 26–30 in Boston, MA. Out of &lt;strong&gt;~2,700 abstracts submitted&lt;/strong&gt; to ASTRO this year, only &lt;strong&gt;300 were chosen&lt;/strong&gt; for oral presentation, and &lt;em&gt;BEST of Physics&lt;/em&gt; gathers the highest-rated physics work of the meeting.&lt;/p&gt;
&lt;h2 id=&#34;presentation-details&#34;&gt;Presentation details&lt;/h2&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;&lt;/th&gt;
          &lt;th&gt;&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Abstract #&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;75557&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Title&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;Early Adaptive Interventions in Lung Cancer: Leveraging Fusion of Longitudinal CBCT Trajectories and Clinical Variables for Robust Survival Prediction&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Session&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;SS 19 — &lt;em&gt;BEST of Physics&lt;/em&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Date / Time&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;September 28, 2026 · 10:45 AM – 12:00 PM ET&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Venue&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;Thomas M. Menino Convention &amp;amp; Exhibition Center, Boston, MA&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Format&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;7-min oral + 3-min Q&amp;amp;A&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Publication&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;a href=&#34;https://www.redjournal.org&#34;&gt;Red Journal&lt;/a&gt; supplement&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;authors&#34;&gt;Authors&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Wookjin Choi&lt;/strong&gt;, Pradeep Bhetwal, Michael Dichmann, Yingcui Jia, Wenchao Cao, Danfu Liang, Yingxuan Chen, Adam Dicker, Yevgeniy Vinogradskiy&lt;/p&gt;</description>
    </item>
    <item>
      <title>qradiomics — Radiomics Research CLI</title>
      <link>https://www.qradiomics.com/projects/2026-05-17-qradiomics/</link>
      <pubDate>Sun, 17 May 2026 20:31:21 -0400</pubDate>
      <guid>https://www.qradiomics.com/projects/2026-05-17-qradiomics/</guid>
      <description>&lt;p&gt;&lt;strong&gt;License:&lt;/strong&gt; MIT · &lt;strong&gt;Python:&lt;/strong&gt; 3.11+ · &lt;strong&gt;Repo:&lt;/strong&gt; &lt;a href=&#34;https://github.com/choilab-jefferson/qradiomics&#34;&gt;choilab-jefferson/qradiomics&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Radiomics research CLI. &lt;code&gt;qr&lt;/code&gt; does two things equally well:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Atomic tasks&lt;/strong&gt; — convert DICOM, extract features, merge clinical, fit a model. Each is a single command, files in / files out.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Workflow assembly&lt;/strong&gt; — generate, mutate, scaffold, and run multi-step pipelines from those atomic tasks. Default executor is &lt;strong&gt;Nextflow&lt;/strong&gt; (per-patient parallel + cache + HPC); &lt;strong&gt;Prefect&lt;/strong&gt; is the secondary executor; &lt;strong&gt;inline&lt;/strong&gt; is the small-cohort fallback.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The canonical radiomics data flow has four stages — &lt;strong&gt;data → image → features → modeling&lt;/strong&gt; — and one &lt;code&gt;qr workflow plan&lt;/code&gt; call instantiates the whole chain:&lt;/p&gt;</description>
    </item>
    <item>
      <title>2023 Accepted/Invited Annual Meeting abstracts</title>
      <link>https://www.qradiomics.com/posts/2023-05-08-2023-accepted-invited-annual-meeting-abstracts/</link>
      <pubDate>Mon, 08 May 2023 17:22:21 -0400</pubDate>
      <guid>https://www.qradiomics.com/posts/2023-05-08-2023-accepted-invited-annual-meeting-abstracts/</guid>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;AAPM Annual Meeting (Houston, TX • July 23 ‒ 27, 2023)&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Novel Functional Delta-Radiomics for Predicting Overall Survival in Lung Cancer Radiotherapy Using Cardiac FDG-PET Uptake&lt;br&gt;
&lt;strong&gt;Wookjin Choi&lt;/strong&gt;, Yevgeniy Vinogradskiy&lt;br&gt;
Interactive ePoster Discussions: Sunday, July 23, 2023: 3:00 PM - 3:30 PM, GRBCC, Exhibit Hall | Forum 6&lt;br&gt;
&lt;a href=&#34;https://aapm.confex.com/aapm/2023am/meetingapp.cgi/Paper/2188&#34;&gt;SU-300-IePD-F6-4 Novel Functional Delta-Radiomics for Predicting Overall Survival in Lung Cancer Radiotherapy Using Cardiac FDG-PET Uptake&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Deep Learning Segmentation for Accurate GTV and OAR Segmentation in MR-Guided Adaptive Radiotherapy for Pancreatic Cancer Patients&lt;br&gt;
&lt;strong&gt;Wookjin Choi&lt;/strong&gt;, Hamidreza Nourzadeh, Yingxuan Chen, Christopher G. Ainsley, Vimal K. Desai, Alexander A. Kubli, Yevgeniy Vinogradskiy, Maria Werner-Wasik, Adam Mueller, and Karen E. Mooney&lt;br&gt;
&lt;a href=&#34;https://aapm.confex.com/aapm/2023am/meetingapp.cgi/Paper/3903&#34;&gt;PO-GePV-D-50 Deep Learning Segmentation for Accurate GTV and OAR Segmentation in MR-Guided Adaptive Radiotherapy for Pancreatic Cancer Patients&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>PathCNN: interpretable convolutional neural networks for survival prediction and pathway analysis applied to glioblastoma</title>
      <link>https://www.qradiomics.com/posts/2021-07-22-pathcnn-interpretable-convolutional-neural-networks-for-survival-prediction-and-pathway-analysis-applied-to-glioblastoma/</link>
      <pubDate>Thu, 22 Jul 2021 12:57:18 -0400</pubDate>
      <guid>https://www.qradiomics.com/posts/2021-07-22-pathcnn-interpretable-convolutional-neural-networks-for-survival-prediction-and-pathway-analysis-applied-to-glioblastoma/</guid>
      <description>&lt;p&gt;Jung Hun Oh, Wookjin Choi, Euiseong Ko, Mingon Kang, Allen Tannenbaum, Joseph O Deasy&lt;/p&gt;
&lt;p&gt;The authors wish it to be known that, in their opinion, Jung Hun Oh and Wookjin Choi should be regarded as Joint First Authors.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://academic.oup.com/bioinformatics/article/37/Supplement_1/i443/6319702&#34;&gt;https://academic.oup.com/bioinformatics/article/37/Supplement_1/i443/6319702&lt;/a&gt;&lt;/p&gt;
&lt;figure&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/mskspi/PathCNN/raw/main/img/pathcnn.png&#34;&gt;https://github.com/mskspi/PathCNN/raw/main/img/pathcnn.png&lt;/a&gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;p&gt;An illustration of biological interpretation. (&lt;strong&gt;A&lt;/strong&gt;) Grad-CAM procedure to generate class activation maps. The two images on the left bottom represent an example of the class activation maps for a sample in the cohort, which were generated from Grad-CAM procedure; (&lt;strong&gt;B&lt;/strong&gt;) statistical analysis to identify significantly different pathways between the LTS and non-LTS groups. LTS, long-term survival; CNN, convolutional neural network; ReLU, rectified linear unit&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
