The challenge of graphically rendering high frame-rate videos on low compute devices can be addressed through periodic prediction of future frames to enhance the user experience in virtual reality applications.
This is studied through the problem of temporal view synthesis (TVS), where the goal is to predict the next frames of a video given the previous frames and the head poses of the previous and the next frames.
In this work, we consider the TVS of dynamic scenes in which both the user and objects are moving.
We design a framework that decouples the motion into user and object motion to effectively use the available user motion while predicting the next frames.
We predict the motion of objects by isolating and estimating the 3D object motion in the past frames and then extrapolating it.
We employ multi-plane images (MPI) as a 3D representation of the scenes and model the object motion as the 3D displacement between the corresponding points in the MPI representation.
In order to handle the sparsity in MPIs while estimating the motion, we incorporate partial convolutions and masked correlation layers to estimate corresponding points.
The predicted object motion is then integrated with the given user or camera motion to generate the next frame.
Using a disocclusion infilling module, we synthesize the regions uncovered due to the camera and object motion.
We develop a new synthetic dataset for TVS of dynamic scenes consisting of 800 videos at full HD resolution.
We show through experiments on our dataset and the MPI Sintel dataset that our model outperforms all the competing methods in the literature.
The database consists of 200 diverse indoor and outdoor scenes (see samples below).
We use Blender to render the videos.
We obtain the blend files for the scenes mainly from blendswap and turbosquid.
4 different camera trajectories are added to each scene and thus we have a total of 800 videos.
Motion is added to pre-existing objects in the scene or new objects are added and animated.
The videos are rendered at full HD resolution (1920 x 1080) and at 30fps and contain 12 frames each.
Nagabhushan Somraj, Pranali Sancheti and Rajiv Soundararajan,
"Temporal View Synthesis of Dynamic Scenes through 3D Object Motion Estimation with Multi-Plane Images",
In Proceedings of the IEEE International Symposium on Mixed and Augmented Reality (ISMAR),
pp. 817-826, Oct 2022, doi: 10.1109/ISMAR55827.2022.00100.
Bibtex:
@inproceedings{somraj2022decompnet,
title = {Temporal View Synthesis of Dynamic Scenes through 3D Object Motion Estimation with Multi-Plane Images},
author = {Somraj, Nagabhushan and Sancheti, Pranali and Soundararajan, Rajiv},
booktitle = {IEEE International Symposium on Mixed and Augmented Reality (ISMAR)},
pages = {817-826},
month = {October},
year = {2022},
doi = {10.1109/ISMAR55827.2022.00100}
}