【论文笔记】Transformers in Remote Sensing: A Survey 中的相关论文链接

目录

Transformer-in-Remote-Sensing:A-Survey

This repo supplements our Transformer in Remote Sensing Survey

VHR Imagery

 Image Classification

Image Detection

Change Detection

Image Segmentation

Building Extraction

Image Captioning

Image Super Resolution

Hyperspectral Imagery

Image Classification

Pan-Sharpening

SAR Imagery

Image Classification

Segmentation

Image Detection

Despeckling

Change Detection

Image Registration

Citation


遥感领域的Transformer综述

综述具体介绍见:【综述】Transformers in Remote Sensing: A Survey_m0_61899108的博客-CSDN博客

Transformer-in-Remote-Sensing:A-Survey

This repo supplements our Transformer in Remote Sensing Survey

Abdulaziz Amer Aleissaee*, Amandeep Kumar*, Rao Muhammad Anwer, Salman Khan, Hisham Cholakkal, Fahad Shahbaz khan

This repo includes the Remote Sensing papers with Transformers which are presented in our paper, and we aim to frequently update the latest relevant papers.

Content

VHR Imagery

 Image Classification

  • Vision transformers for remote sensing image classification [PDF]
  • TRS: Transformers for Remote Sensing Scene Classification [PDF]
  • Two-stream swin transformer with differentiable sobel operator for remote sensing image classification[PDF]
  • When cnns meet vision trans-former: A joint framework for remote sensing scene classification, [PDF]
  • Homo– heterogenous transformer learning framework for rs scene classification [PDF]
  • An Empirical Study of Remote Sensing Pretraining [PDF]

Image Detection

  • An improved swin transformer-based model for remote sensing object detection and instance segmentation [PDF]
  • Transformer with transfer cnn for remote-sensing-image object detection [PDF]
  • Gansformer: A detection network for aerial images with high performance com- bining convolutional network and transformer[PDF]
  • Adt-det: Adaptive dynamic refined single-stage transformer detector for arbitrary- oriented object detection in satellite optical imagery, [PDF]
  • Point rcnn: An angle-free framework for rotated object detection [PDF]
  • Hybrid network model: Transconvnet for oriented object detection in remote sensing images [PDF]
  • Oriented reppoints for aerial object detection [PDF]
  • Oriented object detection with transformer [PDF]
  • Ao2-detr: Arbitrary-oriented object detection transformer [PDF]
  • Few could be better than all: Feature sampling and grouping for scene text detection, [PDF]
  • Rodformer: High- precision design for rotating object detection with transformers, [PDF]

Change Detection

  • Remote sensing image change detection with transformers [PDF]
  • Deep multiscale siamese network with parallel convolutional structure and self-attention for change detection [PDF]
  • Swinsunet: Pure transformer network for remote sensing image change detection [PDF]
  • A network combining a transformer and a convolutional neural network for remote sensing image change detection, [PDF]
  • A hybrid transformer network for change detection in optical remote-sensing images [PDF]
  • Hybrid-transcd: A hybrid transformer remote sensing image change detection network via token aggregation [PDF]

Image Segmentation

  • Stransfuse: Fusing swin transformer and convolutional neural network for remote sensing image semantic segmentation [PDF]
  • Cctnet: Coupled cnn and transformer network for crop segmentation of remote sensing images, [PDF]
  • Transformer and cnn hybrid deep neural network for semantic segmentation of very-high-resolution remote sensing imagery [PDF]
  • Transformer-based decoder designs for semantic segmentation on remotely sensed images [PDF]
  • Efficient transformer for remote sensing image segmentation [PDF]

Building Extraction

  • Building extraction from remote sensing images with sparse token transformers, [PDF]
  • A swin transformer-based encoding booster integrated in u-shaped network for building extraction [PDF]
  • Building extraction with vision transformer [PDF]
  • Transferring transformer-based models for cross-area building extraction from remote sensing images [PDF]

Image Captioning

  • Remote sensing image caption generation via transformer and reinforcement learning, [PDF]
  • Remote-sensing image captioning based on multilayer aggregated transformer [PDF]
  • A mask-guided transformer network with topic token for remote sensing image captioning [PDF]

