arXiv論文メモ
新着一覧
math.OC / cs.SY / eess.SY · 査読状況未確認

勾配に誤差があっても途中の解が制約を守る最適化法

Anytime-Feasible Gradient Descent for Constrained Optimization Under Gradient Uncertainty

Sina Sharifi, Jiarui Wang, Mahyar Fazlyab

この論文をやさしく読む

ひとことで言うと

最適化計算を途中で打ち切っても制約を破らないようにし、さらに勾配の誤差も許容する計算法です。探索方向と移動量の両方を慎重に選びます。

何に役立つ?

計算時間が限られ、途中の判断でも制約を守る必要がある制御や計画への利用が考えられます。論文では障害物のある複数エージェントの移動課題で衝突回避を検証しています。

この研究の面白いところ

誤差がある勾配から二次錐計画によって頑健な方向を作り、実行可能性と目的関数の減少を両立させます。方向がゼロになった場合にも、近似的な停留性として意味を与えています。

どこまで分かった?

勾配誤差のノルム上限、正確な関数値評価、厳密に実行可能な初期点が前提です。任意の測定誤差や初期状態への安全保証ではなく、大域最適解への収束とも述べていません。要旨は移動課題が実機かシミュレーションかを明記していません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

制約付き最適化は、厳格な安全上・運用上の要件を意思決定が満たさなければならない多くの工学システムで中心的な役割を持ち、計算資源が限られるリアルタイムの状況では特に重要である。このような状況では、最適化アルゴリズムが完全に収束する前に停止されることが多く、安全な利用には、いつ停止しても実行可能な解であることが欠かせない。各反復で実行可能性を保証する既存手法は、一般に正確な勾配情報に依存している。しかし、測定ノイズ、確率的近似、モデルの不一致によって、実際にはこの仮定が満たされないことが多い。 本研究では、目的関数と制約関数の勾配にノルムで上限を定めた誤差がある場合の、非線形制約付き最適化に対する、任意の時点で実行可能性を保つ一次法を開発する。この手法は二次錐計画問題を解いて頑健な探索方向を計算し、安全策を備えたバックトラッキングによってステップ幅を選択する。関数値を正確に評価でき、初期点が制約を厳密に満たすと仮定すると、この手法は厳密な実行可能性を保ち、計算した探索方向がゼロでない場合には目的関数の十分な減少を保証する。採用されるステップ幅に対する一様に正の下界、探索方向のノルムの二乗平均に対するO(1/K)の上界、探索方向のゼロへの収束を確立する。また、厳密に実行可能な点で探索方向がゼロであることが、近似的な一次停留性を証明することも示す。障害物が多い環境でのマルチエージェント移動課題によって手法を検証し、ノイズを含む勾配情報の下でも衝突のない軌道を維持することを示す。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-20(UTC)
最新改訂
2026-09-20 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Constrained optimization is central to many engineering systems in which decisions must satisfy strict safety and operational requirements, especially in real-time settings with limited computational budgets. In such scenarios, optimization algorithms are often terminated before full convergence, making *anytime feasibility* essential for safe deployment. Existing methods that guarantee feasibility at every iterate typically rely on exact gradient information, an assumption that is often violated in practice due to measurement noise, stochastic approximations, or model mismatch. We develop an anytime-feasible first-order method for nonlinear constrained optimization under norm-bounded errors in the objective and constraint gradients. The method computes a robust search direction by solving a second-order cone program and selects a step size through safeguarded backtracking. Assuming exact function evaluations and a strictly feasible initialization, the method preserves strict feasibility and guarantees sufficient objective decrease whenever the computed search direction is nonzero. We establish a uniform positive lower bound on the accepted step sizes, an O(1/K) bound on the average squared search direction norm, and convergence of the search directions to zero. We also show that a zero search direction at a strictly feasible point certifies approximate first-order stationarity. We validate the proposed method on a multi-agent navigation task in cluttered environments and show that it maintains collision-free trajectories despite noisy gradient information.

arXiv ID: 2609.23848 / 要約の誤りについて