Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 5.73 KB

applications.md

File metadata and controls

44 lines (30 loc) · 5.73 KB

Applications

Named Entity Linking

Named entity linking (NEL) is the task of linking ambiguous mentions in text to entities in a knowledge base. NEL is a core preprocessing step in downstream applications, including search and question answering.

Medical Imaging

  • Sensitive to inputs, not models

    • The variation of imaging configurations (e.g. site locations), hardware, and processing techniques (e.g. CT windowing) lead to large performance shifts
    • Recent medical imaging challenges (segmentation: knee, brain, reconstruction: MRI), found that, to a large extent, the choice of model is less important than the underlying distribution of data (e.g. disease extent)
  • Towards multi-modal data fusion

    • Radiologist reports (and more generally text) have been used to improve learned visual representations (e.g. ConVIRT) and to source weak labels in annotation-scarce settings (e.g. (PET/CT))
    • Auxiliary features from other rich, semi-structured data, such as electronic health records (EHRs), successfully complemented standard image representations

Computational Biology