Dual-Perspective United Transformer for Object Segmentation in Optical Remote Sensing Images
About
Automatically segmenting objects from optical remote sensing images (ORSIs) is an important task. Most existing models are primarily based on either convolutional or Transformer features, each offering distinct advantages. Exploiting both advantages is valuable research, but it presents several challenges, including the heterogeneity between the two types of features, high complexity, and large parameters of the model. However, these issues are often overlooked in existing the ORSIs methods, causing sub-optimal segmentation. For that, we propose a novel Dual-Perspective United Transformer (DPU-Former) with a unique structure designed to simultaneously integrate long-range dependencies and spatial details. In particular, we design the global-local mixed attention, which captures diverse information through two perspectives and introduces a Fourier-space merging strategy to obviate deviations for efficient fusion. Furthermore, we present a gated linear feed-forward network to increase the expressive ability. Additionally, we construct a DPU-Former decoder to aggregate and strength features at different layers. Consequently, the DPU-Former model outperforms the state-of-the-art methods on multiple datasets. Code: https://github.com/CSYSI/DPU-Former.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Polyp Segmentation | Kvasir-SEG 100 random images | Dice Coefficient91.23 | 27 | |
| Object Segmentation | ORSSD 200 images | mIoU87.28 | 22 | |
| Object Segmentation | EORSSD 600 images | mIoU82.68 | 22 | |
| Object Segmentation | ORSIs-4199 (2199 images) | mIoU79.61 | 18 | |
| Polyp Segmentation | CVC-300 62 images | mIoU84.14 | 7 | |
| Camouflaged Object Detection | CAMO 250 images | mIoU78.14 | 7 | |
| Camouflaged Object Detection | COD10K 2026 images | mIoU73.94 | 7 | |
| Camouflaged Object Detection | NC4K | mIoU79.04 | 7 | |
| Salient Object Detection | PASCAL-S 850 images | mIoU80.93 | 7 |