\documentclass[11pt]{article} \setlength{\oddsidemargin}{0.0truein} \setlength{\evensidemargin}{0.0truein} \setlength{\textwidth}{6.5truein} \setlength{\topmargin}{0.0truein} \setlength{\textheight}{9.0truein} \setlength{\headsep}{0.0truein} \setlength{\headheight}{0.0truein} \setlength{\topskip}{10.0pt} \setlength{\parskip}{5mm} \usepackage{url} \usepackage{amsmath} \usepackage{amssymb} \pagestyle{empty} \begin{document} \begin{center} \textbf{\Large{\textsc{STANFORD UNIVERSITY}}}\\[5pt] \textbf{\Large{\textsc{DEPARTMENT OF STATISTICS}}}\\[5pt] \Large{\textsc{DEPARTMENTAL SEMINAR}} \end{center} % In the following statements, replace "Time of talk", % "Weekday", and "Date of talk". An example is provided. % If you are not sure about this, just skip this part. \begin{center} %% Time of talk, Weekday, Date of talk\\ %% Example: 4:15 p.m., Tuesday, November 20th, 2007\\ 4:15 p.m., Tuesday, February 5th, 2008\\ Sequoia Hall Room 200\\ (Cookies at 3:45 in 1st Floor Lounge) \end{center} % In the following statements, replace "Name of the speaker" with your % name, "Department Affiliation" with your department affiliation, and %"University Affiliation" with your university affiliation. \begin{center} \textsl{Peter Radchenko} \\ USC \end{center} % In the following statements, replace "Title of the talk" % with your title of the talk. \begin{center} \subsection*{Variable Inclusion and Shrinkage Algorithms} \end{center} % In the following statements, replace "Abstract of the talk" % with your abstract. \noindent The Lasso is a popular and computationally efficient procedure for automatically performing both variable selection and coefficient shrinkage on linear regression models. One limitation of the Lasso is that the same tuning parameter is used for both variable selection and shrinkage. As a result, it may end up selecting a model with too many variables to prevent over shrinkage of the regression coefficients. We will discuss a new class of methods called Variable Inclusion and Shrinkage Algorithms (VISA). This approach is capable of selecting sparse models while avoiding over shrinkage problems. VISA uses a path algorithm, so it is computationally efficient. It will be shown through extensive simulations that the new approach significantly outperforms the Lasso and also provides improvements over more recent procedures, such as the Dantzig selector, Relaxed Lasso and Adaptive Lasso. We will also discuss a new algorithm, DASSO, for fitting the entire coefficient path of the Dantzig selector. A slight simplification of DASSO produces LARS, which is typically used to construct the Lasso path. \end{document}