You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paper/paper.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ This work has been supported by the European Space Agency (ESA) $\Phi$-Lab, with
182
182
# Appendix
183
183
## Appendix A – Architecture and Training Components
184
184
185
-
**Table A1. Implemented generator types and their characteristics.** {#tbl:arch}
185
+
Table A1. **Implemented generator types and their characteristics.** {#tbl:arch}
186
186
187
187
|**Generator Type**|**Description**|
188
188
|:-------------------|:----------------|
@@ -194,7 +194,7 @@ This work has been supported by the European Space Agency (ESA) $\Phi$-Lab, with
194
194
|`cgan`[@cgan]| Stochastic Conditional Generator with `NoiseResBlock`. |
195
195
196
196
197
-
**Table A2. Implemented discriminator types and their purposes.** {#tbl:disc}
197
+
Table A2. **Implemented discriminator types and their purposes.** {#tbl:disc}
198
198
199
199
|**Discriminator Type**|**Description**|
200
200
|:-----------------------|:----------------|
@@ -203,7 +203,7 @@ This work has been supported by the European Space Agency (ESA) $\Phi$-Lab, with
203
203
|`esrgan`[@rrdb]| ESRGAN discriminator with configurable base channels and linear head size to complement RRDB generators. |
204
204
205
205
206
-
**Table A3. Implemented training features for stable adversarial optimization.** {#tbl:train}
206
+
Table A3. **Implemented training features for stable adversarial optimization.** {#tbl:train}
207
207
208
208
|**Feature**|**Description**|
209
209
|:-------------|:----------------|
@@ -220,7 +220,7 @@ This work has been supported by the European Space Agency (ESA) $\Phi$-Lab, with
220
220
|`Training.gpus`| Enables distributed data-parallel training when multiple GPU indices are listed, scaling training efficiently via PyTorch Lightning. |
221
221
222
222
223
-
**Table A4. Supported loss components and configuration parameters.** {#tbl:loss}
223
+
Table A4. **Supported loss components and configuration parameters.** {#tbl:loss}
224
224
225
225
|**Loss Type**|**Description**|
226
226
|:---------------|:----------------|
@@ -235,7 +235,7 @@ This work has been supported by the European Space Agency (ESA) $\Phi$-Lab, with
235
235
236
236
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*.
237
237
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}
239
239
240
240
|**Metric**|**Description and Expected Behaviour**|
@@ -299,7 +299,7 @@ Figure C2 shows sharper edges and preserved spectral structure relative to bicub
299
299
300
300
{#fig:exp2}
301
301
302
-
**Table C3. Configuration summary for the 6-band Sentinel-2 experiment.**
302
+
Table C3. **Configuration summary for the 6-band Sentinel-2 experiment.**
303
303
304
304
|**Parameter**|**Setting**|
305
305
|:---------------|:------------|
@@ -310,7 +310,7 @@ Figure C2 shows sharper edges and preserved spectral structure relative to bicub
310
310
| Training schedule | Pretrain 100k steps; Ramp 40k steps; EMA disabled |
311
311
| Hardware | Dual A100 GPU, 32-bit precision |
312
312
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×).**
0 commit comments