paper-with-me

Papers

Efficient Denoising Method to Improve The Resolution of Satellite Images

2024-11-11 · Jhanavi Hegde

Satellites are widely used to estimate and monitor ground cover, providing critical information to address the challenges posed by climate change. High-resolution satellite images help to identify smaller features on the ground and classification of ground cover types. Small satellites have become very popular recently due to their cost-effectiveness. However, smaller satellites have weaker spatial resolution, and preprocessing using recent generative models made it possible to enhance the resolution of these satellite images. The objective of this paper is to propose computationally efficient guided or image-conditioned denoising diffusion models (DDMs) to perform super-resolution on low-quality images. Denoising based on stochastic ordinary differential equations (ODEs) typically takes hundreds of iterations and it can be reduced using deterministic ODEs. I propose Consistency Models (CM) that utilize deterministic ODEs for efficient denoising and perform super resolution on satellite images. The DOTA v2.0 image dataset that is used to develop object detectors needed for urban planning and ground cover estimation, is used in this project. The Stable Diffusion model is used as the base model, and the DDM in Stable Diffusion is converted into a Consistency Model (CM) using Teacher-Student Distillation to apply deterministic denoising. Stable diffusion with modified CM has successfully improved the resolution of satellite images by a factor of 16, and the computational time was reduced by a factor of 20 compared to stochastic denoising methods. The FID score of low-resolution images improved from 10.0 to 1.9 after increasing the image resolution using my algorithm for consistency models.

📄 PDF Abstract BibTeX arXiv:2411.10476

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingSuper-Resolution

Methods 이 논문이 사용한 방법론

Consistency Models 설명 없음
BASE 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Satellite to GroundScape - Large-scale Consistent Ground View Generation from Satellite Views

2025-01-01 · CVPR 2025 1 · Ningli Xu, Rongjun Qin

Generating consistent ground-view images from satellite imagery is challenging, primarily due to the large discrepancies in viewing angles and resolution between satellite and ground-level domains. Previous efforts m…

DenoisingVideo Generation

Hipandas: Hyperspectral Image Joint Denoising and Super-Resolution by Image Fusion with the Panchromatic Image

2024-12-05 · Shuang Xu, Zixiang Zhao, Haowen Bai, Chang Yu 외

Hyperspectral images (HSIs) are frequently noisy and of low resolution due to the constraints of imaging devices. Recently launched satellites can concurrently acquire HSIs and panchromatic (PAN) images, enabling the res…

DenoisingSuper-Resolution

UB-FineNet: Urban Building Fine-grained Classification Network for Open-access Satellite Images

2024-03-04 · Zhiyi He, Wei Yao, Jie Shao, Puzuo Wang

Fine classification of city-scale buildings from satellite remote sensing imagery is a crucial research area with significant implications for urban planning, infrastructure development, and population distribution analy…

ClassificationDenoisingKnowledge DistillationSuper-Resolution

A Research and Strategy of Remote Sensing Image Denoising Algorithms

2019-05-24 · Ling Li, Junxing Hu, Fengge Wu, Junsuo Zhao

Most raw data download from satellites are useless, resulting in transmission waste, one solution is to process data directly on satellites, then only transmit the processed results to the ground. Image processing is the…

DenoisingImage Denoising

Riesz-Quincunx-UNet Variational Auto-Encoder for Satellite Image Denoising

2022-08-25 · Duy H. Thai, Xiqi Fei, Minh Tri Le, Andreas Züfle 외

Multiresolution deep learning approaches, such as the U-Net architecture, have achieved high performance in classifying and segmenting images. However, these approaches do not provide a latent image representation and ca…

DenoisingImage DenoisingImage SegmentationSemantic Segmentation+2