Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
Uni-3DAR
|
6 |
+
========
|
7 |
+
[[Paper](https://arxiv.org/pdf/2503.16278)]
|
8 |
+
|
9 |
+
Introduction
|
10 |
+
------------
|
11 |
+
|
12 |
+
<p align="center"><img src="https://github.com/dptech-corp/Uni-3DAR/blob/main/fig/overview.png?raw=true" width=95%></p>
|
13 |
+
<p align="center"><b>Schematic illustration of the Uni-3DAR framework</b></p>
|
14 |
+
|
15 |
+
Uni-3DAR is an autoregressive model that unifies various 3D tasks. In particular, it offers the following improvements:
|
16 |
+
|
17 |
+
1. **Unified Handling of Multiple 3D Data Types.**
|
18 |
+
Although we currently focus on microscopic structures such as molecules, proteins, and crystals, the proposed method can be seamlessly applied to macroscopic 3D structures.
|
19 |
+
|
20 |
+
2. **Support for Diverse Tasks.**
|
21 |
+
Uni-3DAR naturally supports a wide range of tasks within a single model, especially for both generation and understanding.
|
22 |
+
|
23 |
+
3. **High Efficiency.**
|
24 |
+
It uses octree compression-in combination with our proposed 2-level subtree compression-to represent the full 3D space using only hundreds of tokens, compared with tens of thousands in a full-size grid. Our inference benchmarks also show that Uni-3DAR is much faster than diffusion-based models.
|
25 |
+
|
26 |
+
4. **High Accuracy.**
|
27 |
+
Building on octree compression, Uni-3DAR further tokenizes fine-grained 3D patches to maintain structural details, achieving substantially better generation quality than previous diffusion-based models.
|
28 |
+
|
29 |
+
Usage
|
30 |
+
-----
|
31 |
+
|
32 |
+
Please visit our GitHub Repo (https://github.com/dptech-corp/Uni-3DAR) for detailed instructions.
|
33 |
+
|
34 |
+
|
35 |
+
|
36 |
+
|