Giter Club home page Giter Club logo

disr-nerf's Introduction

DiSR-NeRF: Diffusion-Guided View-Consistent Super-Resolution NeRF

Arxiv YouTube

Jie Long Lee , Chen Li, Gim Hee Lee

disr

Abstract

We present DiSR-NeRF, a diffusion-guided framework for view-consistent super-resolution (SR) NeRF. Unlike prior works, we circumvent the requirement for high-resolution (HR) reference images by leveraging existing powerful 2D super-resolution models. Nonetheless, independent SR 2D images are often inconsistent across different views. We thus propose Iterative 3D Synchronization (I3DS) to mitigate the inconsistency problem via the inherent multi-view consistency property of NeRF. Specifically, our I3DS alternates between upscaling low-resolution (LR) rendered images with diffusion models, and updating the underlying 3D representation with standard NeRF training. We further introduce Renoised Score Distillation (RSD), a novel score-distillation objective for 2D image resolution. Our RSD combines features from ancestral sampling and Score Distillation Sampling (SDS) to generate sharp images that are also LR-consistent. Qualitative and quantitative results on both synthetic and real-world datasets demonstrate that our DiSR-NeRF can achieve better results on NeRF super-resolution compared with existing works. Code and video results available at the project website.

Installation

git clone https://github.com/leejielong/DiSR-NeRF
cd DiSR-NeRF

conda create -n disrnerf
conda activate disrnerf

# Install packages
pip install -r requirements.txt

Training

Download NeRF-Synthetic and LLFF datasets here. Create data directory as follows:

configs
data
├── blender
│   ├── chair
│   └── drums
└── nerf_llff_data
    ├── fern
    └── flower
python launch.py --config configs/nerfdiffusr-sr.yaml --train

Testing

python launch.py --config configs/nerfdiffusr-sr.yaml --test

Citations

@misc{lee2024disrnerf,
      title={DiSR-NeRF: Diffusion-Guided View-Consistent Super-Resolution NeRF}, 
      author={Jie Long Lee and Chen Li and Gim Hee Lee},
      year={2024},
      eprint={2404.00874},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

Acknowledgement

This implementation is built upon threestudio. We thank the authors for the contribution.

disr-nerf's People

Contributors

leejielong avatar

Stargazers

Rithwick Lakshmanan avatar

Watchers

Rithwick Lakshmanan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.