Skip to content

Commit e88e978

Browse files
change quotation marks
1 parent 4ab4e4e commit e88e978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ _teaser_video = ""
2727
Neural shape representation generally refers to representing 3D geometry using neural networks, e.g., computing a signed distance or occupancy value at a specific spatial position.
2828
In this paper we present a neural-network architecture suitable for accurate encoding of 3D shapes in a single forward pass.
2929
Our architecture is based on a multi-scale hybrid system incorporating graph-based and voxel-based components, as well as a continuously differentiable decoder.
30-
The hybrid system includes a novel way of voxelizing point-based features in neural networks by projecting the point ``feature-field'' onto a grid.
30+
The hybrid system includes a novel way of voxelizing point-based features in neural networks by projecting the point "feature-field" onto a grid.
3131
This projection is insensitive to local point density, and we show that it can be used to obtain smoother and more detailed reconstructions, in particular when combined with oriented point clouds as input.
3232
Our architecture also requires only a single forward pass, instead of the latent-code optimization used in auto-decoder methods.
3333
Furthermore, our network is trained to solve the well-established eikonal equation and only requires knowledge of the zero-level set for training and inference.

0 commit comments

Comments
 (0)