paper-with-me

홈 › Papers

Permutation Learning with Only N Parameters: From SoftSort to Self-Organizing Gaussians

2025-03-17 · Kai Uwe Barthel, Florian Barthel, Peter Eisert

Sorting and permutation learning are key concepts in optimization and machine learning, especially when organizing high-dimensional data into meaningful spatial layouts. The Gumbel-Sinkhorn method, while effective, requires N*N parameters to determine a full permutation matrix, making it computationally expensive for large datasets. Low-rank matrix factorization approximations reduce memory requirements to 2NM (with M << N), but they still struggle with very large problems. SoftSort, by providing a continuous relaxation of the argsort operator, allows differentiable 1D sorting, but it faces challenges with multidimensional data and complex permutations. In this paper, we present a novel method for learning permutations using only N parameters, which dramatically reduces storage costs. Our method extends SoftSort by iteratively shuffling the N indices of the elements and applying a few SoftSort optimization steps per iteration. This modification significantly improves sorting quality, especially for multidimensional data and complex optimization criteria, and outperforms pure SoftSort. Our method offers improved memory efficiency and scalability compared to existing approaches, while maintaining high-quality permutation learning. Its dramatically reduced memory requirements make it particularly well-suited for large-scale optimization tasks, such as "Self-Organizing Gaussians", where efficient and scalable permutation learning is critical.

📄 PDF Abstract BibTeX arXiv:2503.13051

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deep greedy unfolding: Sorting out argsorting in greedy sparse recovery algorithms

2025-05-21 · Sina Mohammad-Taheri, Matthew J. Colbrook, Simone Brugiapaglia

Gradient-based learning imposes (deep) neural networks to be differentiable at all steps. This includes model-based architectures constructed by unrolling iterations of an iterative algorithm onto layers of a neural netw…

Compact 3D Scene Representation via Self-Organizing Gaussian Grids

2023-12-19 · Wieland Morgenstern, Florian Barthel, Anna Hilsmann, Peter Eisert

3D Gaussian Splatting has recently emerged as a highly promising technique for modeling of static 3D scenes. In contrast to Neural Radiance Fields, it utilizes efficient rasterization allowing for very fast rendering at …

3DGS3D Scene ReconstructionData Compression+3

SoftSort: A Continuous Relaxation for the argsort Operator

2020-06-29 · Sebastian Prillo, Julian Martin Eisenschlos

While sorting is an important procedure in computer science, the argsort operator - which takes as input a vector and returns its sorting permutation - has a discrete image and thus zero gradients almost everywhere. This…

TS-VLM: Text-Guided SoftSort Pooling for Vision-Language Models in Multi-View Driving Reasoning

2025-05-19 · Lihong Chen, Hossein Hassani, Soodeh Nikan

Vision-Language Models (VLMs) have shown remarkable potential in advancing autonomous driving by leveraging multi-modal fusion in order to enhance scene perception, reasoning, and decision-making. Despite their potential…

Autonomous DrivingAutonomous Vehicles

A SOM-based Gradient-Free Deep Learning Method with Convergence Analysis

2021-01-12 · Shaosheng Xu, Jinde Cao, Yichao Cao, Tong Wang

As gradient descent method in deep learning causes a series of questions, this paper proposes a novel gradient-free deep learning structure. By adding a new module into traditional Self-Organizing Map and introducing res…

Deep Learning