paper-with-me

홈 › Papers

Quadratic Memory is Necessary for Optimal Query Complexity in Convex Optimization: Center-of-Mass is Pareto-Optimal

2023-02-09 · Moïse Blanchard, Junhui Zhang, Patrick Jaillet

We give query complexity lower bounds for convex optimization and the related feasibility problem. We show that quadratic memory is necessary to achieve the optimal oracle complexity for first-order convex optimization. In particular, this shows that center-of-mass cutting-planes algorithms in dimension $d$ which use $\tilde O(d^2)$ memory and $\tilde O(d)$ queries are Pareto-optimal for both convex optimization and the feasibility problem, up to logarithmic factors. Precisely, we prove that to minimize $1$-Lipschitz convex functions over the unit ball to $1/d^4$ accuracy, any deterministic first-order algorithms using at most $d^{2-\delta}$ bits of memory must make $\tilde\Omega(d^{1+\delta/3})$ queries, for any $\delta\in[0,1]$. For the feasibility problem, in which an algorithm only has access to a separation oracle, we show a stronger trade-off: for at most $d^{2-\delta}$ memory, the number of queries required is $\tilde\Omega(d^{1+\delta})$. This resolves a COLT 2019 open problem of Woodworth and Srebro.

📄 PDF Abstract BibTeX arXiv:2302.04963

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Open Problem: The Oracle Complexity of Convex Optimization with Limited Memory

2019-07-01 · Blake Woodworth, Nathan Srebro

We note that known methods achieving the optimal oracle complexity for first order convex optimization require quadratic memory, and ask whether this is necessary, and more broadly seek to characterize the minimax number…

Memory-Query Tradeoffs for Randomized Convex Optimization

2023-06-21 · Xi Chen, Binghui Peng

We show that any randomized first-order algorithm which minimizes a $d$-dimensional, $1$-Lipschitz convex function over the unit ball must either use $\Omega(d^{2-\delta})$ bits of memory or make $\Omega(d^{1+\delta/6-o(…

Enhancing Long Context Performance in LLMs Through Inner Loop Query Mechanism

2024-10-11 · Yimin Tang, Yurong Xu, Ning Yan, Masood Mortazavi

Transformers have a quadratic scaling of computational complexity with input size, which limits the input context window size of large language models (LLMs) in both training and inference. Meanwhile, retrieval-augmented…

RAGRetrievalRetrieval-augmented Generation

Approaching I/O-optimality for Approximate Attention

2026-05-22 · Pál András Papp, Aleksandros Sobczyk, Anastasios Zouzias arxiv

We revisit the I/O complexity of attention in large language models. Given query-key-value matrices $Q,K,V\in\mathbb{R}^{n\times d}$, and a machine with fast memory size $M$, the goal is to compute the "attention matrix"…

On Computational Limits of Modern Hopfield Models: A Fine-Grained Complexity Analysis

2024-02-07 · Jerry Yao-Chieh Hu, Thomas Lin, Zhao Song, Han Liu

We investigate the computational limits of the memory retrieval dynamics of modern Hopfield models from the fine-grained complexity analysis. Our key contribution is the characterization of a phase transition behavior in…

Retrieval