Study efficient learning of halfspaces with constant noise tolerance.
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
Support vector machines (SVMs) are an important tool in modern data analysis. Traditionally, support vector machines have been fitted via quadratic programming, either using purpose-built or off-the-shelf algorithms. We present an alternative approach to SVM fitting via the majorization--minimization (MM) paradigm. Alg…
New loss function calibrates WW-hinge loss for multiclass SVM.
New loss function improves convergence rate for neural networks.
Classification is the most important process in data analysis. However, due to the inherent non-convex and non-smooth structure of the zero-one loss function of the classification model, various convex surrogate loss functions such as hinge loss, squared hinge loss, logistic loss, and exponential loss are introduced. T…
Improves GANs by incorporating class information with a multi-hinge loss.
New reweighted losses improve diffusion model training and image quality.
Domain adaptation provides a powerful set of model training techniques given domain-specific training data and supplemental data with unknown relevance. The techniques are useful when users need to develop models with data from varying sources, of varying quality, or from different time ranges. We build CrossTrainer, a…
Gradient descent is a simple and widely used optimization method for machine learning. For homogeneous linear classifiers applied to separable data, gradient descent has been shown to converge to the maximal margin (or equivalently, the minimal norm) solution for various smooth loss functions. The previous theory does …
Paper explains learning property of logistic and softmax losses for balanced and imbalanced class data.
The paper studies consistency of surrogate loss procedures under constrained classifiers.
New approach uses hinge loss for iterative regularization in classification.
The top- error is often employed to evaluate performance for challenging classification tasks in computer vision as it is designed to compensate for ambiguity in ground truth labels. This practical success motivates our theoretical analysis of consistent top- classification. Surprisingly, it is not rigorously und…
This paper improves multi-label ranking by reweighting univariate losses, enhancing consistency and performance.
Support vector machines (SVMs) naturally embody sparseness due to their use of hinge loss functions. However, SVMs can not directly estimate conditional class probabilities. In this paper we propose and study a family of coherence functions, which are convex and differentiable, as surrogates of the hinge function. The …
Learning with non-modular losses is an important problem when sets of predictions are made simultaneously. The main tools for constructing convex surrogate loss functions for set prediction are margin rescaling and slack rescaling. In this work, we show that these strategies lead to tight convex surrogates iff the unde…
AUC (area under ROC curve) is an important evaluation criterion, which has been popularly used in many learning tasks such as class-imbalance learning, cost-sensitive learning, learning to rank, etc. Many learning approaches try to optimize AUC, while owing to the non-convexity and discontinuousness of AUC, almost all …
New loss functions improve extreme classification with missing labels.
Toy model study shows resampling/reweighting can improve feature learning in imbalanced classification.
Paper proposes a boosting method with fast learning rates and early stopping.
Improved learning to reweight using deep interactions between student and teacher models.
Proposes hinge-Wasserstein to improve uncertainty estimation in regression tasks.
Paper introduces a new loss function for deep imbalanced classification.
Distance/Similarity learning is a fundamental problem in machine learning. For example, kNN classifier or clustering methods are based on a distance/similarity measure. Metric learning algorithms enhance the efficiency of these methods by learning an optimal distance function from data. Most metric learning methods nee…
The Nyström method improves learning efficiency for convex losses.
JoVA combines two VAEs to learn user and item representations for better recommendation.
A new procedure for learning cost-sensitive SVM(CS-SVM) classifiers is proposed. The SVM hinge loss is extended to the cost sensitive setting, and the CS-SVM is derived as the minimizer of the associated risk. The extension of the hinge loss draws on recent connections between risk minimization and probability elicitat…
Study binary choice with asymmetric loss, offering simple solutions.
Introduces Soft-SVM for binary classification bridging logistic and SVM.
We present an efficient second-order algorithm with regret for the bandit online multiclass problem. The regret bound holds simultaneously with respect to a family of loss functions parameterized by , for a range of restricted by the norm of the competitor. The family of loss funct…
New loss function handles uncertain constraints in CSLO problems.
New framework enhances neural network robustness against adversarial attacks.
It is widely conjectured that the reason that training algorithms for neural networks are successful because all local minima lead to similar performance, for example, see (LeCun et al., 2015, Choromanska et al., 2015, Dauphin et al., 2014). Performance is typically measured in terms of two metrics: training performanc…
New loss function restores importance weighting in overparameterized models.
Classification and regression tasks in overparameterized models show different generalization properties.
We develop efficient algorithms to train -regularized linear classifiers with large dimensionality of the feature space, number of classes , and sample size . Our focus is on a special class of losses that includes, in particular, the multiclass hinge and logistic losses. Our approach combines several…
We propose the Margin Adaptation for Generative Adversarial Networks (MAGANs) algorithm, a novel training procedure for GANs to improve stability and performance by using an adaptive hinge loss function. We estimate the appropriate hinge loss margin with the expected energy of the target distribution, and derive princi…
New method learns distances and similarities robustly from noisy data.
Least squares kernel based methods have been widely used in regression problems due to the simple implementation and good generalization performance. Among them, least squares support vector regression (LS-SVR) and extreme learning machine (ELM) are popular techniques. However, the noise sensitivity is a major bottlene…
Reweighting improves GAN accuracy without sacrificing statistical power.
Minimizing a convex risk function is the main step in many basic learning algorithms. We study protocols for convex optimization which provably leak very little about the individual data points that constitute the loss function. Specifically, we consider differentially private algorithms that operate in the local model…
Gaptron algorithm reduces mistakes in online multiclass classification.
The paper analyzes the dynamics of a simple neural network using a mean-field approach.
Study on using random subspaces for ERM with various loss functions.
We derive the fast convergence rates of a deep neural network (DNN) classifier with the rectified linear unit (ReLU) activation function learned using the hinge loss. We consider three cases for a true model: (1) a smooth decision boundary, (2) smooth conditional class probability, and (3) the margin condition (i.e., t…
Partial monitoring is a general model for sequential learning with limited feedback formalized as a game between two players. In this game, the learner chooses an action and at the same time the opponent chooses an outcome, then the learner suffers a loss and receives a feedback signal. The goal of the learner is to mi…
New test for SGD in binary classification reduces computation time.
Gradient penalty improves GAN performance by inducing a large-margin classifier.