Redirecting to original paper in 30 seconds...
Click below to go immediately or wait for automatic redirect
📄 Abstract
Abstract: Hierarchical land cover and land use (LCLU) classification aims to assign
pixel-wise labels with multiple levels of semantic granularity to remote
sensing (RS) imagery. However, existing deep learning-based methods face two
major challenges: 1) They predominantly adopt a flat classification paradigm,
which limits their ability to generate end-to-end multi-granularity
hierarchical predictions aligned with tree-structured hierarchies used in
practice. 2) Most cross-domain studies focus on performance degradation caused
by sensor or scene variations, with limited attention to transferring LCLU
models to cross-domain tasks with heterogeneous hierarchies (e.g., LCLU to crop
classification). These limitations hinder the flexibility and generalization of
LCLU models in practical applications. To address these challenges, we propose
HieraRS, a novel hierarchical interpretation paradigm that enables
multi-granularity predictions and supports the efficient transfer of LCLU
models to cross-domain tasks with heterogeneous tree-structured hierarchies. We
introduce the Bidirectional Hierarchical Consistency Constraint Mechanism
(BHCCM), which can be seamlessly integrated into mainstream flat classification
models to generate hierarchical predictions, while improving both semantic
consistency and classification accuracy. Furthermore, we present TransLU, a
dual-branch cross-domain transfer framework comprising two key components:
Cross-Domain Knowledge Sharing (CDKS) and Cross-Domain Semantic Alignment
(CDSA). TransLU supports dynamic category expansion and facilitates the
effective adaptation of LCLU models to heterogeneous hierarchies. In addition,
we construct MM-5B, a large-scale multi-modal hierarchical land use dataset
featuring pixel-wise annotations. The code and MM-5B dataset will be released
at: https://github.com/AI-Tianlong/HieraRS.