Maximum Flows by Incremental Breadth-First Search

Maximum flow and minimum s-t cut algorithms are used to solve several fundamental problems in computer vision. These problems have special structure, and standard techniques perform worse than the special-purpose Boykov-Kolmogorov (BK) algorithm. We introduce the incremental breadth-first search (IBFS) method, which uses ideas from BK but augments on shortest paths. IBFS is theoretically justified (runs in polynomial time) and usually outperforms BK on vision problems.

ibfs-proc.pdf
PDF file

In  19th European Symposium on Algorithms (ESA 2011)

Publisher  Springer Verlag
Springer Verag

Details

TypeInproceedings
Share
Share this page on Facebook
Share this page on Twitter
Share this page on LinkedIn
E-mail this page
RSS feeds
> Publications > Maximum Flows by Incremental Breadth-First Search