To quantitatively check the robustness of our method to image noise, we added multiplicative noise
to every pixel's intensity value:
 |
(5.1) |
We assume
between 0 and 1. We were increasing
from 0.01 to 0.3 for trucks and from
0.01 to 0.1 for car images. Truck images have higher resolution, thus the variance
could be bigger.
This experiment is implemented as follows:
- Step 1.
Identify learning set
and testing set
.
- Step 2.
Initialize
with chosen variance:
. Let
is the first member of
;
- Step 3.
. For every image
in testing set
, add multiplicative noise of variance
to every pixel according to the
equation 5.1 and construct the new noisy image
. Add this image
to newly created testing set
.
- Step 4.
Do the classification with noisyfied testing images
and learning set
.
- Step 5.
Let
is the next member of
.
- Step 6.
Goto Step 3.
- Step 7.
Plot a 2-D graph for every variance
and corresponding classification rate.
Kocurek
2007-12-17