paper-with-me

Papers

Backpropagation through Combinatorial Algorithms: Identity with Projection Works

2022-05-30 · Subham Sekhar Sahoo, Anselm Paulus, Marin Vlastelica, Vít Musil, Volodymyr Kuleshov, Georg Martius

Embedding discrete solvers as differentiable layers has given modern deep learning architectures combinatorial expressivity and discrete reasoning capabilities. The derivative of these solvers is zero or undefined, therefore a meaningful replacement is crucial for effective gradient-based learning. Prior works rely on smoothing the solver with input perturbations, relaxing the solver to continuous problems, or interpolating the loss landscape with techniques that typically require additional solver calls, introduce extra hyper-parameters, or compromise performance. We propose a principled approach to exploit the geometry of the discrete solution space to treat the solver as a negative identity on the backward pass and further provide a theoretical justification. Our experiments demonstrate that such a straightforward hyper-parameter-free approach is able to compete with previous more complex methods on numerous experiments such as backpropagation through discrete samplers, deep graph matching, and image retrieval. Furthermore, we substitute the previously proposed problem-specific and label-dependent margin with a generic regularization procedure that prevents cost collapse and increases robustness.

📄 PDF Abstract BibTeX arXiv:2205.15213

Code (2)

martius-lab/solver-differentiation-identity 공식 구현 tf
khalil-research/pyepo pytorch

Tasks

Density EstimationGraph MatchingImage RetrievalRetrievalTraveling Salesman Problem

Similar Papers 제목 키워드 기반

Combinatorial Sparse PCA Beyond the Spiked Identity Model

2026-03-03 · Syamantak Kumar, Purnamrita Sarkar, Kevin Tian, Peiyuan Zhang arxiv

Sparse PCA is one of the most well-studied problems in high-dimensional statistics. In this problem, we are given samples from a distribution with covariance $Σ$, whose top eigenvector $v \in R^d$ is $s$-sparse. Existing…

Efficient and provably convergent end-to-end training of deep neural networks with linear constraints

2026-05-12 · Zonglin Yang, Zhexuan Gu, Yancheng Yuan arxiv

Training a deep neural network with the outputs of selected layers satisfying linear constraints is required in many contemporary data-driven applications. While this can be achieved by incorporating projection layers in…

Brain-inspired Chaotic Graph Backpropagation for Large-scale Combinatorial Optimization

2024-12-13 · Peng Tao, Kazuyuki Aihara, Luonan Chen

Graph neural networks (GNNs) with unsupervised learning can solve large-scale combinatorial optimization problems (COPs) with efficient time complexity, making them versatile for various applications. However, since this…

Combinatorial OptimizationGraph Neural Network

Backprojection for Training Feedforward Neural Networks in the Input and Feature Spaces

2020-04-05 · Benyamin Ghojogh, Fakhri Karray, Mark Crowley

After the tremendous development of neural networks trained by backpropagation, it is a good time to develop other algorithms for training neural networks to gain more insights into networks. In this paper, we propose a …

Dimensionality Reduction

Learning Discrete Directed Acyclic Graphs via Backpropagation

2022-10-27 · Andrew J. Wren, Pasquale Minervini, Luca Franceschi, Valentina Zantedeschi

Recently continuous relaxations have been proposed in order to learn Directed Acyclic Graphs (DAGs) from data by backpropagation, instead of using combinatorial optimization. However, a number of techniques for fully dis…

Combinatorial Optimization