paper-with-me

Papers

LP-SparseMAP: Differentiable Relaxed Optimization for Sparse Structured Prediction

2020-01-13 · ICML 2020 1 · Vlad Niculae, André F. T. Martins

Structured prediction requires manipulating a large number of combinatorial structures, e.g., dependency trees or alignments, either as latent or output variables. Recently, the SparseMAP method has been proposed as a differentiable, sparse alternative to maximum a posteriori (MAP) and marginal inference. SparseMAP returns a combination of a small number of structures, a desirable property in some downstream applications. However, SparseMAP requires a tractable MAP inference oracle. This excludes, e.g., loopy graphical models or factor graphs with logic constraints, which generally require approximate inference. In this paper, we introduce LP-SparseMAP, an extension of SparseMAP that addresses this limitation via a local polytope relaxation. LP-SparseMAP uses the flexible and powerful domain specific language of factor graphs for defining and backpropagating through arbitrary hidden structure, supporting coarse decompositions, hard logic constraints, and higher-order correlations. We derive the forward and backward algorithms needed for using LP-SparseMAP as a hidden or output layer. Experiments in three structured prediction tasks show benefits compared to SparseMAP and Structured SVM.

📄 PDF Abstract BibTeX arXiv:2001.04437

Code (1)

deep-spin/lp-sparsemap 공식 구현

Tasks

Structured Prediction

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

SparseMAP: Differentiable Sparse Structured Inference

2018-02-12 · ICML 2018 7 · Vlad Niculae, André F. T. Martins, Mathieu Blondel, Claire Cardie

Structured prediction requires searching over a combinatorial number of structures. To tackle it, we introduce SparseMAP: a new method for sparse structured inference, and its natural loss function. SparseMAP automatical…

Dependency ParsingNatural Language InferenceStructured Prediction

SparseMap: A Sparse Tensor Accelerator Framework Based on Evolution Strategy

2025-08-18 · Boran Zhao, Haiming Zhai, Zihang Yuan, Hetian Liu 외 arxiv

The growing demand for sparse tensor algebra (SpTA) in machine learning and big data has driven the development of various sparse tensor accelerators. However, most existing manually designed accelerators are limited to …

Reinforcement Learning

Sparse and Structured Hopfield Networks

2024-02-21 · Saul Santos, Vlad Niculae, Daniel McNamee, Andre F. T. Martins

Modern Hopfield networks have enjoyed recent interest due to their connection to attention in transformers. Our paper provides a unified framework for sparse Hopfield networks by establishing a link with Fenchel-Young lo…

Multiple Instance LearningRetrieval

Uncovering a Winning Lottery Ticket with Continuously Relaxed Bernoulli Gates

2026-03-09 · Itamar Tsayag, Ofir Lindenbaum arxiv

Over-parameterized neural networks incur prohibitive memory and computational costs for resource-constrained deployment. The Strong Lottery Ticket (SLT) hypothesis suggests that randomly initialized networks contain spar…

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