ZcsrenlongZ / ZoomGS

[ECCV 2024] Dual-Camera Smoooth Zoom on Mobile Phones

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dual-Camera Smooth Zoom

PyTorch implementation of Dual-Camera Smooth Zoom on Mobile Phones

arXiv Project visitors

1. Abstract

When zooming between dual cameras on a mobile, noticeable jumps in geometric content and image color occur in the preview, inevitably affecting the user's zoom experience. In this work, we introduce a new task, \ie, dual-camera smooth zoom (DCSZ) to achieve a smooth zoom preview. The frame interpolation (FI) technique is a potential solution but struggles with ground-truth collection. To address the issue, we suggest a data factory solution where continuous virtual cameras are assembled to generate DCSZ data by rendering reconstructed 3D models of the scene. In particular, we propose a novel dual-camera smooth zoom Gaussian Splatting (ZoomGS), where a camera-specific encoding is introduced to construct a specific 3D model for each virtual camera. With the proposed data factory, we construct a synthetic dataset for DCSZ, and we utilize it to fine-tune FI models. In addition, we collect real-world dual-zoom images without ground-truth for evaluation. Extensive experiments are conducted with multiple FI methods. The results show that the fine-tuned FI models achieve a significant performance improvement over the original ones on DCSZ task.

2. Method

Overview of the proposed method. (a) Data preparation for data factory. We collect multi-view dual-camera images and calibrate their camera extrinsic and intrinsic parameters. (b) Construction of ZoomGS in data factory. ZoomGS employs a camera transition (CamTrans) module to transform the base (i.e., UW camera) Gaussians to the specific camera Gaussians according to the camera encoding. (c) Data generation from data factory. The virtual (V) camera parameters are constructed by interpolating the dual-camera ones, and are then input into ZoomGS to generate zoom sequences. (d) Fine-tuning a frame interpolation (FI) model with the constructed zoom sequences.

3. ZoomGS Results

UW Image (x0.6) W Image (x1.0) Dual-Camera Smooth Zoom (x0.6->x1.0)
Image 1 Image 2 Image 3
Image 1 Image 2 Image 3

4. FI Results

4.1 Quantitative comparisons of FI models on the synthetic dataset and real-world dataset.

4.2 Visual comparisons on the synthetic dataset.

4.3 Visual comparisons on the real-world dataset.

Citation

If you make use of our work, please cite our paper.

@article{DCSZ,
  title={Dual-Camera Smooth Zoom on Mobile Phones},
  author={Renlong Wu and Zhilu Zhang and Yu Yang and Wangmeng Zuo},
  journal={arXiv preprint arXiv:2404.04908},
  year={2024}
}

About

[ECCV 2024] Dual-Camera Smoooth Zoom on Mobile Phones