GithubHelp home page GithubHelp logo

exploring_nerf's Introduction

README

Project: Enhancing NeRF Model

This project focuses on enhancing the NeRF (Neural Radiance Fields) model by exploring improvements through model modifications and image preprocessing. Our goals include improving the quality of 3D scene reconstructions and understanding how different loss functions, model architectures, and contrast adjustments impact the results.

1. Dataset Preparation

Due to constraints in capturing our own dataset, we are using the synthetic dataset provided by the original NeRF authors.

2. NeRF Research

A targeted literature review was conducted to identify advancements in NeRF technology by examining papers citing the original NeRF work. This helped categorize potential modifications into two areas:

a) Model Modification

Several approaches were considered and implemented to improve the NeRF model:

  1. Different Loss Functions:

    • Huber Loss
    • Log Cosh Loss
    • Structural Similarity Index (SSIM) Loss
  2. Model Architectures:

    • Model with 2 layers & 128 filters, trained for:
      • 10k iterations
      • 100k iterations
    • Model with 8 layers & 256 filters, trained for:
      • 10k iterations
      • 100k iterations
  3. Distillation Approach:

    • Student: Model with 2 layers & 128 filters, trained for 10k iterations
    • Teacher 1: Model with 8 layers & 256 filters, trained for 10k iterations
    • Teacher 2: Model with 8 layers & 256 filters, trained for 100k iterations

b) Image Preprocessing

  1. Increasing Image Contrast:
    • Adjusted contrast using the formula enhanced_image = original_image * gain + bias.

exploring_nerf's People

Contributors

martinezlucas98 avatar yc6714 avatar

Watchers

 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.