paper-with-me

홈 › Papers

FreqU-FNet: Frequency-Aware U-Net for Imbalanced Medical Image Segmentation

2025-05-23 · Ruiqi Xing

Medical image segmentation faces persistent challenges due to severe class imbalance and the frequency-specific distribution of anatomical structures. Most conventional CNN-based methods operate in the spatial domain and struggle to capture minority class signals, often affected by frequency aliasing and limited spectral selectivity. Transformer-based models, while powerful in modeling global dependencies, tend to overlook critical local details necessary for fine-grained segmentation. To overcome these limitations, we propose FreqU-FNet, a novel U-shaped segmentation architecture operating in the frequency domain. Our framework incorporates a Frequency Encoder that leverages Low-Pass Frequency Convolution and Daubechies wavelet-based downsampling to extract multi-scale spectral features. To reconstruct fine spatial details, we introduce a Spatial Learnable Decoder (SLD) equipped with an adaptive multi-branch upsampling strategy. Furthermore, we design a frequency-aware loss (FAL) function to enhance minority class learning. Extensive experiments on multiple medical segmentation benchmarks demonstrate that FreqU-FNet consistently outperforms both CNN and Transformer baselines, particularly in handling under-represented classes, by effectively exploiting discriminative frequency bands.

📄 PDF Abstract BibTeX arXiv:2505.17544

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

GLFNET: Global-Local (frequency) Filter Networks for efficient medical image segmentation

2024-03-01 · Athanasios Tragakis, Qianying Liu, Chaitanya Kaul, Swalpa Kumar Roy 외

We propose a novel transformer-style architecture called Global-Local Filter Network (GLFNet) for medical image segmentation and demonstrate its state-of-the-art performance. We replace the self-attention mechanism with …

Image SegmentationMedical Image SegmentationSemantic Segmentation

RAFNet: Region-Aware Fusion Network for Pansharpening

2026-05-04 · Jianing Zhang, Zijian Zhou, Kai Sun arxiv

Pansharpening aims to generate high-resolution multispectral (HRMS) images by fusing low-resolution multispectral (LRMS) and high-resolution panchromatic (PAN) images. Although deep learning has advanced this field, main…

Image Reconstruction

Exploring Boundary-Aware Spatial-Frequency Fusion for Camouflaged Object Detection

2026-04-20 · Song Yu, Yang Hu, Haokang Ding, Zhifang Liao 외 arxiv

Camouflaged Object Detection is challenging due to the high degree of similarity between camouflaged objects and their surrounding backgrounds. Current COD methods mainly rely on edge extraction in the spatial domain and…

Boundary DetectionObject Detection

MAFNet:Multi-frequency Adaptive Fusion Network for Real-time Stereo Matching

2025-12-04 · Ao Xu, Rujin Zhao, Xiong Xu, Boceng Huang 외 arxiv

Existing stereo matching networks typically rely on either cost-volume construction based on 3D convolutions or deformation methods based on iterative optimization. The former incurs significant computational overhead du…

Disparity Estimation

Spatiotemporal wall pressure forecast of a rectangular cylinder with physics-aware DeepU-Fourier neural network

2025-08-05 · Junle Liu, Chang Liu, Yanyu Ke, Wenliang Chen 외 arxiv

The wall pressure is of great importance in understanding the forces and structural responses induced by fluid. Recent works have investigated the potential of deep learning techniques in predicting mean pressure coeffic…