To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Bregman method

From Wikipedia, the free encyclopedia

The Bregman method is an iterative algorithm to solve certain convex optimization problems involving regularization.[1] The original version is due to Lev M. Bregman, who published it in 1967.[2]

The algorithm is a row-action method accessing constraint functions one by one and the method is particularly suited for large optimization problems where constraints can be efficiently enumerated[citation needed]. The algorithm works particularly well for regularizers such as the norm, where it converges very quickly because of an error-cancellation effect.[3]

YouTube Encyclopedic

  • 1/3
    Views:
    1 365
    904
    397
  • Bregman iteration for denoising
  • New Algorithms in Information Science
  • WORKING LENGTH DETERMINATION

Transcription

Algorithm

In order to be able to use the Bregman method, one must frame the problem of interest as finding , where is a regularizing function such as .[3]

The Bregman distance is defined as where belongs to the subdifferential of at (which we denoted ).[3][4] One performs the iteration , with a constant to be chosen by the user (and the minimization performed by an ordinary convex optimization algorithm),[3] or , with chosen each time to be a member of .[4]

The algorithm starts with a pair of primal and dual variables. Then, for each constraint a generalized projection onto its feasible set is performed, updating both the constraint's dual variable and all primal variables for which there are non-zero coefficients in the constraint functions gradient. In case the objective is strictly convex and all constraint functions are convex, the limit of this iterative projection converges to the optimal primal dual pair.[citation needed]

In the case of a basis pursuit-type problem , the Bregman method is equivalent to ordinary gradient descent on the dual problem .[5] An exact regularization-type effect also occurs in this case; if exceeds a certain threshold, the optimum value of is precisely the optimum solution of .[3][5]

Applications

The Bregman method or its generalizations can be applied to:

Generalizations and drawbacks

The method has links to the method of multipliers and dual ascent method (through the so-called Bregman alternating direction method of multipliers,[10][7] generalizing the alternating direction method of multipliers[8]) and multiple generalizations exist.

One drawback of the method is that it is only provably convergent if the objective function is strictly convex. In case this can not be ensured, as for linear programs or non-strictly convex quadratic programs, additional methods such as proximal gradient methods have been developed.[citation needed] In the case of the Rudin-Osher-Fatemi model of image denoising[clarification needed], the Bregman method provably converges.[11]

Some generalizations of the Bregman method include:

Linearized Bregman

In the Linearized Bregman method, one linearizes the intermediate objective functions by replacing the second term with (which approximates the second term near ) and adding the penalty term for a constant . The result is much more computationally tractable, especially in basis pursuit-type problems.[4][5] In the case of a generic basis pursuit problem , one can express the iteration as for each component , where we define .[4]

Sometimes, when running the Linearized Bregman method, there are periods of "stagnation" where the residual[clarification needed] is almost constant. To alleviate this issue, one can use the Linearized Bregman method with kicking, where one essentially detects the beginning of a stagnation period, then predicts and skips to the end of it.[4][5]

Since Linearized Bregman is mathematically equivalent to gradient descent, it can be accelerated with methods to accelerate gradient descent, such as line search, L-BGFS, Barzilai-Borwein steps, or the Nesterov method; the last has been proposed as the accelerated linearized Bregman method.[5][9]

Split Bregman

The Split Bregman method solves problems of the form , where and are both convex,[4] particularly problems of the form .[6] We start by rewriting it as the constrained optimization problem , then relax it into where is a constant. By defining , one reduces the problem to one that can be solved with the ordinary Bregman algorithm.[4][6]

The Split Bregman method has been generalized to optimization over complex numbers using Wirtinger derivatives.[1]

References

  1. ^ a b c d Xiong, Kai; Zhao, Guanghui; Shi, Guangming; Wang, Yingbin (2019-09-12). "A Convex Optimization Algorithm for Compressed Sensing in a Complex Domain: The Complex-Valued Split Bregman Method". Sensors. 19 (20) (published 18 Oct 2019): 4540. Bibcode:2019Senso..19.4540X. doi:10.3390/s19204540. PMC 6832202. PMID 31635423.
  2. ^ Bregman L. "A Relaxation Method of Finding a Common Point of Convex Sets and its Application to Problems of Optimization". Dokl. Akad. Nauk SSSR, v. 171, No. 5, 1966, p.p. 1019-1022. (English translation: Soviet Math. Dokl., v. 7, 1966, p.p. 1578-1581)
  3. ^ a b c d e f g h i j k Yin, Wotao (8 Dec 2009). "The Bregman Methods: Review and New Results" (PDF). Archived (PDF) from the original on 2010-06-13. Retrieved 16 Apr 2021.
  4. ^ a b c d e f g h Bush, Jacqueline (10 Jun 2011). "University of California, Santa Barbara Senior Thesis: Bregman Algorithms" (PDF). University of California Santa Barbara. Archived (PDF) from the original on 2016-11-30. Retrieved 16 Apr 2021.
  5. ^ a b c d e f Yin, Wotao (28 May 2009). "Analysis and Generalizations of the Linearized Bregman Method" (PDF). SIAM Journal on Imaging Sciences. 3 (4): 856–877. doi:10.1137/090760350. Retrieved 16 Apr 2021.
  6. ^ a b c Goldstein, Tom; Osher, Stanley (2 Jun 2008). "The Split Bregman Method for L1-Regularized Problems". SIAM J. Imaging Sci. 2 (2): 323–343. doi:10.1137/080725891. Retrieved 22 Apr 2021.
  7. ^ a b Jiang, Chunzhi (May 2015). "Comparison of Variable Penalty ADMM with Split Bregman Method on Hyperspectral Imaging Problems". Archived from the original on 2020-03-23. Retrieved 20 Apr 2021.
  8. ^ a b c d Boyd, Stephen; Parikh, Neal; Chu, Eric; Peleato, Borja; Eckstein, Jonathan (19 Nov 2010). "Distributed Optimization and Statistical Learning via the Alternating Direction Method of Multipliers". Foundations and Trends in Machine Learning. 3: 1–122. CiteSeerX 10.1.1.722.981. doi:10.1561/2200000016.
  9. ^ a b Huang, Bo; Ma, Shiqian; Goldfarb, Donald (27 Jun 2011). "Accelerated Linearized Bregman Method". Journal of Scientific Computing. 54 (2–3). Plenum Press (published 1 Feb 2013): 428–453. arXiv:1106.5413. doi:10.1007/s10915-012-9592-9. ISSN 0885-7474. S2CID 14781930.
  10. ^ Wang, Huahua; Banerjee, Arindam (13 Jun 2013). "Bregman alternating direction method of multipliers". NIPS'14: Proceedings of the 27th International Conference on Neural Information Processing Systems. 2: 2816–2824. arXiv:1306.3203.
  11. ^ Jia, Rong-Qing (3 Oct 2008). "Convergence analysis of the Bregman method for the variational model of image denoising" (PDF). Applied and Computational Harmonic Analysis. 27 (3) (published Nov 2009): 367–379. doi:10.1016/j.acha.2009.05.002. Retrieved 22 Apr 2021.
This page was last edited on 1 February 2024, at 09:21
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.