Academia.eduAcademia.edu

Outline

A Gradient Descent Approximation for Graph Cuts

2009, Lecture Notes in Computer Science

https://doi.org/10.1007/978-3-642-03798-6_32

Abstract

Graph cuts have become very popular in many areas of computer vision including segmentation, energy minimization, and 3D reconstruction. Their ability to find optimal results efficiently and the convenience of usage are some of the factors of this popularity. However, there are a few issues with graph cuts, such as inherent sequential nature of popular algorithms and the memory bloat in large scale problems. In this paper, we introduce a novel method for the approximation of the graph cut optimization by posing the problem as a gradient descent formulation. The advantages of our method is the ability to work efficiently on large problems and the possibility of convenient implementation on parallel architectures such as inexpensive Graphics Processing Units (GPUs). We have implemented the proposed method on the Nvidia 8800GTS GPU. The classical segmentation experiments on static images and video data showed the effectiveness of our method.

References (10)

  1. Boykov Y. and Kolmogorov V.: An experimental comparison of min-cut/max-flow algorithms energy minimization in vision. PAMI 26(9) September 2004
  2. GoldBerg A.V. and Tarjan R. E.: A new approach to the maximum flow problem. JACM 1988
  3. Lombaert H., Sun Y., Grady L. and Xu C.: A multilevel banded graph cuts method for fast image segmentation. ICCV 2005
  4. Juan O. and Boykov Y.: Active Graph Cuts. CVPR 2006 p.1023-1029
  5. Kohli P. and Torr P. H. S.: Dynamic graph cuts for efficient inference in markov random fields. PAMI 2007
  6. Dixit N., Keriven R. and Paragios N.: GPU-Cuts: Combinatorial optimisation, graphic processing units and adaptive object extraction. Research Report 05-07 March 2005 CERTIS
  7. Vineet V. and Narayanan P. J.: CUDA Cuts: Fast graphs cuts on the gpu. Technical Report, International Institute of Information Technology, Hyderabd
  8. Bhusnurmath A., Taylor C. J.: Solving the graph cut problem via l1-norm mini- mization. Technical Reports (CIS) 2007
  9. Ford L. R. Jr. and Fulkerson D. R.: Maximal flow through a network. Canadian Journal of Mathematics, 1956
  10. Nvidia Geforce Family GPUs, http://www.nvidia.com/object/geforce family.html