paper-with-me

홈 › Papers

DOTResize: Reducing LLM Width via Discrete Optimal Transport-based Neuron Merging

2025-07-06 · Neha Verma, Kenton Murray, Kevin Duh arxiv

Structured pruning methods designed for Large Language Models (LLMs) generally focus on identifying and removing the least important components to optimize model size. However, in this work, we question this prevalent approach by instead exploring how to recombine information from structures designated for pruning back into the reduced model. We specifically focus on neuron width reduction, and frame this problem as a Discrete Optimal Transport problem, and propose DOTResize, a novel Transformer compression method that uses optimal transport theory to transform and compress model width. To ensure applicability within the Transformer architecture, we motivate and incorporate necessary entropic regularization and matrix factorization techniques into the transportation maps produced by our method. Unlike pruning-based approaches which discard neurons based on importance measures, DOTResize re-projects the entire neuron width, allowing the retention and redistribution of useful signal across the reduced layer. Empirical results show that compared to simple or state-of-the-art neuron width-pruning techniques, DOTResize serves as a useful add-on to pruning, while achieving measurable reductions in real-world computational cost.

📄 PDF Abstract BibTeX arXiv:2507.04517

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Semi-Discrete Optimal Transport: Hardness, Regularization and Numerical Solution

2021-03-10 · Bahar Taskesen, Soroosh Shafieezadeh-Abadeh, Daniel Kuhn

Semi-discrete optimal transport problems, which evaluate the Wasserstein distance between a discrete and a generic (possibly non-discrete) probability measure, are believed to be computationally hard. Even though such pr…

Discrete Choice Models

Discrete Optimal Transport and Voice Conversion

2025-05-07 · Anton Selitskiy, Maitreya Kocharekar

In this work, we address the voice conversion (VC) task using a vector-based interface. To align audio embeddings between speakers, we employ discrete optimal transport mapping. Our evaluation results demonstrate the hig…

Audio GenerationVoice Conversion

Wasserstein variational gradient descent: From semi-discrete optimal transport to ensemble variational inference

2018-11-07 · Luca Ambrogioni, Umut Guclu, Marcel van Gerven

Particle-based variational inference offers a flexible way of approximating complex posterior distributions with a set of particles. In this paper we introduce a new particle-based variational inference method based on t…

Variational Inference

Optimal Transport on Discrete Domains

2018-01-23 · Justin Solomon

Inspired by the matching of supply to demand in logistical problems, the optimal transport (or Monge--Kantorovich) problem involves the matching of probability distributions defined over a geometric domain such as a surf…

Efficient estimates of optimal transport via low-dimensional embeddings

2021-11-08 · Patric M. Fulop, Vincent Danos

Optimal transport distances (OT) have been widely used in recent work in Machine Learning as ways to compare probability distributions. These are costly to compute when the data lives in high dimension. Recent work by Pa…