paper-with-me

홈 › Papers

Glocal Smoothness: Line Search can really help!

2025-06-14 · Curtis Fox, Aaron Mishkin, Sharan Vaswani, Mark Schmidt

Iteration complexities for first-order optimization algorithms are typically stated in terms of a global Lipschitz constant of the gradient, and near-optimal results are achieved using fixed step sizes. But many objective functions that arise in practice have regions with small Lipschitz constants where larger step sizes can be used. Many local Lipschitz assumptions have been proposed, which have lead to results showing that adaptive step sizes and/or line searches yield improved convergence rates over fixed step sizes. However, these faster rates tend to depend on the iterates of the algorithm, which makes it difficult to compare the iteration complexities of different methods. We consider a simple characterization of global and local ("glocal") smoothness that only depends on properties of the function. This allows upper bounds on iteration complexities in terms of iterate-independent constants and enables us to compare iteration complexities between algorithms. Under this assumption it is straightforward to show the advantages of line searches over fixed step sizes, and that in some settings, gradient descent with line search has a better iteration complexity than accelerated methods with fixed step sizes. We further show that glocal smoothness can lead to improved complexities for the Polyak and AdGD step sizes, as well other algorithms including coordinate optimization, stochastic gradient methods, accelerated gradient methods, and non-linear conjugate gradient methods.

📄 PDF Abstract BibTeX arXiv:2506.12648

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Glocal Information Bottleneck for Time Series Imputation

2025-10-06 · Jie Yang, Kexin Zhang, Guibin Zhang, Philip S. Yu 외 arxiv

Time Series Imputation (TSI), which aims to recover missing values in temporal data, remains a fundamental challenge due to the complex and often high-rate missingness in real-world scenarios. Existing models typically o…

3DGTN: 3D Dual-Attention GLocal Transformer Network for Point Cloud Classification and Segmentation

2022-09-21 · Dening Lu, Kyle Gao, Qian Xie, Linlin Xu 외

Although the application of Transformers in 3D point cloud processing has achieved significant progress and success, it is still challenging for existing 3D Transformer methods to efficiently and accurately learn both va…

ClassificationDecoderPoint Cloud ClassificationSegmentation

Glocal Hypergradient Estimation with Koopman Operator

2024-02-05 · Ryuichiro Hataya, Yoshinobu Kawahara

Gradient-based hyperparameter optimization methods update hyperparameters using hypergradients, gradients of a meta criterion with respect to hyperparameters. Previous research used two distinct update strategies: optimi…

Hyperparameter Optimization

GloCAL: Glocalized Curriculum-Aided Learning of Multiple Tasks with Application to Robotic Grasping

2022-04-14 · Anil Kurkcu, Cihan Acar, Domenico Campolo, Keng Peng Tee

The domain of robotics is challenging to apply deep reinforcement learning due to the need for large amounts of data and for ensuring safety during learning. Curriculum learning has shown good performance in terms of sam…

Deep Reinforcement LearningRobotic Grasping

GLocal-K: Global and Local Kernels for Recommender Systems

2021-08-27 · Soyeon Caren Han, Taejun Lim, Siqu Long, Bernd Burgstaller 외

Recommender systems typically operate on high-dimensional sparse user-item matrices. Matrix completion is a very challenging task to predict one's interest based on millions of other users having each seen a small subset…

Collaborative FilteringMatrix CompletionRecommendation Systems