paper-with-me

홈 › Papers

A Distributed Method for Fitting Laplacian Regularized Stratified Models

2019-04-26 · Jonathan Tuck, Shane Barratt, Stephen Boyd

Stratified models are models that depend in an arbitrary way on a set of selected categorical features, and depend linearly on the other features. In a basic and traditional formulation a separate model is fit for each value of the categorical feature, using only the data that has the specific categorical value. To this formulation we add Laplacian regularization, which encourages the model parameters for neighboring categorical values to be similar. Laplacian regularization allows us to specify one or more weighted graphs on the stratification feature values. For example, stratifying over the days of the week, we can specify that the Sunday model parameter should be close to the Saturday and Monday model parameters. The regularization improves the performance of the model over the traditional stratified model, since the model for each value of the categorical `borrows strength' from its neighbors. In particular, it produces a model even for categorical values that did not appear in the training data set. We propose an efficient distributed method for fitting stratified models, based on the alternating direction method of multipliers (ADMM). When the fitting loss functions are convex, the stratified model fitting problem is convex, and our method computes the global minimizer of the loss plus regularization; in other cases it computes a local minimizer. The method is very efficient, and naturally scales to large data sets or numbers of stratified feature values. We illustrate our method with a variety of examples.

📄 PDF Abstract BibTeX arXiv:1904.12017

Code (2)

cvxgrp/cvxstrat 공식 구현 pytorch
cvxgrp/strat_models 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Fitting Laplacian Regularized Stratified Gaussian Models

2020-05-04 · Jonathan Tuck, Stephen Boyd

We consider the problem of jointly estimating multiple related zero-mean Gaussian distributions from data. We propose to jointly estimate these covariance matrices using Laplacian regularized stratified model fitting, wh…

Weather Forecasting

Eigen-Stratified Models

2020-01-27 · Jonathan Tuck, Stephen Boyd

Stratified models depend in an arbitrary way on a selected categorical feature that takes $K$ values, and depend linearly on the other $n$ features. Laplacian regularization with respect to a graph on the feature values …

Joint Graph Learning and Model Fitting in Laplacian Regularized Stratified Models

2023-05-04 · Ziheng Cheng, Junzi Zhang, Akshay Agrawal, Stephen Boyd

Laplacian regularized stratified models (LRSM) are models that utilize the explicit or implicit network structure of the sub-problems as defined by the categorical features called strata (e.g., age, region, time, forecas…

Few-Shot LearningGraph ClusteringGraph LearningRepresentation Learning+2

Portfolio Construction Using Stratified Models

2021-01-11 · Jonathan Tuck, Shane Barratt, Stephen Boyd

In this paper we develop models of asset return mean and covariance that depend on some observable market conditions, and use these to construct a trading policy that depends on these conditions, and the current portfoli…

Laplacian regularized low rank subspace clustering

2016-10-24 · Yu Song, Yiquan Wu

The problem of fitting a union of subspaces to a collection of data points drawn from multiple subspaces is considered in this paper. In the traditional low rank representation model, the dictionary used to represent the…

Clustering