paper-with-me

홈 › Papers

Pairwise Learning via Stagewise Training in Proximal Setting

2022-08-08 · Hilal AlQuabeh, Aliakbar Abdurahimov

The pairwise objective paradigms are an important and essential aspect of machine learning. Examples of machine learning approaches that use pairwise objective functions include differential network in face recognition, metric learning, bipartite learning, multiple kernel learning, and maximizing of area under the curve (AUC). Compared to pointwise learning, pairwise learning's sample size grows quadratically with the number of samples and thus its complexity. Researchers mostly address this challenge by utilizing an online learning system. Recent research has, however, offered adaptive sample size training for smooth loss functions as a better strategy in terms of convergence and complexity, but without a comprehensive theoretical study. In a distinct line of research, importance sampling has sparked a considerable amount of interest in finite pointwise-sum minimization. This is because of the stochastic gradient variance, which causes the convergence to be slowed considerably. In this paper, we combine adaptive sample size and importance sampling techniques for pairwise learning, with convergence guarantees for nonsmooth convex pairwise loss functions. In particular, the model is trained stochastically using an expanded training set for a predefined number of iterations derived from the stability bounds. In addition, we demonstrate that sampling opposite instances at each iteration reduces the variance of the gradient, hence accelerating convergence. Experiments on a broad variety of datasets in AUC maximization confirm the theoretical results.

📄 PDF Abstract BibTeX arXiv:2208.04075

Code (0)

등록된 구현이 없습니다.

Tasks

Face RecognitionMetric Learning

Similar Papers 제목 키워드 기반

Rethinking Dense Linear Transformations: Stagewise Pairwise Mixing (SPM) for Near-Linear Training in Neural Networks

2025-12-30 · Peter Farag arxiv

Dense linear layers are a dominant source of computational and parametric cost in modern machine learning models, despite their quadratic complexity and often being misaligned with the compositional structure of learned …

A General Framework for Fast Stagewise Algorithms

2014-08-25 · Ryan J. Tibshirani

Forward stagewise regression follows a very simple strategy for constructing a sequence of sparse regression estimates: it starts with all coefficients equal to zero, and iteratively updates the coefficient (by a small a…

DenoisingImage DenoisingMatrix Completionregression

Stagewise Training Accelerates Convergence of Testing Error Over SGD

2018-12-10 · NeurIPS 2019 12 · Zhuoning Yuan, Yan Yan, Rong Jin, Tianbao Yang

Stagewise training strategy is widely used for learning neural networks, which runs a stochastic algorithm (e.g., SGD) starting with a relatively large step size (aka learning rate) and geometrically decreasing the step …

Texture Aware Autoencoder Pre-training And Pairwise Learning Refinement For Improved Iris Recognition

2022-02-15 · Manashi Chakraborty, Aritri Chakraborty, Prabir Kumar Biswas, Pabitra Mitra

This paper presents a texture aware end-to-end trainable iris recognition system, specifically designed for datasets like iris having limited training data. We build upon our previous stagewise learning framework with ce…

DenoisingIris RecognitionRelation

Universal Stagewise Learning for Non-Convex Problems with Convergence on Averaged Solutions

2018-08-20 · ICLR 2019 5 · Zaiyi Chen, Zhuoning Yuan, Jin-Feng Yi, Bo-Wen Zhou 외

Although stochastic gradient descent (SGD) method and its variants (e.g., stochastic momentum methods, AdaGrad) are the choice of algorithms for solving non-convex problems (especially deep learning), there still remain …