paper-with-me

Papers

Reusing Combinatorial Structure: Faster Iterative Projections over Submodular Base Polytopes

2021-06-22 · NeurIPS 2021 12 · Jai Moondra, Hassan Mortagy, Swati Gupta

Optimization algorithms such as projected Newton's method, FISTA, mirror descent, and its variants enjoy near-optimal regret bounds and convergence rates, but suffer from a computational bottleneck of computing ``projections'' in potentially each iteration (e.g., $O(T^{1/2})$ regret of online mirror descent). On the other hand, conditional gradient variants solve a linear optimization in each iteration, but result in suboptimal rates (e.g., $O(T^{3/4})$ regret of online Frank-Wolfe). Motivated by this trade-off in runtime v/s convergence rates, we consider iterative projections of close-by points over widely-prevalent submodular base polytopes $B(f)$. We first give necessary and sufficient conditions for when two close points project to the same face of a polytope, and then show that points far away from the polytope project onto its vertices with high probability. We next use this theory and develop a toolkit to speed up the computation of iterative projections over submodular polytopes using both discrete and continuous perspectives. We subsequently adapt the away-step Frank-Wolfe algorithm to use this information and enable early termination. For the special case of cardinality-based submodular polytopes, we improve the runtime of computing certain Bregman projections by a factor of $\Omega(n/\log(n))$. Our theoretical results show orders of magnitude reduction in runtime in preliminary computational experiments.

📄 PDF Abstract BibTeX arXiv:2106.11943

Code (1)

jaimoondra/submodular-polytope-projections 공식 구현

Similar Papers 제목 키워드 기반

Simpler Context-Dependent Logical Forms via Model Projections

2016-06-16 · ACL 2016 8 · Reginald Long, Panupong Pasupat, Percy Liang

We consider the task of learning a context-dependent mapping from utterances to denotations. With only denotations at training time, we must search over a combinatorially large space of logical forms, which is even large…

modelSemantic Parsing

Finding structure in logographic writing with library learning

2024-05-11 · Guangyuan Jiang, Matthias Hofer, Jiayuan Mao, Lionel Wong 외

One hallmark of human language is its combinatoriality -- reusing a relatively small inventory of building blocks to create a far larger inventory of increasingly complex structures. In this paper, we explore the idea th…

Inductive BiasProgram Synthesis

Modular meta-learning

2018-06-26 · Ferran Alet, Tomás Lozano-Pérez, Leslie P. Kaelbling

Many prediction problems, such as those that arise in the context of robotics, have a simplifying underlying structure that, if known, could accelerate learning. In this paper, we present a strategy for learning a set of…

Meta-Learning

Solving Combinatorial Games using Products, Projections and Lexicographically Optimal Bases

2016-03-01 · Swati Gupta, Michel Goemans, Patrick Jaillet

In order to find Nash-equilibria for two-player zero-sum games where each player plays combinatorial objects like spanning trees, matchings etc, we consider two online learning algorithms: the online mirror descent (OMD)…

Towards Multi-Turn Dialog Systems for Industrial Asset Operations and Maintenance

2026-05-24 · Chengrui Li, Rujing Li, Yitong Bai, Rui Li arxiv

Industrial asset operations and maintenance question answering is inherently multi-turn, iterative, and highly dependent on external tool invocation. However, the conventional plan-execute single-agent architecture exhib…

Question Answering