In [17], Campbell et al. introduce another way of generating video sequences of faces based on an existing video clip without direct reuse of the original frames. They encode frames from the original sequence in a way similar to our method. An appearance model is used to model the face through the video sequence and a trajectory is obtained in the appearance parameter space. This trajectory is then used to train a second order autoregressive process.
An autoregressive process predicts the position of a point in the appearance parameter space, given the two previous points
and
where
represents the frame number. This prediction is produced by the equation:
Given two initial points in the parameter space, a new trajectory can be generated by repeatedly applying equation 8.1. This new trajectory in the parameter space fed into an appearance model to generate a video sequence. Figure 8.1 shows an example of a video clip generated by an autoregressive process. The original video sequence V3 is shown on figure 8.2. For comparison figure 8.3 shows the generation of similar video sequences with our model.
![]() |
![]() |
The corresponding video sequences can be seen on the accompanying CD-ROM. The file examples/V3/V3_orig.m1v
shows the original video sequence. The file examples/V3/V3_arp.m1v
shows the video sequence generated with the autoregressive process. The file examples/V3/V3_wr.m1v
shows the video sequence generated with our model if we use the linear model for the residuals. The file examples/V3/V3_wor.m1v
shows the video sequence generated with our model when we do not use the residuals.
Another example can be seen on figures 8.4(a), 8.4(b), 8.4(c) and 8.4(d). Those figures describe the trajectory T3 (figure 8.4(a)) as well as the corresponding generated trajectory using our model with or without the linear model of residuals (figures 8.4(c), 8.4(b) respectively). Finally figure 8.4(d) shows the trajectory generated by the autoregressive process in the appearance parameter space. The corresponding video sequences can be seen on the accompanying CD-ROM. The file examples/V1/V1_orig.m1v
shows the original video sequence. The file examples/V1/V1_arp.m1v
shows the video sequence generated with the autoregressive process. The file examples/V1/V1_wr.m1v
shows the video sequence generated with our model if we use the linear model for the residuals. The file examples/V1/V1_wor.m1v
shows the video sequence generated with our model when we do not use the residuals.
[Training sequence extracted from video V1.]
![]() ![]() ![]() ![]() |