Style-Content Metric Learning for Multidomain Remote Sensing Object Recognition

Abstract

Previous remote sensing recognition approaches predominantly perform well on the training-testing dataset. However, due to large style discrepancies not only among multidomain datasets but also within a single domain, they suffer from obvious performance degradation when applied to unseen domains. In this paper, we propose a style-content metric learning framework to address the generalizable remote sensing object recognition issue. Specifically, we firstly design an inter-class dispersion metric to encourage the model to make decision based on content rather than the style, which is achieved by dispersing predictions generated from the contents of both positive sample and negative sample and the style of input image. Secondly, we propose an intra-class compactness metric to force the model to be less style-biased by compacting classifier's predictions from the content of input image and the styles of positive sample and negative sample. Lastly, we design an intra-class interaction metric to improve model's recognition accuracy by pulling in classifier's predictions obtained from the input image and positive sample. Extensive experiments on four datasets show that our style-content metric learning achieves superior generalization performance against the state-of-the-art competitors. Code and model are available at: https://github.com/wdzhao123/TSCM.

Cite

Text

Zhao et al. "Style-Content Metric Learning for Multidomain Remote Sensing Object Recognition." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I3.25473

Markdown

[Zhao et al. "Style-Content Metric Learning for Multidomain Remote Sensing Object Recognition." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/zhao2023aaai-style/) doi:10.1609/AAAI.V37I3.25473

BibTeX

@inproceedings{zhao2023aaai-style,
  title     = {{Style-Content Metric Learning for Multidomain Remote Sensing Object Recognition}},
  author    = {Zhao, Wenda and Yang, Ruikai and Liu, Yu and He, You},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {3624-3632},
  doi       = {10.1609/AAAI.V37I3.25473},
  url       = {https://mlanthology.org/aaai/2023/zhao2023aaai-style/}
}