paper-with-me

홈 › Papers

Projective Quadratic Regression for Online Learning

2019-11-25 · Wenye Ma

This paper considers online convex optimization (OCO) problems - the paramount framework for online learning algorithm design. The loss function of learning task in OCO setting is based on streaming data so that OCO is a powerful tool to model large scale applications such as online recommender systems. Meanwhile, real-world data are usually of extreme high-dimensional due to modern feature engineering techniques so that the quadratic regression is impractical. Factorization Machine as well as its variants are efficient models for capturing feature interactions with low-rank matrix model but they can't fulfill the OCO setting due to their non-convexity. In this paper, We propose a projective quadratic regression (PQR) model. First, it can capture the import second-order feature information. Second, it is a convex model, so the requirements of OCO are fulfilled and the global optimal solution can be achieved. Moreover, existing modern online optimization methods such as Online Gradient Descent (OGD) or Follow-The-Regularized-Leader (FTRL) can be applied directly. In addition, by choosing a proper hyper-parameter, we show that it has the same order of space and time complexity as the linear model and thus can handle high-dimensional data. Experimental results demonstrate the performance of the proposed PQR model in terms of accuracy and efficiency by comparing with the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1911.10658

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringRecommendation Systemsregression

Similar Papers 제목 키워드 기반

Physics constrained nonlinear regression models for time series

2012-11-20 · Nonlinearity 2012 11 · Andrew J. Majda1 and John Harlim

A central issue in contemporary science is the development of data driven statistical nonlinear dynamical models for time series of partial observations of nature or a complex physical model. It has been established rece…

regressionTime Series

Projective Integral Updates for High-Dimensional Variational Inference

2023-01-20 · Jed A. Duersch

Variational inference is an approximation framework for Bayesian inference that seeks to improve quantified uncertainty in predictions by optimizing a simplified distribution over parameters to stand in for the full post…

Bayesian InferenceVariational Inference

OpReg-Boost: Learning to Accelerate Online Algorithms with Operator Regression

2021-05-27 · Nicola Bastianello, Andrea Simonetto, Emiliano Dall'Anese

This paper presents a new regularization approach -- termed OpReg-Boost -- to boost the convergence and lessen the asymptotic error of online optimization and learning algorithms. In particular, the paper considers onlin…

regression

A Piecewise Lyapunov Analysis of Sub-quadratic SGD: Applications to Robust and Quantile Regression

2025-04-11 · Yixuan Zhang, Dongyan Huo, Yudong Chen, Qiaomin Xie

Motivated by robust and quantile regression problems, we investigate the stochastic gradient descent (SGD) algorithm for minimizing an objective function $f$ that is locally strongly convex with a sub--quadratic tail. Th…

quantile regressionregression

Projective Manifold Gradient Layer for Deep Rotation Regression

2021-10-22 · CVPR 2022 1 · Jiayi Chen, Yingda Yin, Tolga Birdal, Baoquan Chen 외

Regressing rotations on SO(3) manifold using deep neural networks is an important yet unsolved problem. The gap between the Euclidean network output space and the non-Euclidean SO(3) manifold imposes a severe challenge f…

regressionRiemannian optimization