giraffe VS PET-NeuS

Compare giraffe vs PET-NeuS and see what are their differences.

giraffe

This repository contains the code for the CVPR 2021 paper "GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields" (by autonomousvision)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
giraffe PET-NeuS
3 1
1,223 248
0.0% -
1.8 5.5
about 2 years ago 11 months ago
Python Python
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

giraffe

Posts with mentions or reviews of giraffe. We have used some of these posts to build our list of alternatives and similar projects.

PET-NeuS

Posts with mentions or reviews of PET-NeuS. We have used some of these posts to build our list of alternatives and similar projects.
  • PET-NeuS: Positional Encoding Tri-Planes for Neural Surfaces
    1 project | /r/BotNewsPreprints | 10 May 2023
    A signed distance function (SDF) parametrized by an MLP is a common ingredient of neural surface reconstruction. We build on the successful recent method NeuS to extend it by three new components. The first component is to borrow the tri-plane representation from EG3D and represent signed distance fields as a mixture of tri-planes and MLPs instead of representing it with MLPs only. Using tri-planes leads to a more expressive data structure but will also introduce noise in the reconstructed surface. The second component is to use a new type of positional encoding with learnable weights to combat noise in the reconstruction process. We divide the features in the tri-plane into multiple frequency scales and modulate them with sin and cos functions of different frequencies. The third component is to use learnable convolution operations on the tri-plane features using self-attention convolution to produce features with different frequency bands. The experiments show that PET-NeuS achieves high-fidelity surface reconstruction on standard datasets. Following previous work and using the Chamfer metric as the most important way to measure surface reconstruction quality, we are able to improve upon the NeuS baseline by 57% on Nerf-synthetic (0.84 compared to 1.97) and by 15.5% on DTU (0.71 compared to 0.84). The qualitative evaluation reveals how our method can better control the interference of high-frequency noise. Code available at \url{https://github.com/yiqun-wang/PET-NeuS}.

What are some alternatives?

When comparing giraffe and PET-NeuS you can also consider the following projects:

AvatarCLIP - [SIGGRAPH 2022 Journal Track] AvatarCLIP: Zero-Shot Text-Driven Generation and Animation of 3D Avatars

DicomToMesh - A command line tool to transform a DICOM volume into a 3d surface mesh (obj, stl or ply). Several mesh processing routines can be enabled, such as mesh reduction, smoothing or cleaning. Works on Linux, OSX and Windows.

ALAE - [CVPR2020] Adversarial Latent Autoencoders

smriprep - Structural MRI PREProcessing (sMRIPrep) workflows for NIPreps (NeuroImaging PREProcessing tools)

pi-GAN-pytorch - Implementation of π-GAN, for 3d-aware image synthesis, in Pytorch

sdfstudio - A Unified Framework for Surface Reconstruction

SDV - Synthetic data generation for tabular data

PolyFit - Polygonal Surface Reconstruction from Point Clouds

CIPS-3D - 3D-aware GANs based on NeRF (arXiv).

awesome-NeRF - A curated list of awesome neural radiance fields (NeRF) papers.

stylegan2-pytorch - Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement

gnn-lspe - Source code for GNN-LSPE (Graph Neural Networks with Learnable Structural and Positional Representations), ICLR 2022