TrNi commited on
Commit
1b45737
·
verified ·
1 Parent(s): 40bd7a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -26
README.md CHANGED
@@ -14,6 +14,10 @@ pipeline_tag: text-to-3d
14
  ---
15
 
16
  # 🚀 First INT4 Quantized Efficient-Cube3D - Run on Half the VRAM
 
 
 
 
17
  ![](https://img.shields.io/badge/Model_Size-1.26_GB_(82%25↓)-blueviolet)
18
  ![](https://img.shields.io/badge/Peak_VRAM-11.3_GB_(55%25↓)-brightgreen)
19
  ![](https://img.shields.io/badge/Setup_Time-6.9s_(97%25↓)-blue)
@@ -35,11 +39,11 @@ enabling 3D shape generation on much smaller, more accessible GPUs.
35
  </mark>
36
 
37
  ### Original BF16 vs Quantized INT4 Comparisons:
38
- ##### A. Easy Categories (7)
39
  ![Easy categories](assets/easy.gif)
40
- ##### B. Medium Categories (6)
41
  ![Medium categories](assets/medium.gif)
42
- ##### C. Complex Categories (2)
43
  ![Complex categories](assets/complex.gif)
44
 
45
 
@@ -58,36 +62,36 @@ Quantization method: **RTN W4A16**, group_size=128, via [torchao](https://github
58
  | `quant_config.json` | tiny | Quantization metadata |
59
 
60
 
61
- ## New Benchmarking Dataset (15-categories, 170 prompts)
62
 
63
- ### Shape Quality (Chamfer Distance, 15 categories, 170 prompts):
64
 
65
- Median Chamfer Distance: 67.9 × 10⁻³
66
 
67
- Best categories: `vehicle_land` (41.4), `geometric_primitive` (46.5), `animal_wild` (53.8).
68
- Complex categories: `symmetry_topology` (205.8), `abstract_mathematical` (167.9) - high variance.
69
 
70
 
71
- | Category | Mean | Std | n |
72
- |---|---:|---:|---:|
73
  **Easy** (CD × 10⁻³ < 75)
74
- | vehicle_land | 41.4 | 21.1 | 10 |
75
- | geometric_primitive | 46.5 | 25.8 | 10 |
76
- | animal_wild | 53.8 | 21.2 | 10 |
77
- | animal_domestic | 56.5 | 21.2 | 10 |
78
- | tool_hardware | 66.7 | 44.7 | 10 |
79
- | furniture | 70.4 | 34.2 | 10 |
80
- | musical_instrument | 72.5 | 45.7 | 10 |
81
  **Medium** (CD × 10⁻³ 75–100)
82
- | vehicle_air_water | 75.3 | 36.1 | 10 |
83
- | fine_detail | 79.2 | 54.8 | 10 |
84
- | visualization_stylized | 85.0 | 46.8 | 30 |
85
- | electronics | 92.2 | 50.1 | 10 |
86
- | architecture | 92.8 | 50.0 | 10 |
87
- | nature_plant | 98.2 | 44.0 | 10 |
 
88
  **Complex** (CD × 10⁻³ > 100)
89
- | abstract_mathematical | 167.9 | 165.1 | 10 |
90
- | symmetry_topology | 205.8 | 242.7 | 10 |
 
 
 
91
 
92
  ## Requirements
93
 
@@ -101,7 +105,7 @@ torchao==0.10.0
101
  The .pt file is a torchao pickle, torchao enables kernel-supported INT4 inference.
102
 
103
  ## Usage
104
- Please see the Google Colab tutorial.
105
 
106
 
107
  ## Quantization details
 
14
  ---
15
 
16
  # 🚀 First INT4 Quantized Efficient-Cube3D - Run on Half the VRAM
17
+
18
+ [![GitHub](https://img.shields.io/badge/GitHub-efficient--cube3d-black?logo=github)](https://github.com/TrNi/efficient-cube3d)
19
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://drive.google.com/file/d/1-mWdiDHJIozQnKC-bP9TmaWR0fQLRo2X/view?usp=sharing)
20
+
21
  ![](https://img.shields.io/badge/Model_Size-1.26_GB_(82%25↓)-blueviolet)
22
  ![](https://img.shields.io/badge/Peak_VRAM-11.3_GB_(55%25↓)-brightgreen)
23
  ![](https://img.shields.io/badge/Setup_Time-6.9s_(97%25↓)-blue)
 
39
  </mark>
40
 
41
  ### Original BF16 vs Quantized INT4 Comparisons:
42
+ ##### A. Easy Categories (3)
43
  ![Easy categories](assets/easy.gif)
44
+ ##### B. Medium Categories (7)
45
  ![Medium categories](assets/medium.gif)
46
+ ##### C. Complex Categories (5)
47
  ![Complex categories](assets/complex.gif)
48
 
49
 
 
62
  | `quant_config.json` | tiny | Quantization metadata |
63
 
64
 
65
+ ## New Benchmarking Dataset (15 categories, 310 prompts)
66
 
67
+ ### Shape Quality (Chamfer Distance, 15 categories, 310 prompts):
68
 
69
+ Median Chamfer Distance: 67.7 × 10⁻³
70
 
71
+ Best categories: `animal_domestic` (55.0), `vehicle_land` (52.2), `architecture` (54.0).
72
+ Complex categories: `symmetry_topology` (113.6), `abstract_mathematical` (107.2) high variance.
73
 
74
 
75
+ | Category | Median | Mean | Std | n |
76
+ |---|---:|---:|---:|---:|
77
  **Easy** (CD × 10⁻³ < 75)
78
+ | animal_domestic | 55.0 | 60.4 | 25.5 | 20 |
79
+ | vehicle_land | 52.2 | 61.1 | 39.0 | 20 |
80
+ | architecture | 54.0 | 61.7 | 29.9 | 20 |
 
 
 
 
81
  **Medium** (CD × 10⁻³ 75–100)
82
+ | musical_instrument | 43.1 | 79.0 | 86.3 | 20 |
83
+ | animal_wild | 65.2 | 80.4 | 45.2 | 20 |
84
+ | geometric_primitive | 40.8 | 81.0 | 90.2 | 20 |
85
+ | furniture | 74.9 | 82.5 | 39.8 | 20 |
86
+ | fine_detail | 57.7 | 83.3 | 72.8 | 20 |
87
+ | original_visuals | 71.6 | 79.5 | 47.3 | 30 |
88
+ | vehicle_air_water | 77.8 | 97.5 | 78.9 | 20 |
89
  **Complex** (CD × 10⁻³ > 100)
90
+ | electronics | 97.4 | 126.4 | 79.3 | 20 |
91
+ | nature_plant | 111.3 | 132.0 | 69.9 | 20 |
92
+ | tool_hardware | 63.7 | 139.5 | 193.7 | 20 |
93
+ | abstract_mathematical | 107.2 | 147.4 | 124.2 | 20 |
94
+ | symmetry_topology | 113.6 | 176.5 | 169.5 | 20 |
95
 
96
  ## Requirements
97
 
 
105
  The .pt file is a torchao pickle, torchao enables kernel-supported INT4 inference.
106
 
107
  ## Usage
108
+ Please see the [![Colab Tutorial](https://img.shields.io/badge/Open_Tutorial-4285F4?style=flat&logo=googlecolab&logoColor=white)](https://drive.google.com/file/d/1-mWdiDHJIozQnKC-bP9TmaWR0fQLRo2X/view?usp=sharing) notebook.
109
 
110
 
111
  ## Quantization details