Skip to content

Commit f8834c9

Browse files
add representative image
1 parent c392cc7 commit f8834c9

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

content/_index.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ teaser_video = "/video/objaverse_720p.webm"
2525

2626
## :paperclip: Abstract
2727

28+
{{ inline_image(path="representative_image.png", width=600, alt="Representative Image", side="right", caption="Reconstruction of a Beehive using our method.") }}
29+
2830
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.
2931
In this paper we present a neural-network architecture suitable for accurate encoding of 3D shapes in a single forward pass.
3032
Our architecture is based on a multi-scale hybrid system incorporating graph-based and voxel-based components, as well as a continuously differentiable decoder.
@@ -69,14 +71,14 @@ You can view the paper below or download it via the link at the top.
6971
## :scroll: BibTeX
7072

7173
```bibtex
72-
@misc{jeskeHYVEHybridVertex2024,
74+
@article{jeskeHYVEHybridVertex2026,
7375
title = {{{HYVE}}: {{Hybrid Vertex Encoder}} for {{Neural Distance Fields}}},
74-
author = {Jeske, Stefan Rhys and Klein, Jonathan and Michels, Dominik L. and Bender, Jan},
75-
year = 2024,
76-
month = aug,
77-
number = {arXiv:2310.06644},
78-
eprint = {2310.06644},
79-
primaryclass = {cs},
80-
doi = {10.48550/arXiv.2310.06644},
76+
shorttitle = {{{HYVE}}},
77+
author = {Jeske, Stefan R. and Klein, Jonathan and Michels, Dominik and Bender, Jan},
78+
year = 2026,
79+
journal = {IEEE Transactions on Visualization and Computer Graphics},
80+
pages = {1--12},
81+
doi = {10.1109/TVCG.2026.3658870},
82+
copyright = {https://ieeexplore.ieee.org/Xplorehelp/downloads/license-information/IEEE.html}
8183
}
8284
```

content/representative_image.png

242 KB
Loading

0 commit comments

Comments
 (0)