paper-with-me

Papers

Adaptive Optimizers with Sparse Group Lasso for Neural Networks in CTR Prediction

2021-07-30 · Yun Yue, Yongchao Liu, Suo Tong, Minghao Li, Zhen Zhang, Chunyang Wen, Huanjun Bao, Lihong Gu, Jinjie Gu, Yixiang Mu

We develop a novel framework that adds the regularizers of the sparse group lasso to a family of adaptive optimizers in deep learning, such as Momentum, Adagrad, Adam, AMSGrad, AdaHessian, and create a new class of optimizers, which are named Group Momentum, Group Adagrad, Group Adam, Group AMSGrad and Group AdaHessian, etc., accordingly. We establish theoretically proven convergence guarantees in the stochastic convex settings, based on primal-dual methods. We evaluate the regularized effect of our new optimizers on three large-scale real-world ad click datasets with state-of-the-art deep learning models. The experimental results reveal that compared with the original optimizers with the post-processing procedure which uses the magnitude pruning method, the performance of the models can be significantly improved on the same sparsity level. Furthermore, in comparison to the cases without magnitude pruning, our methods can achieve extremely high sparsity with significantly better or highly competitive performance. The code is available at https://github.com/intelligent-machine-learning/tfplus/tree/main/tfplus.

📄 PDF Abstract BibTeX arXiv:2107.14432

Code (2)

intelligent-machine-learning/dlrover 공식 구현 pytorch
intelligent-machine-learning/tfplus 공식 구현 tf

Tasks

Click-Through Rate Prediction

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
AMSGrad AMSGrad is a stochastic optimization method that seeks to fix a convergence issue with Adam based optimizers. AMSGrad uses the…
AdaHessian ADAHESSIAN is a new stochastic optimization algorithm that directly incorporates approximate curvature information from the loss function, and it includes several novel…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Adaptive Optimizers with Sparse Group Lasso

2021-01-01 · Yun Yue, Suo Tong, Zhen Zhang, Yongchao Liu 외

We develop a novel framework that adds the regularizers to a family of adaptive optimizers in deep learning, such as MOMENTUM, ADAGRAD, ADAM, AMSGRAD, ADAHESSIAN, and create a new class of optimizers, which are named GRO…

Deep Learning

Dual feature reduction for the sparse-group lasso and its adaptive variant

2024-05-27 · Fabio Feser, Marina Evangelou

The sparse-group lasso performs both variable and group selection, making simultaneous use of the strengths of the lasso and group lasso. It has found widespread use in genetics, a field that regularly involves the analy…

Adaptive Class Preserving Representation for Image Classification

2017-07-01 · CVPR 2017 7 · Jian-Xun Mi, Qiankun Fu, Weisheng Li

In linear representation-based image classification, an unlabeled sample is represented by the entire training set. To obtain a stable and discriminative solution, regularization on the vector of representation coefficie…

ClassificationGeneral Classificationimage-classificationImage Classification+1

Efficient Clustering of Correlated Variables and Variable Selection in High-Dimensional Linear Models

2016-03-11 · Niharika Gauraha, Swapan K. Parui

In this paper, we introduce Adaptive Cluster Lasso(ACL) method for variable selection in high dimensional sparse regression models with strongly correlated variables. To handle correlated variables, the concept of cluste…

ClusteringVariable Selection

Adaptive Group Lasso Neural Network Models for Functions of Few Variables and Time-Dependent Data

2021-08-24 · Lam Si Tung Ho, Nicholas Richardson, Giang Tran

In this paper, we propose an adaptive group Lasso deep neural network for high-dimensional function approximation where input data are generated from a dynamical system and the target function depends on few active varia…