paper-with-me

Papers

3D Wavelet Convolutions with Extended Receptive Fields for Hyperspectral Image Classification

2025-04-15 · Guandong Li, Mengxia Ye

Deep neural networks face numerous challenges in hyperspectral image classification, including high-dimensional data, sparse ground object distributions, and spectral redundancy, which often lead to classification overfitting and limited generalization capability. To better adapt to ground object distributions while expanding receptive fields without introducing excessive parameters and skipping redundant information, this paper proposes WCNet, an improved 3D-DenseNet model integrated with wavelet transforms. We introduce wavelet transforms to effectively extend convolutional receptive fields and guide CNNs to better respond to low frequencies through cascading, termed wavelet convolution. Each convolution focuses on different frequency bands of the input signal with gradually increasing effective ranges. This process enables greater emphasis on low-frequency components while adding only a small number of trainable parameters. This dynamic approach allows the model to flexibly focus on critical spatial structures when processing different regions, rather than relying on fixed receptive fields of single static kernels. The Wavelet Conv module enhances model representation capability by expanding receptive fields through 3D wavelet transforms without increasing network depth or width. Experimental results demonstrate superior performance on the IN, UP, and KSC datasets, outperforming mainstream hyperspectral image classification methods.

📄 PDF Abstract BibTeX arXiv:2504.10795

Code (1)

leeguandong/WCNet-for-HSI 공식 구현 pytorch

Tasks

Hyperspectral Image Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Focus 설명 없음
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…

Similar Papers 제목 키워드 기반

Wavelet Convolutions for Large Receptive Fields

2024-07-08 · Shahaf E. Finder, Roy Amoyal, Eran Treister, Oren Freifeld

In recent years, there have been attempts to increase the kernel size of Convolutional Neural Nets (CNNs) to mimic the global receptive field of Vision Transformers' (ViTs) self-attention blocks. That approach, however, …

2D Object Detection2D Semantic Segmentationimage-classificationImage Classification

Is Haar Enough? Exploring Symlets and Coiflets for Wavelet Convolution Layers

2026-08-18 · Md Rifat Ur Rahman arxiv

Wavelet convolution layers have recently emerged as an efficient mechanism for enlarging receptive fields through multiresolution analysis, but prior work has fixed the wavelet basis to Haar or Daubechies at a chosen dec…

Semantic SegmentationImage Classification

Window-based Channel Attention for Wavelet-enhanced Learned Image Compression

2024-09-21 · Heng Xu, Bowen Hai, Yushun Tang, Zhihai He

Learned Image Compression (LIC) models have achieved superior rate-distortion performance than traditional codecs. Existing LIC models use CNN, Transformer, or Mixed CNN-Transformer as basic blocks. However, limited by t…

Image Compression

3D human pose estimation with adaptive receptive fields and dilated temporal convolutions

2020-05-28 · Michael Shin, Eduardo Castillo, Irene Font Peradejordi, Shobhna Jayaraman

In this work, we demonstrate that receptive fields in 3D pose estimation can be effectively specified using optical flow. We introduce adaptive receptive fields, a simple and effective method to aid receptive field selec…

3D Human Pose Estimation3D Pose EstimationOptical Flow EstimationPose Estimation+1

Fitting Auditory Filterbanks with Multiresolution Neural Networks

2023-07-25 · Vincent Lostanlen, Daniel Haider, Han Han, Mathieu Lagrange 외

Waveform-based deep learning faces a dilemma between nonparametric and parametric approaches. On one hand, convolutional neural networks (convnets) may approximate any linear time-invariant system; yet, in practice, thei…

Inductive BiasKnowledge Distillation