
Share
Hash3D revolutionizes 3D generative modeling by speeding up rendering times without extra training, thanks to a clever technique that exploits similarities in image features across different viewpoints.
In the rapidly evolving field of 3D generative modeling, the adoption of 2D diffusion models has been a significant breakthrough. However, the optimization process remains a bottleneck, often making these models inefficient and time-consuming. Enter Hash3D, a novel approach introduced by researchers at the National University of Singapore that aims to accelerate 3D generation without requiring any additional model training.
Hash3D leverages the observation that feature maps in images rendered from nearby camera positions and diffusion timesteps exhibit significant redundancy. By hashing and reusing these feature maps, Hash3D reduces redundant calculations, thereby speeding up the inference process. This is achieved through an adaptive grid-based hashing mechanism, which makes the retrieval of cached feature maps highly efficient.
The researchers tested Hash3D across a variety of 3D generative models, including both text-to-3D and image-to-3D tasks. Here are some key findings:

| Input Image | Zero-1-to-3 (Baseline) | Hash3D + Zero-1-to-3 (Speed X3.3) |
| --- | --- | --- |
| |
|
|
|
|
|
|
| Input Image | DreamGaussian (Baseline) | Hash3D + DreamGaussian (Speed X4.0) |
| --- | --- | --- |
| |
|
|
|
|
|
|
| Prompt | Gaussian-Dreamer (Baseline) | Hash3D + Gaussian-Dreamer <br>(Speed X1.5) |
| --- | --- | --- |
| A bear dressed as a lumberjack | |
|
| A chimpanzee dressed like Napoleon Bonaparte |
|
|
| A dachsund wearing a boater hat |
|
|
| A plate of delicious tacos |
|
|
| A train engine made out of clay |
|
|
Tags
Original Sources
↗ https://adamdad.github.io/hash3D/?utm_source=tldrai
About the author
Kai built ML infrastructure at a Bay Area startup before developing an obsession with transformer architectures and inference optimisation that eventually pulled him out of product work entirely. A stint at a compute research lab sharpened his instinct for what actually matters in a model release versus what is marketing. He writes from the inside — from the perspective of someone who has debugged the systems he is describing at three in the morning. He is allergic to hype and instinctively drawn to the unglamorous plumbing questions that everyone else skips over.
More from The Engineer →This Week's Edition
11 April 2024
88 articles
Related Articles
Related Articles
More Stories