Giter Site home page Giter Site logo

8qa01's Introduction

Image analysis for cancer risk assessment (8QA01)

This is a repository for the course 8QA01 at Eindhoven University of Technology. This course takes place on two platforms: Github and Canvas:

  • In this Github repository you will find all content and technical part of the course
  • Canvas is used for announcements, handing in your assignments, and discussion forum
  • Meetings will be at the TU/e, COVID-rules permitting... Otherwise we will switch to MS Teams.

Your lecturer is Mark Janse, he can be reached at his TU/e email address (see Canvas).

Project goals

In this project you will learn to measure features in images of skin lesions, and predict the diagnosis (for example, melanoma) from these features in an automatic way. You will likely:

  • Study literature to find out what kind of features may be relevant for skin lesion diagnosis
  • Implement methods to measure such features
  • Predict the lesion diagnosis, based on the features
  • Come up with experiments to test if your predictions are good
  • Think about other issues concerning automatic diagnosis

Slides & videos

There will be a two COCs, see Canvas for details.

Project code

In this project you will work with Python. This means you need to install software to run and edit Python code. Read more tips about getting started with Python here: https://github.com/tueimage/8qa01/blob/master/tips_code.md

Some basic steps needed to complete the project are found in the Jupyter notebook class2022_group00_script.ipynb, which already contains a general script to:

  • go through all the images
  • measure simple features in each image
  • create a plot of the measurements
  • predict the label of the image, based on the measurements

These steps use functions, which can be found in the module class2022_group00_functions.py. This is where you should add more functions for completing your project, and then call these functions from the notebook.

Data

For the project we use images from the following paper:

Codella N, Gutman D, Celebi ME, Helba B, Marchetti MA, Dusza S, Kalloo A, Liopyris K, Mishra N, Kittler H, Halpern A. "Skin Lesion Analysis Toward Melanoma Detection: A Challenge at the 2017 International Symposium on Biomedical Imaging (ISBI), Hosted by the International Skin Imaging Collaboration (ISIC)". arXiv: 1710.05006 [cs.CV] Available: https://arxiv.org/abs/1710.05006

There are more than 2000 images in this dataset. For each image, we have the following data:

  • ISIC_[ID].png the image of the lesion
  • ISIC_[ID]_segmentation.png the mask of the lesion, showing which pixels belong to the lesion or not
  • The label of the image, i.e. whether it belongs to the Melanoma class (0 = no, 1 = yes), and/or the Keratosis class (0 = no, 1 = yes).

The full dataset is available via https://challenge.isic-archive.com/landing/2017, a copy is available here at https://surfdrive.surf.nl/files/index.php/s/yfAaln5OSh1vFCl (large file, around 11GB).

You can put all images into one folder (so you do not have the train/validation/test split), and all masks into one folder.

Assignments

This project consists of two assignments and a presentation:

Tips from previous years

Here are some tips that students of previous years gave for you!

  • “Don’t spend too long on literature in the beginning”
  • “Make a plan, especially for time away from campus”
  • “Start coding early”
  • “Don’t be afraid to try things out”
  • “You can do it even if nobody has programmed before!”

8qa01's People

Contributors

vcheplygina avatar mphjoosten avatar markus92 avatar

Stargazers

 avatar Sem Jelle avatar  avatar  avatar

Watchers

 avatar James Cloos avatar Andrey Zhylka avatar suzannewetstein avatar Ishaan Bhat avatar  avatar paper2code - bot avatar

8qa01's Issues

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.