Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- computer-vision
|
| 7 |
+
- 3d-reconstruction
|
| 8 |
+
- novel-view-synthesis
|
| 9 |
+
- gaussian-splatting
|
| 10 |
+
- diffusion-models
|
| 11 |
+
- sparse-view-reconstruction
|
| 12 |
+
library_name: pytorch
|
| 13 |
+
pipeline_tag: image generation
|
| 14 |
---
|
| 15 |
+
|
| 16 |
+
# GeoQuery Checkpoint
|
| 17 |
+
|
| 18 |
+
This repository provides the pretrained checkpoint for **GeoQuery**, a geometry-guided diffusion framework for sparse-view 3D scene reconstruction and novel view refinement.
|
| 19 |
+
|
| 20 |
+
GeoQuery is designed to improve the rendering quality of sparse-view 3D Gaussian Splatting by using diffusion priors and explicit geometric guidance. Given artifact-prone novel-view renderings and reference views, GeoQuery performs geometry-aware restoration to reduce floating artifacts, structural distortions, texture errors, and cross-view inconsistencies.
|
| 21 |
+
|
| 22 |
+
> Code repository: [GeoQuery](https://github.com/Xiaoc7/GeoQuery)
|
| 23 |
+
|
| 24 |
+
## Model Description
|
| 25 |
+
|
| 26 |
+
GeoQuery introduces a geometry-guided query mechanism for diffusion-based novel view refinement. Instead of relying purely on corrupted rendered-view features for cross-view information retrieval, GeoQuery leverages explicit geometric correspondences to guide feature aggregation from reference views.
|
| 27 |
+
|
| 28 |
+
The released checkpoint is intended for research usage and reproducing the results of the GeoQuery project.
|
| 29 |
+
|
| 30 |
+
## Checkpoint
|
| 31 |
+
|
| 32 |
+
The checkpoint file included in this repository:
|
| 33 |
+
|
| 34 |
+
```text
|
| 35 |
+
geoquery_win3_down1.pkl
|