Pith. sign in

REVIEW 4 major objections 5 minor 74 references

Bridging Scales in Map Generation: A scale-aware cascaded generative mapping framework for seamless and consistent multi-scale cartographic representation

T0 review · 4 major / 5 minor · reviewed 2026-08-08 · deepseek-v4-flash

Pith's one-line read SCGM claims that multi-scale tile maps can be generated from remote sensing imagery by one self-cascading latent diffusion model that conditions each finer scale on the previously generated coarser map tile plus textual scale information…

desk verdict A genuinely novel cascaded latent diffusion idea for multi-scale map generation, but the evaluation never specifies whether test-time cascade references are ground truth or self-generated, and one ablation claim directly contradicts its own table. read the letter →

arxiv 2502.04991 v3 pith:FJDYNF56 submitted 2025-02-07 eess.IV cs.CV

classification eess.IVcs.CV
keywords generativemappingmulti-scaletilemapscascadedlatentdiffusionscale-awareconditioningimage-to-maptranslationcartographicgeneralizationremotesensingcartographyCLIPscaleencoding
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper introduces SCGM, a generative framework that turns remote sensing imagery into tile maps at several zoom levels at once, from roughly 1:35,000 down to 1:2,000. Its central claim is that a single latent diffusion model, run recursively, can use the map tile it just made at a coarser scale as a geographic constraint for making the next finer tile, and can use text-like scale descriptors to keep each output cartographically appropriate to its zoom. If correct, this would remove the two known failure modes of prior map generators: texture-only outputs that ignore cartographic generalization, and visible discontinuities where independently generated tiles are stitched together. The paper reports consistent wins over current single- and multi-scale baselines on FID, PSNR, SSIM, and a map-feature perception metric, and demonstrates large-format seamless map synthesis on a new dataset it contributes.

What carries the argument

Three modules carry the argument: ScaleEncoder, a CLIP-based text-to-embedding module that turns scale descriptors into a condition vector; MFEncoder, a dual-branch encoder that fuses remote sensing features with upsampled features from the smaller-scale reference tile using SPADE normalization; and SFAdapter, which projects the fused condition into multi-resolution features that are merged with corresponding U-Net decoder layers. The load-bearing mechanism is the cascade itself: the output tile at scale $k$ is reused as the spatial prior to generate the tile at scale $k+1$, so each finer tile inherits the structure of the coarser map, which is what suppresses edge artifacts and preserves cross-scale consistency.

What would settle it

Run SCGM recursively over several levels, for example from level 14 to level 18, and compare the resulting maps against the same model when ground-truth coarser tiles are used as cascade references instead of generated ones. If quality, measured by FID, MFP, and measured edge continuity, degrades steadily with recursion depth, or if substituting generated references for true references leaves performance unchanged, the cascade claim would be shown to be either harmful or vacuous. A second check is to stitch the generated tiles and measure cross-tile feature continuity against independent tile generation on identical data.

Watch

Extended reading notes

Core claim

The discovery is that scale is a conditioning modality rather than a fixed level label. The authors show that by embedding scale information such as map level, spatial resolution, scale ratio, and geospatial descriptions through a pretrained CLIP encoder, and by feeding the previously generated smaller-scale map tile as a cascade reference into the denoising U-Net, the same model can produce maps at successive scales that remain geographically aligned and visually continuous across tile boundaries. This is the SCGM framework. Their experiments claim that this formulation outperforms LACG, SMAPGAN, Pix2Pix, and other compared methods on MLMG-CN, MLMG-US, and their own CSCMG dataset, both in pixel-level quality metrics and in a semantic map-feature perception metric.

Load-bearing premise

The cascade works only if the smaller-scale map tile used as the reference is geographically correct and pixel-aligned with the remote sensing tile for the same area; if that prior strays, later scales inherit its errors, and the paper does not quantify how these errors accumulate across recursive stages.

Editorial extensions

If this is right

  • Emergency responders could obtain a fresh multi-scale tile set from a single satellite pass without waiting for manual vector generalization.
  • Tile stitching artifacts disappear by construction because each finer tile is generated in the context of the coarser tile that spatially surrounds it.
  • The same trained model can in principle be iterated past the trained levels, producing arbitrarily large and seamless map extents.
  • The ablation results indicate that a wider cascade span, 4X instead of 2X, improves generation quality, so cascade span is a tunable control over how much cartographic context the model uses.
  • The scale encoder actively represents map generalization, so outputs at 1:2,000 contain building-level detail while outputs at 1:8,000 show generalized structure rather than a single texture copied across zoom levels.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the cascade prior is trustworthy, the same architecture should transfer to other tile hierarchies, such as OpenStreetMap-style or topographic tiles, as long as paired multi-scale imagery and map tiles can be assembled; the paper's CSCMG dataset is a template for that resource.
  • The paper compares 2X and 4X cascade spans but does not analyze adaptive span selection; a testable extension is choosing the reference span region-by-region to avoid propagating artifacts in natural landscapes or small scales.
  • Because scale descriptors are encoded via CLIP text embeddings, a natural extension is text-driven map style control, where a user specifies a custom scale string and the generator conditions the output accordingly.
  • The success of the MFP metric for evaluation raises the possibility of using it as an auxiliary loss during training; the paper's own results suggest pixel-level metrics alone miss cartographic validity.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes SCGM, a scale-aware cascaded latent diffusion framework for generating multi-scale tile maps from remote sensing imagery. The framework introduces three components: a CLIP-based scale encoder that embeds scale information, an MFEncoder that fuses remote sensing and cascade reference features via SPADE blocks, and an SFAdapter that injects conditional features into the denoising U-Net. The method is evaluated on the MLMG dataset (Table 2) and a new CSCMG dataset (Table 3), reporting improved FID/PSNR/SSIM and a new MFP metric. The paper claims state-of-the-art performance and seamless cross-scale consistency, supported by qualitative visual comparisons and ablations in Table 4.

