paper-with-me

Papers

TiAda: A Time-scale Adaptive Algorithm for Nonconvex Minimax Optimization

2022-10-31 · Xiang Li, Junchi Yang, Niao He

Adaptive gradient methods have shown their ability to adjust the stepsizes on the fly in a parameter-agnostic manner, and empirically achieve faster convergence for solving minimization problems. When it comes to nonconvex minimax optimization, however, current convergence analyses of gradient descent ascent (GDA) combined with adaptive stepsizes require careful tuning of hyper-parameters and the knowledge of problem-dependent parameters. Such a discrepancy arises from the primal-dual nature of minimax problems and the necessity of delicate time-scale separation between the primal and dual updates in attaining convergence. In this work, we propose a single-loop adaptive GDA algorithm called TiAda for nonconvex minimax optimization that automatically adapts to the time-scale separation. Our algorithm is fully parameter-agnostic and can achieve near-optimal complexities simultaneously in deterministic and stochastic settings of nonconvex-strongly-concave minimax problems. The effectiveness of the proposed method is further justified numerically for a number of machine learning applications.

📄 PDF Abstract BibTeX arXiv:2210.17478

Code (1)

ShawnLixx/time-scale_adaptive_minimax 공식 구현 pytorch

Similar Papers 제목 키워드 기반

MultiAdam: Parameter-wise Scale-invariant Optimizer for Multiscale Training of Physics-informed Neural Networks

2023-06-05 · Jiachen Yao, Chang Su, Zhongkai Hao, Songming Liu 외

Physics-informed Neural Networks (PINNs) have recently achieved remarkable progress in solving Partial Differential Equations (PDEs) in various fields by minimizing a weighted sum of PDE loss and boundary loss. However, …

University\_of\_Warwick: SENTIADAPTRON - A Domain Adaptable Sentiment Analyser for Tweets - Meets SemEval

2014-08-01 · SEMEVAL 2014 8 · Richard Townsend, Aaron Kalair, Ojas Kulkarni, Rob Procter 외
Sentiment Analysis

StitchFusion: Weaving Any Visual Modalities to Enhance Multimodal Semantic Segmentation

2024-08-02

Multimodal semantic segmentation shows significant potential for enhancing segmentation accuracy in complex scenes. However, current methods often incorporate specialized feature fusion modules tailored to specific modal…

SegmentationSemantic SegmentationThermal Image Segmentation

Nest Your Adaptive Algorithm for Parameter-Agnostic Nonconvex Minimax Optimization

2022-06-01 · Junchi Yang, Xiang Li, Niao He

Adaptive algorithms like AdaGrad and AMSGrad are successful in nonconvex optimization owing to their parameter-agnostic ability -- requiring no a priori knowledge about problem-specific parameters nor tuning of learning …

Adaptive Gradient Normalization and Independent Sampling for (Stochastic) Generalized-Smooth Optimization

2024-10-17 · Yufeng Yang, Erin Tripp, Yifan Sun, Shaofeng Zou 외

Recent studies have shown that many nonconvex machine learning problems satisfy a generalized-smooth condition that extends beyond traditional smooth nonconvex optimization. However, the existing algorithms are not fully…