Research
On-device research index

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.

169,341 papers · 148 categories

Trend · papers per month

51101152202 · Jun 202019922001200920182026
48 results for non-decomposable metrics

A new method for optimizing non-decomposable metrics with constraints.

problem Optimizing complex machine learning objectives with thresholded constraints.
method Formulate rate-constrained optimization using the Implicit Function theorem and solve with gradient-based methods.
result Demonstrated effectiveness over existing methods on benchmark datasets.

New method for recommending labels with missing data, improving performance metrics.

problem Recommending relevant labels for data points with missing labels and non-decomposable metrics.
method Proposes a framework to devise a regularized objective function and threshold for non-decomposable metrics like F1 measure.
result Bounded regret or generalization error in F1 measure and other metrics, even with missing labels.

SelMix fine-tunes pre-trained models to optimize non-decomposable objectives.

problem Optimizing non-decomposable performance measures for practical applications.
method Selective mixup fine-tuning of pre-trained models.
result SelMix significantly improves performance for various non-decomposable objectives.

Paper tackles noisy labels for non-decomposable performance measures.

problem Learning from noisy labels for non-decomposable performance measures.
method Designs algorithms for multiclass non-decomposable performance measures using Frank-Wolfe and Bisection methods, corrected for class-conditional noise.
result Noise-corrected algorithms are Bayes consistent, converging to optimal performance.

A framework for multiclass/multioutput classification metrics, revealing geometric insights and consistency.

problem Developing robust metrics for multiclass/multioutput classification problems.
method Proposes a framework for constructing and analyzing multiclass/multioutput classification metrics, revealing geometric insights and characterizing averaging methodologies.
result Plug-in estimator based on the characterization is consistent and easily implemented.

Develops a new minimax probability machine for imbalanced classification tasks.

problem Imbalanced classification tasks with non-decomposable performance measures.
method Derives an equivalent form of the MPMF model for solving linear and nonlinear classifiers.
result Demonstrates the effectiveness of the new model on real-world datasets.

A new method, VIF, calculates influence for non-decomposable losses efficiently.

problem Efficiently calculating influence for complex machine learning models with non-decomposable losses.
method Revisiting influence function from robust statistics, proposing Versatile Influence Function (VIF) for any non-decomposable loss.
result VIF method is up to 10^3 times faster than brute-force methods and closely matches influence results.

DeepTopPush improves accuracy at the top for complex classification tasks.

problem Minimizing irrelevant samples above a threshold in binary classification.
method Proposes a new method for end-to-end training of deep networks to minimize loss at the top.
result Demonstrates excellent performance on visual recognition and real-world applications.

We optimize rank-based metrics using blackbox differentiation.

problem Challenges in directly optimizing rank-based metrics due to their non-differentiable and non-decomposable nature.
method Efficient, theoretically sound, and general method for differentiating rank-based metrics with mini-batch gradient descent.
result Competitive performance on standard image retrieval datasets and improved performance on object detectors.

Houdini generates adversarial examples for deep structured prediction models.

problem Evaluating and improving the robustness of deep learning models, especially for non-decomposable tasks.
method Introduces Houdini, a flexible approach for generating adversarial examples tailored to the final performance measure of the task.
result Houdini achieves higher success rates in generating adversarial examples compared to traditional methods, using less perceptible perturbations.

Bayesian method learns Gaussian graphical models without decomposability constraints.

problem Learning non-decomposable Gaussian graphical models efficiently and accurately.
method Fractional pseudo-likelihood and sparsity-inducing prior.
result Consistent estimator of graph structure for high-dimensional data.

Vision problems ranging from image clustering to motion segmentation to semi-supervised learning can naturally be framed as subspace segmentation problems, in which one aims to recover multiple low-dimensional subspaces from noisy and corrupted input data. Low-Rank Representation (LRR), a convex formulation of the subs…

2013-04-20abs ↗pdf ↗

Framework for consistent binary classification with complex metrics.

problem Consistent binary classification for non-decomposable metrics like F-measure and Jaccard.
method General framework for batch and online learning, applies to linear and non-linear models. Uses thresholding and normalized gradient ascent for threshold estimation.
result Simple normalized gradient ascent updates for threshold estimation, with finite-sample regret analysis.

