paper-with-me

Papers

Spatial Frequency Modulation for Semantic Segmentation

2025-07-16 · Linwei Chen, Ying Fu, Lin Gu, Dezhi Zheng, Jifeng Dai arxiv

High spatial frequency information, including fine details like textures, significantly contributes to the accuracy of semantic segmentation. However, according to the Nyquist-Shannon Sampling Theorem, high-frequency components are vulnerable to aliasing or distortion when propagating through downsampling layers such as strided-convolution. Here, we propose a novel Spatial Frequency Modulation (SFM) that modulates high-frequency features to a lower frequency before downsampling and then demodulates them back during upsampling. Specifically, we implement modulation through adaptive resampling (ARS) and design a lightweight add-on that can densely sample the high-frequency areas to scale up the signal, thereby lowering its frequency in accordance with the Frequency Scaling Property. We also propose Multi-Scale Adaptive Upsampling (MSAU) to demodulate the modulated feature and recover high-frequency information through non-uniform upsampling This module further improves segmentation by explicitly exploiting information interaction between densely and sparsely resampled areas at multiple scales. Both modules can seamlessly integrate with various architectures, extending from convolutional neural networks to transformers. Feature visualization and analysis confirm that our method effectively alleviates aliasing while successfully retaining details after demodulation. Finally, we validate the broad applicability and effectiveness of SFM by extending it to image classification, adversarial robustness, instance segmentation, and panoptic segmentation tasks. The code is available at https://github.com/Linwei-Chen/SFM.

📄 PDF Abstract BibTeX arXiv:2507.11893

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessPanoptic SegmentationSemantic SegmentationInstance Segmentation

Similar Papers 제목 키워드 기반

Hierarchical Graph Feature Enhancement with Adaptive Frequency Modulation for Visual Recognition

2025-08-15 · Feiyue Zhao, Zhichao Zhang arxiv

Convolutional neural networks (CNNs) have demonstrated strong performance in visual recognition tasks, but their inherent reliance on regular grid structures limits their capacity to model complex topological relationshi…

Image Compression for Machine and Human Vision with Spatial-Frequency Adaptation

2024-07-13 · Han Li, Shaohui Li, Shuangrui Ding, Wenrui Dai 외

Image compression for machine and human vision (ICMH) has gained increasing attention in recent years. Existing ICMH methods are limited by high training and storage overheads due to heavy design of task-specific network…

Image Compression

Generalized code index modulation-aided frequency offset realign multiple-antenna spatial modulation approach for next-generation green communication systems

2024-08-16 · Bang Huang, Jiajie Xu, Mohamed-Slim Alouini

For next-generation green communication systems, this article proposes an innovative communication system based on frequency-diverse array-multiple-input multiple-output (FDA-MIMO) technology, which aims to achieve high …

Generalizable Multispectral Land Cover Classification via Frequency-Aware Mixture of Low-Rank Token Experts

2025-05-20 · Xi Chen, Shen Yan, Juelin Zhu, Chen Chen 외

We introduce Land-MoE, a novel approach for multispectral land cover classification (MLCC). Spectral shift, which emerges from disparities in sensors and geospatial conditions, poses a significant challenge in this domai…

Domain AdaptationDomain GeneralizationLand Cover ClassificationSemantic Segmentation

FSDENet: A Frequency and Spatial Domains based Detail Enhancement Network for Remote Sensing Semantic Segmentation

2025-09-29 · Jiahao Fu, Yinfeng Yu, Liejun Wang arxiv

To fully leverage spatial information for remote sensing image segmentation and address semantic edge ambiguities caused by grayscale variations (e.g., shadows and low-contrast regions), we propose the Frequency and Spat…

Semantic SegmentationImage Segmentation