<%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>

Research Report CS-RR-371

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %>

Roland Wilson, Multiresolution Gaussian Mixture Models: Theory and Application (February 28, 2000).

Abstract

This paper introduces a new generalisation of scale-space and multiresolution pyramids, which combines statistical modelling with a spatial representation. The representation uses the familiar concept of multiple resolutions, but applied to a Gaussian mixture representation of the image; hence the title Multiresolution Gaussian Mixture Model (MGMM). It is shown that MGMM can approximate any probability density and can deal with the smooth motions that typically occur in image analysis and vision. An efficient recursive algorithm for computing MGMM representations, based on Monte Carlo Markov Chain methods, is presented. After a brief presentation of the theory, examples are used to show how MGMM can be applied to vision problems such as segmentation, stereopsis and motion analysis.

Download

cs-rr-371.ps.gz

<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>