Skip to main content

One-Class learning-based tool for Tumor Image Detection

Project description

OCTID: One-Class learning-based tool for Tumor Image Detection

OCTID is a one-class learning-based Python package for tile-level tumor detection. OCTID can capture patterns from the available normal whole slide images (WSIs) to identify and remove normal tiles from the training dataset. Using OCTID, researchers with limited pathology expertise can effectively classify and identify the tumor images based on the readily available tumor adjacent images. Leveraging the power of machine learning, OCTID can enable users to conduct image pre-processing easily on the large-scale histopathological image datasets. Example datasets can be downloaded here.

Getting started

Install OCTID from PyPI (You may need to creat a new environment before installing OCTID.)

$ pip install octid

to run your first example (A test.py file can be found here.)

from octid import octid
# initialize the classify model with the requiered parameters
classify_model = octid.octid(model = 'googlenet', customised_model = False, feature_dimension = 3, outlier_fraction_of_SVM = 0.03,
                              training_dataset = 'training_dataset_path', validation_dataset = 'validation_dataset_path', unlabelled_dataset='unlabelled_dataset_path')

# run the classify model
classify_model()

Parameters

  1. model (String or PyTorch model): The default value is "googlenet". The available models are listed below. The pre-defined models or customised models can be loaded when customised_model is set as "False" or "True".

  2. customised_model (Boolean): The default value is False. If you want to use your own model, you can set this parameter as "Ture" and load and pass your model to the "model" parameter.

  3. feature_dimension (Int): Feature dimension reduced by using UMAP, and the default value is 3.

  4. outlier_fraction_of_SVM (Float) : The default value is 0.03. The rbf kernel is used in one-class SVM. This parameter is an upper bound on the fraction of training errors and a lower bound of the fraction of support vectors, which ranges from 0 to 1.

  5. training_dataset (String): The path of your template dataset folder, which should only contain the positive or negative images.

  6. validation_dataset (String): The path of your validation dataset folder, which should contain both positive and negative images.

  7. unlabelled_dataset (String): The path of the dataset that you want to classify, which will be re-saved to two subfolders, corresponding to two classes.

** Dataset folders notes: since we use the torchvision.datasets.ImageFolder to label the image, please follow the instructions provided to create your image folders.

** Images processed here are small tiles rather than the whole slide images, which should be segmented into small images, with sizes such as 500 by 500.

Available pre-trained models for OCTID

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

octid-1.1.6.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

octid-1.1.6-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file octid-1.1.6.tar.gz.

File metadata

  • Download URL: octid-1.1.6.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5

File hashes

Hashes for octid-1.1.6.tar.gz
Algorithm Hash digest
SHA256 dc6c4ffcdaba04b1a899c1a530ee423c8bd47124802713d325ff8beb362a7f43
MD5 ce3e9af8ec85e7907ca0e817c427e7c6
BLAKE2b-256 93b6b1a88d86a72060b27a7207821ab7d192fc819f6b5134a813c2bca55109ad

See more details on using hashes here.

File details

Details for the file octid-1.1.6-py3-none-any.whl.

File metadata

  • Download URL: octid-1.1.6-py3-none-any.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5

File hashes

Hashes for octid-1.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 97157ecbba2d0978640a32c97de7c6e7377bddc876c96abd2817bd9a5989fe8b
MD5 3dd1244372ad2cb0623086cfc6104427
BLAKE2b-256 6a058ed653b854f9759d56eab7f5490e42a2eeaa80acd0fd57b579ffe3a5623d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page