<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<!DOCTYPE GmsArticle SYSTEM "http://www.egms.de/dtd/2.0.34/GmsArticle.dtd">
<GmsArticle xmlns:xlink="http://www.w3.org/1999/xlink">
  <MetaData>
    <Identifier>25gmds095</Identifier>
    <IdentifierDoi>10.3205/25gmds095</IdentifierDoi>
    <IdentifierUrn>urn:nbn:de:0183-25gmds0950</IdentifierUrn>
    <ArticleType>Meeting Abstract</ArticleType>
    <TitleGroup>
      <Title language="en">Machine Learning for Clinical Pathway Decision Support in Suspected Bone Lesions on Radiographs</Title>
    </TitleGroup>
    <CreatorList>
      <Creator>
        <PersonNames>
          <Lastname>Bockhacker</Lastname>
          <LastnameHeading>Bockhacker</LastnameHeading>
          <Firstname>Markus</Firstname>
          <Initials>M</Initials>
        </PersonNames>
        <Address>
          <Affiliation>Unfallkrankenhaus Berlin, Berlin, Germany</Affiliation>
          <Affiliation>Berliner Hochschule f&#252;r Technik, Berlin, Germany</Affiliation>
        </Address>
        <Creatorrole corresponding="no" presenting="no">author</Creatorrole>
      </Creator>
      <Creator>
        <PersonNames>
          <Lastname>Erdelt</Lastname>
          <LastnameHeading>Erdelt</LastnameHeading>
          <Firstname>Patrick</Firstname>
          <Initials>P</Initials>
        </PersonNames>
        <Address>
          <Affiliation>Berliner Hochschule f&#252;r Technik, Berlin, Germany</Affiliation>
        </Address>
        <Creatorrole corresponding="no" presenting="no">author</Creatorrole>
      </Creator>
      <Creator>
        <PersonNames>
          <Lastname>R&#246;hl</Lastname>
          <LastnameHeading>R&#246;hl</LastnameHeading>
          <Firstname>Henning</Firstname>
          <Initials>H</Initials>
        </PersonNames>
        <Address>
          <Affiliation>Klinik f&#252;r Orthop&#228;die und Unfallchirurgie am Br&#252;derklinikum Julia Lanz, Mannheim, Germany</Affiliation>
        </Address>
        <Creatorrole corresponding="no" presenting="no">author</Creatorrole>
      </Creator>
    </CreatorList>
    <PublisherList>
      <Publisher>
        <Corporation>
          <Corporatename>German Medical Science GMS Publishing House</Corporatename>
        </Corporation>
        <Address>D&#252;sseldorf</Address>
      </Publisher>
    </PublisherList>
    <SubjectGroup>
      <SubjectheadingDDB>610</SubjectheadingDDB>
      <Keyword language="en">machine learning</Keyword>
      <Keyword language="en">naive Bayes</Keyword>
      <Keyword language="en">decision trees</Keyword>
      <Keyword language="en">CDSS</Keyword>
      <Keyword language="en">bone tumors</Keyword>
    </SubjectGroup>
    <DatePublishedList>
      <DatePublished>20251103</DatePublished>
    </DatePublishedList>
    <Language>engl</Language>
    <License license-type="open-access" xlink:href="http://creativecommons.org/licenses/by/4.0/">
      <AltText language="en">This is an Open Access article distributed under the terms of the Creative Commons Attribution 4.0 License.</AltText>
      <AltText language="de">Dieser Artikel ist ein Open-Access-Artikel und steht unter den Lizenzbedingungen der Creative Commons Attribution 4.0 License (Namensnennung).</AltText>
    </License>
    <SourceGroup>
      <Meeting>
        <MeetingId>M0631</MeetingId>
        <MeetingSequence>095</MeetingSequence>
        <MeetingCorporation>Deutsche Gesellschaft f&#252;r Medizinische Informatik, Biometrie und Epidemiologie</MeetingCorporation>
        <MeetingName>70. Jahrestagung der Deutschen Gesellschaft f&#252;r Medizinische Informatik, Biometrie und Epidemiologie e. V. (GMDS)</MeetingName>
        <MeetingTitle></MeetingTitle>
        <MeetingSession>PS 1: Assistenzsysteme &#38; Entscheidungsunterst&#252;tzung</MeetingSession>
        <MeetingCity>Jena</MeetingCity>
        <MeetingDate>
          <DateFrom>20250907</DateFrom>
          <DateTo>20250911</DateTo>
        </MeetingDate>
      </Meeting>
    </SourceGroup>
    <ArticleNo>Abstr. 32</ArticleNo>
  </MetaData>
  <OrigData>
    <TextBlock name="Text" linked="yes">
      <MainHeadline>Text</MainHeadline><Pgraph><Mark1>Introduction:</Mark1> Incidental findings occur in up to 20&#37; of conventional radiographs <TextLink reference="1"></TextLink>. The complex morphology of bone tumors, inflammatory changes, normal variants, or metastases can lead to unnecessary diagnostic escalation (MRI, contrast-enhanced imaging, scintigraphy) <TextLink reference="2"></TextLink>. This causes costs, radiation exposure, biopsy of a do-not-touch lesion <TextLink reference="3"></TextLink>, and in the worst case, contamination of the access pathway in malignant bone tumors. Previous Machine Learning (ML) models primarily aim at radiological diagnosis <TextLink reference="4"></TextLink>, not at selecting the treatment pathway. Particularly in facilities not specialized in tumor orthopedics, the recurring question is: &#8220;Continue diagnostics or refer to a specialized center&#63;&#8221; Using explainable ML methods (&#8220;explainable AI&#8221;), a demonstrator for a Clinical Decision Support System (CDSS) will be developed to address this question.</Pgraph><Pgraph><Mark1>Methods:</Mark1> Sarcomas (including malignant fibrous histiocytoma), suspicious osteochondromas, adamantinomas, chordomas, and Langerhans cell histiocytosis were recommended for referral. Conventional radiographs with demographic data and histologically confirmed diagnoses were collected from radiological case collections and literature. These were annotated according to standardized features. Multiple ML models (Decision Trees, Naive Bayes) were trained and evaluated against a dataset withheld during training (stratified 4-fold cross-validation).????</Pgraph><Pgraph><Mark1>Results:</Mark1> 1031 cases (male: 606, female: 425) were included in the dataset. These contained 49 different diagnoses (ranging from intraosseous lipoma and osteomyelitis to parosteal osteosarcoma). The Naive Bayes model correctly assigned an unknown lesion to the appropriate pathway in 80.27&#37; of validation cases, while the Decision Tree model achieved 79.66&#37;. Age, ill-defined tumor margins, and cortical breakthrough were the most discriminative features. In contrast, the models correctly identified the specific diagnosis (from 49 possibilities) in only 38&#37; of cases.</Pgraph><Pgraph><Mark1>Conclusion:</Mark1> Complex radiographic morphology, typical age peaks, and a high number of possible diagnoses create a high-dimensional problem that is difficult for humans but relatively simple for ML models to map. The presented results show that by modifying the question from &#8220;computer makes diagnosis&#8221; to &#8220;which pathway is appropriate&#8221;, a significant improvement in accuracy can be achieved. In a hypothetical scenario of night duty in a primary and standard care provider, this decision is more relevant than the definitive diagnosis. Therefore, goals and questions for CDSS should always be developed in interdisciplinary dialogue between medicine and computer science, considering the deployment scenarios.</Pgraph><Pgraph>The authors declare that they have no competing interests.</Pgraph><Pgraph>The authors declare that an ethics committee vote is not required.</Pgraph></TextBlock>
    <References linked="yes">
      <Reference refNo="1">
        <RefAuthor>Blackburn CW</RefAuthor>
        <RefAuthor>Richardson SM</RefAuthor>
        <RefAuthor>DeVita RR</RefAuthor>
        <RefAuthor>Dong O</RefAuthor>
        <RefAuthor>Faraji N</RefAuthor>
        <RefAuthor>Wurtz LD</RefAuthor>
        <RefAuthor></RefAuthor>
        <RefTitle>What Is the Prevalence of Clinically Important Findings Among Incidentally Found Osseous Lesions&#63;</RefTitle>
        <RefYear>2023</RefYear>
        <RefJournal>Clin Orthop Relat Res</RefJournal>
        <RefPage>1993</RefPage>
        <RefTotal>Blackburn CW, Richardson SM, DeVita RR, Dong O, Faraji N, Wurtz LD, et al. What Is the Prevalence of Clinically Important Findings Among Incidentally Found Osseous Lesions&#63; Clin Orthop Relat Res. 2023 Oct;481(10):1993.</RefTotal>
      </Reference>
      <Reference refNo="2">
        <RefAuthor>Miller BJ</RefAuthor>
        <RefAuthor>Avedian RS</RefAuthor>
        <RefAuthor>Rajani R</RefAuthor>
        <RefAuthor>Leddy L</RefAuthor>
        <RefAuthor>White JR</RefAuthor>
        <RefAuthor>Cummings J</RefAuthor>
        <RefAuthor></RefAuthor>
        <RefTitle>What Is the Use of Imaging Before Referral to an Orthopaedic Oncologist&#63; A Prospective, Multicenter Investigation</RefTitle>
        <RefYear>2015</RefYear>
        <RefJournal>Clin Orthop</RefJournal>
        <RefPage>868&#8211;74</RefPage>
        <RefTotal>Miller BJ, Avedian RS, Rajani R, Leddy L, White JR, Cummings J, et al. What Is the Use of Imaging Before Referral to an Orthopaedic Oncologist&#63; A Prospective, Multicenter Investigation. Clin Orthop. 2015 Mar;473(3):868&#8211;74.</RefTotal>
      </Reference>
      <Reference refNo="3">
        <RefAuthor>Vanel D</RefAuthor>
        <RefAuthor>Ruggieri P</RefAuthor>
        <RefAuthor>Ferrari S</RefAuthor>
        <RefAuthor>Picci P</RefAuthor>
        <RefAuthor>Gambarotti M</RefAuthor>
        <RefAuthor>Staals E</RefAuthor>
        <RefAuthor></RefAuthor>
        <RefTitle>The incidental skeletal lesion: ignore or explore&#63;</RefTitle>
        <RefYear>2009</RefYear>
        <RefJournal>Cancer Imaging Off Publ Int Cancer Imaging Soc</RefJournal>
        <RefPage>S38-43</RefPage>
        <RefTotal>Vanel D, Ruggieri P, Ferrari S, Picci P, Gambarotti M, Staals E, et al. The incidental skeletal lesion: ignore or explore&#63; Cancer Imaging Off Publ Int Cancer Imaging Soc. 2009 Oct 2;9 Spec No A(Special issue A):S38-43.</RefTotal>
      </Reference>
      <Reference refNo="4">
        <RefAuthor>Ong W</RefAuthor>
        <RefAuthor>Zhu L</RefAuthor>
        <RefAuthor>Tan YL</RefAuthor>
        <RefAuthor>Teo EC</RefAuthor>
        <RefAuthor>Tan JH</RefAuthor>
        <RefAuthor>Kumar N</RefAuthor>
        <RefAuthor></RefAuthor>
        <RefTitle>Application of Machine Learning for Differentiating Bone Malignancy on Imaging: A Systematic Review</RefTitle>
        <RefYear>2023</RefYear>
        <RefJournal>Cancers</RefJournal>
        <RefPage>1837</RefPage>
        <RefTotal>Ong W, Zhu L, Tan YL, Teo EC, Tan JH, Kumar N, et al. Application of Machine Learning for Differentiating Bone Malignancy on Imaging: A Systematic Review. Cancers. 2023 Mar 18;15(6):1837.</RefTotal>
      </Reference>
    </References>
    <Media>
      <Tables>
        <NoOfTables>0</NoOfTables>
      </Tables>
      <Figures>
        <NoOfPictures>0</NoOfPictures>
      </Figures>
      <InlineFigures>
        <NoOfPictures>0</NoOfPictures>
      </InlineFigures>
      <Attachments>
        <NoOfAttachments>0</NoOfAttachments>
      </Attachments>
    </Media>
  </OrigData>
</GmsArticle>