paper-with-me

홈 › Papers

Breaking the Linear Iteration Cost Barrier for Some Well-known Conditional Gradient Methods Using MaxIP Data-structures

2021-11-30 · NeurIPS 2021 12 · Anshumali Shrivastava, Zhao Song, Zhaozhuo Xu

Conditional gradient methods (CGM) are widely used in modern machine learning. CGM's overall running time usually consists of two parts: the number of iterations and the cost of each iteration. Most efforts focus on reducing the number of iterations as a means to reduce the overall running time. In this work, we focus on improving the per iteration cost of CGM. The bottleneck step in most CGM is maximum inner product search (MaxIP), which requires a linear scan over the parameters. In practice, approximate MaxIP data-structures are found to be helpful heuristics. However, theoretically, nothing is known about the combination of approximate MaxIP data-structures and CGM. In this work, we answer this question positively by providing a formal framework to combine the locality sensitive hashing type approximate MaxIP data-structures with CGM algorithms. As a result, we show the first algorithm, where the cost per iteration is sublinear in the number of parameters, for many fundamental optimization algorithms, e.g., Frank-Wolfe, Herding algorithm, and policy gradient.

📄 PDF Abstract BibTeX arXiv:2111.15139

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Breaking the Tuning Barrier: Zero-Hyperparameters Yield Multi-Corner Analysis Via Learned Priors

2026-03-13 · Wei W. Xing, Kaiqi Huang, Jiazhan Liu, Hong Qiu 외 arxiv

Yield Multi-Corner Analysis validates circuits across 25+ Process-Voltage-Temperature corners, resulting in a combinatorial simulation cost of $O(K \times N)$ where $K$ denotes corners and $N$ exceeds $10^4$ samples per …

Training Overparametrized Neural Networks in Sublinear Time

2022-08-09 · Yichuan Deng, Hang Hu, Zhao Song, Omri Weinstein 외

The success of deep learning comes at a tremendous computational and energy cost, and the scalability of training massively overparametrized neural networks is becoming a real barrier to the progress of artificial intell…

Breaking the Script Barrier in Multilingual Pre-Trained Language Models with Transliteration-Based Post-Training Alignment

2024-06-28 · Orgest Xhelili, Yihong Liu, Hinrich Schütze

Multilingual pre-trained models (mPLMs) have shown impressive performance on cross-lingual transfer tasks. However, the transfer performance is often hindered when a low-resource target language is written in a different…

Cross-Lingual TransferTransliteration

Improved Regret Bounds for Oracle-Based Adversarial Contextual Bandits

2016-06-01 · NeurIPS 2016 12 · Vasilis Syrgkanis, Haipeng Luo, Akshay Krishnamurthy, Robert E. Schapire

We give an oracle-based algorithm for the adversarial contextual bandit problem, where either contexts are drawn i.i.d. or the sequence of contexts is known a priori, but where the losses are picked adversarially. Our al…

Multi-Armed Bandits

Breaking Fine-Grained Classification Barriers with Cost-Free Data in Few-Shot Class-Incremental Learning

2024-12-29 · Li-Jun Zhao, Zhen-Duo Chen, Zhi-Yuan Xue, Xin Luo 외

Current fine-grained classification research mainly concentrates on fine-grained feature learning, but in real-world applications, the bigger issue often lies in the data. Fine-grained data annotation is challenging, and…

Classificationclass-incremental learningClass Incremental LearningFew-Shot Class-Incremental Learning+1