Giter Site home page Giter Site logo

knight's Introduction

KNIGHT

The official repository holding the data for the ISBI 2022 KNIGHT Challenge

About

The KNIGHT Challenge asks teams to develop models to classify patients with kidney tumors in terms of their "risk score" as defined by the recently-release American Urological Association (AUA) Guidelines for Renal Masses. KNIGHT makes use of the imaging and clinical data from the MICCAI KiTS21 Challenge.

Accessing the Data

A JSON file with each patient's clinical data lives in this repository at knight/data/knight.json. The imaging associated with each of the 300 patients can be downloaded with the knight/scripts/get_imaging.py script (requires Python 3).

If you wish to make use of the segmentations used for the KiTS21 challenge, you can access those by cloning the official KiTS21 repository.

The prediction target for the KNIGHT challenge is the attribute entitled "aua_risk_group" in the knight.json file. The primary task is a binary classification between the two higher-risk groups ("high_risk" and "very_high_risk") versus the three lower-risk groups ("benign", "low_risk", and "intermediate_risk"). A secondary task is the five-way classification problem for each group individually.

Participants are encouraged to make use of the clinical data as well as the imaging in order to make their predictions. The following clinical attributes will be made available at inference time for cases in the test set.

  • "age_at_nephrectomy"
  • "gender"
  • "body_mass_index"
  • "comorbidities"
  • "smoking_history"
  • "age_when_quit_smoking"
  • "pack_years"
  • "chewing_tobacco_use"
  • "alcohol_use"
  • "last_preop_egfr"
  • "radiographic_size"
  • "voxel_spacing"

All other attributes will NOT be made available and participants should not train models that take as inputs any clinical attributes not listed above.

knight's People

Contributors

neheller avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.