ICML 2025poster0 citations

LapSum - One Method to Differentiate Them All: Ranking, Sorting and Top-k Selection

Łukasz Struski, Michal B. Bednarczyk, Igor T. Podolak, Jacek Tabor

Abstract

We present a novel technique for constructing differentiable order-type operations, including soft ranking, soft top-k selection, and soft permutations. Our approach leverages an efficient closed-form formula for the inverse of the function LapSum, defined as the sum of Laplace distributions. This formulation ensures low computational and memory complexity in selecting the highest activations, enabling losses and gradients to be computed in $O(n \log n)$ time. Through extensive experiments, we demonstrate that our method outperforms state-of-the-art techniques for high-dimensional vectors and large $k$ values. Furthermore, we provide efficient implementations for both CPU and CUDA environments, underscoring the practicality and scalability of our method for large-scale ranking and differentiable ordering problems.

soft top-k selectionsoft permutationsoft rankingdifferentiable algorithmsLaplace distributioncomplexity
BibTeX
@inproceedings{
struski2025lapsum,
title={LapSum - One Method to Differentiate Them All: Ranking, Sorting and Top-k Selection},
author={{\L}ukasz Struski and Michal B. Bednarczyk and Igor T. Podolak and Jacek Tabor},
booktitle={Forty-second International Conference on Machine Learning},
year={2025},
url={https://openreview.net/forum?id=CXN1Myzsp4}
}