Different thresholding methods on Nearest Shrunken Centroid algorithm
Mohammad Omar Sahtout, Haiyan Wang, Santosh Ghimire
TL;DR
The paper addresses high-dimensional cancer classification with PAM by evaluating alternative thresholding strategies beyond the original soft thresholding. It introduces hard and order thresholding and a deep search procedure to select the thresholding parameter, assessing performance on ten multi-class gene expression datasets. Across datasets, hard and order thresholding improve model parsimony and often accuracy, while deep search substantially reduces the number of informative genes with minimal loss in predictive performance. Using SRD-based ranking, the authors find hard and order thresholding to be generally favorable for classification, with deep search further enhancing sparsity, offering practical guidance for parsimonious PAM classifiers in genomics.
Abstract
This article considers the impact of different thresholding methods to the Nearest Shrunken Centroid algorithm, which is popularly referred as the Prediction Analysis of Microarrays (PAM) for high-dimensional classification. PAM uses soft thresholding to achieve high computational efficiency and high classification accuracy but in the price of retaining too many features. When applied to microarray human cancers, PAM selected 2611 features on average from 10 multi-class datasets. Such a large number of features make it difficult to perform follow up study. One reason behind this problem is the soft thresholding, which is known to produce biased parameter estimate in regression analysis. In this article, we extend the PAM algorithm with two other thresholding methods, hard and order thresholding, and a deep search algorithm to achieve better thresholding parameter estimate. The modified algorithms are extensively tested and compared to the original one based on real data and Monte Carlo studies. In general, the modification not only gave better cancer status prediction accuracy, but also resulted in more parsimonious models with significantly smaller number of features.