Significance. The framework addresses a real need in automated cartography, and the idea of conditioning each scale on a coarser prior is principled. The MLMG results are based on standard metrics and an external benchmark, which is a strength. However, the paper's main evidence for geographic fidelity rests on the self-defined MFP metric, whose direction is internally inconsistent, and the test-time conditioning source is ambiguous. These issues currently prevent the strong claims from being fully substantiated.

major comments (4)
  1. [4.3.2 / Table 4] The text in Section 4.3.2 states that incorporating the ScaleEncoder results in improvements across all metrics compared to the baseline, but Table 4 shows that with the 2X cascade, adding the ScaleEncoder worsens FID from 45.512 to 50.052; only the 4X row supports the claim. The narrative must be corrected to address this interaction between cascade span and scale encoder.
  2. [3.7 / Table 3] The direction of the MFP metric is contradictory: Section 3.7 says 'Lower MFP values indicate superior semantic fidelity and spatial coherence,' while Table 3 labels the column 'MFP↑' and the text celebrates SCGM's highest MFP of 0.7351. Because MFP is defined as a weighted sum of a similarity term (higher is better) and a distance term (lower is better), the interpretation is ambiguous. This metric is central to the paper's geographic-fidelity claims, so the contradiction must be resolved.
  3. [3.3 / 4.2] The test-time source of the cascade reference x0^(k) is never specified. The method description in Section 3.1 says the model conditions on the 'previously generated smaller-scale tile,' but the dataset construction (Figure 6) and training protocol use ground-truth coarser tiles. If evaluation uses ground-truth references, SCGM receives oracle information that the baselines do not, and the FID/PSNR gains in Tables 2 and 3 no longer support the claim of autonomous multi-scale generation; if self-generated references are used, error accumulation over recursive stages is unanalyzed. The authors must state the test-time conditioning source and, ideally, report both settings.
  4. [3.7 / Eq. (15)] The MFP metric is defined in the authors' companion paper (Sun and Bai, 2025) with weights lambda1=10 and lambda2=1 described as 'empirically determined,' and no external validation is provided. Using a self-defined metric as the primary evidence for the central claim of geographic fidelity is circular; the paper should validate MFP against human judgments or established semantic metrics, or de-emphasize it in the conclusions.
minor comments (5)
  1. [4.2.1] The text refers to 'LCAG' and 'LCAG' while the baseline is named LACG elsewhere; please use a consistent name throughout.
  2. [Table 3 / 4.2.3] The baseline 'SMAGAN' in Table 3 and Section 4.2.3 should be 'SMAPGAN'.
  3. [3.2 / Eq. (2), (11)] The formulations y = arg min_y -log p(y|x) and y = arg min_y -log p_theta(x|c) do not correspond to the diffusion training or sampling procedure; they appear to confuse optimization over the output with maximum-likelihood estimation. Please rephrase using the standard noise-prediction objective (Eq. 12) and reverse-process sampling.
  4. [4.3.2] The phrase 'an 8.3 increase in the FID score' is ambiguous because FID is lower-is-better; the authors likely mean a decrease or improvement and should state this clearly.
  5. [Figure 9 / Section 5.1] The smoothness and continuity claim is supported only by qualitative visual evidence; consider adding a quantitative measure of tile-boundary continuity to substantiate the 'seamless' claim.

Circularity Check

1 steps flagged · score 4.0 of 10

Partially self-referential evaluation: the cartographic-fidelity metric MFP is defined in the authors' own companion paper with empirically chosen weights, but FID/PSNR on an external benchmark provide independent support.

  1. self citation load bearing [Section 3.7 (Eqs. 13-15), Section 4.2.3, and Section 6]
    "To address the limitations of pixel or distribution-based metrics in assessing semantic-level cartographic features, we employ the map feature perception metric MFP (Sun and Bai, 2025). ... MFP = λ1 G + λ2 S with λ1 = 10 and λ2 = 1 empirically determined. Lower MFP values indicate superior semantic fidelity and spatial coherence. A detailed explanation of the interpretability and spatial consistency of the MFP metric is provided in (Sun and Bai, 2025)."

    The distinctive claim that SCGM preserves cartographic semantic fidelity and spatial coherence is measured by MFP, a metric defined in the authors' own companion paper (Sun and Bai, 2025), with combination weights that are 'empirically determined' rather than derived or externally validated. The evaluation section then uses this metric as the key evidence that SCGM's scale-aware cartographic generalization is real, and the conclusion repeats 'as measured by the map feature perception metric.' Thus the distinctive part of the quality claim rests on an author-defined, empirically weighted measure rather than on an independently established instrument. This is a load-bearing self-citation.

