paper-with-me

Papers

MutDet: Mutually Optimizing Pre-training for Remote Sensing Object Detection

2024-07-13 · Ziyue Huang, Yongchao Feng, Qingjie Liu, Yunhong Wang

Detection pre-training methods for the DETR series detector have been extensively studied in natural scenes, e.g., DETReg. However, the detection pre-training remains unexplored in remote sensing scenes. In existing pre-training methods, alignment between object embeddings extracted from a pre-trained backbone and detector features is significant. However, due to differences in feature extraction methods, a pronounced feature discrepancy still exists and hinders the pre-training performance. The remote sensing images with complex environments and more densely distributed objects exacerbate the discrepancy. In this work, we propose a novel Mutually optimizing pre-training framework for remote sensing object Detection, dubbed as MutDet. In MutDet, we propose a systemic solution against this challenge. Firstly, we propose a mutual enhancement module, which fuses the object embeddings and detector features bidirectionally in the last encoder layer, enhancing their information interaction.Secondly, contrastive alignment loss is employed to guide this alignment process softly and simultaneously enhances detector features' discriminativity. Finally, we design an auxiliary siamese head to mitigate the task gap arising from the introduction of enhancement module. Comprehensive experiments on various settings show new state-of-the-art transfer performance. The improvement is particularly pronounced when data quantity is limited. When using 10% of the DIOR-R data, MutDet improves DetReg by 6.1% in AP50. Codes and models are available at: https://github.com/floatingstarZ/MutDet.

📄 PDF Abstract BibTeX arXiv:2407.09920

Code (1)

floatingstarz/mutdet 공식 구현 pytorch

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

United Domain Cognition Network for Salient Object Detection in Optical Remote Sensing Images

2024-11-11 · Yanguang Sun, Jian Yang, Lei Luo

Recently, deep learning-based salient object detection (SOD) in optical remote sensing images (ORSIs) have achieved significant breakthroughs. We observe that existing ORSIs-SOD methods consistently center around optimiz…

object-detectionObject DetectionSalient Object Detection

R$^2$-CNN: Fast Tiny Object Detection in Large-Scale Remote Sensing Images

2019-02-16 · Jiangmiao Pang, Cong Li, Jianping Shi, Zhihai Xu 외

Recently, the convolutional neural network has brought impressive improvements for object detection. However, detecting tiny objects in large-scale remote sensing images still remains challenging. First, the extreme larg…

object-detectionObject Detection

Generic Knowledge Boosted Pre-training For Remote Sensing Images

2024-01-09 · Ziyue Huang, Mingming Zhang, Yuan Gong, Qingjie Liu 외

Deep learning models are essential for scene classification, change detection, land cover segmentation, and other remote sensing image understanding tasks. Most backbones of existing remote sensing deep learning models a…

Change DetectionDeep LearningGeneral Knowledgeobject-detection+3

Geographical Knowledge-driven Representation Learning for Remote Sensing Images

2021-07-12 · Wenyuan Li, Keyan Chen, Hao Chen, Zhenwei Shi

The proliferation of remote sensing satellites has resulted in a massive amount of remote sensing images. However, due to human and material resource constraints, the vast majority of remote sensing images remain unlabel…

object-detectionObject DetectionRepresentation LearningScene Classification+1

Seasonal Contrast: Unsupervised Pre-Training from Uncurated Remote Sensing Data

2021-03-30 · ICCV 2021 10 · Oscar Mañas, Alexandre Lacoste, Xavier Giro-i-Nieto, David Vazquez 외

Remote sensing and automatic earth monitoring are key to solve global-scale challenges such as disaster prevention, land use monitoring, or tackling climate change. Although there exist vast amounts of remote sensing dat…

Change DetectionSelf-Supervised LearningTransfer LearningUnsupervised Pre-training