paper-with-me

홈 › Papers

The Median is Easier than it Looks: Approximation with a Constant-Depth, Linear-Width ReLU Network

2026-02-06 · Abhigyan Dutta, Itay Safran, Paul Valiant arxiv

We study the approximation of the median of $d$ inputs using ReLU neural networks. We present depth-width tradeoffs under several settings, culminating in a constant-depth, linear-width construction that achieves exponentially small approximation error with respect to the uniform distribution over the unit hypercube. By further establishing a general reduction from the maximum to the median, our results break a barrier suggested by prior work on the maximum function, which indicated that linear width should require depth growing at least as $\log\log d$ to achieve comparable accuracy. Our construction relies on a multi-stage procedure that iteratively eliminates non-central elements while preserving a candidate set around the median. We overcome obstacles that do not arise for the maximum to yield approximation results that are strictly stronger than those previously known for the maximum itself.

📄 PDF Abstract BibTeX arXiv:2602.07219

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hardness of Approximation of Euclidean $k$-Median

2020-11-09 · Anup Bhattacharya, Dishant Goyal, Ragesh Jaiswal

The Euclidean $k$-median problem is defined in the following manner: given a set $\mathcal{X}$ of $n$ points in $\mathbb{R}^{d}$, and an integer $k$, find a set $C \subset \mathbb{R}^{d}$ of $k$ points (called centers) s…

A Constant Approximation Algorithm for Sequential Random-Order No-Substitution k-Median Clustering

2021-02-08 · NeurIPS 2021 12 · Tom Hess, Michal Moshkovitz, Sivan Sabato

We study k-median clustering under the sequential no-substitution setting. In this setting, a data stream is sequentially observed, and some of the points are selected by the algorithm as cluster centers. However, a poin…

Clustering

Limits of Approximating the Median Treatment Effect

2024-03-15 · Raghavendra Addanki, Siddharth Bhandari

Average Treatment Effect (ATE) estimation is a well-studied problem in causal inference. However, it does not necessarily capture the heterogeneity in the data, and several approaches have been proposed to tackle the iss…

Causal Inference

Almost-linear Time Approximation Algorithm to Euclidean $k$-median and $k$-means

2024-07-15 · Max Dupré la Tour, David Saulpic

Clustering is one of the staples of data analysis and unsupervised learning. As such, clustering algorithms are often used on massive data sets, and they need to be extremely fast. We focus on the Euclidean $k$-median an…

Clustering

Consistent $k$-Median: Simpler, Better and Robust

2020-08-13 · Xiangyu Guo, Janardhan Kulkarni, Shi Li, Jiayi Xian

In this paper we introduce and study the online consistent $k$-clustering with outliers problem, generalizing the non-outlier version of the problem studied in [Lattanzi-Vassilvitskii, ICML17]. We show that a simple loca…

Clustering