full rationale

The core derivation chain in Sections 3.1-3.6 is not circular: Eq. (3) defines a conditional generation objective, Eq. (4) specifies how the smaller-scale cascade tile is encoded and fused, and Eq. (12) is a standard diffusion denoising loss. No fitted parameter is renamed as a prediction, no uniqueness theorem is imported from the authors' prior work, and the cascaded architecture is a normal conditional-design choice rather than a definitional restatement of the claimed result. The evaluation does contain one self-referential component: the cartographic-fidelity metric MFP is introduced in the authors' companion paper with empirically determined weights, and the paper's conclusion leans on MFP to support the geographic-fidelity claim. That is a genuine but partial self-citation issue. I also note that the manuscript never explicitly states whether the cascade tile used at test time on MLMG is the model's own previous output or a ground-truth lower-scale tile; if it were the latter, the seamless-consistency result would be an oracle-conditioned comparison. However, the paper describes the cascade as 'previously generated smaller-scale tiles,' and no direct quote establishes the ground-truth-at-test reduction needed for a stronger circularity charge under the stated hard rules. Overall, the central performance claim has independent support from FID/PSNR comparisons on the external MLMG dataset, so the score is 4 rather than higher.

Assumptions & free parameters 2 free parameters · 5 assumptions · 1 invented entities

No new physical entities are introduced. The main new construct is the MFP metric, defined in the authors' companion paper with fitted weights. The central claim depends on the listed domain assumptions about Stable Diffusion adaptation, cascade-reference validity, CLIP scale semantics, Google Maps ground truth, and the MFP metric's validity.

free parameters (2)
  • MFP weights lambda1 and lambda2 = lambda1 = 10, lambda2 = 1
    Empirically determined in Equation (15); used to compute the central semantic fidelity metric on which SCGM is judged best.
  • Cascade span = 4X (versus 2X)
    After comparing 2X and 4X cascade spans in Table 4, 4X is selected as the final configuration because it gives the best metrics; this is model selection on the test benchmark, not a prediction.
assumptions (5)
  • domain assumption Stable Diffusion 2.1 base latent space can be adapted to cartographic map tiles by fine-tuning a linear layer and adapters.
    The pipeline assumes the pre-trained latent diffusion model, when conditioned via MFEncoder and SFAdapter, can represent map semantics at multiple scales; not derived in the paper.
  • domain assumption Lower-scale map tiles are valid spatial priors for the next scale, and cascaded conditioning prevents rather than propagates errors.
    Sections 3.1 and 3.3 state generation at stage k+1 conditions on x0^(k); the paper does not analyze error accumulation, yet claims seamless multi-scale consistency.
  • domain assumption CLIP text embeddings of strings such as 'Level:16, resolution: 2.389, scale: 1:8000' capture meaningful cartographic scale semantics.
    Used in Equation (5) and Figure 3; no evidence is provided in the paper that CLIP generalizes to numerical scale strings.
  • domain assumption Google Maps tiles are an acceptable ground truth for cartographic generalization, and the RS-map pairs in CSCMG are correctly aligned.
    CSCMG is built from Google Maps' free tile service; the paper treats these tiles as ground truth for quality metrics.
  • ad hoc to paper The MFP metric measures map feature perception and spatial consistency as claimed.
    MFP is from the authors' companion paper (Sun and Bai, 2025) with fitted weights; it is used as central evidence of geographic fidelity but has no independent validation in this paper.
invented entities (1)
  • MFP (Map Feature Perception metric)
    purpose: Evaluate global semantic alignment and spatial consistency of generated maps; used as central evidence that SCGM preserves cartographic fidelity.
    MFP is proposed in the authors' own prior work (Sun and Bai, 2025), with empirically determined weights lambda1=10 and lambda2=1; no external benchmark or third-party validation is provided in this paper.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Bridging Scales in Map Generation: A scale-aware cascaded generative mapping framework for seamless and consistent multi-scale cartographic representation." pith.science (2026). https://pith.science/paper/FJDYNF56

@misc{pith2026250204991,
  author       = {Pith},
  title        = {Pith review of: Bridging Scales in Map Generation: A scale-aware cascaded generative mapping framework for seamless and consistent multi-scale cartographic representation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/FJDYNF56}},
  note         = {Machine review of arXiv:2502.04991}
}
read the original abstract

Multi-scale tile maps are essential for geographic information services, serving as fundamental outcomes of surveying and cartographic workflows. While existing image generation networks can produce map-like outputs from remote sensing imagery, their emphasis on replicating texture rather than preserving geospatial features limits cartographic validity. Current approaches face two fundamental challenges: inadequate integration of cartographic generalization principles with dynamic multi-scale generation and spatial discontinuities arising from tile-wise generation. To address these limitations, we propose a scale-aware cartographic generation framework (SCGM) that leverages conditional guided diffusion and a multi-scale cascade architecture. The framework introduces three key innovations: a scale modality encoding mechanism to formalize map generalization relationships, a scale-driven conditional encoder for robust feature fusion, and a cascade reference mechanism ensuring cross-scale visual consistency. By hierarchically constraining large-scale map synthesis with small-scale structural priors, SCGM effectively mitigates edge artifacts while maintaining geographic fidelity. Comprehensive evaluations on cartographic benchmarks confirm the framework's ability to generate seamless multi-scale tile maps with enhanced spatial coherence and generalization-aware representation, demonstrating significant potential for emergency mapping and automated cartography applications.

