Skip to content

Source code for the paper: IncEventGS: Pose-Free Gaussian Splatting from a Single Event Camera

Notifications You must be signed in to change notification settings

WU-CVGL/IncEventGS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

IncEventGS: Pose-Free Gaussian Splatting from a Single Event Camera

Jian Huang1,2    Chengrui Dong1,2    Peidong Liu1*

* denotes corresponding author.

1Zhejiang University    2Westlake University   


If you like our project, please give us a star ⭐ on GitHub.

arXiv

This repository is an official PyTorch implementation of the paper "IncEventGS: Pose-Free Gaussian Splatting from a Single Event Camera". We explore the possibility of recovering the 3D Gaussian and camera motion trajectory from a single event camera.

📢 News

☐ The code and data will be made public once the paper is accepted. Stay tuned!

2024.10.11 Our paper is available on arXiv

📋 Overview

Pipeline

IncEventGS processes incoming event stream by dividing it into chunks and representing the camera trajectory as a continuous model. It randomly samples two close consecutive timestamps to integrate the corresponding event streams. Two brightness images are rendered from 3D Gaussian distributions at the corresponding poses, and we minimize the log difference between the rendered images and the accumulated event images. During initialization, a pre-trained depth estimation model estimates depth from the rendered images to bootstrap the system.

📋 Qualitative evaluation of novel view image synthesis on synthetic dataset.

nvs_synthetic

📋 Qualitative evaluation of novel view image synthesis on real dataset.

nvs_real

📋 Representative trajectory comparison

traj

About

Source code for the paper: IncEventGS: Pose-Free Gaussian Splatting from a Single Event Camera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published