GithubHelp home page GithubHelp logo

jiey-nlp / lowrankforseer Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 920 KB

This project hosts the codes for the paper: Low-rank and sparse representation based learning for cancer survivability prediction

License: MIT License

Python 100.00%

lowrankforseer's Introduction

Low-rank and sparse representation based learning for cancer survivability prediction

This project hosts the codes for the paper:

[Low-rank and sparse representation based learning for cancer survivability prediction] Jie Yang, Jun Ma, Khin Than Win, Junbin Gao, Zhenyu Yang Accepted by Information Science

Abstract

Cancer survivability prediction has been of great interest to health professionals and researchers. The task refers to the procedure of estimating the potential survivability according to an individual's medical history. The difficulty is that raw data is usually subject to some noise, such as missing values. To address this issue, we propose a novel low-rank and sparse representation-based learning algorithm, which consists of two main stages of data self expressiveness and classification. Firstly, in the data self expressiveness stage, raw inputs have been decomposed into one dictionary (which is enforced with a low-rank constraint) and one coefficient matrix (which is sparsely coded), respectively. Secondly, this sparse coefficient matrix is paired with sample labels for training during the classification stage. We further integrate these two stages and formulate them into an optimization problem, which is then solved using an iterative computational strategy. Theoretically, we analyze the convergence of the proposed algorithm. The connection and difference between the proposed algorithm and existing approaches are also discussed. The efficiency of the proposed algorithm is experimentally verified using several benchmarking classification problems and a public longitudinal dataset. Experimental results demonstrate that the proposed algorithm achieves superior performance in terms of affordable computational complexity and high prediction accuracy, compared to state-of-the-art approaches.

Algorithm

Dataset

  • This project is mainly based on the open-source SEER data (https://seer.cancer.gov/).

  • Please refer to the FileDescription.pdf for more descriptoin about the installation and dataset preparation.

  • We also employ a few benchmarking problems from the UCI repository, including Hepatitis, Liver, Blood, Mammographic, Loan, Tae, Cleveland, CMC, Wine, and Abalone.

Result

List of selected variables/features from SEER for prediction modelin

Feature Description Unique Values
REG Registry ID 8
MAR_STAT Marital status at diagnosis 6
RACE Ethnicity 29
ORIGIN Spanish/Hispanic Origin 10
SEX Gender 2
YR_BRTH Year of birth 111
DATE_YR Year of diagnosis 40
SEQ_NUM Sequence of all reportable malignant 2
SITEO2V Primary site 9
LATERAL Laterality 5
SURGPRIM Surgery of primary site 7
NO_SURG Reason no cancer-directed surgery 8
RADIATN Method of radiation therapy 10
RAD_SURG Radiation sequence with surgery 7
NUMPRIMS Number of primaries 6
HISTREC Histology 7
ERSTATUS Tumor marker 1 5
PRSTATUS Tumor marker 2 5
ADJTM_6 Breast Adjusted AJCC 6th T 16
ADJNM_6 Breast Adjusted AJCC 6th N 7
ADJM_6 Breast Adjusted AJCC 6th M 5
ADJAJCCSTG Breast Adjusted AJCC 6th Stage 12
SRV_TIME_MON Survival Months (dependent variable) 447

Comparison with Existing Methods

Algorithm Train Testing
SRC - 69.60%
LC-KSVD 83.77% 70.75%
ISSRC - 68.06%
IRPCA 81.82% 61.57%
ROSL 82.47% 78.99%
LRVD-IPGSR - 63.45%
Proposed 84.20% 81.41%

lowrankforseer's People

Contributors

jiey-nlp avatar

Stargazers

 avatar

Watchers

 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.