Figures

Figures reproduced from arXiv: 2502.04991 by the authors.

Figure 1
Figure 1. The generation of multi-scale maps from remote￾sensing images can leverage scale information and tile seg￾mentation in multi-scale tile map samples. current flaws of applying generation method in multi-scale cartography from remote sensing images lay in three aspects: 1) Single-scale models fail to generate coherent multi￾scale maps essential for hierarchical decision-making. Lever￾aging cartographic expertise from … view at source ↗
Figure 2
Figure 2. Overview of the SCGM framework: a hierarchical, self-cascading pipeline that progressively synthesizes multi-scale tile maps by refining smaller-scale outputs under explicit scale conditioning. To address these limitations, drawing inspiration from advancements in decoupled feature learning, we propose the following revised modeling approach: 𝑦 = arg min 𝑦 − log (𝑝 (𝑦 ∣ 𝑥, 𝑐𝑜𝑛, 𝑟𝑠𝑚)) (3) where 𝑐𝑜𝑛 and 𝑟𝑠𝑚 represent … view at source ↗
Figure 3
Figure 3. The SCGM architecture leverages a VAE to transition the diffusion and reverse processes from pixel space to latent space. During training, the latent representation of the target map, 𝑧0 , undergoes a progressive transformation into 𝑧𝑡 through the diffusion process, followed by denoising achieved via a U-Net network. Two bespoke modules are introduced to further refine the denoising process: MFEncoder and SFAdapter.… view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: Detailed structure of the MFEncoder, SPADE module and basic blocks. 3.4. Map feature encoder To enable effective integration of semantic cues from cascading reference tiles into remote sensing image tiles, we propose a multi-branch map feature encoder MFEncoder, as sho…
Figure 5
Figure 5. Figure 5: Examples of RS-Map tile sample pairs from scales 1:35,000 to 1:2,000 in the CSCMG dataset are provided, covers a broad range of cross-scale scenarios [PITH_FULL_IMAGE:figures/full_fig_p007_5.png]
Figure 6
Figure 6. Figure 6: Examples of cascade references from scales of 1:8,000 to 1:2,000 in the CSCMG dataset. The dataset provides 2X or 4X cascade references, with image resolutions of 128 and 64. multi-scale constraints: reference tiles (64 or 128 resolution) are upscaled to 256×256 via bi…
Figure 7
Figure 7. Figure 7: Generated results on the MLMG-US test set using SCGM and baseline methods, highlighting SCGM’s superior seamless tile synthesis and geographic detail preservation across scales. In the training process, the pretrained model is fine-tuned using the loss function describ…
Figure 8
Figure 8. Figure 8: Incremental visual results showcasing seamless, high-quality tile map generation with the addition of cascade referencing (MFEncoder) and scale encoding (ScaleEncoder). The orange box highlights fine-grained map details contributed by cascade references, while the red …
Figure 9
Figure 9. Figure 9: Seamless tile map generation: SCGM demonstrates powerful capabilities on generating seamless, multi-scale, large￾format, and virtually limitless tile maps. from remote sensing images, and embeds them into the pre￾trained generator. This process enables the model to dis…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

74 extracted references · 71 canonical work pages

  1. [1]

    Goodfellow, J

    I. Goodfellow, J. Pouget-Abadie , M. Mirza, B. Xu, D. Warde-Farley , S. Ozair, A. Courville, and Y. Bengio, ``Generative Adversarial Nets ,'' in Advances in Neural Information Processing Systems 27 , Z. Ghahramani, M. Welling, C. Cortes, N. D. Lawrence, and K. Q. Weinberger, Eds. 1em plus 0.5em minus 0.4em Curran Associates, Inc., 2014, pp. 2672--2680

  2. [2]

    Isola, J.-Y

    P. Isola, J.-Y. Zhu, T. Zhou, and A. A. Efros, ``Image-to- Image Translation with Conditional Adversarial Networks ,'' in 2017 IEEE Conference on Computer Vision and Pattern Recognition ( CVPR ) . 1em plus 0.5em minus 0.4em Honolulu, HI: IEEE, Jul. 2017, pp. 5967--5976

  3. [3]

    Wang, M.-Y

    T.-C. Wang, M.-Y. Liu, J.-Y. Zhu, A. Tao, J. Kautz, and B. Catanzaro, ``High- Resolution Image Synthesis and Semantic Manipulation with Conditional GANs ,'' arXiv:1711.11585 [cs], Aug. 2018

  4. [4]

    J.-Y. Zhu, T. Park, P. Isola, and A. A. Efros, ``Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks ,'' arXiv:1703.10593 [cs], Nov. 2018

  5. [5]

    Ganguli, P

    S. Ganguli, P. Garzon, and N. Glaser, `` GeoGAN : A Conditional GAN with Reconstruction and Style Loss to Generate Standard Layer of Maps from Satellite Images ,'' Apr. 2019

  6. [6]

    X. Chen, S. Chen, T. Xu, B. Yin, J. Peng, X. Mei, and H. Li, `` SMAPGAN : Generative Adversarial Network-Based Semisupervised Styled Map Tile Generation Method ,'' IEEE Transactions on Geoscience and Remote Sensing, vol. 59, no. 5, pp. 4388--4406, May 2021

  7. [7]

    Y. Fu, S. Liang, D. Chen, and Z. Chen, ``Translation of Aerial Image Into Digital Map via Discriminative Segmentation and Creative Generation ,'' IEEE Transactions on Geoscience and Remote Sensing, pp. 1--15, 2021

  8. [8]

    Y. Liu, W. Wang, F. Fang, L. Zhou, C. Sun, Y. Zheng, and Z. Chen, `` CscGAN : Conditional Scale-Consistent Generation Network for Multi-Level Remote Sensing Image to Map Translation ,'' Remote Sensing, vol. 13, no. 10, p. 1936, May 2021

Show all 74 references
  1. [9]

    Y. Fu, Z. Fang, L. Chen, T. Song, and D. Lin, ``Level- Aware Consistent Multilevel Map Translation From Satellite Imagery ,'' IEEE Transactions on Geoscience and Remote Sensing, vol. 61, pp. 1--14, 2023

  2. [10]

    J. Ho, A. Jain, and P. Abbeel, ``Denoising Diffusion Probabilistic Models ,'' Dec. 2020

  3. [11]

    J. Song, C. Meng, and S. Ermon, ``Denoising Diffusion Implicit Models ,'' Oct. 2022

  4. [12]

    Dhariwal and A

    P. Dhariwal and A. Nichol, ``Diffusion Models Beat GANs on Image Synthesis ,'' Jun. 2021

  5. [13]

    T. Wang, T. Zhang, B. Zhang, H. Ouyang, D. Chen, Q. Chen, and F. Wen, ``Pretraining is All You Need for Image-to-Image Translation ,'' May 2022

  6. [14]

    Saharia, W

    C. Saharia, W. Chan, H. Chang, C. Lee, J. Ho, T. Salimans, D. Fleet, and M. Norouzi, ``Palette: Image-to-Image Diffusion Models ,'' in Special Interest Group on Computer Graphics and Interactive Techniques Conference Proceedings . 1em plus 0.5em minus 0.4em Vancouver BC Canada...

  7. [15]

    W. Wang, J. Bao, W. Zhou, D. Chen, D. Chen, L. Yuan, and H. Li, ``Semantic Image Synthesis via Diffusion Models ,'' Nov. 2022

  8. [16]

    Zhong, R

    L. Zhong, R. Onishi, L. Wang, L. Ruan, and S. J. Tan, ``A Scalable Blockchain-based High-Definition Map Update Management System ,'' in 2021 IEEE International Smart Cities Conference ( ISC2 ) , Sep. 2021, pp. 1--4

  9. [17]

    R. Wang, H. Jiang, and Y. Li, `` UPerNet with ConvNeXt for Semantic Segmentation ,'' in 2023 IEEE 3rd International Conference on Electronic Technology , Communication and Information ( ICETCI ) , May 2023, pp. 764--769

  10. [18]

    X. Ma, X. Zhang, M.-O. Pun, and M. Liu, ``A Multilevel Multimodal Fusion Transformer for Remote Sensing Semantic Segmentation ,'' IEEE Transactions on Geoscience and Remote Sensing, vol. 62, pp. 1--15, 2024

  11. [19]

    Zhang, X

    J. Zhang, X. Yang, R. Jiang, W. Shao, and L. Zhang, `` RSAM-Seg : A SAM-based Approach with Prior Knowledge Integration for Remote Sensing Image Semantic Segmentation ,'' Feb. 2024

  12. [20]

    Toker, M

    A. Toker, M. Eisenberger, D. Cremers, and L. Leal-Taix \'e , `` SatSynth : Augmenting image-mask pairs through diffusion models for aerial semantic segmentation,'' Mar. 2024

  13. [21]

    Z. Zhao, H. Bai, J. Zhang, Y. Zhang, S. Xu, Z. Lin, R. Timofte, and L. Van Gool, `` CDDFuse : Correlation-Driven Dual-Branch Feature Decomposition for Multi-Modality Image Fusion ,'' in Proceedings of the IEEE / CVF Conference on Computer Vision and Pattern Recognition , 2023,...

  14. [22]

    D. Peng, P. Hu, Q. Ke, and J. Liu, ``Diffusion-based Image Translation with Label Guidance for Domain Adaptive Semantic Segmentation ,'' in Proceedings of the IEEE / CVF International Conference on Computer Vision , 2023, pp. 808--820

  15. [23]

    J. Lu, G. He, H. Dou, Q. Gao, L. Fang, and Y. Deng, `` ScoreSeg : Leveraging Score-based Generative Model for Self-Supervised Semantic Segmentation of Remote Sensing ,'' IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, pp. 1--16, 2023

  16. [24]

    Ayala, R

    C. Ayala, R. Sesma, C. Aranda, and M. Galar, ``Diffusion models for remote sensing imagery semantic segmentation,'' in IGARSS 2023 - 2023 IEEE International Geoscience and Remote Sensing Symposium , Jul. 2023, pp. 5654--5657

  17. [25]

    Z. Chen, D. Li, W. Fan, H. Guan, C. Wang, and J. Li, ``Self- Attention in Reconstruction Bias U-Net for Semantic Segmentation of Building Rooftops in Optical Remote Sensing Images ,'' Remote Sensing, vol. 13, no. 13, p. 2524, Jun. 2021

  18. [26]

    Cheng, I

    B. Cheng, I. Misra, A. G. Schwing, A. Kirillov, and R. Girdhar, ``Masked- Attention Mask Transformer for Universal Image Segmentation ,'' in Proceedings of the IEEE / CVF Conference on Computer Vision and Pattern Recognition , 2022, pp. 1290--1299

  19. [27]

    T. Shen, Y. Zhang, L. Qi, J. Kuen, X. Xie, J. Wu, Z. Lin, and J. Jia, ``High Quality Segmentation for Ultra High-Resolution Images ,'' in Proceedings of the IEEE / CVF Conference on Computer Vision and Pattern Recognition , 2022, pp. 1310--1319

  20. [28]

    Jiang, C

    J. Jiang, C. Lyu, S. Liu, Y. He, and X. Hao, `` RWSNet : A semantic segmentation network based on SegNet combined with random walk for remote sensing,'' International Journal of Remote Sensing, vol. 41, no. 2, pp. 487--505, Jan. 2020

  21. [29]

    J. Yao, B. Zhang, C. Li, D. Hong, and J. Chanussot, ``Extended Vision Transformer ( ExViT ) for Land Use and Land Cover Classification : A Multimodal Deep Learning Framework ,'' IEEE Transactions on Geoscience and Remote Sensing, vol. 61, pp. 1--15, 2023

  22. [30]

    F. Wang, J. Ji, and Y. Wang, `` DSViT : Dynamically Scalable Vision Transformer for Remote Sensing Image Segmentation and Classification ,'' IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, vol. 16, pp. 5441--5452, 2023

  23. [31]

    X. Chen, Z. Liu, H. Tang, L. Yi, H. Zhao, and S. Han, `` SparseViT : Revisiting Activation Sparsity for Efficient High-Resolution Vision Transformer ,'' Mar. 2023

  24. [32]

    Y. Li, J. Luo, Y. Zhang, Y. Tan, J.-G. Yu, and S. Bai, ``Learning to Holistically Detect Bridges From Large-Size VHR Remote Sensing Imagery ,'' IEEE Transactions on Pattern Analysis and Machine Intelligence, pp. 1--18, 2024

  25. [33]

    S. Zhao, H. Chen, X. Zhang, P. Xiao, L. Bai, and W. Ouyang, `` RS-mamba for large remote sensing image dense prediction,'' Mar. 2024

  26. [34]

    S. Guo, L. Liu, Z. Gan, Y. Wang, W. Zhang, C. Wang, G. Jiang, W. Zhang, R. Yi, L. Ma, and K. Xu, `` ISDNet : Integrating Shallow and Deep Networks for Efficient Ultra-high Resolution Segmentation ,'' in 2022 IEEE / CVF Conference on Computer Vision and Pattern Recognition ( CV...

  27. [35]

    J. Xi, O. K. Ersoy, J. Fang, M. Cong, T. Wu, C. Zhao, and Z. Li, ``Wide Sliding Window and Subsampling Network for Hyperspectral Image Classification ,'' Remote Sensing, vol. 13, no. 7, p. 1290, Mar. 2021

  28. [36]

    P. Luc, C. Couprie, S. Chintala, and J. Verbeek, ``Semantic Segmentation using Adversarial Networks ,'' Nov. 2016

  29. [37]

    Z. Chen, C. Wang, J. Li, N. Xie, Y. Han, and J. Du, ``Reconstruction Bias U-Net for Road Extraction From Optical Remote Sensing Images ,'' IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, vol. 14, pp. 2284--2294, 2021

  30. [38]

    X. Yang, J. Yang, J. Yan, Y. Zhang, T. Zhang, Z. Guo, X. Sun, and K. Fu, `` SCRDet : Towards More Robust Detection for Small , Cluttered and Rotated Objects ,'' in Proceedings of the IEEE / CVF International Conference on Computer Vision , 2019, pp. 8232--8241

  31. [39]

    J. Ding, N. Xue, Y. Long, G.-S. Xia, and Q. Lu, ``Learning RoI Transformer for Oriented Object Detection in Aerial Images ,'' in Proceedings of the IEEE / CVF Conference on Computer Vision and Pattern Recognition , 2019, pp. 2849--2858

  32. [40]

    S. Yin, H. Li, and L. Teng, ``Airport Detection Based on Improved Faster RCNN in Large Scale Remote Sensing Images ,'' Sensing and Imaging, vol. 21, no. 1, p. 49, Dec. 2020

  33. [41]

    Li and C

    P. Li and C. Che, `` SeMo-YOLO : A Multiscale Object Detection Network in Satellite Remote Sensing Images ,'' in 2021 International Joint Conference on Neural Networks ( IJCNN ) . 1em plus 0.5em minus 0.4em Shenzhen, China: IEEE, Jul. 2021, pp. 1--8

  34. [42]

    J. Han, J. Ding, N. Xue, and G.-S. Xia, `` ReDet : A Rotation-Equivariant Detector for Aerial Object Detection ,'' in Proceedings of the IEEE / CVF Conference on Computer Vision and Pattern Recognition , 2021, pp. 2786--2795

  35. [43]

    C. Xia, X. Wang, F. Lv, X. Hao, and Y. Shi, `` ViT-CoMer : Vision Transformer with Convolutional Multi-scale Feature Interaction for Dense Predictions ,'' in Proceedings of the IEEE / CVF Conference on Computer Vision and Pattern Recognition , 2024, pp. 5493--5502

  36. [44]

    Muhtar, Z

    D. Muhtar, Z. Li, F. Gu, X. Zhang, and P. Xiao, `` LHRS-Bot : Empowering Remote Sensing with VGI-Enhanced Large Multimodal Language Model ,'' Feb. 2024

  37. [45]

    Zhang, M

    W. Zhang, M. Cai, T. Zhang, Y. Zhuang, and X. Mao, `` EarthGPT : A Universal Multimodal Large Language Model for Multisensor Image Comprehension in Remote Sensing Domain ,'' IEEE Transactions on Geoscience and Remote Sensing, vol. 62, pp. 1--20, 2024

  38. [46]

    Kuckreja, M

    K. Kuckreja, M. S. Danish, M. Naseer, A. Das, S. Khan, and F. S. Khan, `` GeoChat : Grounded Large Vision-Language Model for Remote Sensing ,'' in Proceedings of the IEEE / CVF Conference on Computer Vision and Pattern Recognition , 2024, pp. 27\,831--27\,840

  39. [47]

    X. Guo, J. Lao, B. Dang, Y. Zhang, L. Yu, L. Ru, L. Zhong, Z. Huang, K. Wu, D. Hu, H. He, J. Wang, J. Chen, M. Yang, Y. Zhang, and Y. Li, `` SkySense : A Multi-Modal Remote Sensing Foundation Model Towards Universal Interpretation for Earth Observation Imagery ,'' in Proceedin...

  40. [48]

    U. Mall, C. P. Phoo, M. K. Liu, C. Vondrick, B. Hariharan, and K. Bala, ``Remote Sensing Vision-Language Foundation Models without Annotations via Ground Remote Alignment ,'' Dec. 2023

  41. [49]

    Zhang, Y

    Y. Zhang, Y. Yin, R. Zimmermann, G. Wang, J. Varadarajan, and S.-K. Ng, ``An Enhanced GAN Model for Automatic Satellite-to-Map Image Conversion ,'' IEEE Access, vol. 8, pp. 176\,704--176\,716, 2020

  42. [50]

    J. Li, Z. Chen, X. Zhao, and L. Shao, `` MapGAN : An Intelligent Generation Model for Network Tile Maps ,'' Sensors, vol. 20, no. 11, p. 3119, May 2020

  43. [51]

    Tasar, S

    O. Tasar, S. L. Happy, Y. Tarabalka, and P. Alliez, `` ColorMapGAN : Unsupervised Domain Adaptation for Semantic Segmentation Using Color Mapping Generative Adversarial Networks ,'' IEEE Transactions on Geoscience and Remote Sensing, vol. 58, no. 10, pp. 7178--7193, Oct. 2020

  44. [52]

    X. Chen, B. Yin, S. Chen, H. Li, and T. Xu, ``Generating Multiscale Maps From Satellite Images via Series Generative Adversarial Networks ,'' IEEE Geoscience and Remote Sensing Letters, vol. 19, pp. 1--5, 2022

  45. [53]

    Y. Choi, M. Choi, M. Kim, J.-W. Ha, S. Kim, and J. Choo, `` StarGAN : Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation ,'' in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , 2018, pp. 8789--8797

  46. [54]

    Sohl-Dickstein , E

    J. Sohl-Dickstein , E. Weiss, N. Maheswaranathan, and S. Ganguli, ``Deep Unsupervised Learning using Nonequilibrium Thermodynamics ,'' in Proceedings of the 32nd International Conference on Machine Learning . 1em plus 0.5em minus 0.4em PMLR, Jun. 2015, pp. 2256--2265

  47. [55]

    Nichol and P

    A. Nichol and P. Dhariwal, ``Improved Denoising Diffusion Probabilistic Models ,'' Feb. 2021

  48. [56]

    J. Ho, C. Saharia, W. Chan, D. J. Fleet, M. Norouzi, and T. Salimans, ``Cascaded Diffusion Models for High Fidelity Image Generation ,'' Journal of Machine Learning Research, vol. 23, no. 47, pp. 1--33, 2022

  49. [57]

    Saharia, J

    C. Saharia, J. Ho, W. Chan, T. Salimans, D. J. Fleet, and M. Norouzi, ``Image Super-Resolution Via Iterative Refinement ,'' IEEE Transactions on Pattern Analysis and Machine Intelligence, pp. 1--14, 2022

  50. [58]

    Zhang, A

    L. Zhang, A. Rao, and M. Agrawala, ``Adding Conditional Control to Text-to-Image Diffusion Models ,'' in 2023 IEEE / CVF International Conference on Computer Vision ( ICCV ) . 1em plus 0.5em minus 0.4em Paris, France: IEEE, Oct. 2023, pp. 3813--3824

  51. [59]

    Rombach, A

    R. Rombach, A. Blattmann, D. Lorenz, P. Esser, and B. Ommer, ``High- Resolution Image Synthesis With Latent Diffusion Models ,'' in Proceedings of the IEEE / CVF Conference on Computer Vision and Pattern Recognition . 1em plus 0.5em minus 0.4em arXiv, 2022, pp. 10\,684--10\,695

  52. [60]

    Saharia, W

    C. Saharia, W. Chan, S. Saxena, L. Li, J. Whang, E. L. Denton, K. Ghasemipour, R. Gontijo Lopes, B. Karagol Ayan, T. Salimans, J. Ho, D. J. Fleet, and M. Norouzi, ``Photorealistic Text-to-Image Diffusion Models with Deep Language Understanding ,'' Advances in Neural Informatio...

  53. [61]

    X. Wu, D. Zhang, R. Gan, J. Lu, Z. Wu, R. Sun, J. Zhang, P. Zhang, and Y. Song, ``Taiyi-diffusion- XL : Advancing bilingual text-to-image generation with large vision-language model support,'' Jun. 2024

  54. [62]

    Avrahami, D

    O. Avrahami, D. Lischinski, and O. Fried, ``Blended Diffusion for Text-Driven Editing of Natural Images ,'' in Proceedings of the IEEE / CVF Conference on Computer Vision and Pattern Recognition , 2022, pp. 18\,208--18\,218

  55. [63]

    S. Nie, H. A. Guo, C. Lu, Y. Zhou, C. Zheng, and C. Li, ``The Blessing of Randomness : SDE Beats ODE in General Diffusion-based Image Editing ,'' Nov. 2023

  56. [64]

    Y. Shi, C. Xue, J. H. Liew, J. Pan, H. Yan, W. Zhang, V. Y. F. Tan, and S. Bai, `` DragDiffusion : Harnessing Diffusion Models for Interactive Point-based Image Editing ,'' Jun. 2023

  57. [65]

    Hertz, R

    A. Hertz, R. Mokady, J. Tenenbaum, K. Aberman, Y. Pritch, and D. Cohen-Or , ``Prompt-to- Prompt Image Editing with Cross Attention Control ,'' Aug. 2022

  58. [66]

    H. Li, Y. Yang, M. Chang, S. Chen, H. Feng, Z. Xu, Q. Li, and Y. Chen, `` SRDiff : Single image super-resolution with diffusion probabilistic models,'' Neurocomputing, vol. 479, pp. 47--59, Mar. 2022

  59. [67]

    Radford, J

    A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, G. Goh, S. Agarwal, G. Sastry, A. Askell, P. Mishkin, J. Clark, G. Krueger, and I. Sutskever, ``Learning Transferable Visual Models From Natural Language Supervision ,'' Feb. 2021

  60. [68]

    Cherti, R

    M. Cherti, R. Beaumont, R. Wightman, M. Wortsman, G. Ilharco, C. Gordon, C. Schuhmann, L. Schmidt, and J. Jitsev, ``Reproducible scaling laws for contrastive language-image learning,'' in 2023 IEEE / CVF Conference on Computer Vision and Pattern Recognition ( CVPR ) , Jun. 202...

  61. [69]

    Vaswani, ``Attention is all you need,'' Advances in Neural Information Processing Systems, 2017

    A. Vaswani, ``Attention is all you need,'' Advances in Neural Information Processing Systems, 2017

  62. [70]

    Z. Wang, A. Bovik, H. Sheikh, and E. Simoncelli, ``Image quality assessment: From error visibility to structural similarity,'' IEEE Transactions on Image Processing, vol. 13, no. 4, pp. 600--612, Apr. 2004

  63. [71]

    Heusel, H

    M. Heusel, H. Ramsauer, T. Unterthiner, B. Nessler, and S. Hochreiter, `` GANs Trained by a Two Time-Scale Update Rule Converge to a Local Nash Equilibrium ,'' in Advances in Neural Information Processing Systems , vol. 30. 1em plus 0.5em minus 0.4em Curran Associates, Inc., 2017

  64. [72]

    Park, M.-Y

    T. Park, M.-Y. Liu, T.-C. Wang, and J.-Y. Zhu, ``Semantic Image Synthesis With Spatially-Adaptive Normalization ,'' in Proceedings of the IEEE / CVF Conference on Computer Vision and Pattern Recognition . 1em plus 0.5em minus 0.4em Proceedings of the IEEE/CVF Conference on Com...

  65. [73]

    Ledig, L

    C. Ledig, L. Theis, F. Huszar, J. Caballero, A. Cunningham, A. Acosta, A. Aitken, A. Tejani, J. Totz, Z. Wang, and W. Shi, ``Photo- Realistic Single Image Super-Resolution Using a Generative Adversarial Network ,'' in Proceedings of the IEEE Conference on Computer Vision and P...

  66. [74]

    Y. Pei, Y. Huang, Q. Zou, Y. Lu, and S. Wang, ``Does Haze Removal Help CNN-based Image Classification ?'' in Proceedings of the European Conference on Computer Vision ( ECCV ) , 2018, pp. 682--697

Pith tools

Reviewed August 8, 2026 · model on record in the stance chip above.