Skip to content

Commit 65f98a3

Browse files
committed
refs
1 parent 71fc6ea commit 65f98a3

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

paper/paper.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ This work has been supported by the European Space Agency (ESA) $\Phi$-Lab, with
182182
# Appendix
183183
## Appendix A – Architecture and Training Components
184184

185-
**Table A1. Implemented generator types and their characteristics.** {#tbl:arch}
185+
Table A1. **Implemented generator types and their characteristics.** {#tbl:arch}
186186

187187
| **Generator Type** | **Description** |
188188
|:-------------------|:----------------|
@@ -194,7 +194,7 @@ This work has been supported by the European Space Agency (ESA) $\Phi$-Lab, with
194194
| `cgan` [@cgan]| Stochastic Conditional Generator with `NoiseResBlock`. |
195195

196196

197-
**Table A2. Implemented discriminator types and their purposes.** {#tbl:disc}
197+
Table A2. **Implemented discriminator types and their purposes.** {#tbl:disc}
198198

199199
| **Discriminator Type** | **Description** |
200200
|:-----------------------|:----------------|
@@ -203,7 +203,7 @@ This work has been supported by the European Space Agency (ESA) $\Phi$-Lab, with
203203
| `esrgan` [@rrdb] | ESRGAN discriminator with configurable base channels and linear head size to complement RRDB generators. |
204204

205205

206-
**Table A3. Implemented training features for stable adversarial optimization.** {#tbl:train}
206+
Table A3. **Implemented training features for stable adversarial optimization.** {#tbl:train}
207207

208208
| **Feature** | **Description** |
209209
|:-------------|:----------------|
@@ -220,7 +220,7 @@ This work has been supported by the European Space Agency (ESA) $\Phi$-Lab, with
220220
| `Training.gpus` | Enables distributed data-parallel training when multiple GPU indices are listed, scaling training efficiently via PyTorch Lightning. |
221221

222222

223-
**Table A4. Supported loss components and configuration parameters.** {#tbl:loss}
223+
Table A4. **Supported loss components and configuration parameters.** {#tbl:loss}
224224

225225
| **Loss Type** | **Description** |
226226
|:---------------|:----------------|
@@ -235,7 +235,7 @@ This work has been supported by the European Space Agency (ESA) $\Phi$-Lab, with
235235

236236
During training, scalar metrics are continuously logged in **Weights & Biases**. These indicators quantify loss dynamics, adversarial balance, and stability. Table B1 summarises the most relevant internal metrics tracked by *OpenSR-SRGAN*.
237237

238-
**Table B1. Key internal metrics tracked during training and validation.** {#tbl:metrics}
238+
Table B1. **Key internal metrics tracked during training and validation.** {#tbl:metrics}
239239

240240
| **Metric** | **Description and Expected Behaviour** |
241241
|:-----------|:--------------------------------------|
@@ -269,7 +269,7 @@ Qualitative results show sharper fields, buildings, and roads compared to bicubi
269269

270270
![False-color visual comparison for 4× RGB SR on SEN2NAIP. Left to right: LR input, model output, HR reference.](figures/rgb_example.png){#fig:exp1}
271271

272-
**Table C1. Configuration summary for the SEN2NAIP RGB experiment.** {#tbl:exp1config}
272+
Table C1. **Configuration summary for the SEN2NAIP RGB experiment.** {#tbl:exp1config}
273273

274274
| **Parameter** | **Setting** |
275275
|:---------------|:------------|
@@ -280,7 +280,7 @@ Qualitative results show sharper fields, buildings, and roads compared to bicubi
280280
| Training schedule | Pretrain 150k steps; Ramp 50k steps; EMA β = 0.999 |
281281
| Hardware | Dual A100 (DDP), 16-bit precision |
282282

283-
**Table C2. Validation performance of the SEN2NAIP RGB experiment (4×).** {#tbl:exp1results}
283+
Table C2. **Validation performance of the SEN2NAIP RGB experiment (4×).** {#tbl:exp1results}
284284

285285
| **Model** | **PSNR↑** | **SSIM↑** | **LPIPS↑** | **SAM↓** |
286286
|:-----------|:----------:|:----------:|:-----------:|:----------:|
@@ -299,7 +299,7 @@ Figure C2 shows sharper edges and preserved spectral structure relative to bicub
299299

300300
![Visual comparison for 8× multispectral SR (6-band Sentinel-2). Left to right: LR input, model output, HR reference.](figures/swir_example.png){#fig:exp2}
301301

302-
**Table C3. Configuration summary for the 6-band Sentinel-2 experiment.**
302+
Table C3. **Configuration summary for the 6-band Sentinel-2 experiment.**
303303

304304
| **Parameter** | **Setting** |
305305
|:---------------|:------------|
@@ -310,7 +310,7 @@ Figure C2 shows sharper edges and preserved spectral structure relative to bicub
310310
| Training schedule | Pretrain 100k steps; Ramp 40k steps; EMA disabled |
311311
| Hardware | Dual A100 GPU, 32-bit precision |
312312

313-
**Table C4. Validation performance of the 6-band Sentinel-2 experiment (8×).**
313+
Table C4. **Validation performance of the 6-band Sentinel-2 experiment (8×).**
314314

315315
| **Model** | **PSNR↑** | **SSIM↑** | **LPIPS↑** | **SAM↓** |
316316
|:-----------|:----------:|:----------:|:-----------:|:----------:|

0 commit comments

Comments
 (0)