Hilbert-Schmidt Independence Criterion Lasso (HSIC Lasso)IntroductionThe goal of supervised feature selection is to find a subset of input features that are responsible for predicting output values. The least absolute shrinkage and selection operator (Lasso) allows computationally efficient feature selection based on linear dependency between input features and output values. In this project, we consider a feature-wise kernelized Lasso for capturing non-linear input-output dependency. We first show that, with particular choices of kernel functions, non-redundant features with strong statistical dependence on output values can be found in terms of kernel-based independence measures. We then show that the globally optimal solution can be efficiently computed; this makes the approach scalable to high-dimensional problems. Main IdeaThe HSIC Lasso is given as the following form where To compute the solutions of HSIC Lasso, we use the dual augmented Lagrangian (DAL) package. Features
DownloadUsage
AcknowledgementI am grateful to Prof. Masashi Sugiyama and Dr. Leonid Sigal for their support in developing this software. ContactI am happy to have any kind of feedbacks. E-mail: ReferenceYamada, M., Jitkrittum, W., Sigal, L., Eric P. Xing & Sugiyama, M. |