paper-with-me

Papers

Contextual Learning in Fourier Complex Field for VHR Remote Sensing Images

2022-10-28 · Yan Zhang, Xiyuan Gao, Qingyan Duan, Jiaxu Leng, Xiao Pu, Xinbo Gao

Very high-resolution (VHR) remote sensing (RS) image classification is the fundamental task for RS image analysis and understanding. Recently, transformer-based models demonstrated outstanding potential for learning high-order contextual relationships from natural images with general resolution (224x224 pixels) and achieved remarkable results on general image classification tasks. However, the complexity of the naive transformer grows quadratically with the increase in image size, which prevents transformer-based models from VHR RS image (500x500 pixels) classification and other computationally expensive downstream tasks. To this end, we propose to decompose the expensive self-attention (SA) into real and imaginary parts via discrete Fourier transform (DFT) and therefore propose an efficient complex self-attention (CSA) mechanism. Benefiting from the conjugated symmetric property of DFT, CSA is capable to model the high-order contextual information with less than half computations of naive SA. To overcome the gradient explosion in Fourier complex field, we replace the Softmax function with the carefully designed Logmax function to normalize the attention map of CSA and stabilize the gradient propagation. By stacking various layers of CSA blocks, we propose the Fourier Complex Transformer (FCT) model to learn global contextual information from VHR aerial images following the hierarchical manners. Universal experiments conducted on commonly used RS classification data sets demonstrate the effectiveness and efficiency of FCT, especially on very high-resolution RS images.

📄 PDF Abstract BibTeX arXiv:2210.15972

Code (3)

gao-xiyuan/fct 공식 구현 pytorch
MindCode-4/code-11/tree/main/contextual-learning mindspore
MindCode-4/code-6/tree/main/contextual-learning mindspore

Tasks

Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Bootstrapping Interactive Image-Text Alignment for Remote Sensing Image Captioning

2023-12-02 · Cong Yang, Zuchao Li, Lefei Zhang

Recently, remote sensing image captioning has gained significant attention in the remote sensing community. Due to the significant differences in spatial resolution of remote sensing images, existing methods in this fiel…

Causal Language ModelingContrastive LearningImage CaptioningLanguage Modeling+3

ABCNet: Attentive Bilateral Contextual Network for Efficient Semantic Segmentation of Fine-Resolution Remote Sensing Images

2021-02-04 · Rui Li, Chenxi Duan

Semantic segmentation of remotely sensed images plays a crucial role in precision agriculture, environmental protection, and economic assessment. In recent years, substantial fine-resolution remote sensing images are ava…

SegmentationSemantic Segmentation

Recent Developments from Attribute Profiles for Remote Sensing Image Classification

2018-03-27 · Minh-Tan Pham, Sébastien Lefèvre, Erchan Aptoula, Lorenzo Bruzzone

Morphological attribute profiles (APs) are among the most effective methods to model the spatial and contextual information for the analysis of remote sensing images, especially for classification task. Since their first…

AttributeClassificationGeneral Classificationimage-classification+2

Remote Sensing Temporal Vision-Language Models: A Comprehensive Survey

2024-12-03 · Chenyang Liu, Jiafan Zhang, Keyan Chen, Man Wang 외

Temporal image analysis in remote sensing has traditionally centered on change detection, which identifies regions of change between images captured at different times. However, change detection remains limited by its fo…

Change DetectionDescriptiveImage CaptioningLanguage Modelling+2

Fourier Angle Alignment for Oriented Object Detection in Remote Sensing

2026-02-27 · Changyu Gu, Linwei Chen, Lin Gu, Ying Fu arxiv

In remote sensing rotated object detection, mainstream methods suffer from two bottlenecks, directional incoherence at detector neck and task conflict at detecting head. Ulitising fourier rotation equivariance, we introd…

Object Detection