Skip to content

Comparison with direct voxel lookups - Chapter. 5.4. #156

Answered by Tom94
JoanCharmant asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there, what we did amounts to simply setting the number of hidden layers of the neural networks to zero. (All other parameters---input/output dims, output activations, optimizers, F, T, etc.---being equal.)

Note that despite there being two neural networks (one for density and one for color), the concatenation of 2 linear transforms is still a linear transform. Therefore, it's equivalent to having just a single transformation matrix. (Although the computation structure is such that the predicted density can't depend on view direction---so it's fairer to say that there is one linear transform of Hashgrid->Density and another from Hashgrid+SphericalHarmonigs->RGB, I.e. the single concept…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Tom94
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #137 on February 16, 2022 11:36.