Coder Social home page Coder Social logo

Comments (1)

guanjunwu avatar guanjunwu commented on September 2, 2024 2

Thank you for the interesting discussion on adopting the neural voxel grids&planes !

I've also tried various methods to encode the time features, such as the pure implicit of your proposed paper, MLP+Voxel Grids like TiNeuVox, or multi-resolution hash planes implemented in Tinycudann, but most of the methods can work very well.

As is shown in Fig.4 of our paper, though total learnable parameters may increase, the relationship between each 3D Gaussian and deformation field only depends on nearby multi-resolution voxels and MLP. It seems like the learnable parameters of each 3D Gaussian become smaller and faster to converge. And you can check the implementation in the code.

Meanwhile, a proper hyperparameter setting may contribute to joint optimization. When I increase the learning rate of grid > 0.1 and MLP > 0.01, the total deformation field may fail.

Now I'm trying to design a better grid/plane structure for the Gaussians deformation field, welcome to discuss the details of deformation fields together :).

from 4dgaussians.

Related Issues (20)

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.