Additive Logistic Regression: a Statistical View of Boosting

Total Page:16

File Type:pdf, Size:1020Kb

Additive Logistic Regression: a Statistical View of Boosting Additive Logistic Regression a Statistical View of Bo osting y Jerome Friedman z Trevor Hastie z Robert Tibshirani August Revision April Second Revision November Abstract Bo osting Schapire Freund Schapire is one of the most imp ortant recent devel opments in classication metho dology Bo osting works by sequentially applying a classication algorithm to reweighted versions of the training data and then taking a weighted ma jorityvote of the sequence of classiers thus pro duced For many classication algorithms this simple strat egy results in dramatic improvements in p erformance Weshow that this seemingly mysterious phenomenon can b e understo o d in terms of well known statistical principles namely additive mo deling and maximum likeliho o d For the twoclass problem b o osting can b e viewed as an approximation to additive mo deling on the logistic scale using maximum Bernoulli likeliho o d as a criterion Wedevelop more direct approximations and show that they exhibit nearly iden tical results to b o osting Direct multiclass generalizations based on multinomial likeliho o d are derived that exhibit p erformance comparable to other recently prop osed multiclass generaliza tions of b o osting in most situations and far sup erior in some We suggest a minor mo dication to b o osting that can reduce computation often by factors of to Finallywe apply these insights to pro duce an alternativeformulation of b o osting decision trees This approach based on b estrst truncated tree induction often leads to b etter p erformance and can provide in terpretable descriptions of the aggregate decision rule It is also much faster computationally making it more suitable to large scale data mining applications Intro duction The starting point for this pap er is an interesting pro cedure called b o osting whichis a way of combining the p erformance of manyweak classiers to pro duce a p owerful committee Bo osting was prop osed in the Computational Learning Theory literature Schapire Freund Freund Schapire and has since received much attention While b o osting has evolved somewhat over the years we describ e the most commonly used version of the AdaBoost pro cedure Freund Schapire b whichwe call Discrete AdaBoost Here is a concise description of AdaBo ost in the twoclass classication setting We have train ing data x y x y with x a vector valued feature and y or We dene N N i i Department of Statistics Sequoia Hall Stanford University California fjhfhastietibsgstatstanfordedu y Stanford Linear Accelerator Center Stanford CA z Division of Biostatistics Department of Health Research and Policy Stanford University Stanford CA Essentially the same as AdaBo ostM for binary data Freund Schapire b P M c f x where each f x is a classier pro ducing values and c are constants F x m m m m the corresp onding prediction is signF x The AdaBo ost pro cedure trains the classiers f xon m weighted versions of the training sample giving higher weight to cases that are currently misclassi ed This is done for a sequence of weighted samples and then the nal classier is dened to b e a linear combination of the classiers from each stage A detailed description of Discrete AdaBo ost is given in the b oxed display titled Algorithm Discrete AdaBo ostFreund Schapire b Start with weights w N i N i Rep eat for m M a Fit the classier f x f g using weights w on the training data m i b Compute err E c log err err m w m m m y f x m P c Set w w expc i N and renormalize so that w i i m i y f x i m i i P M Output the classier sign c f x m m m Algorithm E represents expectation over the training data with weights w w w w and w n is the indicator of the set S At each iteration AdaBoost increases the weights of the observations S misclassiedbyf x by a factor that depends on the weightedtraining error m Much has b een written ab out the success of AdaBo ost in pro ducing accurate classiers Many authors have explored the use of a treebased classier for f x and have demonstrated that it m consistently pro duces signicantly lower error rates than a single decision tree In fact Breiman NIPS workshop called AdaBo ost with trees the b est otheshelf classier in the world see also Breiman b Interestingly in many examples the test error seems to consistently decrease and then level o as more classiers are added rather than ultimately increase For some reason it seems that AdaBo ost is resistanttoovertting Figure shows the p erformance of Discrete AdaBo ost on a synthetic classication task using TM an adaptation of CART Breiman Friedman Olshen Stone as the base classier This adaptation grows xedsize trees in a b estrst manner see Section page Included in the gure is the bagged tree Breiman which averages trees grown on b o otstrap resampled versions of the training data Bagging is purely a variancereduction technique and since trees tend to have high variance bagging often pro duces go o d results Early versions of AdaBo ost used a resampling scheme to implement step of Algorithm by weighted sampling from the training data This suggested a connection with bagging and that a ma jor comp onent of the success of b o osting has to do with variance reduction However b o osting p erforms comparably well when a weighted treegrowing algorithm is used in step rather than weighted resampling where each training observation is assigned its weight w This removes the randomization comp o i nent essential in bagging stumps are used for the weak learners Stumps are singlesplit trees with only two terminal no des These typically have lowvariance but high bias Bagging p erforms very p o orly with stumps Fig topright panel These observations suggest that b o osting is capable of b oth bias and variance reduction and thus diers fundamentally from bagging Figure Test error for Bagging Discrete AdaBoost and Real AdaBoost on a simulated twoclass nested spheres problem seeSection on page Therearetraining data points in dimensions and the Bayes error rate is zero All trees aregrown bestrst without pruning The leftmost iteration corresponds to a single tree The base classier in Discrete AdaBo ost pro duces a classication rule f x X f g m where X is the domain of the predictive features x Freund Schapire b Breiman aand Schapire Singer have suggested various mo dications to improve the b o osting algorithms A generalization of Discrete AdaBo ost app eared in Freund Schapire b and was develop ed further in Schapire Singer that uses realvalued condencerated predictions rather than the f g of Discrete AdaBo ost The weak learner for this generalized b o osting pro duces a mapping f x X R the sign of f x gives the classication and jf xj a measure of m m m the condence in the prediction This real valued contribution is combined with the previous contributions with a multiplier c as b efore and a slightly dierent recip e for c is provided m m We present a generalized version of AdaBo ost which we call Real AdaBoost in Algorithm in which the weak learner returns a class probability estimate p xP y jx The m w contribution to the nal classier is half the logittransform of this probability estimate One form of Schapire and Singers generalized AdaBo ost coincides with Real AdaBo ost in the sp ecial case where the weak learner is a decision tree Real AdaBo ost tends to p erform the b est in our simulated examples in Fig esp ecially with stumps although we see with no de trees Discrete AdaBo ost overtakes Real AdaBo ost after iterations Real AdaBo ost Start with weights w N i N i Rep eat for m M a Fit the classier to obtain a class probability estimate p x P y jx m w using weights w on the training data i p x m log b Set f x R m p x m P w c Set w w expy f x i N and renormalize so that i i i i m i i P M f x Output the classier sign m m Algorithm The Real AdaBoost algorithm uses class probability estimates p x to construct realvalued m contributions f x m In this pap er we analyze the AdaBo ost pro cedures from a statistical perspective The main P result of our pap er rederives AdaBo ost as a metho d for tting an additivemodel f x in a m m forward stagewise manner This simple fact largely explains why it tends to outp erform a single base learner By tting an additive mo del of dierent and p otentially simple functions it expands the class of functions that can b e approximated Given this fact Discrete and Real AdaBo ost app ear unnecessarily complicated Amuch simpler P way totanadditivemodelwould b e to minimize squarederror loss E y f x in a forward m stagewise manner Atthemth stage wexf x f x and minimize squared error to obtain m P m f xjx This is just tting of residuals and is commonly used in linear f x E y j m regression and additive mo deling Hastie Tibshirani However squared error loss is not a go o d choice for classication see Figure and hence tting of residuals do esnt work very well in that case We show that AdaBo ost ts an additive mo del using a b etter loss function for classication Sp ecically we show that AdaBo ost ts an additive logistic regression mo del using a criterion similar to but not the same as the binomial loglikeliho o d If p x are the class probabilities an additive logistic regression approximates m P log p x p x by an additive function f x We then go on to derive a new b o osting m m m m pro cedure LogitBo ost that directly optimizes the binomial loglikeliho o d The original b o osting techniques Schapire Freund provably improved or b o osted the p erformance
Recommended publications
  • Proquest Dissertations
    Automated learning of protein involvement in pathogenesis using integrated queries Eithon Cadag A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy University of Washington 2009 Program Authorized to Offer Degree: Department of Medical Education and Biomedical Informatics UMI Number: 3394276 All rights reserved INFORMATION TO ALL USERS The quality of this reproduction is dependent upon the quality of the copy submitted. In the unlikely event that the author did not send a complete manuscript and there are missing pages, these will be noted. Also, if material had to be removed, a note will indicate the deletion. UMI Dissertation Publishing UMI 3394276 Copyright 2010 by ProQuest LLC. All rights reserved. This edition of the work is protected against unauthorized copying under Title 17, United States Code. uest ProQuest LLC 789 East Eisenhower Parkway P.O. Box 1346 Ann Arbor, Ml 48106-1346 University of Washington Graduate School This is to certify that I have examined this copy of a doctoral dissertation by Eithon Cadag and have found that it is complete and satisfactory in all respects, and that any and all revisions required by the final examining committee have been made. Chair of the Supervisory Committee: Reading Committee: (SjLt KJ. £U*t~ Peter Tgffczy-Hornoch In presenting this dissertation in partial fulfillment of the requirements for the doctoral degree at the University of Washington, I agree that the Library shall make its copies freely available for inspection. I further agree that extensive copying of this dissertation is allowable only for scholarly purposes, consistent with "fair use" as prescribed in the U.S.
    [Show full text]
  • A Notation and Definitions
    A Notation and Definitions All notation used in this work is “standard”. I have opted for simple nota- tion, which, of course, results in a one-to-many map of notation to object classes. Within a given context, however, the overloaded notation is generally unambiguous. I have endeavored to use notation consistently. This appendix is not intended to be a comprehensive listing of definitions. The Index, beginning on page 519, is a more reliable set of pointers to defini- tions, except for symbols that are not words. A.1 General Notation Uppercase italic Latin and Greek letters, such as A, B, E, Λ, etc., are generally used to represent either matrices or random variables. Random variables are usually denoted by letters nearer the end of the Latin alphabet, such X, Y ,and Z, and by the Greek letter E. Parameters in models (that is, unobservables in the models), whether or not they are considered to be random variables, are generally represented by lowercase Greek letters. Uppercase Latin and Greek letters are also used to represent cumulative distribution functions. Also, uppercase Latin letters are used to denote sets. Lowercase Latin and Greek letters are used to represent ordinary scalar or vector variables and functions. No distinction in the notation is made between scalars and vectors;thus,β may represent a vector and βi may represent the ith element of the vector β. In another context, however, β may represent a scalar. All vectors are considered to be column vectors, although we may write a vector as x =(x1,x2,...,xn). Transposition of a vector or a matrix is denoted by the superscript “T”.
    [Show full text]
  • Ryan Tibshirani
    Ryan Tibshirani Carnegie Mellon University http://www.stat.cmu.edu/∼ryantibs/ Depts. of Statistics and Machine Learning [email protected] 229B Baker Hall 412.268.1884 Pittsburgh, PA 15213 Academic Positions Associate Professor (Tenured), Depts. of Statistics and Machine Learning, July 2016 { present Carnegie Mellon University Joint Appointment, Dept. of Machine Learning, Carnegie Mellon University Oct 2013 { present Assistant Professor, Dept. of Statistics, Carnegie Mellon University Aug 2011 { June 2016 Education Ph.D. in Statistics, Stanford University. Sept 2007 { Aug 2011 Thesis: \The Solution Path of the Generalized Lasso". Advisor: Jonathan Taylor. B.S. in Mathematics, Stanford University. Sept 2003 { June 2007 Minor in Computer Science. Grants, Awards, Honors \Theoretical Foundations of Deep Learning", Department of Defense (DoD) May 2020 { Apr 2025 Multidisciplinary University Research Initiative (MURI) grant. (co-PI, Rich Baraniuk is PI) \Delphi Influenza Forecasting Center of Excellence", Centers for Disease Sept 2019 | Aug 2024 Control and Prevention (CDC) grant no. U01IP001121, total award amount $3,000,000 (co-PI, Roni Rosenfeld is PI) \Improved Nowcasting via Adaptive Boosting of Highly Variable Biosurveil- Nov 2017 { May 2020 lance Data Sources", Defense Threat Reduction Agency (DTRA) grant no. HDTRA1-18-C-0008, total award amount $1,016,057 (co-PI, Roni Rosenfeld is PI) Teaching Innovation Award from Carnegie Mellon University Apr 2017 \Locally Adaptive Nonparametric Estimation for the Modern Age | New July 2016 { June 2021 Insights, Extensions, and Inference Tools", National Science Foundation (NSF) Division of Mathematical Sciences (DMS) CAREER grant no. 1554123, total award amount $400,000 (PI) \Graph Trend Filtering for Recommender Systems", Adobe Digital Marketing Sept 2014 { Sept 2015 Research Awards, total award amount $50,000, (co-PI, Alex Smola is PI) 1 \Advancing Theory and Computation in Statistical Learning Problems", July 2013 { June 2016 National Science Foundation (NSF) Division of Mathematical Sciences (DMS) grant no.
    [Show full text]
  • High-Dimensional and Causal Inference by Simon James
    High-dimensional and causal inference by Simon James Sweeney Walter A dissertation submitted in partial satisfaction of the requirements for the degree of Doctor of Philosophy in Statistics in the Graduate Division of the University of California, Berkeley Committee in charge: Professor Bin Yu, Co-chair Professor Jasjeet Sekhon, Co-chair Professor Peter Bickel Assistant Professor Avi Feller Fall 2019 1 Abstract High-dimensional and causal inference by Simon James Sweeney Walter Doctor of Philosophy in Statistics University of California, Berkeley Professor Bin Yu, Co-chair Professor Jasjeet Sekhon, Co-chair High-dimensional and causal inference are topics at the forefront of statistical re- search. This thesis is a unified treatment of three contributions to these literatures. The first two contributions are to the theoretical statistical literature; the third puts the techniques of causal inference into practice in policy evaluation. In Chapter 2, we suggest a broadly applicable remedy for the failure of Efron’s bootstrap in high dimensions is to modify the bootstrap so that data vectors are broken into blocks and the blocks are resampled independently of one another. Cross- validation can be used effectively to choose the optimal block length. We show both theoretically and in numerical studies that this method restores consistency and has superior predictive performance when used in combination with Breiman’s bagging procedure. This chapter is joint work with Peter Hall and Hugh Miller. In Chapter 3, we investigate regression adjustment for the modified outcome (RAMO). An equivalent procedure is given in Rubin and van der Laan [2007] and then in Luedtke and van der Laan [2016]; philosophically similar ideas appear to originate in Miller [1976].
    [Show full text]
  • Pcredux Package - an Overview Stefan Rödiger, Michał Burdukiewicz, Andrej-Nikolai Spiess 2017-11-20
    PCRedux Package - An Overview Stefan Rödiger, Michał Burdukiewicz, Andrej-Nikolai Spiess 2017-11-20 Contents 1 Introduction to the Analysis of Sigmoid Shaped Curves – or the Analysis of Amplification Curve Data from Quantitative real-time PCR Experiments 2 2 Aims of the PCRedux Package 3 3 Functions of the PCRedux Package 4 3.1 autocorrelation_test() - A Function to Detect Positive Amplification Curves . .4 3.2 decision_modus() - A Function to Get a Decision (Modus) from a Vector of Classes . .5 3.3 earlyreg() - A Function to Calculate the Slope and Intercept of Amplification Curve Data from a qPCR Experiment . 10 3.4 head2tailratio() - A Function to Calculate the Ratio of the Head and the Tail of a Quanti- tative PCR Amplification Curve . 14 3.5 hookreg() and hookregNL() - Functions to Detect Hook Effekt-like Curvatures . 16 3.6 mblrr() - A Function Perform the Quantile-filter Based Local Robust Regression . 18 3.7 pcrfit_single() - A Function to Extract Features from an Amplification Curve . 23 3.8 performeR() - Performance Analysis for Binary Classification . 29 3.9 qPCR2fdata() - A Helper Function to Convert Amplification Curve Data to the fdata Format 29 3.10 visdat_pcrfit() - A Function to Visualize the Content of Data From an Analysis with the pcrfit_single() Function . 34 4 Data Sets 36 4.1 Classified Data Sets . 36 4.2 Amplification Curve Data in the RDML Format . 37 5 Summary and Conclusions 37 References 37 PCRedux 1 C127EGHP data set htPCR data set A B 8 1.5 6 1.0 RFU RFU 4 0.5 2 0 0 10 20 30 40 0 5 10 15 20 25 30 35 Cycle Cycle Figure 1: Sample data from A) the C127EGHP data set with 64 amplification curves (chipPCR package, (Rödiger, Burdukiewicz, and Schierack 2015)) and B) from the htPCR data set with 8858 amplification curves (qpcR package, (Ritz and Spiess 2008)).
    [Show full text]
  • Mathematics People
    NEWS Mathematics People or up to ten years post-PhD, are eligible. Awardees receive Braverman Receives US$1 million distributed over five years. NSF Waterman Award —From an NSF announcement Mark Braverman of Princeton University has been selected as a Prizes of the Association cowinner of the 2019 Alan T. Wa- terman Award of the National Sci- for Women in Mathematics ence Foundation (NSF) for his work in complexity theory, algorithms, The Association for Women in Mathematics (AWM) has and the limits of what is possible awarded a number of prizes in 2019. computationally. According to the Catherine Sulem of the Univer- prize citation, his work “focuses on sity of Toronto has been named the Mark Braverman complexity, including looking at Sonia Kovalevsky Lecturer for 2019 by algorithms for optimization, which, the Association for Women in Math- when applied, might mean planning a route—how to get ematics (AWM) and the Society for from point A to point B in the most efficient way possible. Industrial and Applied Mathematics “Algorithms are everywhere. Most people know that (SIAM). The citation states: “Sulem every time someone uses a computer, algorithms are at is a prominent applied mathemati- work. But they also occur in nature. Braverman examines cian working in the area of nonlin- randomness in the motion of objects, down to the erratic Catherine Sulem ear analysis and partial differential movement of particles in a fluid. equations. She has specialized on “His work is also tied to algorithms required for learning, the topic of singularity development in solutions of the which serve as building blocks to artificial intelligence, and nonlinear Schrödinger equation (NLS), on the problem of has even had implications for the foundations of quantum free surface water waves, and on Hamiltonian partial differ- computing.
    [Show full text]
  • Arxiv:1905.02086V1 [Stat.CO] 6 May 2019 K Arise When Looking for the Optimal Regularization Parameter in Q X Sˆg(Q) = Rt(Qi + L)−1R
    ESTIMATING THE INVERSE TRACE USING RANDOM FORESTS ON GRAPHS S. Barthelme´ (1), N. Tremblay (1), A. Gaudilliere` (2), L. Avena (3) and P-O Amblard (1) (1) Univ Grenoble-Alpes, CNRS, Grenoble-INP, GIPSA-lab, Grenoble, France (2) Aix-Marseille Univ, CNRS, I2M, Marseille, France (3) Leiden University, Netherlands ABSTRACT In most cases the optimal value of q is unknown and must be Some data analysis problems require the computation of estimated, for instance using AIC (Akaike’s Information Cri- (regularised) inverse traces, i.e. quantities of the form terion) or Generalised-Cross Validation (GCV). AIC requires Tr(qI + L)−1. For large matrices, direct methods are un- computing the number of degrees of freedom of the estimator, feasible and one must resort to approximations, for example which here can be taken to equal s(q) (see [10], ch. 5, [9, 8]). using a conjugate gradient solver combined with Girard’s The simplest solution to compute eq. (1) is of course to trace estimator (also known as Hutchinson’s trace estimator). compute the eigenvalues of L, which comes at O(n3) cost if Here we describe an unbiased estimator of the regularized L is n × n. Moreover, there is no particular gain to expect inverse trace, based on Wilson’s algorithm, an algorithm from the sparsity of L. In fact, iterative methods for eigenval- that was initially designed to draw uniform spanning trees in ues, that look to estimate the smallest or largest eigenvalues graphs. Our method is fast, easy to implement, and scales to of L, cannot be used directly here, as s(q) involves the whole very large matrices.
    [Show full text]
  • Lester Mackey
    LESTER MACKEY Microsoft Research New England 1 Memorial Dr., Cambridge, MA 02474 [email protected] https://web.stanford.edu/~lmackey EDUCATION University of California, Berkeley, Ph.D., May 2012 Computer Science, GPA: 4.0/4.0 Designated Emphasis in Communication, Computation, and Statistics University of California, Berkeley, M.A., December 2011 Statistics, GPA: 4.0/4.0 Princeton University, B.S.E., summa cum laude, June 2007 Computer Science, GPA: 3.98/4.0 Certificate in Applied and Computational Mathematics EXPERIENCE Principal Researcher, Microsoft Research New England, 9/2019 – Present Adjunct Professor of Statistics, Stanford University, 9/2016 – Present Researcher, Microsoft Research New England, 9/2016 – 8/2019 Assistant Professor of Statistics and (by courtesy) of Computer Science, Stanford University, 9/2013 – 9/2016 Simons Math+X Postdoctoral Fellow, Stanford University, 9/2012 – 8/2013 Research Intern, Google Inc., Summer 2011 Graduate Student Researcher, University of California, Berkeley, Summer 2009, 2010 Recommender System Architect, Umamibud (later Discovereads, acquired by Goodreads, acquired by Amazon), Summer 2008 Research Intern, AT&T Labs, Summer 2007 Research Intern, Princeton University, Summer 2006 Software Design Engineer Intern, Microsoft Small Business Accounting team, Summer 2005 Research Intern, Intel Strategic CAD Labs, Integrated Design and Verification team, Summer 2004 AWARDS & HONORS Winner of U.S. Bureau of Reclamation’s $525K Subseasonal Climate Forecast Rodeo (first place for 2-4 week temperature forecasting, second place for 4-6 week precipitation forecasting, first place for temperature hindcasting), 2019 Featured in Computer history Museum’s exhibit on “Dreamers, Builders, and Thinkers,” 2019 Frederick E. Terman Fellowship, 2013 San Francisco Business Times 40 under 40 Emerging Leaders, 2013 First Place in the $50K ALS Prediction Prize4Life Challenge for predicting Lou Gehrig’s disease progression, 2012 Eli Jury Award (Outstanding contribution to Systems, Communications, and Control), U.C.
    [Show full text]
  • T. Hastie, R. Tibshirani, J. Friedman the Elements of Statistical Learning Data Mining, Inference, and Prediction, Second Edition
    T. Hastie, R. Tibshirani, J. Friedman The Elements of Statistical Learning Data Mining, Inference, and Prediction, Second Edition Series: Springer Series in Statistics ▶ The many topics include neural networks, support vector machines, classification trees and boosting - the first comprehensive treatment of this topic in any book ▶ Includes more than 200 pages of four-color graphics During the past decade there has been an explosion in computation and information technology. With it have come vast amounts of data in a variety of fields such as medicine, biology, finance, and marketing. The challenge of understanding these data has led to the development of new tools in the field of statistics, and spawned new areas such as data mining, machine learning, and bioinformatics. Many of these tools have common underpinnings but are often expressed with different terminology. This book describes 2nd ed. 2009, XXII, 745 p. 658 illus., 604 the important ideas in these areas in a common conceptual framework. While the illus. in color. approach is statistical, the emphasis is on concepts rather than mathematics. Many examples are given, with a liberal use of color graphics. It is a valuable resource for statisticians and anyone interested in data mining in science or industry. The book's Printed book coverage is broad, from supervised learning (prediction) to unsupervised learning. The many topics include neural networks, support vector machines, classification trees and Hardcover boosting---the first comprehensive treatment of this topic in any book. ▶ 74,99 € | £64.99 | $89.99 *80,24 € (D) | 82,49 € (A) | CHF 88.50 ▶ This major new edition features many topics not covered in the original, including graphical models, random forests, ensemble methods, least angle regression and path eBook algorithms for the lasso, non-negative matrix factorization, and spectral clustering.
    [Show full text]
  • The Lasso: an Application to Cancer Detection and Some New Tools for Selective Inference
    1 The Lasso: An Application to Cancer Detection and Some New Tools for Selective Inference Robert Tibshirani, Stanford University Georgia Statistics Day, 2015 Robert Tibshirani, Stanford University Lasso 2 An exciting time for statisticians! • BIG DATA is everywhere • Data Science is emerging as a new field • Enrollment in Statistics/Machine Learning/Data Science classes are way up! • Graduates are in big demand: Google, FaceBook, Twitter, LinkedIn Robert Tibshirani, Stanford University Lasso 3 For Statisticians: 15 minutes of fame • 2009: \ I keep saying the sexy job in the next ten years will be statisticians." Hal Varian, Chief Economist Google • 2012 \Data Scientist: The Sexiest Job of the 21st Century" Harvard Business Review Robert Tibshirani, Stanford University Lasso 4 Sexiest man alive? Robert Tibshirani, Stanford University Lasso 5 Don't believe everything on the Web Robert Tibshirani, Stanford University Lasso 6 Outline Focus is on predictive modeling 1 Prediction: Example application of the lasso for cancer diagnosis 2 Inference (How to obtain p-values and confidence intervals) after fitting Forward Stepwise Regression or the Lasso: New tools for post-selective inference Robert Tibshirani, Stanford University Lasso 7 A Cancer detection problem • I am currently working in a cancer diagnosis project with co-workers at Stanford; Livia Eberlin (PI) |PostDoc (Chemistry); Richard Zare (Chemistry) and George Poulsides (Surgery) • Eberlin et al (2014). \Molecular assessment of surgical-resection margins of gastric cancer by mass-spectrometric imaging". Proc. Nat. Acad. Sci. • They have collected samples of tissue from a number of patients undergoing surgery for stomach cancer. Robert Tibshirani, Stanford University Lasso 8 Livia Eberlin George Poulsides Richard Zare Robert Tibshirani, Stanford University Lasso 9 Extracted part Left in patient Cancer Normal margin Stromal Epithelial Robert Tibshirani, Stanford University Lasso 10 The challenge • Build a classifier than can distinguish three kinds of tissue: normal epithelial, normal stromal and cancer.
    [Show full text]
  • Downloaded from the Gene Expression Omnibus (GEO) Database Under the Accession Number GSE25219
    bioRxiv preprint doi: https://doi.org/10.1101/040485; this version posted March 8, 2016. The copyright holder for this preprint (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made available under aCC-BY-ND 4.0 International license. AC-PCA adjusts for confounding variation and recovers the anatomical structure of neocortex Zhixiang Lin, Can Yang, Ying Zhu, John C. Duchi, Yao Fu, Yong Wang, Bai Jiang, Mahdi Zamanighomi, Xuming Xu, Mingfeng Li, Nenad Sestan, Hongyu Zhao* & Wing Hung Wong* March 8, 2016 Abstract: Dimension reduction methods are commonly applied to high- throughput biological datasets. However, the results can be hindered by con- founding factors, either biologically or technically originated. In this study, we propose a Principal Component Analysis-based approach to Adjust for Con- founding variation (AC-PCA). We show that AC-PCA can adjust for variations across individual donors present in a human brain exon array dataset. Our ap- proach is able to recover the anatomical structure of neocortex regions, including the frontal-temporal and dorsal-ventral axes, and reveal temporal dynamics of the interregional variation. For gene selection purposes, we extend AC-PCA with sparsity constraints, and propose and implement an efficient algorithm. The top selected genes from this algorithm demonstrate frontal/temporal and dorsal/ventral expression gradients and strong functional conservation. 1 Introduction Dimension reduction methods, such as Multidimensional Scaling (MDS) and Principal Component Analysis (PCA) are commonly applied in high-throughput biological datasets to visualize data in a low dimensional space, identify domi- nant patterns and extract relevant features [48, 44, 20, 31, 40, 14].
    [Show full text]
  • Muddling Labels for Regularization, a Novel Approach to Generalization
    Muddling Labels for Regularization, a novel approach to generalization Karim Lounici * 1 Katia Meziani * 2 Benjamin Riu * 1 2 3 Abstract constructed model (sparsity, low-rank, coefficient positive- ness,...). This usually involves introducing hyperparam- Generalization is a central problem in Machine eters which require calibration. The most common ap- Learning. Indeed most prediction methods re- proach is data-splitting. Available data is partitioned into a quire careful calibration of hyperparameters usu- training/validation-set. The validation-set is used to evalu- ally carried out on a hold-out validation dataset ate the generalization error of a model built using only the to achieve generalization. The main goal of this training-set. paper is to introduce a novel approach to achieve generalization without any data splitting, which Several hyperparameter tuning strategies were designed is based on a new risk measure which directly to perform hyperparameter calibration: Grid-search, Ran- quantifies a model’s tendency to overfit. To fully dom search [Bergstra and Bengio, 2012] or more advanced understand the intuition and advantages of this hyperparameter optimization techniques [Bergstra et al., new approach, we illustrate it in the simple linear 2011, Bengio, 2000, Schmidhuber, 1987]. For instance, regression model (Y = Xβ + ξ) where we de- BlackBox optimization [Brochu et al., 2010] is used when velop a new criterion. We highlight how this cri- the evaluation function is not available [Lacoste et al., terion is a good proxy for the true generalization 2014]. It includes in particular Bayesian hyperparametric risk. Next, we derive different procedures which optimization such as Thompson sampling [Mockus,ˇ 1975, tackle several structures simultaneously (correla- Snoek et al., 2012, Thompson, 1933].
    [Show full text]