MLNov 28, 2017

Dependent relevance determination for smooth and structured sparse regression

arXiv:1711.10058v35 citations
Originality Incremental advance
AI Analysis

This addresses the need for more accurate sparse regression in fields like brain imaging by exploiting dependencies in parameter vectors, though it is an incremental extension of existing relevance determination methods.

The authors tackled the problem of sparse regression with dependent coefficients, introducing a hierarchical model that encourages region sparsity in multiple bases, and demonstrated substantial improvements in performance on simulated and real brain imaging datasets.

In many problem settings, parameter vectors are not merely sparse but dependent in such a way that non-zero coefficients tend to cluster together. We refer to this form of dependency as "region sparsity." Classical sparse regression methods, such as the lasso and automatic relevance determination (ARD), which model parameters as independent a priori, and therefore do not exploit such dependencies. Here we introduce a hierarchical model for smooth, region-sparse weight vectors and tensors in a linear regression setting. Our approach represents a hierarchical extension of the relevance determination framework, where we add a transformed Gaussian process to model the dependencies between the prior variances of regression weights. We combine this with a structured model of the prior variances of Fourier coefficients, which eliminates unnecessary high frequencies. The resulting prior encourages weights to be region-sparse in two different bases simultaneously. We develop Laplace approximation and Monte Carlo Markov Chain (MCMC) sampling to provide efficient inference for the posterior. Furthermore, a two-stage convex relaxation of the Laplace approximation approach is also provided to relax the inevitable non-convexity during the optimization. We finally show substantial improvements over comparable methods for both simulated and real datasets from brain imaging.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes