hilasso
Hilasso is a term used in statistics and machine learning to describe a class of regularization techniques that extend the Lasso by incorporating hierarchical sparsity. The idea is to enforce sparsity not just across individual features, but across groups of features that have a predefined hierarchical structure, such as clusters, categories, or components arranged in a tree or layered arrangement.
In practice, hilasso methods impose a hierarchical penalty that combines a group-level sparsity term with an
Hilasso has been explored in contexts such as sparse coding, dictionary learning, regression, and feature selection,
See also: Lasso, Group Lasso, Sparse Group Lasso, tree-structured sparsity, sparse coding, dictionary learning.