paper-with-me

홈 › Papers

Learning with Fenchel-Young Losses

2019-01-08 · Mathieu Blondel, André F. T. Martins, Vlad Niculae

Over the past decades, numerous loss functions have been been proposed for a variety of supervised learning tasks, including regression, classification, ranking, and more generally structured prediction. Understanding the core principles and theoretical properties underpinning these losses is key to choose the right loss for the right problem, as well as to create new losses which combine their strengths. In this paper, we introduce Fenchel-Young losses, a generic way to construct a convex loss function for a regularized prediction function. We provide an in-depth study of their properties in a very broad setting, covering all the aforementioned supervised learning tasks, and revealing new connections between sparsity, generalized entropies, and separation margins. We show that Fenchel-Young losses unify many well-known loss functions and allow to create useful new ones easily. Finally, we derive efficient predictive and training algorithms, making Fenchel-Young losses appealing both in theory and practice.

📄 PDF Abstract BibTeX arXiv:1901.02324

Code (3)

deep-spin/entmax pytorch
mblondel/fenchel-young-losses pytorch
mblondel/projection-losses

Tasks

Structured Prediction

Similar Papers 제목 키워드 기반

Learning with Fitzpatrick Losses

2024-05-23 · Seta Rakotomandimby, Jean-Philippe Chancelier, Michel De Lara, Mathieu Blondel

Fenchel-Young losses are a family of convex loss functions, encompassing the squared, logistic and sparsemax losses, among others. Each Fenchel-Young loss is implicitly associated with a link function, for mapping model …

Learning Classifiers with Fenchel-Young Losses: Generalized Entropies, Margins, and Algorithms

2018-05-24 · Mathieu Blondel, André F. T. Martins, Vlad Niculae

This paper studies Fenchel-Young losses, a generic way to construct convex loss functions from a regularization function. We analyze their properties in depth, showing that they unify many well-known loss functions and a…

Hopfield-Fenchel-Young Networks: A Unified Framework for Associative Memory Retrieval

2024-11-13 · Saul Santos, Vlad Niculae, Daniel McNamee, André F. T. Martins

Associative memory models, such as Hopfield networks and their modern variants, have garnered renewed interest due to advancements in memory capacity and connections with self-attention in transformers. In this work, we …

Image RetrievalMultiple Instance LearningRetrieval

Sparse Continuous Distributions and Fenchel-Young Losses

2021-08-04 · André F. T. Martins, Marcos Treviso, António Farinhas, Pedro M. Q. Aguiar 외

Exponential families are widely used in machine learning, including many distributions in continuous and discrete domains (e.g., Gaussian, Dirichlet, Poisson, and categorical distributions via the softmax transformation)…

Audio ClassificationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Learning Energy Networks with Generalized Fenchel-Young Losses

2022-05-19 · Mathieu Blondel, Felipe Llinares-López, Robert Dadashi, Léonard Hussenot 외

Energy-based models, a.k.a. energy networks, perform inference by optimizing an energy function, typically parametrized by a neural network. This allows one to capture potentially complex relationships between inputs and…

Imitation Learning