Image Super Resolution

  • Tr-misr: Multiimage super-resolution based on feature fusion with transformers, [PDF]
  • Transformer-based multistage enhancement for remote sensing image super-resolution [PDF]
  • A super- resolution method of remote sensing image using transformers [PDF]
  • Space-time Super-resolution for Satellite Video: A Joint Framework Based on Multi-Scale Spatial-Temporal Transformer [PDF]

Hyperspectral Imagery

Image Classification

  • Spectralformer: Rethinking hyperspectral image classification with transformers[PDF]
  • Multiscale convolutional transformer with center mask pretraining for hyperspectral image classification [PDF]
  • Multimodal fusion transformer for remote sensing image classification [PDF]
  • Convolutional transformer network for hyperspectral image classification, [PDF]
  • Deep hierarchical vision transformer for hyperspectral and lidar data classification [PDF]
  • Dss-trm: deep spatial–spectral transformer for hyperspectral image classification [PDF]
  • Hyperspectral image trans- former classification networks [PDF]
  • Hsi-bert: Hyperspectral image classification using the bidirectional en- coder representation from transformers [PDF]
  • Spectral–spatial feature tokenization transformer for hyperspectral image classification [PDF]
  • Spectral-spatial transformer network for hyperspectral image classification: A factorized architecture search framework, [PDF]

Pan-Sharpening

  • PanFormer: a Transformer Based Model for Pan-sharpening [PDF]
  • Hypertransformer: A textural and spectral feature fusion transformer for pansharpening [PDF]
  • Pmacnet: Parallel multiscale attention constraint network for pan-sharpening [PDF]
  • Pan-sharpening based on cnn+ pyramid transformer by using no-reference loss, [PDF]
  • Multiscale spatial–spectral interaction transformer for pan-sharpening [PDF]
  • Transformer-based regression network for pansharpening remote sensing images [PDF]

SAR Imagery

Image Classification

  • Exploring vision transformers for polarimetric sar image classification [PDF]
  • High resolution sar image classification using global-local network structure based on vision transformer and cnn [PDF]
  • St-pn: A spatial transformed prototypical network for few-shot sar image classification [PDF]

Segmentation

  • Gcbanet: A global context boundary-aware network for sar ship instance segmentation[PDF]

Image Detection

  • Crtranssar: A visual transformer based on contextual joint representation learning for sar ship detection [PDF]
  • Geospatial transformer is what you need for aircraft detection in sar imagery [PDF]
  • Sfre-net: Scattering feature relation enhancement network for aircraft detection in sar images [PDF]
  • End-to-end method with transformer for 3d detection of oil tank from single sar image, [PDF]

Despeckling

  • Transformer based sar image despeckling [PDF]

Change Detection

  • A contrastive learning transformer for change detection in highresolution sar images [PDF]

Image Registration

  • A transformer-based coarse-tofine wide-swath sar image registration method under weak texture conditions [PDF]

 

  • 1
    点赞
  • 15
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
Visual segmentation is one of the most important tasks in computer vision, which involves dividing an image into multiple segments, each of which corresponds to a different object or region of interest in the image. In recent years, transformer-based methods have emerged as a promising approach for visual segmentation, leveraging the self-attention mechanism to capture long-range dependencies in the image. This survey paper provides a comprehensive overview of transformer-based visual segmentation methods, covering their underlying principles, architecture, training strategies, and applications. The paper starts by introducing the basic concepts of visual segmentation and transformer-based models, followed by a discussion of the key challenges and opportunities in applying transformers to visual segmentation. The paper then reviews the state-of-the-art transformer-based segmentation methods, including both fully transformer-based approaches and hybrid approaches that combine transformers with other techniques such as convolutional neural networks (CNNs). For each method, the paper provides a detailed description of its architecture and training strategy, as well as its performance on benchmark datasets. Finally, the paper concludes with a discussion of the future directions of transformer-based visual segmentation, including potential improvements in model design, training methods, and applications. Overall, this survey paper provides a valuable resource for researchers and practitioners interested in the field of transformer-based visual segmentation.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值