anfera236 commited on
Commit
f79e840
·
verified ·
1 Parent(s): 55cb3db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -103,6 +103,7 @@ Users are expected to:
103
  1. Load `cube` from this dataset as the clean target.
104
  2. Apply the forward model to obtain noisy / low-res inputs for denoising and super-resolution experiments.
105
 
 
106
 
107
  ## Usage
108
  ```python
@@ -165,6 +166,23 @@ loss.backward()
165
  year={2024},
166
  publisher={IEEE}
167
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  ```
169
 
170
  ## Maintainers
 
103
  1. Load `cube` from this dataset as the clean target.
104
  2. Apply the forward model to obtain noisy / low-res inputs for denoising and super-resolution experiments.
105
 
106
+ If you want to replicate our **exact** results, you can use the reference cube provided at `SampleCube/gt2.npz`.
107
 
108
  ## Usage
109
  ```python
 
166
  year={2024},
167
  publisher={IEEE}
168
  }
169
+
170
+ @article{ramirez2025super,
171
+ title={Super-Resolved 3D Satellite Lidar Imaging of Earth Via Generative Diffusion Models},
172
+ author={Ramirez-Jaime, Andres and Porras-Diaz, Nestor and Arce, Gonzalo R and Stephen, Mark},
173
+ journal={IEEE Transactions on Geoscience and Remote Sensing},
174
+ year={2025},
175
+ publisher={IEEE}
176
+ }
177
+
178
+ @inproceedings{ramirez2025denoising,
179
+ title={Denoising and Super-Resolution of Satellite Lidars Using Diffusion Generative Models},
180
+ author={Ramirez-Jaime, Andres and Porras-Diaz, Nestor and Arce, Gonzalo R and Stephen, Mark},
181
+ booktitle={2025 IEEE Statistical Signal Processing Workshop (SSP)},
182
+ pages={1--5},
183
+ year={2025},
184
+ organization={IEEE}
185
+ }
186
  ```
187
 
188
  ## Maintainers