M1399_000200-2023fall

Course Project

Proposal due: 2023-11-02 @ 11:59PM

Presentation: 2023-12-12 and 2023-12-14 (tentative)

This page lists some potential course project ideas. The goal of the project is to review recent developments in statistical computing, implement in Julia, and compare the related methods. Two or three students should team up to accomplish the goal. Each team may propose a paper on its own or choose one paper from the list below (no duplication is allowed) and submit a project proposal by the due date.

Stochastic optimization

In large-scale optimization, often the objective function or its derivatives can only be estimated. In this case, stochastic methods come to rescue. Recent developments include:

Mixed integer optimization for model selection

Model selection is a difficult statistical problem with an exponential complexity. A typical example is high-dimensional linear model with L0 penalty. Nonetheless, recent progress in mixed integer optimization (MIO) has made large-scale problems tractable. They include:

Algorithms for square-root lasso

The square-root lasso has a theoretical advantage over the plain lasso in easing tuning parameter selection by dispensing with the need of knowing the noise variance. However, fitting a square-root lasso model is computationally more challenging due to the nondifferentiability of the loss function. Recent computational developments include: