paper-with-me

홈 › Papers

Satellite Image Utilization for Dehazing with Swin Transformer-Hybrid U-Net and Watershed loss

2025-08-31 · Jongwook Si, Sungyoung Kim arxiv

Satellite imagery plays a crucial role in various fields; however, atmospheric interference and haze significantly degrade image clarity and reduce the accuracy of information extraction. To address these challenges, this paper proposes a hybrid dehazing framework that integrates Swin Transformer and U-Net to balance global context learning and local detail restoration, called SUFERNOBWA. The proposed network employs SwinRRDB, a Swin Transformer-based Residual-in-Residual Dense Block, in both the encoder and decoder to effectively extract features. This module enables the joint learning of global contextual information and fine spatial structures, which is crucial for structural preservation in satellite image. Furthermore, we introduce a composite loss function that combines L2 loss, guided loss, and a novel watershed loss, which enhances structural boundary preservation and ensures pixel-level accuracy. This architecture enables robust dehazing under diverse atmospheric conditions while maintaining structural consistency across restored images. Experimental results demonstrate that the proposed method outperforms state-of-the-art models on both the RICE and SateHaze1K datasets. Specifically, on the RICE dataset, the proposed approach achieved a PSNR of 33.24 dB and an SSIM of 0.967, which is a significant improvement over existing method. This study provides an effective solution for mitigating atmospheric interference in satellite imagery and highlights its potential applicability across diverse remote sensing applications.

📄 PDF Abstract BibTeX arXiv:2509.00835

Code (0)

등록된 구현이 없습니다.

Tasks

Information Extraction

Similar Papers 제목 키워드 기반

Vision Transformers for Single Image Dehazing

2022-04-08 · Yuda Song, Zhuqing He, Hui Qian, Xin Du

Image dehazing is a representative low-level vision task that estimates latent haze-free images from hazy images. In recent years, convolutional neural network-based methods have dominated image dehazing. However, vision…

Image DehazingSingle Image Dehazing

Combining Transformers and CNNs for Efficient Object Detection in High-Resolution Satellite Imagery

2025-07-15 · Nicolas Drapier, Aladine Chetouani, Aurélien Chateigner arxiv

We present GLOD, a transformer-first architecture for object detection in high-resolution satellite imagery. GLOD replaces CNN backbones with a Swin Transformer for end-to-end feature extraction, combined with novel UpCo…

Computational EfficiencyObject Detection

Yuan-TecSwin: A text conditioned Diffusion model with Swin-transformer blocks

2025-12-18 · Shaohua Wu, Tong Yu, Shenling Wang, Xudong Zhao arxiv

Diffusion models have shown remarkable capacity in image synthesis based on their U-shaped architecture and convolutional neural networks (CNN) as basic blocks. The locality of the convolution operation in CNN may limit …

Image Restoration

Satellite Image Semantic Segmentation

2021-10-12 · Eric Guérin, Killian Oechslin, Christian Wolf, Benoît Martinez

In this paper, we propose a method for the automatic semantic segmentation of satellite images into six classes (sparse forest, dense forest, moor, herbaceous formation, building, and road). We rely on Swin Transformer a…

2D Semantic SegmentationSegmentationSemantic Segmentation

SatSwinMAE: Efficient Autoencoding for Multiscale Time-series Satellite Imagery

2024-05-03 · Yohei Nakayama, Jiawei Su, Luis M. Pazos-Outón

Recent advancements in foundation models have significantly impacted various fields, including natural language processing, computer vision, and multi-modal tasks. One area that stands to benefit greatly is Earth observa…

DecoderEarth ObservationRepresentation LearningSegmentation+2