paper-with-me

Papers

SFFNet: A Wavelet-Based Spatial and Frequency Domain Fusion Network for Remote Sensing Segmentation

2024-05-03 · Yunsong Yang, Genji Yuan, Jinjiang Li

In order to fully utilize spatial information for segmentation and address the challenge of handling areas with significant grayscale variations in remote sensing segmentation, we propose the SFFNet (Spatial and Frequency Domain Fusion Network) framework. This framework employs a two-stage network design: the first stage extracts features using spatial methods to obtain features with sufficient spatial details and semantic information; the second stage maps these features in both spatial and frequency domains. In the frequency domain mapping, we introduce the Wavelet Transform Feature Decomposer (WTFD) structure, which decomposes features into low-frequency and high-frequency components using the Haar wavelet transform and integrates them with spatial features. To bridge the semantic gap between frequency and spatial features, and facilitate significant feature selection to promote the combination of features from different representation domains, we design the Multiscale Dual-Representation Alignment Filter (MDAF). This structure utilizes multiscale convolutions and dual-cross attentions. Comprehensive experimental results demonstrate that, compared to existing methods, SFFNet achieves superior performance in terms of mIoU, reaching 84.80% and 87.73% respectively.The code is located at https://github.com/yysdck/SFFNet.

📄 PDF Abstract BibTeX arXiv:2405.01992

Code (1)

yysdck/sffnet 공식 구현 pytorch

Tasks

feature selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

SFFNet: Synergistic Feature Fusion Network With Dual-Domain Edge Enhancement for UAV Image Object Detection

2026-04-03 · Wenfeng Zhang, Jun Ni, Yue Meng, Xiaodong Pei 외 arxiv

Object detection in unmanned aerial vehicle (UAV) images remains a highly challenging task, primarily caused by the complexity of background noise and the imbalance of target scales. Traditional methods easily struggle t…

Object Detection

Toward Sufficient Spatial-Frequency Interaction for Gradient-aware Underwater Image Enhancement

2023-09-08 · Chen Zhao, Weiling Cai, Chenyu Dong, Ziqi Zeng

Underwater images suffer from complex and diverse degradation, which inevitably affects the performance of underwater visual tasks. However, most existing learning-based Underwater image enhancement (UIE) methods mainly …

Image EnhancementUIE

Spatial-Frequency U-Net for Denoising Diffusion Probabilistic Models

2023-07-27 · Xin Yuan, Linjie Li, JianFeng Wang, Zhengyuan Yang 외

In this paper, we study the denoising diffusion probabilistic model (DDPM) in wavelet space, instead of pixel space, for visual synthesis. Considering the wavelet transform represents the image in spatial and frequency d…

Denoising

Wavelet-Assisted Multi-Frequency Attention Network for Pansharpening

2025-02-07 · Jie Huang, Rui Huang, Jinghao Xu, Siran Pen 외

Pansharpening aims to combine a high-resolution panchromatic (PAN) image with a low-resolution multispectral (LRMS) image to produce a high-resolution multispectral (HRMS) image. Although pansharpening in the frequency d…

Pansharpening

Multi-scale Generative Modeling for Fast Sampling

2024-11-14 · Xiongye Xiao, Shixuan Li, Luzhe Huang, Gengshuo Liu 외

While working within the spatial domain can pose problems associated with ill-conditioned scores caused by power-law decay, recent advances in diffusion-based generative models have shown that transitioning to the wavele…