I’ve been reading up on graph cuts methods for low-level vision. These are methods that, when properly applied, can de-noise an image as was done in the original paper:
D. M. Greig, B. T. Porteous, and A. H. Seheult, “Exact maximum a posteriori estimation for binary images,” Journal of the Royal Statistical Society. Series B (Methodological), pp. 271-279, 1989.
I was initially interested because I wanted to know whether there was a general connection between graph cut problems and MAP estimation (which is the fancy thing you try to do when you want to uncover the true image from a noisy one). I’m not the only one who has asked this question, as the following paper is focused on precisely defining the applicability of graph cut methods in estimation problems:
V. Kolmogorov and R. Zabin, “What energy functions can be minimized via graph cuts?” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 26, no. 2, pp. 147-159, 2004.
I find myself somewhat unsatisfied by results that use a clever reduction from one problem (like MAP estimation in image de-noising) to another problem (like finding minimal graph cuts) where the ‘trick’ sort of happens by happy accident, and not something deeper. When this happens in pure mathematics, an awful lot of work seems to go into elucidating the nature of possible connections, searching for some deeper theory, etc. I can’t be really precise here, but I imagine something like what happened with Moonshine theory.
In general, I think it is too much to expect all the tricks of the trade of applied fields to fit into particularly elegant theories. The upside, I suppose, is that with a nice applied result, you can actually do something you could not do before.


Entries (RSS)