paper-with-me

Papers

Permutation-Based SGD: Is Random Optimal?

2021-02-19 · ICLR 2022 4 · Shashank Rajput, Kangwook Lee, Dimitris Papailiopoulos

A recent line of ground-breaking results for permutation-based SGD has corroborated a widely observed phenomenon: random permutations offer faster convergence than with-replacement sampling. However, is random optimal? We show that this depends heavily on what functions we are optimizing, and the convergence gap between optimal and random permutations can vary from exponential to nonexistent. We first show that for 1-dimensional strongly convex functions, with smooth second derivatives, there exist permutations that offer exponentially faster convergence compared to random. However, for general strongly convex functions, random permutations are optimal. Finally, we show that for quadratic, strongly-convex functions, there are easy-to-construct permutations that lead to accelerated convergence compared to random. Our results suggest that a general convergence characterization of optimal permutations cannot capture the nuances of individual function classes, and can mistakenly indicate that one cannot do much better than random.

📄 PDF Abstract BibTeX arXiv:2102.09718

Code (1)

shashankrajput/flipflop 공식 구현

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

On the Optimality of Randomization in Experimental Design: How to Randomize for Minimax Variance and Design-Based Inference

2020-05-06 · Nathan Kallus

I study the minimax-optimal design for a two-arm controlled experiment where conditional mean outcomes may vary in a given set. When this set is permutation symmetric, the optimal design is complete randomization, and us…

Experimental Design

Computing Systemic Risk Measures with Graph Neural Networks

2024-09-30 · Lukas Gonon, Thilo Meyer-Brandis, Niklas Weber

This paper investigates systemic risk measures for stochastic financial networks of explicitly modelled bilateral liabilities. We extend the notion of systemic risk measures from Biagini, Fouque, Fritelli and Meyer-Brand…

Cheap Permutation Testing

2025-02-11 · Carles Domingo-Enrich, Raaz Dwivedi, Lester Mackey

Permutation tests are a popular choice for distinguishing distributions and testing independence, due to their exact, finite-sample control of false positives and their minimax optimality when paired with U-statistics. H…

Adaptive Split Balancing for Optimal Random Forest

2024-02-17 · Yuqian Zhang, Weijie Ji, Jelena Bradic

In this paper, we propose a new random forest algorithm that constructs the trees using a novel adaptive split-balancing method. Rather than relying on the widely-used random feature selection, we propose a permutation-b…

feature selection

One Permutation Is All You Need: Fast, Reliable Variable Importance and Model Stress-Testing

2025-12-15 · Albert Dorador arxiv

Reliable estimation of feature contributions in machine learning models is essential for trust, transparency and regulatory compliance, especially when models are proprietary or otherwise operate as black boxes. While pe…