paper-with-me

홈 › Papers

Proving Linear Mode Connectivity of Neural Networks via Optimal Transport

2023-10-29 · Damien Ferbach, Baptiste Goujaud, Gauthier Gidel, Aymeric Dieuleveut

The energy landscape of high-dimensional non-convex optimization problems is crucial to understanding the effectiveness of modern deep neural network architectures. Recent works have experimentally shown that two different solutions found after two runs of a stochastic training are often connected by very simple continuous paths (e.g., linear) modulo a permutation of the weights. In this paper, we provide a framework theoretically explaining this empirical observation. Based on convergence rates in Wasserstein distance of empirical measures, we show that, with high probability, two wide enough two-layer neural networks trained with stochastic gradient descent are linearly connected. Additionally, we express upper and lower bounds on the width of each layer of two deep neural networks with independent neuron weights to be linearly connected. Finally, we empirically demonstrate the validity of our approach by showing how the dimension of the support of the weight distribution of neurons, which dictates Wasserstein convergence rates is correlated with linear mode connectivity.

📄 PDF Abstract BibTeX arXiv:2310.19103

Code (2)

9aze/ot_lmc 공식 구현
damienferbach/ot_lmc 공식 구현

Tasks

Linear Mode Connectivity

Similar Papers 제목 키워드 기반

Re-basin via implicit Sinkhorn differentiation

2022-12-22 · CVPR 2023 1 · Fidel A. Guerrero Peña, Heitor Rapela Medeiros, Thomas Dubail, Masih Aminbeidokhti 외

The recent emergence of new algorithms for permuting models into functionally equivalent regions of the solution space has shed some light on the complexity of error surfaces, and some promising properties like mode conn…

Continual LearningIncremental LearningLinear Mode ConnectivityModels Alignment+1

Optimal In-place Algorithms for Basic Graph Problems

2019-07-22 · Sankardeep Chakraborty, Kunihiko Sadakane, Srinivasa Rao Satti

We present linear time {\it in-place} algorithms for several basic and fundamental graph problems including the well-known graph search methods (like depth-first search, breadth-first search, maximum cardinality search),…

Prototype-based Optimal Transport for Out-of-Distribution Detection

2024-10-10 · Ao Ke, Wenlong Chen, Chuanwen Feng, Yukun Cao 외

Detecting Out-of-Distribution (OOD) inputs is crucial for improving the reliability of deep neural networks in the real-world deployment. In this paper, inspired by the inherent distribution shift between ID and OOD data…

Out-of-Distribution Detection

Improving Approximate Optimal Transport Distances using Quantization

2021-02-25 · Gaspard Beugnot, Aude Genevay, Kristjan Greenewald, Justin Solomon

Optimal transport (OT) is a popular tool in machine learning to compare probability measures geometrically, but it comes with substantial computational burden. Linear programming algorithms for computing OT distances sca…

Quantization

Connectivity-Preserving Multi-Agent Area Coverage via Optimal-Transport-Based Density-Driven Optimal Control (D2OC)

2025-11-23 · Kooktae Lee, Ethan Brook arxiv

Multi-agent systems play a central role in area coverage tasks across search-and-rescue, environmental monitoring, and precision agriculture. Achieving non-uniform coverage, where spatial priorities vary across the domai…