paper-with-me

Papers

Rank-based Decomposable Losses in Machine Learning: A Survey

2022-07-18 · Shu Hu, Xin Wang, Siwei Lyu

Recent works have revealed an essential paradigm in designing loss functions that differentiate individual losses vs. aggregate losses. The individual loss measures the quality of the model on a sample, while the aggregate loss combines individual losses/scores over each training sample. Both have a common procedure that aggregates a set of individual values to a single numerical value. The ranking order reflects the most fundamental relation among individual values in designing losses. In addition, decomposability, in which a loss can be decomposed into an ensemble of individual terms, becomes a significant property of organizing losses/scores. This survey provides a systematic and comprehensive review of rank-based decomposable losses in machine learning. Specifically, we provide a new taxonomy of loss functions that follows the perspectives of aggregate loss and individual loss. We identify the aggregator to form such losses, which are examples of set functions. We organize the rank-based decomposable losses into eight categories. Following these categories, we review the literature on rank-based aggregate losses and rank-based individual losses. We describe general formulas for these losses and connect them with existing research topics. We also suggest future research directions spanning unexplored, remaining, and emerging issues in rank-based decomposable losses.

📄 PDF Abstract BibTeX arXiv:2207.08768

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningSurvey

Similar Papers 제목 키워드 기반

A Versatile Influence Function for Data Attribution with Non-Decomposable Loss

2024-12-02 · Junwei Deng, Weijing Tang, Jiaqi W. Ma

Influence function, a technique rooted in robust statistics, has been adapted in modern machine learning for a novel application: data attribution -- quantifying how individual training data points affect a model's predi…

Information RetrievalLearning-To-RankSurvival Analysis

Decomposable-Net: Scalable Low-Rank Compression for Neural Networks

2019-10-29 · Atsushi Yaguchi, Taiji Suzuki, Shuhei Nitta, Yukinobu Sakata 외

Compressing DNNs is important for the real-world applications operating on resource-constrained devices. However, we typically observe drastic performance deterioration when changing model size after training is complete…

Image ClassificationLow-rank compression

Optimization of Rank Losses for Image Retrieval

2023-09-15 · Elias Ramzi, Nicolas Audebert, Clément Rambour, André Araujo 외

In image retrieval, standard evaluation metrics rely on score ranking, \eg average precision (AP), recall at k (R@k), normalized discounted cumulative gain (NDCG). In this work we introduce a general framework for robust…

Image RetrievalRetrieval

Online and Stochastic Gradient Methods for Non-decomposable Loss Functions

2014-10-24 · NeurIPS 2014 12 · Purushottam Kar, Harikrishna Narasimhan, Prateek Jain

Modern applications in sensitive domains such as biometrics and medicine frequently require the use of non-decomposable loss functions such as precision@k, F-measure etc. Compared to point loss functions such as hinge-lo…

Incremental LearningLEMMA

Relational Surrogate Loss Learning

2022-02-26 · ICLR 2022 4 · Tao Huang, Zekang Li, Hua Lu, Yong Shan 외

Evaluation metrics in machine learning are often hardly taken as loss functions, as they could be non-differentiable and non-decomposable, e.g., average precision and F1 score. This paper aims to address this problem by …

image-classificationImage ClassificationMachine Reading ComprehensionMachine Translation+3