paper-with-me

Papers

When Semantic Segmentation Meets Frequency Aliasing

2024-03-14 · Linwei Chen, Lin Gu, Ying Fu

Despite recent advancements in semantic segmentation, where and what pixels are hard to segment remains largely unexplored. Existing research only separates an image into easy and hard regions and empirically observes the latter are associated with object boundaries. In this paper, we conduct a comprehensive analysis of hard pixel errors, categorizing them into three types: false responses, merging mistakes, and displacements. Our findings reveal a quantitative association between hard pixels and aliasing, which is distortion caused by the overlapping of frequency components in the Fourier domain during downsampling. To identify the frequencies responsible for aliasing, we propose using the equivalent sampling rate to calculate the Nyquist frequency, which marks the threshold for aliasing. Then, we introduce the aliasing score as a metric to quantify the extent of aliasing. While positively correlated with the proposed aliasing score, three types of hard pixels exhibit different patterns. Here, we propose two novel de-aliasing filter (DAF) and frequency mixing (FreqMix) modules to alleviate aliasing degradation by accurately removing or adjusting frequencies higher than the Nyquist frequency. The DAF precisely removes the frequencies responsible for aliasing before downsampling, while the FreqMix dynamically selects high-frequency components within the encoder block. Experimental results demonstrate consistent improvements in semantic segmentation and low-light instance segmentation tasks. The code is available at: https://github.com/Linwei-Chen/Seg-Aliasing.

📄 PDF Abstract BibTeX arXiv:2403.09065

Code (1)

linwei-chen/seg-aliasing 공식 구현 pytorch

Tasks

De-aliasingInstance SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Spatial Frequency Modulation for Semantic Segmentation

2025-07-16 · Linwei Chen, Ying Fu, Lin Gu, Dezhi Zheng 외 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 com…

Adversarial RobustnessPanoptic SegmentationSemantic SegmentationInstance Segmentation

Anti-aliasing Semantic Reconstruction for Few-Shot Semantic Segmentation

2021-06-01 · CVPR 2021 1 · Binghao Liu, Yao Ding, Jianbin Jiao, Xiangyang Ji 외

Encouraging progress in few-shot semantic segmentation has been made by leveraging features learned upon base classes with sufficient training data to represent novel classes with few-shot examples. However, this feature…

Few-Shot LearningFew-Shot Semantic SegmentationSegmentationSemantic Segmentation

Delving Deeper into Anti-aliasing in ConvNets

2020-08-21 · Xueyan Zou, Fanyi Xiao, Zhiding Yu, Yong Jae Lee

Aliasing refers to the phenomenon that high frequency signals degenerate into completely different ones after sampling. It arises as a problem in the context of deep learning as downsampling layers are widely adopted in …

Instance SegmentationSegmentationSemantic Segmentation

Frequency Pooling: Shift-Equivalent and Anti-Aliasing Downsampling

2021-09-24 · Zhendong Zhang

Convolution utilizes a shift-equivalent prior of images, thus leading to great success in image processing tasks. However, commonly used poolings in convolutional neural networks (CNNs), such as max-pooling, average-pool…

image-classificationImage Classification

Anti-aliasing of neural distortion effects via model fine tuning

2025-05-16 · Alistair Carson, Alec Wright, Stefan Bilbao

Neural networks have become ubiquitous with guitar distortion effects modelling in recent years. Despite their ability to yield perceptually convincing models, they are susceptible to frequency aliasing when driven by hi…