Modern classification problems frequently present mild to severe label imbalance as well as specific requirements on classification characteristics, and require optimizing performance measures that are non-decomposable over the dataset, such as F-measure. Such measures have spurred much interest and pose specific chall…

2015-05-26abs ↗pdf ↗

We prove that for any open Riemann surface N,N, natural number n3,n\geq 3, non-constant harmonic map h:NRn2h:N\to \mathbb{R}^{n-2} and holomorphic 2-form HH on N,N, there exists a weakly complete harmonic map X=(Xj)j=1,,n:NRnX=(X_j)_{j=1,\ldots,n}:N \to \mathbb{R}^n with Hopf differential HH and (Xj)j=3,,n=h.(X_j)_{j=3,\ldots,n}=h. In particular,…

2010-07-19abs ↗pdf ↗

This paper tackles unbiased loss functions for multilabel classification with missing labels.

problem Missing labels in multilabel classification tasks, especially in extreme multi-label classification (XMC).
method Derives unbiased estimators for multilabel reductions, including non-decomposable ones, and addresses increased variance with convex upper-bounds.
result Switching to unbiased estimators can alter the bias-variance trade-off and may require stronger regularization.

Develops gradient boosting for multi-label classification.

problem Lack of customizable learning algorithms for multi-label classification.
method Generalizes gradient boosting to multi-output problems and proposes an algorithm for learning multi-label classification rules.
result Ability to minimize both decomposable and non-decomposable loss functions.

The study connects fairness constraints with optimal transport to derive new insights in classification.

problem Ensuring fairness in classification models without sacrificing performance.
method Using Wasserstein barycenters and optimal transport, the study characterizes optimal classification functions under fairness constraints.
result Maximizing fairness under demographic parity is equivalent to solving a regression problem.

FNNC framework ensures fairness in neural networks through convex surrogates.

problem Ensuring fairness in neural network classification models.
method FNNC framework uses neural networks to include fairness constraints in the loss function and optimizes using mini-batch stochastic gradient descent.
result FNNC achieves fairness while maintaining high accuracy, as shown by experiments.

This paper explores methods for combining predictions in multilabel classification.

problem Lack of formal framework for aggregation in multilabel ensembles.
method Introduces two approaches: 'predict then combine' (PTC) and 'combine then predict' (CTP).
result Standard voting techniques are outperformed by tailored instantiations of CTP and PTC.

Improved performance of factorized neural layers through spectral initialization and Frobenius decay.

problem Improving the performance of factorized neural layers in various deep learning contexts.
method Spectral initialization and Frobenius decay for initialization and regularization.
result Spectral initialization and Frobenius decay lead to improved performance across multiple deep learning settings.

Improved FDAM algorithms for heterogeneous data with constant communication complexity.

problem Maximizing AUC for imbalanced data classification in federated learning.
method Solving non-convex strongly-concave min-max formulation in a distributed fashion.
result Communication complexity is a constant, independent of number of machines and accuracy level.

The paper explores when and why value decomposition algorithms work in cooperative multi-agent reinforcement learning.

problem The applicability and convergence properties of value decomposition algorithms in cooperative multi-agent reinforcement learning are unclear.
method The paper introduces decomposable games and proves that applying the multi-agent fitted Q-Iteration algorithm leads to an optimal Q-function in these games.
result The paper offers theoretical insights into when and why value decomposition algorithms converge in cooperative multi-agent reinforcement learning.

FeDXL tackles federated learning for X-risk optimization.

problem Optimizing a family of X-risks with federated learning, where existing algorithms are not applicable.
method Active-passive decomposition framework, federated averaging and merging, novel theoretical analysis.
result FeDXL algorithms for linear and nonlinear ff are developed, with established complexities and improved performance.

Study on conditions for Randers metrics to be of constant Ricci curvature.

problem Conditions for Randers metrics to be of constant Ricci curvature.
method Analysis of sufficient and necessary conditions for Randers metrics with and without strong convexity.
result Classification of Randers metrics with βα>1\|β\|_α>1 and βα1\|β\|_α\equiv1.