paper-with-me

홈 › Papers

LSRFormer: Efficient Transformer Supply Convolutional Neural Networks with Global Information for Aerial Image Segmentation

2024-02-16 · IEEE Transactions on Geoscience and Remote Sensing 2024 2 · Renhe Zhang, Qian Zhang, Guixu Zhang

Both local context and global context information are essential for the semantic segmentation of aerial images. Convolutional Neural Networks (CNNs) can capture local context information well but cannot model the global dependencies. Vision transformers (ViTs) are good at extracting global information but cannot retain the spatial details well. In order to leverage the advantages of these two paradigms, we integration them in one model in this study. However, global token interaction of ViT brings high computational cost, which makes it difficult to apply to large-sized aerial images. To handle this problem, we propose a novel efficient ViT block named long-short-range transformer (LSRFormer). Instead of mainstream ViTs designed as backbones, LSRFormer is a pre-training-free and plug-and-play module to be appended after CNN stages to supplement the global information. It is composed of long-range self-attention (LR-SA), short-range self-attention (SR-SA), and multi-scale-convolutional feed-forward-network (MSC-FFN). LR-SA establishes long-range dependencies at the junction of the windows and SR-SA diffuses the long-range information from window boundary to internal. MSC-FFN can capture multi-scale information inside the ViT block. We append LSRFormer block after each CNN stage of a pure convolutional network to build a model named ConvLSR-Net. Compared with existing models which combining CNN and ViTs, our model can learn both local and global representation at all stages of the model. In particular, ConvLSR-Net achieves state-of-the-art (SOTA) results on four challenging aerial image segmentation benchmarks, including iSAID, LoveDA, ISPRS Potsdam and Vaihingen. Code has been released at https://github.com/stdcoutzrh/ConvLSR-Net.

📄 PDF Abstract BibTeX

Code (1)

stdcoutzrh/ConvLSR-Net 공식 구현 pytorch

Tasks

Image SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Data Considerations in Graph Representation Learning for Supply Chain Networks

2021-07-22 · Ajmal Aziz, Edward Elson Kosasih, Ryan-Rhys Griffiths, Alexandra Brintrup

Supply chain network data is a valuable asset for businesses wishing to understand their ethical profile, security of supply, and efficiency. Possession of a dataset alone however is not a sufficient enabler of actionabl…

Graph Representation LearningLink PredictionRepresentation Learning

Secure short-term load forecasting for smart grids with transformer-based federated learning

2023-10-26 · Jonas Sievers, Thomas Blank

Electricity load forecasting is an essential task within smart grids to assist demand and supply balance. While advanced deep learning models require large amounts of high-resolution data for accurate short-term load pre…

Deep LearningFederated LearningLoad Forecasting

Hierarchical Graph Convolutional Skeleton Transformer for Action Recognition

2021-09-07 · Ruwen Bai, Min Li, Bo Meng, Fengfa Li 외

Graph convolutional networks (GCNs) have emerged as dominant methods for skeleton-based action recognition. However, they still suffer from two problems, namely, neighborhood constraints and entangled spatiotemporal feat…

Action RecognitionDisentanglementSkeleton Based Action Recognition

A Knowledge Graph Perspective on Supply Chain Resilience

2023-05-15 · Yushan Liu, Bailan He, Marcel Hildebrandt, Maximilian Buchner 외

Global crises and regulatory developments require increased supply chain transparency and resilience. Companies do not only need to react to a dynamic environment but have to act proactively and implement measures to pre…

Knowledge Graph Completion

CascadedGaze: Efficiency in Global Context Extraction for Image Restoration

2024-01-26 · Amirhosein Ghasemabadi, Muhammad Kamran Janjua, Mohammad Salameh, Chunhua Zhou 외

Image restoration tasks traditionally rely on convolutional neural networks. However, given the local nature of the convolutional operator, they struggle to capture global information. The promise of attention mechanisms…

DeblurringDecoderDenoisingImage Deblurring+3