Spatiotemporal Background Modeling
From SeedWiki
Contents |
Why do we reasearch on this subject
- Many machine vision applications suffer from the effect of unstable light conditions. Selecting the invariance features of the targets and compensating the lighting changes for better segmentation, tracking, recognition or searching performance are difficult tasks.
- The skin detector of 4th floor Cameraman is affected by day-light shifting. The last attempt to increase the accuracy of skin detector is successful although limited by it's structure. More researches on time-related lighting changes and invariance color features selection would be very interesting and necessary.
Frequency Domain Analysis
- For each pixel, the H, S, V variance in time can be modeled as multiple distributions. Once the modeling process has been completed, the probability for each color occurs in a pixel is known. Taking the advantage of this information, it is possible to label the pixel as background or foreground.
Space Domain Analysis
- Hypothesis 1: Assuming the camera is not moving.
References
- Nir Friedman[1] proposed a method to model the pixels as road, shadow and vehicle, then created background gaussian mix model(then the K of the GMM is 3)for moving object extraction.
- Yuanhong Li; Ming Dong; Jing Hua; [2]Simultaneous Localized Feature Selection and Model Detection for Gaussian Mixtures
Gaussian Mixture Models
- definition
In which,
means the weight of pixel i at time t belongs to j gaussian distribution. The
means the mean value of jth gaussian distribution. The
means the covariance of jth gaussian distribution.
In which, the d stands for dimension of Xi,
is a d*d matrix.
- updata
then
Note the
is the learning rate.
Problems
- In GMM framework, do we have to set the value of K? In other word, do we have to know how many distributions are there at first?