VLDB 2026 Research / reviewers in the wild / expert
Yunsong Li 0001
dblp:87/5840
· DBLP profile ↗
356ranked-venue papers
13as first author
255since 2021 · last 2026
—ORCID · conflict
Domains — the database's venue-derived domains; a paper can count in several
Applied, interdisciplinary, general and emerging computing · 163 · 5 first-author · 118 since 2021Graphics, computer vision, multimedia, augmented reality and games · 111 · 5 first-author · 82 since 2021Artificial intelligence and machine learning · 93 · 3 first-author · 69 since 2021Systems, architecture and hardware · 7 · 4 since 2021Computer networks · 2Databases, data management, data science and information retrieval · 2 · 1 since 2021
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | TF-SNN: Temporal focus-based dynamic neuron regulation framework for spiking neural networks
Jie Guo 0009, Junxiang Wu, Mingjin Zhang, Yunsong Li 0001 |
Expert Syst. Appl. | 7 |
| 2026 | SeGD: A plug-and-play semantic discriminator for task-oriented image compression
Ran Tang, Peicheng Zhou, Jiangyi Yan, Cuiping Shi, Yunsong Li 0001 |
Neurocomputing | 6 |
| 2026 | MV-NeRV: Compact neural representation for multi-view videos via coarse-to-fine parallax elimination
Chang Wu 0001, Gang He 0002, Xiandong Meng, Yunsong Li 0001 |
Knowl. Based Syst. | 5 |
| 2026 | MMFormer: Multi-Modality semi-Supervised vision transformer in remote sensing imagery classification
Daixun Li, Weiying Xie, Leyuan Fang, Yunke Wang, Mingxiang Cao, Jitao Ma, Yunsong Li 0001, Chang Xu 0002 |
Neural Networks | 8 |
| 2026 | FA-Mamba: frequency attention driven Mamba for multimodal remote sensing classification
Danian Yang, Daixun Li, Jitao Ma, Yibing Lu, Yunsong Li 0001, Leyuan Fang, Weiying Xie |
Neural Networks | 5 |
| 2026 | Domain adapter for visual object tracking based on hyperspectral video
Langkun Chen, Gang He 0002, Weiying Xie, Yunsong Li 0001 |
Pattern Recognit. | 7 |
| 2026 | RCDIFO: A registration-change detection iterative feedback optimization network for unwell registered hyperspectral images
Jiahui Qu, Song Xiao 0001, Wenqian Dong, Yunsong Li 0001 |
Pattern Recognit. | 6 |
| 2026 | HyperPRET: Few-shot class incremental learning with precognition and retrospection for hyperspectral imagery
Bobo Xi, Tie Zheng, Jiaojiao Li 0001, Shou Feng, Yunsong Li 0001 |
Pattern Recognit. | 6 |
| 2026 | Learning transferable representations by topic guided graph adversarial network
Zhengjue Wang, Zhihui Xin, Chiyu Chen, Hao Zhang 0050, Yunsong Li 0001, Hongwei Liu 0001, Bo Chen 0001 |
Signal Process. | 6 |
| 2026 | Cross-Modal Visual Perception Consistency: A Language-Enhanced Approach for Heterogeneous Change DetectionabstractHeterogeneous remote sensing image change detection (HRSICD) seeks to identify surface changes by comparing images captured at different times. However, CD faces significant challenges due to heterogeneity arising from varying sensor types and imaging conditions. Recently, powerful vision-language models like CLIP have emerged, with strong semantic decoding abilities. Opening new possibilities for using linguistic information as an auxiliary in visual tasks, potentially driving breakthroughs in HCD. Capitalizing on this prospect, we investigate graph learning with vision-language features and introduce LEVPC, the first language-enhanced visual perception consistency framework for HCD. First, we create a mutual information-guided graph aggregation module. Specifically, it builds modality-invariant structured relationships among visual nodes by using language features as connecting bridges, providing a consistent foundation for comparing changes. To reduce modeling bias from heterogeneity, language is used as an anchor to aggregate features, ensuring a unified expression of visual representations. In summary, language guides the generation and aggregation of multiple subgraphs from visual inputs, ultimately building robust representations of structural relationships within a shared semantic space. Moreover, a change semantic compensation module is introduced, which analyses the change intensity between bi-temporal data from a vision-language perspective. And then adds change-related semantic descriptions for salient change regions, enhancing the expressiveness of visual change features. Experiments on multiple datasets validate the superior performance of LEVPC in HCD, achieving an average increase of 2.6% in Kappa. The code will be publicly available at https://github.com/sylXIDIAN/LEVPC. Siyao Li, Weiying Xie, Jitao Ma, Leyuan Fang, Yunsong Li 0001 |
IEEE Trans. Circuits Syst. Video Technol. | 5 |
| 2026 | MultiGS: Multi-Dimensional Information-Aware Gradient SparsificationabstractGradient sparsification (GS) is an effective method for reducing communication overhead in distributed training. For the first time, we introduce the concept of Multi-dimensional information into GS and propose a new gradient sparsification method named Multi-dimensional information-aware Gradient sparsification (MultiGS), which achieves high compression ratio with negligible accuracy loss and is applicable to mainstream network architectures. MultiGS reconstructs the layer-wise gradient by combining the high-frequency components of the local gradient and the low-frequency components of the sparsified global gradient that effectively addresses the issue of stale gradients and alleviates model bifurcation. Through the convergence proof of MultiGS for smooth non-convex problems and comparison with momentum SGD in convergence speed, we show that such new perspective approach is theoretically reasonable and practically effective. As validated with several mainstream model families (i.e., ResNets, VGGNet, LSTM, Vision Transformer, and Large Language Models), our MultiGS shows better accuracy over previous GS methods. Moreover, empirical results show that when a sufficient number of training nodes are available, MultiGS accelerates the distributed training by more than 3×, which is better than existing sparsification method. Jitao Ma, Donglai Liu, Weiying Xie, Yunsong Li 0001, Leyuan Fang |
IEEE Trans. Circuits Syst. Video Technol. | 5 |
| 2026 | BSDM: Background Suppression Diffusion Model for Hyperspectral Anomaly DetectionabstractHyperspectral anomaly detection (HAD) is widely used in Earth observation and deep space exploration. A major challenge for HAD is the complex background of the input hyperspectral images (HSIs), resulting in anomalies confused in the background. On the other hand, most existing HAD methods require training a separate model for each HSI, resulting in poor generalization in practical applications. This paper starts the first attempt to study a new and generalizable background learning problem without labeled samples. We present a novel solution BSDM (background suppression diffusion model) for HAD, which can simultaneously learn latent background distributions and generalize to different datasets for suppressing complex background. It is featured in three aspects: (1) For the complex background of HSIs, we design pseudo-background noise and learn the potential background distribution in it with a diffusion model (DM). (2) For the generalizability problem, we apply a statistical offset module so that the BSDM adapts to datasets of different domains without labeling samples. (3) For achieving background suppression, we innovatively improve the inference process of DM by feeding the original HSIs into the denoising network, which removes the background as noise. Our work paves a new background suppression way for HAD that can improve HAD performance without the prerequisite of manually labeled data. Assessments and generalization experiments of four HAD methods on several real HSI datasets demonstrate the above three unique properties of the proposed method. Our project is available at https://github.com/majitao-xd/BSDM-HAD. Jitao Ma, Weiying Xie, Xueshuang Xiang, Yunsong Li 0001, Leyuan Fang |
IEEE Trans. Circuits Syst. Video Technol. | 5 |
| 2026 | Adaptive Coarse-to-Fine Parameter Optimization for Incremental Hyperspectral Target DetectionabstractHyperspectral target detection effectively identifies fixed targets using specific spectral signatures but suffers from catastrophic forgetting when detecting multiple targets of interest within the same scene. Traditional data replay strategies may further exacerbate training instability due to mislabeled samples. To address these limitations, we propose an Adaptive Coarse-to-Fine Parameter Optimization framework (ACFPO) for incremental hyperspectral target detection, which enables stable continual learning via structural adaptation and parameter sensitivity–aware refinement. ACFPO formulates the task as a dual-stage process: coarse-grained matching and fine-grained detection. Specifically, an Adaptive Spectral Prior-Guided Coarse Matching (AS-PCM) module is designed to hierarchically organize detection tasks into semantic domains and construct intra- and inter-class spectral pairs for coarse-level alignment to adaptively select optimal submodels. Subsequently, a Distance-Aware Localized Fine-Grained Parameter Optimization (DA-LFPO) module is proposed to identify layer-wise sensitive parameters of the selected submodels by measuring spectral–spatial discrepancy, enabling selective retraining to preserve model stability on previously learned classes. By dynamically freezing non-sensitive parameters and optimizing critical modules, our approach mitigates inherent model drift and gradient conflicts in replay-based methods. Extensive experiments on three benchmark datasets demonstrate the superior performance of ACFPO, achieving a balanced trade-off between stability of the existing target and the adaptability of incremental targets. The code is available at https://github.com/Jiahuiqu/ACFPO. Jiahui Qu, Wenqian Dong, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Circuits Syst. Video Technol. | 4 |
| 2026 | Diff-Transformer: Heterogeneous Feature Fusion Network for Multisource Remote Sensing ClassificationabstractMultimodal remote sensing image classification has emerged as a key research area in remote sensing, with extensive applications in real-world scenarios. However, these images are collected by different sensors and contain multiple features such as spectrum, space, height and texture. Due to the differences in the characteristics of these data, existing methods have poor results in extracting and fusing heterogeneous features, which limits the improvement of classification performance. To address this problem, we propose a new heterogeneous feature extraction and fusion framework DTFNet, which utilizes the diffusion model and Transformer architecture. In the feature extraction stage, different networks are constructed to extract heterogeneous features while reducing redundancy. The dual-branch diffusion feature extraction (DBDFE) network based on the diffusion model is introduced to process data from different sensors, avoiding the limitation of extracting all features with a single network. In the feature fusion stage, the extracted diffusion features are fused with the original features to preserve the integrity of the original data. The cross-fusion transformer (CFT) module uses a convolutional neural network (CNN) to complete the local feature transformation and integration and models the long-range dependencies between heterogeneous features through cross-transformer encoders. Experimental results show that the classification accuracy of DTFNet on the three datasets reaches 92.38%, 80.08% and 95.02% respectively, which is significantly better than the existing state-of-the-art methods, demonstrating its effectiveness and superiority. Zhihao Ying, Jie Guo 0009, Yunsong Li 0001, Yu'e Gao |
IEEE Trans. Circuits Syst. Video Technol. | 3 |
| 2026 | LoME: LoRA-Driven Multimodal Extractor for RGB-X Vision TasksabstractRGB-X multimodal vision tasks present a highly promising approach to enhancing model performance in complex visual conditions. Existing multimodal frameworks are based on either the symmetric parallel network of feature fusion or the shared network of input fusion. However, parallel networks suffer from uncontrollable parameters and imbalanced optimization across modal branches, while shared networks often lead to a lack of diversity in gradient optimization. To address these challenges, we propose the LoRA-driven Multimodal Extractor (LoME), following a comprehensive analysis of existing multimodal frameworks. The low-rank properties of modal adapters for LoME ensure controllable growth in model parameters as the number of modalities increases. The dynamic parameter fusion between adapters and the shared feature extractor decouples gradient optimization directions, effectively mitigating imbalances caused by multimodal data biases while preserving complementary features. Moreover, we employ a training strategy based on dynamic rank allocation to reduce computational overhead and enhance modal diversity expression. We validate the effectiveness and generalizability of LoME across three multimodal vision tasks. LoME achieves superior performance compared to previous state-of-the-art methods on multiple datasets. For example, on the DroneVehicle dataset, our method achieves a 10.4% improvement in accuracy compared to the SOTA method, while the parameter overhead is reduced to 23% of the previous network (44.63M). The code has been open-sourced at https://github.com/zyszxhy/LoME. Weiying Xie, Tianlin Hui, Daixun Li, Jie Lei 0001, Yunsong Li 0001, Leyuan Fang |
IEEE Trans. Circuits Syst. Video Technol. | 7 |
| 2026 | Toward Memory-Efficient Hyperspectral Image Reconstruction via Consistency LearningabstractSpectral reconstruction (SR) aims to recover high-quality hyperspectral images (HSIs) from more readily available RGB or multispectral images (MSIs). While supervised SR has shown promising results, it is hindered by the difficulty of collecting abundant, well-registered RGB-HSI or MSI-HSI pairs. Semi-supervised SR (Semi-SR) offers a more practical solution by exploiting plentiful RGBs/MSIs together with limited HSIs. However, existing Semi-SR approaches still suffer from cross-domain discrepancies, cross-modality inconsistency, and unreliable pseudo-labels. To tackle these challenges, we propose a Manifold-aware Teacher-Student Semi-SR (MTSSR) framework, which seamlessly integrates labeled and unlabeled domains through a teacher-student paradigm and memory-efficient consistency learning. At its core, a Flexible Cross-attention Spectral Reconstruction (FCSR) network extracts scene-related spatial cues via customized self-attention and models scene-agnostic priors through dynamic quantization, thereby enhancing spectral fidelity. Furthermore, a manifold-aware dimensionality analysis derives a latent space that jointly captures spatial and spectral structures across modalities. This enables a manifold-aware alignment loss to enforce cross-modality consistency and a manifold-aware contrastive loss to progressively refine pseudo-label reliability. In addition, we develop a Threshold-adjusted Memory Bank Update (TMBU) strategy, which generates reliable negative samples by storing network-driven representations instead of memory-consuming HSIs, significantly reducing memory consumption. Extensive experiments on three visual and two remote sensing benchmarks demonstrate that MTSSR consistently outperforms state-of-the-art SR methods, achieving robust and memory-efficient spectral reconstruction. Yihong Leng, Jiaojiao Li 0001, Rui Song 0003, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Image Process. | 5 |
| 2026 | Two-Timer-KAN: Dual-Exclusive Fourier KANs With Gaussian Fusion for Few-Shot Multimodal Remote Sensing Imagery ClassificationabstractMultimodal remote sensing imagery classification (MRSIC) aims to synergistically leverage complementary information from heterogeneous data sources, enabling precise land-cover classification. Existing MRSIC approaches predominantly rely on abundant annotated samples, facing critical performance degradation under data-scarce scenarios that are particularly exacerbated by the inherent complexity of heterogeneous multimodal data. Furthermore, effectively extracting spatial-spectral information of multimodal data and fusing the cross-modal heterogeneous features persists as a significant challenge. To address these obstacles, we propose a pioneering few-shot MRSIC network, Two-timer-KAN, which integrates modality-specific feature extraction for spectral- and spatial-dominant data. Specifically, leveraging the nonlinear power of Kolmogorov-Arnold Networks (KANs), we develop the Dual-Exclusive Fourier KAN (DEF-KAN) encoder, which captures modality-specific global features in the frequency domain, bridging spectral and spatial gaps across various datasets. Following this, a Multivariate-Gaussian-based Cross-KAN (MG-Cross-KAN) is dedicated to enhancing the robustness of cross-modality fusion by capturing modality-shared features in a distribution-based manner. Finally, to further tackle classification ambiguity under limited annotated samples, we present a visual-textual bidirectional alignment strategy, which leverages textual descriptions as supplementary semantical knowledge to clarify class feature centers. Extensive experiments demonstrate that the proposed two-timer-KAN achieves superior performance, outperforming the state-of-the-art methods in both accuracy and robustness. Jiaojiao Li 0001, Hailong Wu, Rui Song 0003, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Image Process. | 5 |
| 2026 | MambaFedCD: Spatial-Spectral-Temporal Collaborative Mamba-Based Active Federated Hyperspectral Change DetectionabstractHyperspectral image (HSI) change detection is a technique that can identify the changes occurring between the bitemporal HSIs covering the same geographic area. The field of change detection has witnessed the proposal and successful implementation of numerous methods. However, a majority of these approaches adhere to the centralized learning paradigm, which requires data transmission to a central server for training. The sensitivity of remote sensing data generally prohibit their sharing across different clients. Furthermore, manual labeling is a costly effort in practically. In this paper, we propose a spatial-spectral-temporal collaborative Mamba-based active federated hyperspectral change detection (MambaFedCD) framework, which utilizes the limited labeled samples from multiple clients to achieve change detection while ensuring the data privacy of each client. Specifically, there are three key characteristics: 1) a spatial-spectral-temporal collaborative Mamba-based change detection ( ${{\text {S}}^{2}}{\text {TMamba}}$ ) model is proposed to efficiently synergize the temporal and global spatial-spectral information of the bitemporal HSIs for change detection; 2) a difference feature diversity correction-based model aggregation (DFDCMA) strategy is devised to incorporate the diversity of difference features for rational allocation of weight factors among clients and to facilitate effective aggregation of the global model; 3) we propose a multi-decision federated active learning (MDFAL) strategy that selects both error-prone and valuable samples for model training to alleviate the burden of sample labeling. Comprehensive experiments conducted on commonly utilized datasets demonstrate that the proposed method outperforms other state-of-the-art methods. The code is available at https://github.com/Jiahuiqu/MambaFedCD. Jiahui Qu, Jingyu Zhao 0011, Wenqian Dong, Lijian Zhang, Yunsong Li 0001 |
IEEE Trans. Image Process. | 5 |
| 2026 | Prototype-Based Meta-Prompt Tuning: Toward Rehearsal-Free Few-Shot Class-Incremental Learning for Multimodal Remote Sensing ImageabstractRecent research on the joint classification of multimodal remote sensing data has achieved outstanding performance in tasks within predefined label spaces. However, surface conditions are dynamic and change over time, resulting in variations in land cover classes collected from the same region at different time points. As a result, when new classes are discovered, the previous works must use a combination of old and new class data to retrain the model, which incurs high computational costs and raises concerns about data privacy. In this work, we propose the prototype-based meta-prompt tuning (PMPT) framework, which fine-tunes only a few session-relevant visual prompts to adapt to incremental classes, while simultaneously learning prototype embeddings for each class to preserve historical knowledge. Specifically, the PMPT consists of a meta-learning-based feature representation backbone and an incrementally updated nearest-class-mean (NCM) classifier. The backbone is trained on base class data to learn shared and stable global knowledge, then frozen, with only the prompts fine-tuned to extract sessions-specific local knowledge from incremental sessions. The NCM classifier is a globally shared classifier that measures the similarity between test samples and prototypes, effectively alleviating the issues of knowledge forgetting and overfitting. Additionally, we propose an incremental prototype contrastive loss to reduce semantic drift and prototype overlap in the embedding space. During the testing phase, the PMPT reproduces the complete embedding function by matching samples, class prototypes, and visual prompts, thereby enabling accurate classification of unknown samples. The method has been tested on widely used multimodal remote sensing datasets, demonstrating the effectiveness of the proposed PMPT in addressing the dilemma of stability-plasticity with limited incremental samples. The code is available at https://github.com/Jiahuiqu/PMPT. Jiahui Qu, Wenqian Dong, Ling Huang 0009, Yunsong Li 0001 |
IEEE Trans. Image Process. | 5 |
| 2026 | Snapshot Compressive Imaging via Degradation Cue and Spectral Latent DiffusionabstractThe goal of snapshot spectral compressive imaging reconstruction is to recover the 3D hyperspectral image from a 2D measurement. However, current reconstruction methods still face significant challenges in fully leveraging degradation and image prior. Many methods estimate degradation solely from a single measurement rather than learning from the real imaging process, resulting in inaccurate prior modeling. Moreover, the high compression of the CASSI measurement leads to the loss of spectral-spatial context, and the existing priors fail to fully capture it - for instance, in complex scenarios (such as S5, S9 in Table I), the performance gap can be as high as 3 dB. To address these issues, this paper introduces a novel reconstruction method with Degradation Cue Learning and Spectral Latent Diffusion (DCL-SLD), which comprises two key components: the Degradation Cue Learning (DCL) module and the Spectral Latent Diffusion (SLD) module. In the spatial domain, the DCL module employs a pre-trained image encoder and a feature distribution transmission strategy to extract degraded information and integrate it into the feature, enabling reconstruction through learned visual context. In the spectral domain, the SLD module leverages a latent diffusion model based on spectral correlations to generate a low-rank vector representation, effectively preserving contextual relationships within the high-dimensional structure. By enhancing priors in both dimensions, the model significantly improves its ability to exploit contextual information for more accurate recovery. Extensive experimental results on both simulation and real datasets demonstrate the superior performance of DCL-SLD over state-of-the-art methods. Mingjin Zhang, Longyi Li, Jie Guo 0009, Yunsong Li 0001 |
IEEE Trans. Image Process. | 4 |
| 2026 | Degradation-Adaptive Denoising: Aligning Diffusion Models With Physics of Video Snapshot Compressive ImagingabstractVideo Snapshot Compressive Imaging (SCI) captures multiple video frames in a single exposure, enabling efficient reconstruction of high-speed scenes for motion analysis and event detection. Existing SCI in coded aperture compressive temporal imaging (CACTI) methods predominantly rely on feedforward deep networks with fixed denoising strategies. However, they lack alignment with the SCI physical inverse model and struggle to balance motion detail recovery and static background smoothing. In this paper, we propose PCD-Diffusion for Video SCI, the first diffusion-based reconstruction framework for Video SCI, which reformulates the inverse problem as a progressive denoising process. Specifically, we design a Physically-Constrained Dynamic Diffusion (PCD-Diffusion) model, introducing a region-adaptive diffusion schedule and spatiotemporal residual estimation. This method explicitly aligns the denoising process with SCI's spatially non-uniform and temporally evolving residual distribution. Additionally, a motion prior-guided diffusion schedule and a Gauss-guided spatiotemporal adaptive residual estimation dynamically steer the denoising trajectory, ensuring accurate motion detail restoration and physically consistent reconstructions. Extensive results on simulated and real datasets verify the superior reconstruction fidelity and temporal coherence of the proposed PCD-Diffusion framework over existing approaches. Code will be released upon publication. Mingjin Zhang, Jie Guo 0009, Yunsong Li 0001 |
IEEE Trans. Image Process. | 4 |
| 2026 | BiCM-Prompt: Bidirectional Cross-Modal Prompt Tuning for Class-Incremental Learning on Multisource Remote Sensing ImagesabstractClass-incremental learning aims to continuously expand the category space while mitigating catastrophic forgetting of previously learned classes, and has recently attracted increasing attention in remote sensing image classification for long-term adaptive applications. However, most existing class-incremental learning methods are developed under single-source classification settings, where the complementary information across multiple data sources is not fully exploited, limiting their applicability in multi-source remote sensing scenarios classification. To address this issue, we propose a novel prompt-based framework for class-incremental learning on multi-source remote sensing images. Specifically, we introduce a Bidirectional Cross-Modal Prompt Tuning (BiCM-PT) module that dynamically selects modality-specific prompts while preserving historical cross-modal relationships by freezing modality relation projectors from previous tasks, thereby enhancing model stability. Furthermore, to improve plasticity for new-class learning, we design a Prompt-Guided Knowledge Aggregator (PGKA) that leverages learned prompts to guide decision-level feature aggregation and extract discriminative multi-modal representations. Together, these components enable effective and stable class-incremental learning in multi-source remote sensing environments. Extensive experiments on three real-world remote sensing benchmarks demonstrate the effectiveness of our approach in balancing stability and plasticity under multi-source incremental learning settings. The code is available at https://github.com/Jiahuiqu/BiCMPT. Jiahui Qu, Wenqian Dong, Yunsong Li 0001 |
IEEE Trans. Image Process. | 4 |
| 2026 | Asymmetric Strip Transformer With Position Vectors Embedding for Lane DetectionabstractLane detection is an important aspect of autonomous driving environment perception. Traditionally, lane detection has been regarded as a semantic segmentation task, and the geometric characteristics and position information of lanes have been ignored. Different from previous models, we proposed a model to capture the high-level semantic features and low-level position features of lanes by adopting two modules in the row and column. In the horizontal direction, we utilized line shape self-attention to capture the long-distance dependencies of lanes, which is crucial due to the slender shape of lanes, while reducing unnecessary computational resources to obtain irrelevant features. We used position information vectors encoding in the Key, Query, and Value modules in the transformer to enable considering the position information to explore potential location associations between lane and employed it for the vertical direction. In the Tusimple benchmark test, this method achieved an accuracy rate of 96.74%, demonstrating good competitiveness compared with existing methods. Jing Zhang 0054, Yao Le, Shumeng Zhang, Yunsong Li 0001 |
IEEE Trans. Intell. Transp. Syst. | 4 |
| 2026 | Fusion-Driven Task Mutual-Guidance Network for Few-Shot Hyperspectral Image ClassificationabstractIn recent years, deep learning has revolutionized hyperspectral image (HSI) classification. However, it remains a significant challenge to achieve high-precision classification with limited image quality and labeled samples. Most existing methods fail to effectively leverage unlabeled samples and neglect the impact of image quality degradation on classification performance. To address these issues, this paper proposes a Fusion-Driven Task Mutual-Guidance Network (FTMNet), which enhances image quality and improves classification performance through mutual guidance between fusion and classification tasks. Specifically, we propose an image fusion subnet integrating contrastive learning to jointly optimize input quality enhancement and discriminative feature representation through multi-objective constraints. To mitigate sample scarcity, a multi-task interactive multimodal contrastive architecture is developed, leveraging cross-modal complementarity and cross-task feature sharing mechanisms to strengthen discriminative power. Furthermore, we introduce a cross-task collaborative mutual-guidance strategy that synchronizes inter-task information exchange via learnable parametric constraints, forming unified optimization directions for coordinated performance enhancement. The experimental results demonstrate that the proposed method outperforms the existing state-of-the-art methods in both quantitative and qualitative aspects. Code is available at https://github.com/Jiahuiqu/FTMNet. Yusen Zhu, Jiahui Qu, Wenqian Dong, Yunsong Li 0001 |
IEEE Trans. Multim. | 4 |
| 2026 | Physics-Guided Time-Interactive-Frequency Network for Cross-Domain Few-Shot Hyperspectral Image ClassificationabstractRecently, domain alignment and metric-based few-shot learning (FSL) have been introduced into hyperspectral image classification (HSIC) to solve the issues of uneven data distribution and scarcity of annotated data faced in practical applications. However, existing cross-domain few-shot methods ignore pivotal frequency priors of the complex field, which contribute to better category discrimination and knowledge transfer. To address this issue, we propose a novel physics-guided time-interactive-frequency network (PTFNet) for cross-domain few-shot HSIC, enabling the extraction of both frequency priors and spatial features (termed "time domain" following Fourier convention) simultaneously through a lightweight time-interactive-frequency module (TiF-Module) as a pioneering effort. Meanwhile, a spectral Fourier-based augmentation module (SFA-Module) is designed to decouple the frequency priors and enhance the diversity of distribution of physical attributes to imitate the domain shift. Then, the physics consistency loss is introduced to regularize the diverse embeddings to approximate the center of each category's physical attributes, guiding the network to excavate more transferable knowledge of source domain (SD). Furthermore, to fully exploit the discriminant time-frequency information and further improve the accuracy of boundary pixels, a set of multiorientation homogeneous prototypes is adopted to represent each class comprehensively, and an intuitive and flexible uncertainty-rectified bidirectional random walk strategy is applied to replace the Euclidean metric for more reliable classification. The experimental results on four public datasets demonstrate the prominent performance of the proposed PTFNet. Jiaojiao Li 0001, Hailong Wu, Rui Song 0003, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 5 |
| 2025 | Multi-Frame Deformable Look-Up Table for Compressed Video Quality EnhancementabstractThe rapid progress of multimedia technology has led to an increased focus on enhancing the quality of experience (QoE) for video. Specifically, the demand for low-latency and high-quality decoding has grown significantly. Compressed Video Quality Enhancement (CVQE) methods based on Deep Neural Networks (DNNs) have achieved remarkable success. However, most of the methods suffer from high computational complexity, thereby limiting their practicality in low-latency scenarios. Recently, Look-Up Table (LUT) methods have shown great efficiency, which makes them considerably promising in the field of low-latency CVQE. In this paper, we propose an efficient multi-frame deformable Look-Up Table structure for CVQE. Firstly, we design an efficient CNN to explore the inter-frame correlation and then predict the multi-scale convolution offsets. Secondly, we introduce a temporal feature extraction module and a multi-scale fusion module. We first exploit the predicted offsets to guide sampling for precise temporal alignment and extract multi-frame information. Then, higher quality frames are reconstructed from the fused multi-scale features. During the inference, we convert these two modules into LUTs to achieve a sound trade-off between model performance and computational complexity. Experiments demonstrate that our proposed method dramatically outperforms the state-of-the-art LUT-based methods, and obtains competitive performance compared to CNN-based methods with the capability to run in real-time(30fps) at 1080p resolution. Gang He 0002, Guancheng Quan, Chang Wu 0001, Dajiang Zhou, Yunsong Li 0001 |
AAAI | 6 |
| 2025 | AdaGK-SGD: Adaptive Global Knowledge Guided Distributed Stochastic Gradient DescentabstractDistributed machine learning (DML) is promising for training large models on large datasets. In DML, multiple workers collaborate on the training of neural networks, significantly reducing the time required for neural network training. The efficiency of DML is heavily influenced by communication, making it crucial to balance the trade-off between communication cost and model performance in current research. Local methods are excellent at reducing communication costs, yet face degradation in accuracy and generalizability. Indeed, global knowledge is valuable for improving performance in local methods. However, the theoretical analysis of global knowledge validity is lacking, and global knowledge can currently only be used in the global aggregation of local methods due to communication limitations and staleness. To this end, in this paper, we establish the mechanism of global knowledge guidance and propose Adaptive Global Knowledge Guided Distributed Stochastic Gradient Descent (AdaGK-SGD) to extend the guidance of global knowledge to the whole distributed training process without any additional communication. Specifically, we define the maximum lifetime of global knowledge based on the mechanism, and establish a correlation between the maximum lifetime and the validity of global knowledge to circumvent the adverse effects of global knowledge staleness. The Maximum Lifetime of Global Knowledge module of our algorithm can be applied separately to other algorithms. In addition, considering the application, we provide a straightforward and efficient strategy for achieving the maximum lifetime adaptive setting. We establish the convergence rate of AdaGK-SGD for convex and non-convex scenarios. Numerically, we find that AdaGK-SGD can significantly improve the accuracy and generalizability of distributed algorithms compared with existing methods. Hangyu Ye, Weiying Xie, Yunsong Li 0001, Leyuan Fang |
AAAI | 3 |
| 2025 | DiffCLIP: Few-shot Language-driven Multimodal ClassifierabstractVisual language models like Contrastive Language-Image Pretraining (CLIP) have shown impressive performance in analyzing natural images with language information. However, these models often encounter challenges when applied to specialized domains such as remote sensing due to the limited availability of image-text pairs for training. To tackle this issue, we introduce DiffCLIP, a novel framework that extends CLIP to effectively convey comprehensive language-driven semantic information for accurate classification of high-dimensional multimodal remote sensing images. DiffCLIP is a few-shot learning method that leverages unlabeled images for pretraining. It employs unsupervised mask diffusion learning to capture the distribution of diverse modalities without requiring labels. The modality-shared image encoder maps multimodal data into a unified subspace, extracting shared features with consistent parameters across modalities. A well-trained image encoder further enhances learning by aligning visual representations with class-label text information from CLIP. By integrating these approaches, DiffCLIP significantly boosts CLIP performance using a minimal number of image-text pairs. We evaluate DiffCLIP on widely used high-dimensional multimodal datasets, demonstrating its effectiveness in addressing few-shot annotated classification tasks. DiffCLIP achieves an overall accuracy improvement of 10.65% across three remote sensing datasets compared with CLIP, while utilizing only 2-shot image-text pairs. Mingxiang Cao, Kai Jiang 0001, Yunsong Li 0001 |
AAAI | 5 |
| 2025 | RivuletMLP: An MLP-based Architecture for Efficient Compressed Video Quality Enhancement
Gang He 0002, Guancheng Quan, Dajiang Zhou, Yunsong Li 0001 |
CVPR | 6 |
| 2025 | FedCS: Coreset Selection for Federated LearningabstractFederated Learning (FL) is an emerging direction in distributed machine learning that enables jointly training a model without sharing the data. However, as the size of datasets grows exponentially, computational costs of FL increase. In this paper, we propose the first Coreset Selection criterion for Federated Learning (FedCS) by exploring the Distance Contrast (DC) in feature space. Our FedCS is inspired by the discovery that DC can indicate the intrinsic properties inherent to samples regardless of the networks. Based on the observation, we develop a method that is mathematically formulated to prune samples with high DC. The principle behind our pruning is that high DC samples either contain less information or represent rare extreme cases, thus removal of them can enhance the aggregation performance. Besides, we experimentally show that samples with low DC usually contain substantial information and reflect the common features of samples within their classes, such that they are suitable for constructing coreset. With only two time of linear-logarithmic complexity operation, FedCS leads to significant improvements over the methods using whole dataset in terms of computational costs, with similar accuracies. For example, on the CIFAR-10 dataset with Dirichlet coefficient α = 0.1, FedCS achieves 58.88% accuracy using only 44% of the entire dataset, whereas other methods require twice the data volume as FedCS for same performance. Chenhe Hao, Weiying Xie, Daixun Li, Hangyu Ye, Leyuan Fang, Yunsong Li 0001 |
CVPR | 7 |
| 2025 | Towards Long-Horizon Vision-Language-Action System: Reasoning, Acting and Memory
Daixun Li, Mingxiang Cao, Donglai Liu, Weiying Xie, Tianlin Hui, Lunkai Lin, Yunsong Li 0001 |
ICCV | 9 |
| 2025 | Allowing Oscillation Quantization: Overcoming Solution Space Limitation in Low Bit-Width Quantization
Weiying Xie, Zihan Meng, Jitao Ma, Wenjin Guo, Leyuan Fang, Yunsong Li 0001 |
ICCV | 8 |
| 2025 | FusionSAM: Visual Multi-Modal Learning with Segment Anything ModelabstractMultimodal image fusion and semantic segmentation are critical for autonomous driving. Despite advancements, current models often struggle with segmenting densely packed elements due to a lack of comprehensive fusion features for guidance during training. While the Segment Anything Model (SAM) allows precise control during fine-tuning through its flexible prompting encoder, its potential remains largely unexplored in the context of multimodal segmentation for natural images. In this paper, we introduce SAM into multimodal image segmentation for the first time, proposing a novel framework that combines Latent Space Token Generation (LSTG) and Fusion Mask Prompting (FMP) modules. This approach transforms the training methodology for multimodal segmentation from a traditional black-box approach to a controllable, prompt-based mechanism. Specifically, we obtain latent space features for both modalities through vector quantization and embed them into a cross-attention-based inter-domain fusion module to establish long-range dependencies between modalities. We then use these comprehensive fusion features as prompts to guide precise pixel-level segmentation. Extensive experiments on multiple public datasets demonstrate that our method significantly outperforms SAM and SAM2 in multimodal autonomous driving scenarios, achieving an average improvement of 4.1% over the state-of-the-art method in segmentation mIoU, and the performance is also optimized in other multi-modal visual scenes. Daixun Li, Weiying Xie, Mingxiang Cao, Yunke Wang, Leyuan Fang, Yunsong Li 0001, Chang Xu 0002 |
KDD (2) | 7 |
| 2025 | Uni-Sight: An E2E Vision-Language-Action System Unifying Multi-View Alignment and Multi-Modal FusionabstractVision-Language-Action (VLA) systems are crucial for autonomous decision-making in embodied intelligence. While current systems have advanced the instruction-following capabilities, their limited spatial perception often leads to suboptimal performance for mobile manipulation tasks in unstructured environments. To address this challenge, we propose Uni-Sight, an end-to-end VLA system for robust mobile manipulation. Uni-Sight unifies decision-making, perception, and control through joint training, enabling synchronized cross-component optimization. Within the system, we introduce Latent Feature Aligner (LFA) that ensures accurate target localization by aligning multi-view data. Specifically, we develop Domain Transfer Policy (DTP), a hierarchical policy constrained by LiDAR-guided spatial priors, which ensures 3D spatial understanding with limited visual coverage. Extensive experiments on 20 real-world mobile manipulation tasks demonstrate the high task success rate and robust execution performance of Uni-Sight. Our Uni-Sight achieves a 3.04× the success rate of existing methods, and exhibits superior generalization in both long-horizon and zero-shot scenes. Code and dataset are publicly available at https://github.com/trantor2nd/Uni-Sight. Daixun Li, Sibo He, Jiayun Tian, Weiying Xie, Mingxiang Cao, Donglai Liu, Tianlin Hui, Yunsong Li 0001 |
ACM Multimedia | 11 |
| 2025 | TF-ATM: Training-Free Adaptive Token Merging
Xin Zhang 0092, Weiying Xie, Yunsong Li 0001, Tianlin Hui, Jitao Ma, Leyuan Fang |
ACM Multimedia | 3 |
| 2025 | MASK_LOSS guided non-end-to-end image denoising network based on multi-attention module with bias rectified linear unit and absolute pooling unit
Jing Zhang 0054, Jingcheng Yu, Congyao Zheng, Yao Le, Yunsong Li 0001 |
Comput. Vis. Image Underst. | 6 |
| 2025 | IIRNet: Infinite impulse response inspired network for compressed video quality enhancement
Mingjin Zhang, Lingping Zheng, Yunsong Li 0001, Xinbo Gao 0001 |
Neurocomputing | 3 |
| 2025 | RGB-D visual object tracking with transformer-based multi-modal feature fusion
Yuze Ke, Wanlin Zhao, Gang He 0002, Yunsong Li 0001 |
Knowl. Based Syst. | 7 |
| 2025 | Registration-fusion binocular diffusion model: Exploring continuous fusion of unregistered hyperspectral and multispectral images
Jiahui Qu, Wenqian Dong, Hongxiang Li 0002, Song Xiao 0001, Yunsong Li 0001 |
Knowl. Based Syst. | 6 |
| 2025 | Hyperspectral anomaly detection with self-supervised anomaly prior
Yidan Liu, Kai Jiang 0001, Weiying Xie, Yunsong Li 0001, Leyuan Fang |
Neural Networks | 5 |
| 2025 | Exploring hyperspectral anomaly detection with human vision: A small target aware detector
Jitao Ma, Weiying Xie, Yunsong Li 0001 |
Neural Networks | 3 |
| 2025 | CDAFormer: Hybrid Transformer-based contrastive domain adaptation framework for unsupervised hyperspectral change detection
Jiahui Qu, Jingyu Zhao 0011, Wenqian Dong, Zan Li 0001, Yunsong Li 0001 |
Neural Networks | 6 |
| 2025 | SA-CVSR: Scale-Arbitrary Compressed Video Super-Resolution
Gang He 0002, Chang Wu 0001, Guancheng Quan, Yunsong Li 0001 |
Pattern Recognit. | 5 |
| 2025 | M³amba: CLIP-Driven Mamba Model for Multi-Modal Remote Sensing ClassificationabstractMulti-modal fusion holds great promise for integrating information from different modalities. However, due to a lack of consideration for modal consistency, existing multi-modal fusion methods in the field of remote sensing still face challenges of incomplete semantic information and low computational efficiency in their fusion designs. Inspired by the observation that the visual language pre-training model CLIP can effectively extract strong semantic information from visual features, we propose M3amba, a novel end-to-end CLIP-driven Mamba model for multi-modal fusion to address these challenges. Specifically, we introduce CLIP-driven modality-specific adapters in the fusion architecture to avoid the bias of understanding specific domains caused by direct inference, making the original CLIP encoder modality-specific perception. This unified framework enables minimal training to achieve a comprehensive semantic understanding of different modalities, thereby guiding cross-modal feature fusion. To further enhance the consistent association between modality mappings, a multi-modal Mamba fusion architecture with linear complexity and a cross-attention module Cross-SS2D are designed, which fully considers effective and efficient information interaction to achieve complete fusion. Extensive experiments have shown that M3amba has an average performance improvement of at least 5.98% compared with the state-of-the-art methods in multi-modal hyperspectral image classification tasks in the remote sensing field, while also demonstrating excellent training efficiency, achieving a double improvement in accuracy and efficiency. The code is released athttps://github.com/kaka-Cao/M3amba. Mingxiang Cao, Weiying Xie, Xin Zhang 0092, Kai Jiang 0001, Jie Lei 0001, Yunsong Li 0001 |
IEEE Trans. Circuits Syst. Video Technol. | 7 |
| 2025 | SeaDATE: Remedy Dual-Attention Transformer With Semantic Alignment via Contrast Learning for Multimodal Object DetectionabstractMultimodal object detection leverages diverse modal information to enhance the accuracy and robustness of detectors. Due to its ability to capture long-range dependencies, the Transformer model provides a powerful mechanism for integrating multimodal features during feature extraction. This capability significantly enhances the accuracy of multimodal object detection by addressing the limitations of local feature extraction inherent in traditional methods. However, current methods merely stack Transformer-guided fusion techniques without exploring their capability to extract features at various depth layers of network, thus limiting the improvements in detection performance. In this paper, we introduce an accurate and efficient multimodal object detection method named SeaDATE. Initially, we propose a novel dual attention Feature Fusion (DTF) module that, under Transformer’s guidance, integrates local and global information through a dual attention mechanism, strengthening the fusion of modal features from orthogonal perspectives using spatial and channel tokens. Meanwhile, our theoretical analysis and empirical validation demonstrate that the Transformer-guided fusion method, treating images as sequences of pixels for fusion, performs better on shallow features’ detail information compared to deep semantic information. To address this, we designed a contrastive learning (CL) module aimed at learning features of multimodal samples, remedying the shortcomings of Transformer-guided fusion in extracting deep semantic features, and effectively utilizing cross-modal information. Extensive experiments and ablation studies on the FLIR, LLVIP, and M3FD datasets have proven our method to be effective, achieving state-of-the-art detection performance. Shuhan Dong, Weiying Xie, Danian Yang, Yunsong Li 0001, Jiayuan Tian, Jie Lei 0001 |
IEEE Trans. Circuits Syst. Video Technol. | 4 |
| 2025 | ShiftQuant: Toward Accurate and Efficient Sub-8-bit Integer TrainingabstractNeural network training is a memory- and compute-intensive task. Quantization, which enables low-bitwidth formats in training, can significantly mitigate the workload. To reduce quantization error, recent methods have developed new data formats and additional pre-processing operations on quantizers. However, it remains quite challenging to achieve high accuracy and efficiency simultaneously. In this paper, we explore sub-8-bit integer training from its essence of gradient descent optimization. Our integer training framework includes two components: ShiftQuant to realize accurate gradient estimation, and L1 normalization to smoothen the loss landscape. ShiftQuant attains performance that approaches the theoretical upper bound of group quantization. Furthermore, it liberates group quantization from inefficient memory rearrangement. The L1 normalization facilitates the implementation of fully quantized normalization layers with impressive convergence accuracy. Our method frees sub-8-bit integer training from pre-processing and supports general devices. This framework achieves negligible accuracy loss across various neural networks and tasks (0.92% on 4-bit ResNets, 0.61% on 6-bit Transformers). The prototypical implementation of ShiftQuant achieves more than 1.85×/15.3% performance improvement on CPU/GPU compared to its FP16 counterparts, and 33.9% resource consumption reduction on FPGA than the FP16 counterparts. The proposed fully-quantized L1 normalization layers achieve more than 35.54% improvement in throughout on CPU compared to traditional L2 normalization layers. Moreover, theoretical analysis verifies the advancement of our method. Wenjin Guo, Donglai Liu, Weiying Xie, Yunsong Li 0001, Xuefei Ning, Zihan Meng, Shulin Zeng, Jie Lei 0001, Zhenman Fang, Yu Wang 0002 |
IEEE Trans. Circuits Syst. Video Technol. | 4 |
| 2025 | Hyperspectral Object Tracking With Spectral Information PromptabstractHyperspectral videos contain a larger number of spectral bands, providing extensive spectral information and material identification capabilities. This advantage confers hyperspectral trackers to achieve superior performance in challenging tracking scenarios. However, the limited availability of hyperspectral training data and the inability of existing algorithms to fully exploit hyperspectral information restrict the tracking performance. To address this issue, a novel framework, Spectral Prompt-based Hyperspectral Object Tracking (SP-HST), is proposed. SP-HST leverages a RGB tracking network as the main branch for feature extraction and tracking, which accounts for more than 98% of the total parameters and remains frozen during the training procedure. Additionally, the Spectral Prompt Learning (SPL) branch, comprising multiple lightweight prompt blocks, is introduced to generate complementary spectral representations as the prompt. The prompts contain abundant spectral information from hyperspectral data, enhancing the discriminative ability of features within the main branch. Furthermore, the Complementary Weight Learning (CWL) is employed to calculate the importance of spectral information from different prompts, enabling the features for hyperspectral object tracking to contain more spectral information that is absent in the feature of the main branch. By utilizing the spectral information as prompt, the number of trainable parameters is less than 2% of that in the tracking network, and the convergence is reached in 12 training epoch. Extensive experiments demonstrate the superiority of SP-HST, achieving a new state-of-the-art tracking performance, 71.3% of the AUC score on the HOTC dataset and 96.7% of the DP@20P score on the IMEC25 dataset. The code will be released at https://github.com/lgao001/SP-HST. Gang He 0002, Langkun Chen, Weiying Xie, Yunsong Li 0001 |
IEEE Trans. Circuits Syst. Video Technol. | 6 |
| 2025 | Semi-Mamba: Mamba-Driven Semi-Supervised Multimodal Remote Sensing Feature ClassificationabstractMamba architecture achieves the same performance as attention mechanisms with linear complexity, leading to significant progress in remote sensing land cover classification. However, existing Mamba methods rarely leverage the representational complementarity and consistency between different modalities, resulting in challenges such as incomplete fusion. To address these issues, we propose Semi-Mamba, a novel semi-supervised framework specifically designed for high-dimensional multi-modal data fusion. We introduce the Mamba Cross-Modality Fusion Module, which enables cross-modal learning of temporal features through state-space model interactions and smooth integration of input matrices, enhancing the fusion of richer feature representations. Additionally, to tackle the inherent difficulty of acquiring pixel-level annotations in remote sensing datasets, we introduce a multi-modal semi-supervised mechanism. This mechanism utilizes cross-modal supervision between different modalities to maximize data utilization and improve learning efficiency. It effectively enables joint training on both labeled and unlabeled data without relying on pseudo-labels. We integrate these innovations into a unified end-to-end framework. Compared to state-of-the-art CNN and Transformerbased architectures, our framework shows a significant improvement of over 3.12%, setting a new benchmark for semi-supervised multi-modal data fusion. The code has open sourced at https://github.com/LDXDU/Semi_Mamba_RS. Yunsong Li 0001, Daixun Li, Weiying Xie, Jitao Ma, Sibo He, Leyuan Fang |
IEEE Trans. Circuits Syst. Video Technol. | 1 |
| 2025 | Multi-Feature Interaction and Degradation Estimation Transformer for Spectral Compressive ImagingabstractCoded Aperture Snapshot Spectral Imaging (CASSI) systems provide an efficient approach to acquiring Hyperspectral Images (HSI), yet the reconstruction process still presents challenges. Traditional Deep Unfolding Networks (DUN) applied to CASSI often face constraints due to inadequate feature utilization and poor handling of multi-scale frequency-domain information, leading to the loss of image detail and global information. Furthermore, most DUN methodologies oversimplify degrading factors and fail to account for issues such as distortions found in actual imaging, thus affecting accuracy and robustness. This paper presents MIDET, a novel DUN tailored for CASSI systems, which integrates the fusion of band information, spatial information, and multi-scale information to meaningfully improve feature utilization and information interaction efficiency. Additionally, MIDET introduces a degradation-guided learning strategy and a frequency feature extraction module, enhancing the capability to handle real imaging distortions and preserve more details in HSI reconstruction. Experimental results demonstrate that MIDET significantly outperforms existing technologies on both simulated and real datasets, effectively enhancing the quality of HSI reconstruction. Jiaojiao Li 0001, Ding Zhu, Rui Song 0003, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Circuits Syst. Video Technol. | 5 |
| 2025 | Contrastive MLP Network Based on Adjacent Coordinates for Cross-Domain Zero-Shot Hyperspectral Image ClassificationabstractWith the breakthrough of transfer learning and meta-learning, cross-domain few-shot hyperspectral image classification (CDFSL HSIC) technology has recently achieved satisfactory performance under limited annotations. Nevertheless, the most practical applications are zero-shot scenarios, which are intractable for CDFSL technology, such as the extraterrestrial detection scene, where unexplored objects are recognized by scientists to be more valuable for research. To conquer the zero-shot problem under domain shift, a two-stage contrastive MLP network (MAC-CDZS) is proposed, which constitutes a pioneering effort in the cross-domain zero-shot (CDZS) HSIC task. Firstly, given the remarkable performance of MLPs within a diminutive model size and their enhanced capacity for extracting spatial-spectral features of HSIs, the MLP framework has been strategically chosen as the foundational backbone of the first stage in the MAC-CDZS for facilitating efficient feature extraction. Secondly, to alleviate the potential category collapse, the second-stage fine-tuning framework is introduced, which extends the first-stage backbone by incorporating the elaborate adjacent coordinate module and contrastive learning paradigm for more harmonious classification performance. Specifically, the adjacent coordinate module is creatively designed to adequately mine the adjacent coordinates among samples for ameliorating category collapse from the perspective of grasping more reliable priors. Furthermore, a contrastive learning paradigm is innovatively constructed, comprising a Spatial Augmentation (SA) module tailored for hyperspectral patches and a construction strategy of sample pair under zero-shot conditions, which aims to boost the representation capability and alleviate the class collapse. The superior performance of the MAC-CDZS is demonstrated by experimental results on four benchmark datasets. Jiaojiao Li 0001, Rui Song 0003, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Circuits Syst. Video Technol. | 5 |
| 2025 | Dual-Depth Unified Joint Optimization: Adaptive Curvature-Based CompressionabstractModel compression methods such as pruning and quantization have been proposed to facilitate the deployment of convolutional neural networks (CNNs) on resource-constrained devices. Existing methods aim to combine the two for simultaneous improvement in compression ratio and runtime efficiency. However, most of the joint methods adopt linear tandem structures. Due to the lack of a unified framework, different optimization directions result in suboptimal solutions, especially when the compression ratio is extremely high. In this paper, we propose a novel adaptive curvature-based compression (ACC) method, which achieves a dual-depth unified joint optimization of pruning and quantization. In the first depth, we unify the pruning and quantization criteria using mean curvature, which leverages the discrete nature of image data and the continuum theory of differential geometry. In the second depth, we replace the traditional training process in the joint pruning-quantization method with curvature-aware knowledge distillation (CKD), unifying the two-stage approach into a simple but powerful parallel step. Our method is effective and interpretable by utilizing inherent properties to promote the understanding of information distribution and the importance of feature maps. Extensive experiments on multiple advanced benchmarks and diverse downstream task datasets have validated the superiority and generalizability of our ACC. Notably, we can achieve a 1.05% Top-1 accuracy improvement over the baseline under an extreme compression ratio of 454.55×, outperforming existing state-of-the-art (SOTA) methods. Yunsong Li 0001, Xin Zhang 0092, Weiying Xie, Daixun Li, Hangyu Ye, Leyuan Fang |
IEEE Trans. Circuits Syst. Video Technol. | 1 |
| 2025 | Visual State Space Model With Graph-Based Feature Aggregation for No-Reference Image Quality AssessmentabstractInspired by the human visual system (HVS), no-reference image quality assessment (NR-IQA) has made significant progress without relying on perfect reference images. The HVS is primarily influenced by the combined effects of representational information with different receptive fields and attribute categories when capturing subjective perceived quality. However, existing methods only roughly or partially utilize representations of multi-dimensional information. Furthermore, current NR-IQA methods either rely on convolutional neural networks (CNNs) with limited local perception or depend on the computational complexity of vision transformers (ViTs). To make up for the shortcomings of these two architectures, an emerging visual state space model (VMamba) is introduced. Motivated by this, this paper presents a NR-IQA method via VIsual State space model with Graph-based feature Aggregation (VISGA). Specifically, we utilize a plain, pre-training-free, and feature-enhanced VMamba as the backbone. To align with the perceptual mechanisms of the HVS by effectively using features with different dimensional information, a graph convolutional network-based multi-receptive field and multi-level aggregation module is designed to deeply explore the correlations and interactions of multi-dimensional representations. Additionally, we propose a gated local enhancement module with patch-wise perception to enhance the local perception of VMamba. Extensive experiments conducted on seven databases demonstrate that VISGA achieves outstanding performance. Notably, our model remains state-of-the-art when training with very few parameters. The code is released athttps://github.com/xirihao/VISGA. Haozhi Shi, Weiying Xie, Yunsong Li 0001, Leyuan Fang |
IEEE Trans. Circuits Syst. Video Technol. | 4 |
| 2025 | MIFNet: Multi-Scale Interaction Fusion Network for Remote Sensing Image Change DetectionabstractChange Detection (CD) is a crucial and challenging task in remote sensing observations. Despite the remarkable progress driven by deep learning in remote sensing change detection, several challenges remain regarding global information representation and efficient interaction. The traditional Siamese network structure, which extracts features from bitemporal images using a weight-sharing network and generates a change map, but often neglects phase interaction information between images. Additionally, multi-scale feature fusion methods frequently use FPN-like structures, leading to lossy cross-layer information transmission and hindering the effective utilization of features. To address these issues, we propose a multi-scale interaction fusion network (MIFNet) that fuses bitemporal features at an early stage, using deep supervision techniques to guide early fusion features in obtaining abundant semantic representation of changes, also we construct a dual complementary attention module (DCA) to capture temporal information. Furthermore, we introduce a collection-allocation fusion mechanism, which is different from previous layer-by-layer fusion methods since it collects global information and embeds features at different levels to achieve effective cross-layer information transmission and promote global semantic feature representation. Extensive experiments demonstrate that our method achieves competitive results on the LEVIR-CD+ dataset, outperforming other advanced methods on both the LEVIR-CD and SYSU-CD datasets, with F1 improved by 0.96% and 0.61%, respectively, compared to the most advanced models. Weiying Xie, Wenjie Shao, Daixun Li, Yunsong Li 0001, Leyuan Fang |
IEEE Trans. Circuits Syst. Video Technol. | 4 |
| 2025 | DSNet: Dynamic Stitchable Neural Network for Hyperspectral Image ClassificationabstractHyperspectral image classification (HSIC) aims to identify land cover categories by leveraging the spectral and spatial information contained in hyperspectral images (HSI). Currently, many deep learning approaches utilize dual-branch networks to process spectral and spatial data separately, followed by the application of specialized modules to facilitate feature interaction or fusion. However, the design of these modules demands considerable time and effort from researchers and may not adequately capture the inherent relationships between independent spatial and spectral features in a dynamic manner. To address these issues, we propose the dynamic stitchable neural network (DSNet) for HSIC. While the DSNet maintains a dual-branch structure, it operates without traditional feature fusion or interaction. Instead, it employs a stitching network approach to integrate the two branches. Specifically, a spatial-spectral stitching module is presented to incorporates multiple stitching layers at various positions between the two network branches, creating new stitched networks that retain the strengths of both original networks. Additionally, a reinforcement learning-based strategy is designed for dynamically selecting stitching positions tailored to specific datasets, enabling the model to adaptively optimize the integration of spatial and spectral features. Recognizing the effectiveness of vision transformer (ViT) in learning spatial information and the capability of 1D convolutional neural network (1DCNN) in capturing spectral details, the DSNet directly stitches these two networks together. This fusion maximizes the utilization of both foundational networks, yielding a new hybrid network that delivers exceptional performance while also alleviating the burden on researchers to develop new architectures from scratch. Extensive experiments and analyses conducted on three public HSI datasets demonstrate the superiority of the proposed method, validating the effectiveness of our innovative modules. The codes of this work will be available from the website: https://github.com/ZZC/IEEE-TGRS-DSNet. Shou Feng, Zicheng Zhao, Bobo Xi, Chunhui Zhao 0003, Wei Li 0032, Ran Tao 0003, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 7 |
| 2025 | SemiBaCon: Semi-Supervised Balanced Contrastive Learning for Multimodal Remote Sensing Image ClassificationabstractThe limited availability of annotated training data significantly constrains the classification accuracy of hyperspectral image (HSI) and LiDAR fusion approaches. Although contrastive learning has emerged as a potential solution, current implementations frequently neglect the critical class imbalance issues during unlabeled sample selection. To address the issue, we introduce a novel semi-supervised balanced contrastive learning (SemiBaCon) framework for multi-modal remote sensing image classification. First, we propose a superpixel-based balanced sampling (SPBS) mechanism that fundamentally addresses class imbalance through intelligent pseudo-label generation. By segmenting the HSI data into homogeneous superpixels and implementing intra-region label propagation, the method ensures statistically balanced pseudo-label selection across categories, effectively overcoming the bias introduced by conventional random sampling strategies. Second, our architecture integrates a dual-stream encoder combining convolutional neural networks (CNNs) with Transformers, enabling hierarchical feature extraction from spectral-spatial characteristics of HSI and elevation patterns of LiDAR. This design facilitates the construction of multi-modal positive sample pairs, achieving enhanced representation learning through inter-modal consistency constraints. Third, we develop a pseudo-label guided contrastive learning (PLCL) paradigm that synergistically combines pseudo-label confidence with feature similarity metrics, which effectively reduces intra-class variance and improves decision boundaries in the latent space. Comprehensive evaluations on three benchmark datasets demonstrate the framework’s superior performance compared to the state-of-the-art methods. Bobo Xi, Tie Zheng, Yunsong Li 0001, Changbin Xue, Ming Shen 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2025 | NukesFormers: Unpaired Hyperspectral Image Generation With Nonuniform Domain AlignmentabstractThe persistent challenge of acquiring precisely coregistered RGB-hyperspectral image (HSI) pairs has significantly impeded the practical deployment of current data-driven Hyperspectral Image Generation (HIG) networks in engineering applications. Gleichzeitig, the ill-posed nature of the aligning constraints, compounded with the complexities of mining cross-domain features, also hinders the advancement of unpaired HIG (UnHIG) tasks. In this paper, we conquer these challenges by reformulating the UnHIG through Range-Null Space Decomposition (RND), modeling range-space feature interaction and null-space compensations. Specifically, the introduced contrastive learning effectively aligns the geometric and spectral distributions of unpaired data by building the interaction of range space, considering the consistent feature in degradation process. Our Dual-Dimensional Contrastive Prior Module (DCPM) captures mutual information within RGB and HSI domains of a single scene while modeling relationships between internal representations across different scenes, thereby constructing comprehensive cross-domain constraints. Furthermore, the Gabor kernel-based multi-head self-attention (G-MSA) adaptively separates high-frequency components, guiding subsequent modules to concentrate on relevant frequency intervals for target objects. Then, we propose a novel Non-uniform Kolmogorov-Arnold Networks (Nukes) to exhaustively excavate null-space components(degraded/high-frequency representations) through dual-domain frequency mapping. The proposed method was evaluated on three established datasets: NTIRE 2020 ’Clean’ track, NTIRE 2022, CAVE and Grss_dfc_2018. To assess real-world applicability, ratio experiments were conducted by changing the proportion of RGB and HSI. These experiments demonstrate that our approach achieves state-of-the-art performance in UnHIG. Jiaojiao Li 0001, Shiyao Duan, Rui Song 0003, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2025 | Background Suppression Network With Attention Collapse Inhibited Transformer for Optical Remote Sensing Object DetectionabstractObject detection for remote sensing imagery (RSI) has been extensively exploited in practical applications. However, similar and multiscale objects in RSI, especially small objects, pose challenges to RSI object detection methods. Particularly, existing approaches ignore irrelevant background in RSI leading to hardship in discriminative feature extraction, resulting in instances of false positive (FP) and false negative (FN) of similar objects. In this article, we propose an irrelevant background suppression network (IBS-Net), which employs the structure of a convolutional neural network (CNN) in series with a Transformer to efficiently capture local and global information in images to respond the challenge of multiscale object detection. Primarily, a background detach module (BDM) is designed behind the backbone to suppress the irrelevant background and enhance the foreground to minimize the interference of irrelevant background for object detection. Furthermore, a composite-sampler (C-S) is devised to sample the vectors describing the foreground and the context, which expands the limited receptive field of the detector to better distinguish similar objects. Especially, considering that transformer-based object detection methods suffer from an attention collapse issue that leads to a degradation of the network representation. An attention collapse inhibited transformer (ACI-former) is presented by designing a partial residual connection, which induces the network to perceive more target information and reduces the loss of small target features thus improving the detection accuracy of small objects. Ultimately, we have conducted related experiments on two benchmarks, which demonstrate that our method has achieved prominent results compared with other mainstream detection methods. Jiaojiao Li 0001, Haile Li, Rui Song 0003, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2025 | Adaptive Temperature-Driven Ternary Contrastive Autoencoder Framework for Hyperspectral Target DetectionabstractHyperspectral Target Detection (HTD) is a critical task in remote sensing, where numerous deep learning (DL)-based methods have emerged for their powerful ability to extract hierarchical and discriminative features. However, challenges such as insufficient labeled samples and spectral variability lead to formidable issues for DL-based methods like model underfitting and poor robustness. In particular, existing contrastive learning-based detectors rely on native positive-negative pair construction while overlooking hidden positive pairs (i.e., positive but mistakenly constructed as negative), which undermines the model’s ability to maintain consistent feature representation. To address the above issues, we propose an Adaptive Temperature-driven Ternary Contrastive Autoencoder (ATTCA) framework, which performs HTD in a self-supervised manner. Initially, we introduce a novel augmentation technique named Strong-Weak Frequency domain Interference (S-WFI) to expand data while establishing the ternary framework, which can balance the robustness and representation consistency of the model. Additionally, a Dual-Stream Quad-scan Mamba (DSQM) network based on a compositing selective state space model is tailored to effectively extract multi-scale spatial-spectral features and mitigate the effects of spectral variation. Ultimately, we formulate a Reconstruction Weights-driven Adaptive Temperature (RWAT) strategy to dynamically adjust parameters and suppress the separation of hidden positive pairs, which can facilitate the alignment of target features effectively. Experimental results on four real-world benchmark datasets demonstrate that our approach outperforms state-of-the-art methods in terms of detection performance and efficiency. Jiaojiao Li 0001, Hangyun Liu, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2025 | A Multimodal Cross-Domain Segmentation Network of Remote Sensing Imagery With Multilevel Deep Cross-Fusion and Adversarial Domain AdaptationabstractDeep learning techniques have recently achieved significant success in semantic segmentation for Earth observation tasks using single-modality data within a specific region. However, such optimal conditions are seldom found in real-world applications, leading to subpar performance and limited generalization of existing models when faced with multimodal cross-domain scenarios. To tackle this issue, we introduce a novel segmentation network for remote sensing imagery (RSI) called MC-Seg, which incorporates multilevel deep cross-fusion and adversarial domain adaptation. The MC-Seg framework begins by performing multilevel deep cross-fusion of multimodal data through a complete feature extraction module and three fusion levels: feature, modal, and layer. This approach ensures the thorough utilization of features from various modalities. Following this, the framework integrates a local-global adversarial domain adaptation module to minimize the domain gap, effectively aligning the source and target domains despite the differences in RSI data representations. Experimental validation on the C2Seg dataset shows that our proposed method outperforms existing state-of-the-art techniques. Bobo Xi, Tie Zheng, Yunsong Li 0001, Changbin Xue |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2025 | DIFTransNet: Dual-Branch Interactive Fusion Network With CNN and Multiscale Transformer for Infrared Small Target DetectionabstractRecent advances in hybrid architectures combining convolutional neural networks (CNNs) and Transformers have demonstrated significant potential in infrared small target detection. However, existing methods suffer from limited interaction depth, leading to weak cross-layer feature coordination. To address this, we propose the DIFTransNet, a dual-branch interactive fusion network that implements hierarchical mutual refinement between CNN and Transformer pathways. Specifically, the DIFTransNet incorporates an interactive fusion module (IFM) at each hybrid encoding stage that bridges local details and global semantics through shared latent space projection and cross-attention mechanisms, enabling aligned deep fusion. In the Transformer branch, we introduce the hierarchical decoupled sparse attention (HDSA) with resolution-progressive window partitioning, which preserves dim targets through dense local sampling while suppressing noise via cross-region sparse correlations. Moreover, rethinking the information gap in conventional skip connections between shallow and deep layers, we propose a reorganized skip augmentation module (RSAM). It introduces a cross-level bidirectional fusion strategy, where the closed-loop architecture enables dual compensation between spatial details and semantic contexts. The experimental results on the NUDT-SIRST, SIRST, and IRSTD-1K datasets demonstrate that the proposed DIFTransNet surpasses current state-of-the-art methods in accurate detection of infrared small targets. Shenao Liu, Bobo Xi, Tie Zheng, Jiaojiao Li 0001, Yunsong Li 0001, Changbin Xue |
IEEE Trans. Geosci. Remote. Sens. | 6 |
| 2025 | Hyperspectral Target Detection Based on Generative Self-Supervised Learning With Wavelet TransformabstractRecently, generative self-supervised learning (GSSL) has gained extensive attention in hyperspectral remote sensing. For the hyperspectral target detection (HTD) task, traditional GSSL-based algorithms usually require hyperspectral images (HSIs) as additional datasets for pretraining, which are relatively resource-intensive and time-consuming. To better interpret the spectral-spatial information of HSIs while alleviating the dependence on large-scale hyperspectral datasets, we develop a novel two-stage framework for HTD based on GSSL in this article. In the preprocessing for the input HSI, a dimensional transformation (DT) module and a coarse detection reference (CDR) module are constructed to produce feature patches as training samples for subsequent pretraining and fine-tuning. In the pretraining stage for spectral-spatial reconstruction, we construct an asymmetric autoencoder (AE) architecture which leverages the transformer blocks with long-range perception to extract generalized features and explore discriminative feature representations of the input HSI. Specifically, a dual-stream wavelet patch embedding (DWPE) module is proposed to integrate the wavelet transform (WT) mechanism with the convolutional neural networks (CNNs), which extracts robust spectral-spatial features by performing convolutional operations with different frequency components of WT. In the fine-tuning stage, a novel signature-constrained cross-entropy (SC-CE) loss function is proposed to constrain the network optimization. For the final detection, a pixel-level fusion based on coarse detection based pixel-level fusion (CDPF) module is employed after inference to further suppress the interference from background. Experimental results on six real HSIs demonstrate that the proposed method achieves superior detection performance while maintaining the generalization of the pretrained model. Shuai Wang 0057, Yunsong Li 0001, Weiying Xie, Kai Jiang 0001, Kailang Cao |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2025 | A Signature-Constrained Two-Stage Framework for Hyperspectral Target Detection Based on Generative Self-Supervised LearningabstractRecently, hyperspectral target detection (HTD) technique based on deep learning (DL) has been developed rapidly. However, existing algorithms show poor generalization across different hyperspectral images (HSIs), where repeated training and inference based on limited prior information are necessary. To liberate HTD from dependence on the quantity and the quality of training samples, this article proposes a signature-constrained two-stage framework for HTD (HTD-STF) based on generative self-supervised learning (GSSL). In the first stage for pre-training, to realize spectral-spatial reconstruction, we build an asymmetric autoencoder (AE) employing transformer blocks with long-range perception for generalized feature extraction. During pre-training, the spectral-spatial similarity loss is designed to improve the effect of reconstruction. In the second stage for fine-tuning and detection, the signature is utilized in preprocessing, training and inference, respectively. Specifically, the coarse sample mining and tiling strategy in preprocessing not only facilitates the framework in flexible input dimension, but also provides pseudo labels for end-to-end training. During training, we adopt the signature as guidance for feature-level fusion, which alleviates the impact of sample imbalance. After training, the final inference based on pixel-level fusion refines the original output. For ideal GSSL, the HyperMix-10K, a new large-scale hyperspectral dataset, has been constructed in this work, which contains numerous unlabeled HSIs captured in various scenes. Experimental results and analysis on real HSIs verify the effectiveness and generalization ability of the HTD-STF. Shuai Wang 0057, Yunsong Li 0001, Weiying Xie, Kai Jiang 0001, Kailang Cao |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2025 | Cyclic Consistency Constrained Multiview Graph Matching Network for Unsupervised Heterogeneous Change DetectionabstractChange detection of heterogeneous remote sensing images is a crucial topic for Earth observation, which has various applications in many fields. Most of the existing heterogeneous change detection methods obtain modal-consistent feature representation without fully considering the characteristic of specific data modality, such as hyperspectral image (HSI). Moreover, the acquirement of labeled samples requires high costs of manual operation and extensive domain knowledge. To solve these problems, we propose a cyclic consistency constrained multi-view graph matching network (C3MGM-Net) for unsupervised change detection, which fully considers the spatial-spectral similarity of heterogeneous multi-temporal images from multiple views while preventing the information loss of HSI and PAN/RGB image. The C3MGM-Net transforms the heterogeneous images into three common domains for modal alignment, which not only enhances the spatial-spectral information, but also well preserves the original high-resolution spatial and spectral information in the multi-temporal images. The modal-consistent spatial and spectral information is interacted between multiple domains, so as to make the difference features more distinguishable in terms of both structural and node similarity. With the guidance of change detection results in all domains, the most informative samples are intelligently selected to enlarge the training set, and then fed back to further constrain the consistency of unchanged areas of the multi-temporal images in each domain. The experimental results on heterogeneous datasets demonstrate the effectiveness of the proposed method compared with the state-of-the-art methods. Code is available at https://github.com/Jiahuiqu/C3MGM-for-Heterogeneous-Change-Detection. Jiahui Qu, Wenqian Dong, Qian Du 0001, Yunshuang Xu, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 6 |
| 2025 | Progressive Synergistic Registration and Fusion Diffusion Network for Unregistered Hyperspectral and Multispectral Image FusionabstractFusion of hyperspectral and multispectral images (HSI and MSI) has become a mainstream technique for obtaining high spatial resolution HSI. However, most existing fusion methods are based on the ideal assumption that the low-resolution HSI (LR-HSI) and high-resolution MSI (HR-MSI) are perfectly registered, which is difficult to achieve in the practical scenario. Some works attempt to fuse unregistered images, treating registration and fusion as independent tasks, however this will lead to the accumulation of registration errors in the fusion result. In this work, we propose a Progressive Synergistic Registration and Fusion Diffusion Network, called PSRF-DiffNet, to iteratively co-optimize image registration and fusion throughout the reverse process in a progressive bridging diffusion model. Specifically, a novel Fine Registration and Fusion Bridging model (FRFB) is designed, which models the image registration and fusion problem in a single model to greatly reduce the sensitivity of fusion performance to registration accuracy. In FRFB, Attention-enhanced-matching Fine Registration model (AFR) is proposed to generate registered images, on which, the Spatial-Spectral-Coupled Fusion model (S2CF) performs fusion operation to generate high-quality hyperspectral images. FRFB further allows direct connections from the state of preceding FRFB to the current FRFB, leading to a contiguous refinement mechanism. Extensive experimental results indicate that our proposed PSRF-DiffNet could effectively deal with different types and degrees of nonrigid deformations and yield high-quality HR-HSI, demonstrating a better performance than other state-of-the-art baselines. The code is available at https://github.com/Jiahuiqu/PSRF-DiffNet. Jiahui Qu, Yunsong Li 0001, Wenqian Dong |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2025 | R2PLoc: A Region-to-Point UAV Visual Geo-Localization Framework Leveraging Hierarchical Semantic RepresentationabstractThe challenges in UAV visual geo-localization primarily stem from discrepancies between satellite maps and aerial images, including scale variations, viewpoint deviations, and spatiotemporal mismatches. Current approaches adopt retrieval-based or keypoint-matching-based localization, and some studies employ a cascaded approach. However, these methods still exhibit limitations in addressing discrepancies. To address these challenges, we propose a region-to-point UAV visual geo-localization framework named R2PLoc. Specifically, we consider UAV visual geo-localization as the process of retrieving corresponding regions from satellite map databases using aerial images while establishing projective relationship between them. First, we employ a shared backbone network for semantic feature extraction to conserve computational resources. Then, the Hierarchical Semantic Aggregation Module (HSAM) is designed to address the feature distribution shifts by fusing multi-scale semantics that combine both global contexts and local structures. Additionally, the Semantic-Enhanced Hierarchical Refinement Matcher (SHRM) is constructed to improve the geometric consistency of keypoint matching by integrating high-level semantic information. Furthermore, the UAV-R2P dataset is constructed for the region-to-point geo-localization task. The qualitative and quantitative experimental results demonstrate that our method outperforms most state-of-the-art methods with similar model size on most available datasets. Ruitao Lu, Yansheng Li 0001, Yunsong Li 0001, Dingwen Zhang |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2025 | DEAE: Diffusion-Enhanced Autoencoder Network for Unsupervised Nonlinear Hyperspectral UnmixingabstractHyperspectral unmixing (HU) aims to decompose mixed pixels into their constituent spectral signatures and estimate their corresponding fractional abundances. Recently, the nonlinear spectral mixing model (NLMM) has advanced significantly and offered strong physical interpretability. However, the effective integration of physics-driven NLMM with data-driven deep learning (DL) approaches still remains a critical challenge. To address this, we propose a diffusion-enhanced autoencoder (DEAE), a novel unsupervised framework that innovatively incorporates the diffusion model (DM) into nonlinear HU. DEAE introduces the residual second-order attention mechanism to capture global spectral information, adaptively weighting informative bands while compressing redundant bands. Subsequently, we integrate the extended multilinear mixing model (EMLM) into the DM-enhanced decoder, which extracts latent features from the linear autoencoder’s output and generates an enhanced reconstructed image while simultaneously estimating the transition probabilities of EMLM. Finally, a nonlinear decoder outputs the ultimate reconstructed image based on both the enhanced reconstructed image and transition probabilities. Experiments conducted on synthetic and three real-world datasets demonstrate the superior performance of DEAE compared to the state-of-the-art methods based on both LMM and NLMM. Tongshu Wu, Fanqiang Kong, Dan Li 0014, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2025 | HyLiOSR: Staged Progressive Learning for Joint Open-Set Recognition of Hyperspectral and LiDAR DataabstractThe joint classification of hyperspectral images (HSIs) and light detection and ranging (LiDAR) data have seen significant advancements in recent research. However, it would be more practical if we could simultaneously detect the unknown classes in a more realistic open-set scenario. In this article, we introduce a novel open-set recognition (OSR) method for HSI and LiDAR data, termed HyLiOSR, which devises a staged progressive learning strategy to effectively bridge the gap between closed-set and open-set feature distributions within an autoencoder framework. Specifically, for the first stage, the reconstruction-based network is dedicated to accurately modeling each known category by learning multiple Gaussian prototypes, which facilitates OSR by disentangling the distribution of known classes. In the second stage, we actively synthesize samples of unknown classes during the feature extraction phase and create a virtual unknown classifier, enabling the network to effectively differentiate between known and unknown class samples. This approach establishes a distinct separation between known and unknown classes in the latent feature space, thereby enhancing the capability of the frameworks to distinguish between them. Comprehensive experiments conducted on three benchmark datasets demonstrate that the proposed HyLiOSR outperforms existing state-of-the-art methods. The source code will be accessible athttps://github.com/B-Xi/TGRS_2025_HyLiOSR. Bobo Xi, Mingshuo Cai, Jiaojiao Li 0001, Zhengjue Wang, Shou Feng, Yunsong Li 0001, Jocelyn Chanussot |
IEEE Trans. Geosci. Remote. Sens. | 6 |
| 2025 | MCTGCL: Mixed CNN-Transformer for Mars Hyperspectral Image Classification With Graph Contrastive LearningabstractHyperspectral image (HSI) classification has been extensively studied in the context of Earth observation. However, its application in Mars exploration remains limited. Although convolutional neural networks (CNNs) have proven effective in HSI processing, their local receptive fields hinder their ability to capture long-range features. Transformers excel in global modeling and perform well in HSI classification (HSIC), but they often neglect the effective representation of local spectral and spatial features and tend to be more complex. To address these challenges, we propose a mixed CNN-transformer network for Mars HSI classification with graph contrastive learning to enhance classification performance. Specifically, we introduce an information-enhanced attention module (IEAM) designed to aggregate attention features from multiple perspectives. Additionally, we develop a lightweight dual-branch CNN-transformer (LDCT) network that efficiently extracts both local and global spectral-spatial features with lower complexity. To improve the discrimination of inter-class features, we apply graph contrastive learning to the topological structure of labeled samples. Furthermore, we annotated three Mars HSI datasets, referred to as HyMars, to validate the effectiveness of our proposed mixed CNN–“transformer network for Mars HSIC with graph contrastive learning (MCTGCL). Comprehensive experimental results across different amounts of labeled samples consistently demonstrate the superiority of the method. The source code is available athttps://github.com/B-Xi/TGRS_2025_MCTGCL. Bobo Xi, Jiaojiao Li 0001, Tie Zheng, Xunfeng Zhao, Changbin Xue, Yunsong Li 0001, Jocelyn Chanussot |
IEEE Trans. Geosci. Remote. Sens. | 8 |
| 2025 | CTMEM-Diff: A Cross-Modal Texture Matching and Enhancement Mamba Diffusion Model for Unpaired Hyperspectral Image Super-ResolutionabstractIn the field of hyperspectral image super-resolution (HSI-SR), fusion-based image super-resolution (SR) is a research hotspot different from single image super-resolution (SISR). However, it is common for hyperspectral images (HSI) and multi-spectral images (MSI) to cover different areas and be acquired at different times. Such image pairs pose two challenges to the SR task, which are how to match similar regions of two images and to achieve efficient texture transfer in the complex texture details of remote sensing images. We define this task as unpaired HSI-SR and propose a cross-modal texture matching and enhancement mamba diffusion model (CTMEM-Diff) to solve the above problems. In the framework of the diffusion model, CTMEM-Diff gradually transfers texture details in MSI in an iterative manner to generate high-resolution HSI. Specifically, at each step of the iterative process, we propose a degradation matching block (DMB), which employs different degradation functions for different modal images to convert HSI and MSI to a uniform data dimension to improve the performence of texture matching. In addition, in order to fully utilize the spectral information in HSI, as well as the spatial information in MSI, we design a texture consistent mamba denoising module (TCMM) that utilizes the global context modeling capability and a gating mechanism of mamba to achieve efficient texture transfer. We constructed three datasets based on five publicly available datasets to validate the effectiveness of our model, and the experimental results show that our method achieves optimal results. The source code is available at https://github.com/Jiahuiqu/CTMEM-Diff. Yang Xu 0070, Wenqian Dong, Jiahui Qu, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2025 | RS-IML: Federated Intrinsic Mask Learning on Remote Sensing Image InterpretationabstractInterpreting remote sensing (RS) images plays a crucial role in numerous applications such as environmental monitoring, urban planning, agricultural management and disaster assessment. Nevertheless, remote sensing data is frequently dispersed among various organizations. Privacy concerns and data-sharing limitations make it difficult to utilize large-scale datasets within a centralized training framework. Federated learning (FL) provides a promising approach by facilitating collaborative model training across decentralized data sources, eliminating the need for data centralization. However, the application of FL in RS scenarios is challenging due to the resource-limited edge nodes cannot meet the high demand for computation and memory resources to train deep learning models. Neural network lightweighting techniques have the potential to enhance model efficiency, but existing methods still present significant challenges, such as reliance on initial training of dense models during lightweighting and potential performance degradation after lightweighting. To address these challenges, we propose RS-IML, a novel FL framework for RS Image Interpretation based on Intrinsic Mask Learning without training dense models. RS-IML comprises three key components. First, we introduce the intrinsic dimension of objective landscape that the neural network is projected onto a low-dimensional subnetwork to lightweight neural networks without training dense models. Second, we propose intrinsic dimension parameter averaging to aggregate inconsistent local intrinsic models while suppressing the adverse effects of non-intrinsic parameters between local models. Third, we fine-tune the specific parameters of local intrinsic models to mitigate global intrinsic noise for better performance. Extensive experiments demonstrate the effectiveness of our proposed RS-IML. It achieves a significant improvement in model efficiency during lightweighting compared to existing methods while obtaining superior accuracy. Hangyu Ye, Weiying Xie, Xin Zhang 0092, Yibing Lu, Yunsong Li 0001, Leyuan Fang |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2025 | Change Detection Meets Frequency Learning: A Coarse-to-Fine Dual-Domain Detection NetworkabstractChange detection (CD) aims to distinguish the changed regions in bitemporal images under the same area. Accurate detection needs comprehensive and precise semantic information extraction. Naturally, multiscale feature extraction becomes a fashion. Recent methods implement multiscale feature extraction through complicated convolutional neural network (CNN) modules or Transformers. However, complicated modules are far from the practical demands. First, implementing multiscale feature extraction through multilevel stacking of modules leads to unnecessary computing. Not all regions in images need very detailed detection. Second, respective modules for different scale extractions make discrete resolutions on detection. We need a more continuous recognition of spatial resolutions. Third, inherent weakness in high-frequency learning of CNNs and Transformers degrades the detection of details. In this article, we develop a new multiscale architecture, cross-domain coarse-to-fine (CDC2F) network. Specifically, we first perform coarse detection in the spatial domain. Based on the coarse change map (CM), the bitemporal images will be segmented into blocks, which are then go through a filtering process to retain the mixed blocks. For the retained blocks, a fine detection will be conducted in the frequency domain. Finally, spatial-frequency features are fused to make the final detection. The proposed coarse-to-fine (C2F) strategy guarantees computational efficiency. The cross-domain architecture (spatial and frequency) provides a continuous scale recognition through discrete cosine transform (DCT). And the explicit frequency learning makes detailed detection come true. Extensive experiments on three widely used CD datasets [learning, vision, and remote sensing CD (LEVIR-CD), Wuhan University (WHU), and season-varying CD (SVCD)] show that CDC2F achieves state-of-the-art (SOTA) performance in both the evaluation metrics and the visual presentation, with few parameters and low computational complexity. The source code is available athttps://github.com/Beat992/CDC2F. Wenjin Guo, Yunsong Li 0001, Weiying Xie |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2025 | Hyperspectral Image Super-Resolution Using Differentiation and Cross-Domain FeatureabstractThe rich spectral information in hyperspectral images (HSIs) requires effective joint extraction of spectral and spatial features for super-resolution (SR) tasks. To better capture spectral–spatial representations and restore edge textures, we propose the differentiation and cross-domain feature extraction network (DCDFENet) for HSI SR. Its core module enhances reconstruction by leveraging cross-domain interactions and differential features. DCDFE consists of three components: cross-domain and multiscale feature extraction (CDMSFE), which uses separated 3D convolutions and cross-domain connections to extract complementary features at multiple scales; spectral feature differentiation highlighting attention (SFDHA), which emphasizes significant spectral variations via differentiation and attention mechanisms; and edge feature extraction (EFE), which integrates Laplacian filtering and an extreme value feaure extraction (EVFE) to enhance spatial edge textures. Additionally, a loss function based on singular value decomposition further mitigates spectral distortion. Experiments on three benchmark datasets demonstrate that our method achieves superior performance on PSNR, MPSNR, SSIM, and SAM metrics. Jing Zhang 0054, Jingcheng Yu, Renjie Zheng, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2025 | MVFG: Enhancing Semantic Segmentation via Mix Vision Transformer With a Feature Guidance Module Powered by SAM MasksabstractThe challenges in semantic segmentation of remote sensing images arise primarily from significant variations in target sizes, diverse shapes, and complex background environments. To address these challenges, we have developed a feature-guided semantic segmentation model for remote sensing images, further enhancing its accuracy with high-fidelity masks generated by the SAM vision large model. The principal contributions of this study are outlined as follows: We introduce a semantic segmentation model that employs feature guidance, ingeniously integrating CNN and Transformer architectures to effectively capture both the local details and the global context of remote sensing images. We propose an improved method based on the SAM vision large model, featuring a dual-branch structure that incorporates two key modules: semantic voting and mask refinement. The semantic voting module corrects semantic errors in both branches. Subsequently, a mask refinement module is utilized to further enhance these masks. In experimental validations using the iSAID dataset, the model significantly improved the mean Intersection over Union (mIoU) to 61.54% and the meanF1 score to 74.69%, underscoring the significance and applicability of the proposed methodology. Tingzhang Wu, Xianyun Wu, Yunsong Li 0001, Lantao Feng, Haoxin Chen, Dan Li 0014, Bormin Huang |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2025 | Cycle Translation-Based Collaborative Training for Hyperspectral-RGB Multimodal Change DetectionabstractHyperspectral image change detection (HSI-CD) benefits from HSIs with continuous spectral bands, which uniquely enables the analysis of more subtle changes. Existing methods have achieved desirable performance relying on multi-temporal homogenous HSIs over the same region, which is generally difficult to obtain in real scenes. HSI-RGB multimodal CD overcomes the constraint of limited HSI availability by incorporating another temporal RGB data, and the combination of advantages within different modalities enhances the robustness of detection results. Nevertheless, due to the different imaging mechanisms between two modalities, existing HSI CD methods cannot be directly applied. In this paper, we propose a cycle translation-based collaborative training (co-training) for HSI-RGB multimodal CD, which achieves cross-modal mutual guidance to collaboratively learn complementary difference information from diverse modalities for identifying changes. Specifically, a cross-modal guided CycleGAN-based image translation module is designed to implement bi-directional image translation, which mitigates modal difference and enables the extraction of information related to land cover changes. Then, a spatial-spectral interactive co-training CD module is proposed to achieve iterative interaction between cross-modal information, which jointly extracts the multimodal difference features to generate the final results. The proposed method outperforms several leading CD methods in extensive experiments carried out on both real and synthetic datasets. In addition, a new public HSI-RGB multimodal dataset along with our code are available at https://github.com/Jiahuiqu/CT2Net. Wenqian Dong, Junying Ren, Song Xiao 0001, Leyuan Fang, Jiahui Qu, Yunsong Li 0001 |
IEEE Trans. Image Process. | 6 |
| 2025 | Cycle-Based Frequency Disentanglement Diffusion Model With Self-Training for Cross-Domain Hyperspectral-RGB Change DetectionabstractHyperspectral images (HSI) change detection (CD) has become a powerful tool to analyze the sublte surface changes. However, the application of HSI CD is constrained by the limited availability of homogeneous HSIs. HSI-RGB multimodal CD address these limitations by collaboratively utilizing multi-source data. Although multimodal CD methods have achieved encouraging results, their performance often relies on the assumption that the training and test samples have similar distributions. Recently, some domain adaptive CD methods have been introduced. However, the additional modality differences in cross-domain multimodal CD pose challenges to existing domain adaptation techniques. To address these challenges, we propose a cycle-based frequency disentanglement diffusion model with self-training for cross-domain HSI-RGB multimodal CD, which explores a frequency-domain diffusion-driven self-training mechanism to enhance consistency in change representations across different modalities and domains. Specifically, a cyclic frequency domain disentanglement-based modality-domain alignment diffusion network is proposed to achieve modality and domain alignment within a unified diffusion framework. Subsequently, a curriculum-learning based self-training dual-domain CD network is designed to process the aligned images, which leverages pseudo-label reliability to ensure stable transfer of prior knowledge while exploits complementary features across modalities for collaborative CD. Extensive experiments demonstrate that our method significantly outperforms state-of-the-art approaches in cross-domain multimodal CD tasks. Jiahui Qu, Junying Ren, Wenqian Dong, Song Xiao 0001, Yunsong Li 0001 |
IEEE Trans. Image Process. | 5 |
| 2025 | IR&ArF: Toward Deep Interpretable Arbitrary Resolution Fusion of Unregistered Hyperspectral and Multispectral ImagesabstractThe fusion of hyperspectral image (HSI) and multispectral image (MSI) is an effective mean to improve the inherent defect of low spatial resolution of HSI. However, existing fusion methods usually rigidly upgrade the spatial resolution of HSI to that of matching MSI under the ideal assumption that multi-source images are accurately registered. In real scenes where multi-source images are difficult to be perfectly registered and the spatial resolution requirements are dynamically different, these fusion algorithms is difficult to be effectively deployed. To this end, we construct the spatial-spectral consistent arbitrary scale observation model (S2cAsOM) to model the dependence between the unregistered HSI and MSI and the ideal arbitrary resolution HSI. Furthermore, an optimization algorithm is designed to solve S2cAsOM, and a deep interpretable arbitrary resolution fusion network (IR&ArF) is proposed to simulate the optimization process, which achieves the model-data dual-driven arbitrary resolution fusion of unregistered HSI and MSI. IR&ArF breaks the dependence of traditional fusion methods on the accuracy of image registration in a robust way, and can flexibly cope with the dynamic requirements of diverse applications for the spatial resolution of HSI, which improves the application ability of HSI fusion in real scenes. Extensive systematic experiments demonstrate the superiority and generalization of the proposed method. Source code of the proposed method is available on https://github.com/Jiahuiqu/IR-ArF. Jiahui Qu, Wenqian Dong, Jizhou Cui, Yunsong Li 0001 |
IEEE Trans. Image Process. | 5 |
| 2025 | Transductive Few-Shot Learning With Enhanced Spectral-Spatial Embedding for Hyperspectral Image ClassificationabstractFew-shot learning (FSL) has been rapidly developed in the hyperspectral image (HSI) classification, potentially eliminating time-consuming and costly labeled data acquisition requirements. Effective feature embedding is empirically significant in FSL methods, which is still challenging for the HSI with rich spectral-spatial information. In addition, compared with inductive FSL, transductive models typically perform better as they explicitly leverage the statistics in the query set. To this end, we devise a transductive FSL framework with enhanced spectral-spatial embedding (TEFSL) to fully exploit the limited prior information available. First, to improve the informative features and suppress the redundant ones contained in the HSI, we devise an attentive feature embedding network (AFEN) comprising a channel calibration module (CCM). Next, a meta-feature interaction module (MFIM) is designed to optimize the support and query features by learning adaptive co-attention using convolutional filters. During inference, we propose an iterative graph-based prototype refinement scheme (iGPRS) to achieve test-time adaptation, making the class centers more representative in a transductive learning manner. Extensive experimental results on four standard benchmarks demonstrate the superiority of our model with various handfuls (i.e., from 1 to 5) labeled samples. The code will be available online at https://github.com/B-Xi/TIP_2025_TEFSL. Bobo Xi, Jiaojiao Li 0001, Yan Huang 0018, Yunsong Li 0001, Zan Li 0001, Jocelyn Chanussot |
IEEE Trans. Image Process. | 5 |
| 2025 | HyperTaFOR: Task-Adaptive Few-Shot Open-Set Recognition With Spatial-Spectral Selective Transformer for Hyperspectral ImageryabstractOpen-set recognition (OSR) aims to accurately classify known categories while effectively rejecting unknown negative samples. Existing methods for OSR in hyperspectral images (HSI) can be generally divided into two categories: reconstruction-based and distance-based methods. Reconstruction-based approaches focus on analyzing reconstruction errors during inference, whereas distance-based methods determine the rejection of unknown samples by measuring their distance to each prototype. However, these techniques often require a substantial amount of training data, which can be both time-consuming and expensive to gather, and they require manual threshold setting, which can be difficult for different tasks. Furthermore, effectively utilizing spectral-spatial information in HSI remains a significant challenge, particularly in open-set scenarios. To tackle these challenges, we introduce a few-shot OSR framework for HSI named HyperTaFOR, which incorporates a novel spatial-spectral selective transformer (S3Former). This framework employs a meta-learning strategy to implement a negative prototype generation module (NPGM) that generates task-adaptive rejection scores, allowing flexible categorization of samples into various known classes and anomalies for each task. Additionally, the S3Former is designed to extract spectral-spatial features, optimizing the use of central pixel information while reducing the impact of irrelevant spatial data. Comprehensive experiments conducted on three benchmark hyperspectral datasets show that our proposed method delivers competitive classification and detection performance in open-set environments when compared to state-of-the-art methods. The code is available online at https://github.com/B-Xi/TIP_2025_HyperTaFOR. Bobo Xi, Jiaojiao Li 0001, Rui Song 0003, Yunsong Li 0001 |
IEEE Trans. Image Process. | 5 |
| 2025 | HyperCASR: Spectral-Spatial Open-Set Recognition With Category-Aware Semantic Reconstruction for Hyperspectral ImageryabstractOpen-set recognition (OSR) in hyperspectral imagery (HSI) focuses on accurately classifying known classes while effectively rejecting unknown negative samples. Most existing reconstruction-based approaches are susceptible to noise interference in the input images, and known classes can easily lead to inter-class confusion during the reconstruction process. Moreover, effectively utilizing the abundant spectral-spatial information in HSI within an open-set context presents significant challenges. To address these issues, we propose HyperCASR, an innovative framework for HSI OSR that integrates a grouped spectral-spatial retentive transformer (GSSRT) and a class-aware semantic reconstruction (CASR) module. This method begins by designing the GSSRT to extract features from HSI, enhancing the extraction capability of spatial-spectral information by introducing a grouped pixel embedding (GPE) module and a novel spatial retentive attention (SRA) mechanism. Subsequently, an independent autoencoder (AE) is assigned to each known class to reconstruct semantic features, which helps to mitigate noise interference and inter-class confusion. Additionally, by minimizing reconstruction errors to estimate class affiliation, the framework effectively identifies unknown classes. Experimental results across three benchmark datasets indicate that the HyperCASR framework significantly enhances classification performance for both known and unknown classes when compared to existing state-of-the-art methods. The code is available at https://github.com/B-Xi/TIP_2025_HyperCASR. Bobo Xi, Jiaojiao Li 0001, Rui Song 0003, Yunsong Li 0001 |
IEEE Trans. Image Process. | 5 |
| 2025 | WMRNet: Wavelet Mamba With Reversible Structure for Infrared Small Target DetectionabstractInfrared small target detection (IRSTD) is of great practical significance in many real-world applications, such as maritime rescue and early warning systems, benefiting from the unique and excellent infrared imaging ability in adverse weather and low-light conditions. Nevertheless, segmenting small targets from the background remains a challenge. When the subsampling frequency during image processing does not satisfy the Nyquist criterion, the aliasing effect occurs, which makes it extremely difficult to identify small targets. To address this challenge, we propose a novel Wavelet Mamba with Reversible Structure Network (WMRNet) for infrared small target detection in this paper. Specifically, WMRNet consists of a Discrete Wavelet Mamba (DW-Mamba) module and a Third-order Difference Equation guided Reversible (TDE-Rev) structure. DW-Mamba employs the Discrete Wavelet Transform to decompose images into multiple subbands, integrating this information into the state equations of a state space model. This method minimizes frequency interference while preserving a global perspective, thereby effectively reducing background aliasing. The TDE-Rev aims to suppress edge aliasing effects by refining the target edges, which first processes features with an explicit neural structure derived from the second-order difference equations and then promotes feature interactions through a reversible structure. Extensive experiments on the public IRSTD-1k and SIRST datasets demonstrate that the proposed WMRNet outperforms the state-of-the-art methods. Mingjin Zhang, Jie Guo 0009, Yunsong Li 0001, Xinbo Gao 0001 |
IEEE Trans. Image Process. | 4 |
| 2025 | Learning Generalization From Various Unaware Degradations for Blind Hyperspectral Image Super-Resolution via Transparent Diffusion ModelabstractHyperspectral image (HSI) super-resolution through the fusion of low-resolution HSI (LrHSI) and high-resolution multispectral image (HrMSI) has emerged as a critical technique for enhancing the quality of HSIs. The recent progress in this field predominantly assume a known mapping relationships between high-resolution HSI (HrHSI) and low-resolution version, relying on networks to learn this mapping to generate HrHSI. However, this assumption is often unrealistic in practical applications. To address this limitation, we propose the Spatial-Spectral-Integrated Transparent Diffusion Model (S2TD) for blind HSI-SR, which is more adaptive to scene-variant degradations with a universal framework for both spatial and spectral reconstruction. Specifically, we design a multi-order degradation pool to generate diverse samples, thereby reducing the distribution gap between low-resolution images in real scenes. Additionally, we develop a spatial-spectral consistent degradation model, which is iteratively solved using an optimization algorithm and unrolled into neural networks for separate restoration in spatial and spectral aspects. Furthermore, the capabilty of progressive reconstruction in the diffusion model is involved to fit various degradations in different dimensions using similar network architectures, thereby enhancing the overall robustness of the network to various and complex scenarios. Comprehensive experiments conducted on three publicly synthetic datasets and one real-world dataset validate the superior performance of the proposed method under the condition that the degradation remains unknown. Jiahui Qu, Song Xiao 0001, Wenqian Dong, Yunsong Li 0001 |
IEEE Trans. Multim. | 5 |
| 2025 | Feature Pyramid Fusion Network for Hyperspectral PansharpeningabstractHyperspectral (HS) pansharpening aims at fusing an observed HS image with a panchromatic (PAN) image, to produce an image with the high spectral resolution of the former and the high spatial resolution of the latter. Most of the existing convolutional neural networks (CNNs)-based pansharpening methods reconstruct the desired high-resolution image from the encoded low-resolution (LR) representation. However, the encoded LR representation captures semantic information of the image and is inadequate in reconstructing fine details. How to effectively extract high-resolution and LR representations for high-resolution image reconstruction is the main objective of this article. In this article, we propose a feature pyramid fusion network (FPFNet) for pansharpening, which permits the network to extract multiresolution representations from PAN and HS images in two branches. The PAN branch starts from the high-resolution stream that maintains the spatial resolution of the PAN image and gradually adds LR streams in parallel. The structure of the HS branch remains highly consistent with that of the PAN branch, but starts with the LR stream and gradually adds high-resolution streams. The representations with corresponding resolutions of PAN and HS branches are fused and gradually upsampled in a coarse to fine manner to reconstruct the high-resolution HS image. Experimental results on three datasets demonstrate the significant superiority of the proposed FPFNet over the state-of-the-art methods in terms of both qualitative and quantitative comparisons. Wenqian Dong, Jiahui Qu, Yunsong Li 0001, Xiuping Jia |
IEEE Trans. Neural Networks Learn. Syst. | 4 |
| 2025 | Uncertainty-Guided Discriminative Priors Mining for Flexible Unsupervised Spectral ReconstructionabstractExisting supervised spectral reconstruction (SR) methods adopt paired RGB images and hyperspectral images (HSIs) to drive the overall paradigms. Nonetheless, in practice, "paired" requires higher device requirements such as specific well-calibrated dual cameras or more complex and exact registration processes among images with different time phases, widths, and spatial resolution. To tackle the above challenges, we propose a flexible uncertainty-aware unsupervised SR paradigm, which dynamically establishes the forceful and potent constraints with RGBs for driving unsupervised learning. As a specific plug-and-play tail in our paradigm, the uncertainty-aware saliency alignment module (USAM) calculates pixel- and spectralwise information entropy for uncertainty estimation, which attempts to represent the corresponding reflectivity or radiance to the light among different objects in various scenes, forcing the paradigm to adaptively explore the scene-agnostic prominent features. Furthermore, a progressively parallel network under our unsupervised paradigm is conducted to excavate discriminate structural and semantic priors of RGBs to assist in recovering dependable HSIs: 1) a learnable rank-guided structural representation (LRSR) flow is leveraged to characterize the latent structural priors via excavating nonzero elements in the full-rank matrix and further preserve evident boundaries in HSIs; and 2) a coarse-to-fine bandwise semantic perception (CBSP) flow is conducted to propagate perceptual bandwise affinity for aggregating and strengthening intrinsic interband dependencies, and further extract delicate semantic priors, which can recover plentiful contiguous spectral information in HSIs. Comprehensive quantitative and qualitative experimental results on three visual and two remote sensing benchmarks have shown the superiority and robustness of our method. We also conducted nine existing SR methods in our unsupervised paradigm to recover HSIs without any manual intervention, which proves the generality of our paradigm to some extent. Yihong Leng, Jiaojiao Li 0001, Rui Song 0003, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 4 |
| 2025 | Progressive Spatial Information-Guided Deep Aggregation Convolutional Network for Hyperspectral Spectral Super-ResolutionabstractFusion-based spectral super-resolution aims to yield a high-resolution hyperspectral image (HR-HSI) by integrating the available high-resolution multispectral image (HR-MSI) with the corresponding low-resolution hyperspectral image (LR-HSI). With the prosperity of deep convolutional neural networks, plentiful fusion methods have made breakthroughs in reconstruction performance promotions. Nevertheless, due to inadequate and improper utilization of cross-modality information, the most current state-of-the-art (SOTA) fusion-based methods cannot produce very satisfactory recovery quality and only yield desired results with a small upsampling scale, thus affecting the practical applications. In this article, we propose a novel progressive spatial information-guided deep aggregation convolutional neural network (SIGnet) for enhancing the performance of hyperspectral image (HSI) spectral super-resolution (SSR), which is decorated through several dense residual channel affinity learning (DRCA) blocks cooperating with a spatial-guided propagation (SGP) module as the backbone. Specifically, the DRCA block consists of an encoding part and a decoding part connected by a channel affinity propagation (CAP) module and several cross-layer skip connections. In detail, the CAP module is customized by exploiting the channel affinity matrix to model correlations among channels of the feature maps for aggregating the channel-wise interdependencies of the middle layers, thereby further boosting the reconstruction accuracy. Additionally, to efficiently utilize the two cross-modality information, we developed an innovative SGP module equipped with a simulation of the degradation part and a deformable adaptive fusion part, which is capable of refining the coarse HSI feature maps at pixel-level progressively. Extensive experimental results demonstrate the superiority of our proposed SIGnet over several SOTA fusion-based algorithms. Jiaojiao Li 0001, Songcheng Du, Rui Song 0003, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 4 |
| 2025 | A Principle Design of Registration-Fusion Consistency: Toward Interpretable Deep Unregistered Hyperspectral Image FusionabstractFor hyperspectral image (HSI) and multispectral image (MSI) fusion, it is often overlooked that multisource images acquired under different imaging conditions are difficult to be perfectly registered. Although some works attempt to fuse unregistered images, two thorny challenges remain. One is that registration and fusion are usually modeled as two independent tasks, and there is no yet a unified physical model to tightly couple them. Another is that deep learning (DL)-based methods may lack sufficient interpretability and generalization. In response to the above challenges, we propose an unregistered HSI fusion framework energized by a unified model of registration and fusion. First, a novel registration-fusion consistency physical perception model (RFCM) is designed, which uniformly models the image registration and fusion problem to greatly reduce the sensitivity of fusion performance to registration accuracy. Then, an HSI fusion framework (MoE-PNP) is proposed to learn the knowledge reasoning process for solving RFCM. Each basic module of MoE-PNP one-to-one corresponds to the operation in the optimization algorithm of RFCM, which can ensure clear interpretability of the network. Moreover, MoE-PNP captures the general fusion principle for different unregistered images and therefore has good generalization. Extensive experiments demonstrate that MoE-PNP achieves state-of-the-art performance for unregistered HSI and MSI fusion. The code is available at https://github.com/Jiahuiqu/MoE-PNP. Jiahui Qu, Jizhou Cui, Wenqian Dong, Qian Du 0001, Song Xiao 0001, Yunsong Li 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 7 |
| 2025 | Cycle-Refined Multidecision Joint Alignment Network for Unsupervised Domain Adaptive Hyperspectral Change DetectionabstractHyperspectral change detection, which provides abundant information on land cover changes in the Earth's surface, has become one of the most crucial tasks in remote sensing. Recently, deep-learning-based change detection methods have shown remarkable performance, but the acquirement of labeled data is extremely expensive and time-consuming. It is intuitive to learn changes from the scene with sufficient labeled data and adapting them into an unlabeled new scene. However, the nonnegligible domain shift between different scenes leads to inevitable performance degradation. In this article, a cycle-refined multidecision joint alignment network (CMJAN) is proposed for unsupervised domain adaptive hyperspectral change detection, which realizes progressive alignment of the data distributions between the source and target domains with cycle-refined high-confidence labeled samples. There are two key characteristics: 1) progressively mitigate the distribution discrepancy to learn domain-invariant difference feature representation and 2) update the high-confidence training samples of the target domain in a cycle manner. The benefit is that the domain shift between the source and target domains is progressively alleviated to promote change detection performance on the target domain in an unsupervised manner. Experimental results on different datasets demonstrate that the proposed method can achieve better performance than the state-of-the-art change detection methods. Jiahui Qu, Wenqian Dong, Tongzhen Zhang, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 5 |
| 2025 | Distributed Deep Learning With Gradient Compression for Big Remote Sensing Image InterpretationabstractFast and reliable interpretation of high-dimensional hyperspectral images (HSIs) can provide great support to remote sensing-based Earth observations. Targets of interest in HSI can be detected using deep neural networks (DNNs) for background learning on an acquired image where the occurrence probability of background samples is much greater than that of targets, accounting for more than 95% of the whole scene. However, there is an increasing gap between theory and feasible application, because of the contradiction between massive hyperspectral data and resource-limited Internet of Things (IoT)/edge device hardware like satellite. To facilitate the deployment of hyperspectral target detection (HTD) in an edge computing environment, we introduce distributed background learning-a decentralized deep learning approach to meet the computing requirements of exploding high-dimensional data and larger DNNs. To address the communication bottleneck caused by gradient exchange during distributed learning, the proposed gradient compression solution, named gradient compression via centroid (GCC), uniquely compresses the most replaceable gradients with redundant information, thereby reducing communication overhead while maintaining accuracy. To illustrate the feasibility of the proposed method, we test it over two very large hyperspectral datasets with a total size of about 3.2 gigabytes (GBs) on a distributed system based on Ring All-reduce. We show that HTD based on distributed background learning outperforms those developed on a single node in terms of speed. Besides, the GCC compresses 50% gradients with only 0.01% loss of target detection accuracy to greatly reduce the communication overhead, surpassing existing gradient compression methods. It is expected that this framework will accelerate the introduction of distributed training on IoT/edge devices. Weiying Xie, Jitao Ma, Tianen Lu, Yunsong Li 0001, Jie Lei 0001, Leyuan Fang, Qian Du 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 4 |
| 2025 | MDEformer: Mixed Difference Equation Inspired Transformer for Compressed Video Quality EnhancementabstractDeep learning methods have achieved impressive performance in compressed video quality enhancement tasks. However, these methods rely excessively on practical experience by manually designing the network structure and do not fully exploit the potential of the feature information contained in the video sequences, i.e., not taking full advantage of the multiscale similarity of the compressed artifact information and not seriously considering the impact of the partition boundaries in the compressed video on the overall video quality. In this article, we propose a novel Mixed Difference Equation inspired Transformer (MDEformer) for compressed video quality enhancement, which provides a relatively reliable principle to guide the network design and yields a new insight into the interpretable transformer. Specifically, drawing on the graphical concept of the mixed difference equation (MDE), we utilize multiple cross-layer cross-attention aggregation (CCA) modules to establish long-range dependencies between encoders and decoders of the transformer, where partition boundary smoothing (PBS) modules are inserted as feedforward networks. The CCA module can make full use of the multiscale similarity of compression artifacts to effectively remove compression artifacts, and recover the texture and detail information of the frame. The PBS module leverages the sensitivity of smoothing convolution to partition boundaries to eliminate the impact of partition boundaries on the quality of compressed video and improve its overall quality, while not having too much impacts on non-boundary pixels. Extensive experiments on the MFQE 2.0 dataset demonstrate that the proposed MDEformer can eliminate compression artifacts for improving the quality of the compressed video, and surpasses the state-of-the-arts (SOTAs) in terms of both objective metrics and visual quality. Mingjin Zhang, Haichen Bai, Wenteng Shang, Jie Guo 0009, Yunsong Li 0001, Xinbo Gao 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 5 |
| 2025 | IRPruneDeXt: Efficient Infrared Small Target Detection via Musical Wavelet-Regularized Channel PruningabstractInfrared small target detection (IRSTD) refers to detecting faint targets in infrared (IR) images, which has achieved notable progress with the advent of deep learning. However, the drive for improved detection accuracy has led to larger, intricate models with redundant parameters, causing storage and computation inefficiencies. In this pioneering study, we introduce the concept of utilizing network pruning to enhance the efficiency of IRSTD. Due to the challenge posed by low signal-to-noise ratios (SNRs) and the absence of detailed semantic information in IR images, directly applying existing pruning techniques yields suboptimal performance. To address this, we propose a novel wavelet structure-regularized multidimensional musical scale soft channel pruning (SCP) method, giving rise to the efficient IRPruneDeXt model. Our approach involves representing the weight matrix in the wavelet domain and formulating a wavelet channel pruning (WCP) strategy. We incorporate wavelet regularization to induce structural sparsity without incurring extra memory usage. Additionally, we design a multidimensional musical scale soft channel reconstruction (MMSCR) method that adapts the strategy across temporal and spatial dimensions to preserve key target information and prevent premature pruning. By leveraging interactions between criteria, it balances pruning and reconstruction through a musical scale feedback effect, achieving an optimal sparse structure while maintaining overall sparsity. Through extensive experiments on many widely used benchmarks, our IRPruneDeXt method surpasses established techniques in both model complexity and accuracy. Specifically, when employing U-net as the baseline network, IRPruneDeXt achieves a 65.68% reduction in parameters and a 51.77% decrease in floating-point operations (FLOPs) while improving intersection over union (IoU) from 73.31% to 76.17% and normalized IoU (nIoU) from 70.92% to 75.08%. The code is available at github.com/hd0013/IRPruneDet. Mingjin Zhang, Jin Feng, Handi Yang, Jie Guo 0009, Yunsong Li 0001, Xinbo Gao 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 5 |
| 2024 | MDFL: Multi-Domain Diffusion-Driven Feature LearningabstractHigh-dimensional images, known for their rich semantic information, are widely applied in remote sensing and other fields. The spatial information in these images reflects the object's texture features, while the spectral information reveals the potential spectral representations across different bands. Currently, the understanding of high-dimensional images remains limited to a single-domain perspective with performance degradation. Motivated by the masking texture effect observed in the human visual system, we present a multi-domain diffusion-driven feature learning network (MDFL) , a scheme to redefine the effective information domain that the model really focuses on. This method employs diffusion-based posterior sampling to explicitly consider joint information interactions between the high-dimensional manifold structures in the spectral, spatial, and frequency domains, thereby eliminating the influence of masking texture effects in visual models. Additionally, we introduce a feature reuse mechanism to gather deep and raw features of high-dimensional data. We demonstrate that MDFL significantly improves the feature extraction performance of high-dimensional data, thereby providing a powerful aid for revealing the intrinsic patterns and structures of such data. The experimental results on three multi-modal remote sensing datasets show that MDFL reaches an average overall accuracy of 98.25%, outperforming various state-of-the-art baseline schemes. Code available at https://github.com/LDXDU/MDFL-AAAI-24. Daixun Li, Weiying Xie, Yunsong Li 0001 |
AAAI | 4 |
| 2024 | IRPruneDet: Efficient Infrared Small Target Detection via Wavelet Structure-Regularized Soft Channel PruningabstractInfrared Small Target Detection (IRSTD) refers to detecting faint targets in infrared images, which has achieved notable progress with the advent of deep learning. However, the drive for improved detection accuracy has led to larger, intricate models with redundant parameters, causing storage and computation inefficiencies. In this pioneering study, we introduce the concept of utilizing network pruning to enhance the efficiency of IRSTD. Due to the challenge posed by low signal-to-noise ratios and the absence of detailed semantic information in infrared images, directly applying existing pruning techniques yields suboptimal performance. To address this, we propose a novel wavelet structure-regularized soft channel pruning method, giving rise to the efficient IRPruneDet model. Our approach involves representing the weight matrix in the wavelet domain and formulating a wavelet channel pruning strategy. We incorporate wavelet regularization to induce structural sparsity without incurring extra memory usage. Moreover, we design a soft channel reconstruction method that preserves important target information against premature pruning, thereby ensuring an optimal sparse structure while maintaining overall sparsity. Through extensive experiments on two widely-used benchmarks, our IRPruneDet method surpasses established techniques in both model complexity and accuracy. Specifically, when employing U-net as the baseline network, IRPruneDet achieves a 64.13% reduction in parameters and a 51.19% decrease in FLOPS, while improving IoU from 73.31% to 75.12% and nIoU from 70.92% to 74.30%. The code is available at https://github.com/hd0013/IRPruneDet. Mingjin Zhang, Handi Yang, Jie Guo 0009, Yunsong Li 0001, Xinbo Gao 0001, Jing Zhang 0037 |
AAAI | 4 |
| 2024 | JointSQ: Joint Sparsification-Quantization for Distributed LearningabstractGradient sparsification and quantization offer a promising prospect to alleviate the communication overhead problem in distributed learning. However, direct combination of the two results in suboptimal solutions, due to the fact that sparsification and quantization haven't been learned together. In this paper, we propose Joint Sparsification-Quantization (JointSQ) inspired by the discovery that sparsification can be treated as 0-bit quantization, regardless of architectures. Specifically, we mathematically formu-late JointSQ as a mixed-precision quantization problem, expanding the solution space. It can be solved by the designed MCKP-Greedy algorithm. Theoretical analysis demon-strates the minimal compression noise of JointSQ, and ex-tensive experiments on various network architectures, including CNN, RNN, and Transformer, also validate this point. Under the introduction of computation overhead consistent with or even lower than previous methods, JointSQ achieves a compression ratio of 1000× on different models while maintaining near-lossless accuracy and brings 1.4× to 2.9× speedup over existing methods. Weiying Xie, Jitao Ma, Yunsong Li 0001, Jie Lei 0001, Donglai Liu, Leyuan Fang |
CVPR | 4 |
| 2024 | Spanning Training Progress: Temporal Dual-Depth Scoring (TDDS) for Enhanced Dataset PruningabstractDataset pruning aims to construct a coreset capable of achieving performance comparable to the original, full dataset. Most existing dataset pruning methods rely on snapshot-based criteria to identify representative samples, often resulting in poor generalization across various pruning and cross-architecture scenarios. Recent studies have addressed this issue by expanding the scope of training dynamics considered, including factors such as forgetting event and probability change, typically using an averaging approach. However, these works struggle to integrate a broader range of training dynamics without overlooking well-generalized samples, which may not be sufficiently highlighted in an averaging manner. In this study, we propose a novel dataset pruning method termed as Temporal Dual-Depth Scoring (TDDS), to tackle this problem. TDDS utilizes a dual-depth strategy to achieve a balance between incorporating extensive training dynamics and identifying representative samples for dataset pruning. In the first depth, we estimate the series of each sample's individual contributions spanning the training progress, ensuring comprehensive integration of training dynamics. In the second depth, we focus on the variability of the sample-wise contributions identified in the first depth to highlight well- generalized samples. Extensive experiments conducted on CIFAR and ImageNet datasets verify the superiority of TDDS over previous SOTA methods. Specifically on CIFAR-100, our method achieves 54.51% accuracy with only 10% training data, surpassing baselines methods by more than 12.69%. Our codes are available at https://github.com/zhangxin-xd/Dataset-Pruning-TDDS. Xin Zhang 0092, Jiawei Du 0002, Yunsong Li 0001, Weiying Xie, Joey Tianyi Zhou |
CVPR | 3 |
| 2024 | DA-BEV: Unsupervised Domain Adaptation for Bird's Eye View Perception
Kai Jiang 0001, Jiaxing Huang 0001, Weiying Xie, Jie Lei 0001, Yunsong Li 0001, Ling Shao 0001, Shijian Lu |
ECCV (82) | 5 |
| 2024 | IRSAM: Advancing Segment Anything Model for Infrared Small Target Detection
Mingjin Zhang, Jie Guo 0009, Yunsong Li 0001, Xinbo Gao 0001, Jing Zhang 0037 |
ECCV (67) | 4 |
| 2024 | E4SA: An Ultra-Efficient Systolic Array Architecture for 4-Bit Convolutional Neural NetworksabstractMany studies have demonstrated that 4-bit precision quantization can achieve comparable accuracy to floating-point DNNs, sparking significant interest in efficiently accelerating compressed DNNs, especially 4-bit convolutions, on edge devices. However, we observe that conventional systolic array (SA) architectures designed for DNNs cannot fully exploit the advantages of high DSP computational density offered by 4-bit DSP packing. Although state-of-the-art FPGA-based SA architectures (e.g., AutoSA) exhibit flexibility in accommodating 4-bit DSP packing, they suffer from resource consumption and data supply latency issues, especially when adapting to various convolution spatial sizes. This work introduces a customizable and ultra-efficient SA architectural template for 4-bit convolution, called E4SA. First, we propose a fine-grained row-temporal weight stationary dataflow that aligns with the specific requirements of 4-bit DSP full packing (4bF packing). Based on this, we design a cost-effective SA unit (SAU) composed of 4bF-packing-based processing elements (PEs) to enhance computational efficiency. This includes column-shared packed-data splitters and shift-register-based feature-map/weight fetchers to ensure continuous data supply, all of which are locally interconnected via more cost-effective registers. In addition, we develop a two-level hierarchy SA that decomposes the original large SA into parallel 4×4 SAU sets, which not only allows multiple PEs in the same column to share data splitting and reorganization logic and thus reducing the LUT overhead, but also maintains near-theoretical latency across various convolutional spatial sizes. Experimental results demonstrate that E4SA achieves up to 576.6 GOPS with 13.8× higher GOPS/DSP efficiency and 51.6× higher GOPS/kLUTs efficiency compared to 4-bit AutoSA-based design. Geng Yang 0001, Jie Lei 0001, Zhenman Fang, Junrong Zhang 0002, Weiying Xie, Yunsong Li 0001 |
FPGA | 7 |
| 2024 | SA4: A Comprehensive Analysis and Optimization of Systolic Array Architecture for 4-bit ConvolutionsabstractMany studies have demonstrated that 4-bit precision quantization can maintain accuracy levels comparable to those of floating-point deep neural networks (DNNs). Thus, it has sparked a keen interest in the efficient acceleration of such compressed DNNs, especially 4-bit convolutions, on edge devices. However, we observe that conventional systolic array (SA) architectures, widely adopted for DNN acceleration, fail to fully exploit the high computational density benefits of 4 -bit DSP packing. In this paper, we conduct the first comprehensive analysis of the integration of modern DSP packing techniques (specifically, 4-bit fully DSP packing) into the 4-bit systolic array design for convolutions. First, we introduce a row-temporal weight stationary 4-bit SA dataflow that complements the loop execution order inherent in 4-bit fully DSP packing in conventional SAs, which is called BaseSA. Next, we analyze the performance and resource efficiency of BaseSA, and identify two inefficiencies in the integration: 1) excessive LUT resource utilization that constraints the overall SA size, and 2) large latency gap to the theoretical optimum, due to various stalls in data supplies. To overcome these obstacles, we propose SA4: an HLS-based, customizable, and ultra-efficient hierarchical $\underline{\text { SA}}$ architecture optimized for 4 -bit convolutions. The core unit in SA4 is a delicately designed cost-effective SA unit (SAU), which 1) replaces the costly buffer-based data suppliers for activations and weights with shift-register-based ones, 2) replaces LUT-intensive FIFO connections between SA PEs (processing elements) with registers, and 3) replaces the finite state machines (FSM) and data unpacking logic inside each PE with a global FSM inside each SAU and a data splitter shared by a column of PEs. While such an SAU can only support a small spatial size for an SA due to its delicate design, we further scale it out using an array of SAUs. Experimental results show that our proposed SA4 achieves 1153.2 GOPS on the AMD-Xilinx Ultra96-V2 FPGA, with a $13.8 \times$ increase in GOPS/DSP efficiency and a $49 \times$ increase in GOPS/kLUTs efficiency compared to a straightforward SA and 4-bit DSP packing integration. Our SA4 project is open sourced here: https://github.com/Michaela1224/SA4. Geng Yang 0001, Jie Lei 0001, Zhenman Fang, Junrong Zhang 0002, Weiying Xie, Yunsong Li 0001 |
FPL | 7 |
| 2024 | Matrix Factorization Informed Interpretable Deep Network for Unregistered Hyperspectral and Multispectral Images FusionabstractConsidering the existing issues in unregistered hyper-spectral images (HSI) and multispectral images (MSI) fusion methods: i) the designed registration modules introduce a significant computational burden, and registration errors accumulate in fusion errors; ii) the methods lack model guidance, resulting in poor interpretability of the network. In this paper, we propose a matrix factorization informed interpretable deep network to address the challenges of unregistered HSI and MSI fusion (IUFNet). In particular, we derive an extended matrix factorization model for unregistered fusion (EUMF), which substitutes the abundance matrix of HSI containing low-resolution and distorted spatial information by the high-resolution abundance matrix of MSI. This substitution ingeniously eliminates the dependence of fusion performance on registration accuracy. Subsequently, IUFNet is designed to unfold the iterative results obtained by proximal gradient descent into the deep learning network, where each operation has a clear physical meaning. Overall, this network achieves the fusion of unregistered HSI and MSI and exhibits inter-pretability. Experimental results on the widely used Paiva Center dataset demonstrate the effectiveness and superiority of the proposed method. Tongzhen Zhang, Jiahui Qu, Yunsong Li 0001, Qian Du 0001, Wenqian Dong |
IGARSS | 3 |
| 2024 | Beyond Alignment: Blind Video Face Restoration via Parsing-Guided Temporal-Coherent Transformer
Kepeng Xu, Li Xu 0008, Gang He 0002, Wenxin Yu 0001, Yunsong Li 0001 |
IJCAI | 5 |
| 2024 | Language-Guided Visual Prompt Compensation for Multi-Modal Remote Sensing Image Classification with Modality Absence
Ling Huang 0009, Wenqian Dong, Song Xiao 0001, Jiahui Qu, Yunsong Li 0001 |
ACM Multimedia | 6 |
| 2024 | Adaptive Hierarchical Aggregation for Federated Object DetectionabstractIn practical object detection scenarios, distributed data and stringent privacy protections significantly limit the feasibility of traditional centralized training methods. Federated learning (FL) emerges as a promising solution to this dilemma. Nonetheless, the issue of data heterogeneity introduces distinct challenges to federated object detection, evident in diminished object perception, classification and localization abilities. In response, we introduce a task-driven federated learning methodology, dubbed Adaptive Hierarchical Aggregation (FedAHA), tailored to overcome these obstacles. Our algorithm unfolds in two strategic phases from shallow-to-deep layers: (1) Structure-aware Aggregation (SAA) aligns feature extractors during the aggregation phase, thus bolstering the global model's object perception capabilities; (2) Convex Semantic Calibration (CSC) leverages convex function theory to average semantic features instead of model parameters, enhancing the global model's classification and localization precision. We demonstrate experimentally and theoretically the effectiveness of the proposed two modules respectively. Our method consistently outperforming the state-of-the-art methods across multiple valuable application scenarios from 2.26% to 7.61%. Moreover, we build a real FL system using Raspberry Pis to demonstrate that our approach achieves a good trade-off between performance and efficiency. Ruofan Jia, Weiying Xie, Jie Lei 0001, Yunsong Li 0001 |
ACM Multimedia | 4 |
| 2024 | FedSLS: Exploring Federated Aggregation in Saliency Latent SpaceabstractFederated Learning (FL) is an emerging direction in distributed machine learning that enables jointly training a global model without sharing data with server. However, data heterogeneity biases the parameter aggregation at the server, leading to slower convergence and poorer accuracy of the global model. To cope with this, most of the existing works involve enforcing regularization in local optimization or improving the model aggregation scheme at the server. Though effective, they lack a deep understanding of cross-client features. In this paper, we propose a saliency latent space feature aggregation method (FedSLS) across federated clients. By Guided BackPropagation (GBP), we transform deep models into powerful and flexible visual fidelity encoders, applicable to general state inputs across different image domains, and achieve powerful aggregation in the form of saliency latent features. Notably, since GBP is label-insensitive, it is sufficient to capture saliency features only once on each client. Experimental results demonstrate that FedSLS leads to significant improvements over the state-of-the-arts in terms of accuracies, especially in highly heterogeneous settings. For example, on CIFAR-10 dataset, FedSLS achieves 63.43% accuracy within the strongly heterogeneous environment α=0.05, which is 6% to 23% higher than other baselines. Hengyi Wang, Weiying Xie, Jitao Ma, Daixun Li, Yunsong Li 0001 |
ACM Multimedia | 5 |
| 2024 | QS-NeRV: Real-Time Quality-Scalable Decoding with Neural Representation for VideosabstractIn this paper, we propose a neural representation for videos that enables real-time quality-scalable decoding, called QS-NeRV. QS-NeRV comprises a Self-Learning Distribution Mapping Network (SDMN) and Extensible Enhancement Networks (EENs). Firstly, SDMN functions as the base layer (BL) for scalable video coding, focusing on encoding videos of lower quality. Within SDMN, we employ a methodology that minimizes the bitstream overhead to achieve efficient information exchange between the encoder and decoder instead of direct transmission. Specifically, we utilize an invertible network to map the multi-scale information obtained from the encoder to a specific distribution. Subsequently, during the decoding process, this information is recovered from a randomly sampled latent variable to assist the decoder in achieving improved reconstruction performance. Secondly, EENs serve as the enhancement layers (ELs) and are trained in an overfitting manner to obtain robust restoration capability. By integrating the fixed BL bitstream with the parameters of EEN as an extension pack, the decoder can produce higher-quality enhanced videos. Furthermore, the scalability of the method allows for adjusting the number of combined packs to accommodate diverse quality requirements. Experimental results demonstrate our proposed QS-NeRV outperforms the state-of-the-art real-time decoding INR-based methods on various datasets for video compression and interpolation tasks. Chang Wu 0001, Guancheng Quan, Gang He 0002, Yunsong Li 0001, Wenxin Yu 0001, Xianmeng Lin, Cheng Yang 0016 |
ACM Multimedia | 5 |
| 2024 | Adaptive Pruning of Channel Spatial Dependability in Convolutional Neural NetworksabstractDeep Convolutional Neural Networks (CNNs) have demonstrated excellent performance in various multimedia application scenarios. However, complex models often require significant computational resources and energy costs. Therefore, CNN compression is crucial for addressing deployment challenges of multimedia application on resource constrained edge devices. However, existing CNN channel pruning strategies primarily focus on the "weights" or "activations" of the model, overlooking its "interpretability" information. In this paper, we explore CNN pruning strategies from the perspective of model interpretability. We model the correspondence between channel feature maps and interpretable visual perception based on class saliency maps, aiming to assess the contribution of each channel to the desired output. Additionally, we utilize Discrete Wavelet Transform (DWT) to capture the global features and structure of class saliency maps. Based on this, we propose a Channel Spatial Dependability (CSD) metric, evaluating the importance and contribution of channels in a bidirectional manner to guide model pruning. And we dynamically adjust the pruning rate of each layer based on performance changes, in order to achieve more accurate and efficient adaptive pruning. Our method achieves significant results across a range of different networks and datasets. For instance, we achieved a 51.3% pruning on the ResNet-56 model while maintaining an accuracy of 94.16%, outperforming feature-map or other State-of-the-Art (SOTA). Weiying Xie, Mei Yuan, Jitao Ma, Yunsong Li 0001 |
ACM Multimedia | 4 |
| 2024 | An End-to-End Real-World Camera Imaging Pipelineabstractpipeline still faces challenges including the lack of joint optimization in system components, computational redundancies, and optical distortions such as lens shading.In light of this, we propose an end-to-end camera imaging pipeline (RealCamNet) to enhance realworld camera imaging performance.Our methodology diverges from conventional, fragmented multi-stage image signal processing towards end-to-end architecture.This architecture facilitates joint optimization across the full pipeline and the restoration of coordinate-biased distortions.RealCamNet is designed for highquality conversion from RAW to RGB and compact image compression.Specifically, we deeply analyze coordinate-dependent optical distortions, e.g., vignetting and dark shading, and design a novel 2804 Kepeng Xu, Zijia Ma, Li Xu 0008, Gang He 0002, Yunsong Li 0001, Wenxin Yu 0001, Taichu Han, Cheng Yang 0016 |
ACM Multimedia | 5 |
| 2024 | Explore Hybrid Modeling for Moving Infrared Small Target Detection
Mingjin Zhang, Shilong Liu 0005, Yuanjun Ouyang, Jie Guo 0009, Zhihong Tang, Yunsong Li 0001 |
ACM Multimedia | 6 |
| 2024 | VmambaSCI: Dynamic Deep Unfolding Network with Mamba for Compressive Spectral ImagingabstractSnapshot spectral compressive imaging can capture spectral information across multiple wavelengths in one imaging. The coded aperture snapshot spectral imaging (CASSI) method, aims to recover 3D spectral cubes from 2D measurements. Most existing approaches employ a deep unfolding framework based on Transformer, which alternately address a data subproblem and a prior subproblem. However, these frameworks lack flexibility regarding the sensing matrix and inter-stage interactions. In addition, the quadratic computational complexity of global Transformer and the restricted receptive field of local Transformer impact reconstruction efficiency and accuracy. In this paper, we propose a dynamic deep unfolding network with mamba for compressive spectral imaging, called VmambaSCI. We integrate spatial-spectral information from the sensing matrix into the data module and utilizes spatial adaptive operations in the stage interaction of the prior module. Furthermore, recognizing that the imaging process causes aliasing of spatial and spectral information, we develop a dual-domain scanning mamba (DSMamba), featuring a novel spatial-channel scanning method for enhanced efficiency and accuracy. To our knowledge, VmambaSCI is the first Mamba-based model for compressive spectral imaging. Experimental results on the public databases, CAVE and KAIST, demonstrate the superiority of the proposed VmambaSCI over the state-of-the-art approaches. Mingjin Zhang, Longyi Li, Jie Guo 0009, Yunsong Li 0001, Xinbo Gao 0001 |
ACM Multimedia | 5 |
| 2024 | Unleashing the Power of Generic Segmentation Model: A Simple Baseline for Infrared Small Target DetectionabstractRecent advancements in deep learning have greatly advanced the field of infrared small object detection (IRSTD). Despite their remarkable success, a notable gap persists between these IRSTD methods and generic segmentation approaches in natural image domains. This gap primarily arises from the significant modality differences and the limited availability of infrared data. In this study, we aim to bridge this divergence by investigating the adaptation of generic segmentation models, such as the Segment Anything Model (SAM), to IRSTD tasks. Our investigation reveals that many generic segmentation models can achieve comparable performance to state-of-the-art IRSTD methods. However, their full potential in IRSTD remains untapped. To address this, we propose a simple, lightweight, yet effective baseline model for segmenting small infrared objects. Through appropriate distillation strategies, we empower smaller student models to outperform state-of-the-art methods, even surpassing fine-tuned teacher results. Furthermore, we enhance the model's performance by introducing a novel query design comprising dense and sparse queries to effectively encode multi-scale features. Through extensive experimentation across four popular IRSTD datasets, our model demonstrates significantly improved performance in both accuracy and throughput compared to existing approaches, surpassing SAM and Semantic-SAM by over 14 IoU on NUDT and 4 IoU on IRSTD1k. The source code and models will be released at https://github.com/O937-blip/SimIR. Mingjin Zhang, Chi Zhang 0080, Qiming Zhang 0001, Yunsong Li 0001, Xinbo Gao 0001, Jing Zhang 0037 |
ACM Multimedia | 4 |
| 2024 | Domain Adaptation for Large-Vocabulary Object DetectorsabstractLarge-vocabulary object detectors (LVDs) aim to detect objects of many categories, which learn super objectness features and can locate objects accurately while applied to various downstream data. However, LVDs often struggle in recognizing the located objects due to domain discrepancy in data distribution and object vocabulary. At the other end, recent vision-language foundation models such as CLIP demonstrate superior open-vocabulary recognition capability.
This paper presents KGD, a Knowledge Graph Distillation technique that exploits the implicit knowledge graphs (KG) in CLIP for effectively adapting LVDs to various downstream domains.
KGD consists of two consecutive stages: 1) KG extraction that employs CLIP to encode downstream domain data as nodes and their feature distances as edges, constructing KG that inherits the rich semantic relations in CLIP explicitly;
and 2) KG encapsulation that transfers the extracted KG into LVDs to enable accurate cross-domain object classification.
In addition, KGD can extract both visual and textual KG independently, providing complementary vision and language knowledge for object localization and object classification in detection tasks over various downstream domains.
Experiments over multiple widely adopted detection benchmarks show that KGD outperforms the state-of-the-art consistently by large margins.
Codes will be released. Kai Jiang 0001, Jiaxing Huang 0001, Weiying Xie, Jie Lei 0001, Yunsong Li 0001, Ling Shao 0001, Shijian Lu |
NeurIPS | 5 |
| 2024 | E2E-MFD: Towards End-to-End Synchronous Multimodal Fusion DetectionabstractMultimodal image fusion and object detection are crucial for autonomous driving. While current methods have advanced the fusion of texture details and semantic information, their complex training processes hinder broader applications. Addressing this challenge, we introduce E2E-MFD, a novel end-to-end algorithm for multimodal fusion detection. E2E-MFD streamlines the process, achieving high performance with a single training phase. It employs synchronous joint optimization across components to avoid suboptimal solutions associated to individual tasks. Furthermore, it implements a comprehensive optimization strategy in the gradient matrix for shared parameters, ensuring convergence to an optimal fusion detection configuration. Our extensive testing on multiple public datasets reveals E2E-MFD's superior capabilities, showcasing not only visually appealing image fusion but also impressive detection outcomes, such as a 3.9\% and 2.0\% $\text{mAP}_{50}$ increase on horizontal object detection dataset M3FD and oriented object detection dataset DroneVehicle, respectively, compared to state-of-the-art approaches. Mingxiang Cao, Weiying Xie, Jie Lei 0001, Daixun Li, Wenbo Huang 0001, Yunsong Li 0001 |
NeurIPS | 7 |
| 2024 | MTLSC-Diff: Multitask learning with diffusion models for hyperspectral image super-resolution and classification
Jiahui Qu, Liusheng Xiao, Wenqian Dong, Yunsong Li 0001 |
Knowl. Based Syst. | 4 |
| 2024 | PMCN: Parallax-motion collaboration network for stereo video dehazing
Chang Wu 0001, Gang He 0002, Wanlin Zhao, Yunsong Li 0001 |
Knowl. Based Syst. | 5 |
| 2024 | CFMDM: Coarse-to-Fine Meta-Diffusion Model for Scale-Arbitrary Hyperspectral Super-ResolutionabstractHyperspectral image super-resolution (HSISR) has shown very promising potential for earth observation and deep space exploration tasks. However, most existing HSISR methods formulate HSISR tasks with different scale factors as independent tasks, and train a specific model for each scale factor. In this letter, we propose a coarse-to-fine meta diffusion HSISR method, termed as CFMDM, which is capable of solving the problem of HSISR with scale-arbitrary factors in a unified model. The proposed CFMDM is composed of a coarse-to-fine upsampling module. The module encompasses two pivotal units: a coarse meta upsampling unit that utilizes meta-learning to map features of arbitrary scales to the corresponding scales, and a gradual refinement diffusion unit, which is designed to refine the details of the reconstructed HSI. In addition, we develop an imaging model-driven downsampling algorithm for generating training samples tailored to practical applications. The proposed method performs well in both quantitative and qualitative evaluation on benchmark datasets, achieving the average PSNR of 41.45dB at 1.5x super-resolution for the CAVE dataset. Jizhou Cui, Wenqian Dong, Jiahui Qu, Song Xiao 0001, Yunsong Li 0001 |
IEEE Geosci. Remote. Sens. Lett. | 6 |
| 2024 | Diamond-Unet: A Novel Semantic Segmentation Network Based on U-Net Network and Transformer for Deep Space Rock ImagesabstractExtracting rock objects from the surface of celestial bodies in deep space exploration environments is crucial for self-service path planning, navigation of detectors, and regional information evaluation. Most existing image saemantic segmentation frameworks decrease the spatial resolution of the feature maps as networks deepen, resulting in limitations in detecting small targets and the inability to accurately segment boundary regions. In this letter, we propose a novel semantic segmentation network based on U-Net network and Transformer for deep space rock images, referred to as Diamond-Unet. This model integrates overcomplete and undercomplete branches and incorporates a global-local feature extraction (GLFE) module based on Transformer and CNN technologies to effectively capture discriminative information. Furthermore, an innovative feature cross-fusion path (FCFP) is introduced to enhance information exchange between the dual-branch networks, enabling the capture of both fine-grained details and coarse-grained semantics in the full-scale image segmentation architecture. Experimental results demonstrate that the Diamond-Unet achievesMIoUscores of 79.32% and 93.43% on two public datasets, which are superior to the compared methods. Bobo Xi, Tie Zheng, Yunsong Li 0001, Changbin Xue, Jocelyn Chanussot |
IEEE Geosci. Remote. Sens. Lett. | 5 |
| 2024 | Small Object-Aware Video Coding for Machines via Feature-Motion SynergyabstractVideo coding for machines (VCM) is a rapidly growing field dedicated to bridging the gap between video and feature coding. For storage-intensive aerial videos, VCM offers valuable insights into a more efficient coding paradigm. However, the frequent occurrence of small objects poses a challenge to VCM, with limited distinctive features and inherent distortion in the reconstructed videos. To address this issue, we propose small object-aware VCM (SOAVCM), a joint video and feature coding approach that handles small objects. Particularly, the video coding incorporates a feature-guided residual (FGR) codec to preserve the small objects, utilizing features obtained from feature coding. Simultaneously, feature coding employs the motion vector (MV) estimated in video coding to generate compact high-level features. By leveraging the inherent synergy between features and MVs, SOAVCM significantly enhances overall coding efficiency. Experimental results demonstrate that SOAVCM outperforms several deep-learning-based methods and traditional coding standards in video coding. Moreover, the encoded feature representation improves detection accuracy and achieves substantial bitrate savings. Qihan Xu, Bobo Xi, Yunsong Li 0001, Jocelyn Chanussot |
IEEE Geosci. Remote. Sens. Lett. | 5 |
| 2024 | Local-Global Self-Attention for Transformer-Based Object TrackingabstractTransformer-based tracking methods have been widely studied in the field of visual object tracking. The long-range information capturing ability of the transformer improves the performance of the tracking network. However, the self-attention learning procedure in the transformer module neglects the local information, the target and the background around it, which can be beneficial for trackers to handle background clutter and deformation. In this paper, the local-global self-attention (LGSA) learning is proposed for the object tracking task, which obtains the local and global information simultaneously in one attention learning block. Based on the LGSA, the encoder and the decoder are designed to fuse the features corresponding to the template and search images. Additionally, two tracking networks, LGSAT-T and LGSAT-B instantiated with the proposed encoder and decoder are introduced. Exclusive experiments on the commonly used datasets, including OTB100, GOT-10K, LaSOT, and TrackingNet, demonstrate the effectiveness of LGSA, and indicate the state-of-the-art performance of the proposed tracking network. The code will be released athttps://github.com/lgao001/LGSAT. Langkun Chen, Yunsong Li 0001, Gang He 0002, Jifeng Ning |
IEEE Trans. Circuits Syst. Video Technol. | 4 |
| 2024 | FedDiff: Diffusion Model Driven Federated Learning for Multi-Modal and Multi-ClientsabstractWith the rapid development of imaging sensor technology in the field of remote sensing, multi-modal remote sensing data fusion has emerged as a crucial research direction for land cover classification tasks. While diffusion models have made great progress in generative models and image classification tasks, existing models primarily focus on single-modality and single-client control, that is, the diffusion process is driven by a single modal in a single computing node. To facilitate the secure fusion of heterogeneous data from clients, it is necessary to enable distributed multi-modal control, such as merging the hyperspectral data of organization A and the LiDAR data of organization B privately on each base station client. In this study, we propose a multi-modal collaborative diffusion federated learning framework called FedDiff. Our framework establishes a dual-branch diffusion model feature extraction setup, where the two modal data are inputted into separate branches of the encoder. Our key insight is that diffusion models driven by different modalities are inherently complementary in terms of potential denoising steps on which bilateral connections can be built. Considering the challenge of private and efficient communication between multiple clients, we embed the diffusion model into the federated learning communication structure, and introduce a lightweight communication module. Qualitative and quantitative experiments validate the superiority of our framework in terms of image quality and conditional consistency. To the best of our knowledge, this is the first instance of deploying a diffusion model into a federated learning framework, achieving optimal both privacy protection and performance for heterogeneous data. Our FedDiff surpasses existing methods in terms of performance on three multi-modal datasets, achieving a classification average accuracy of 96.77% while reducing the communication cost. Daixun Li, Weiying Xie, Yibing Lu, Yunsong Li 0001, Leyuan Fang |
IEEE Trans. Circuits Syst. Video Technol. | 5 |
| 2024 | Markov-PQ: Joint Pruning-Quantization via Learnable Markov ChainabstractVarious network compression methods, such as pruning and quantization, have been proposed to synergistically reduce resource requirements. However, existing joint compression works are based on black-box optimization and do not interpret the interaction mechanism between these two compression techniques, leading to a slow and unstable convergence of compression strategy. To address this issue, we present Markov-PQ, the first interpretable pruning-quantization co-compression framework using a Markov Chain. In Markov-PQ, the joint strategy search is modeled as a Markov Chain and decoupled with Bayes Rule into pruning and quantization strategy searching. Specifically, the quantization state accounts for the co-compression state from the last time and is updated by a learnable transition probability matrix. To ensure differentiability, we design a forward-hard and backward-soft quantization. The pruning state is influenced not only by the last co-compression state but also by the concurrent quantization state. In addition, to perceive the current layer-wise bit sensitivity and alleviate the long-tail problem, a complexity-aware regularizer is devised to re-evaluate the filter importance. Extensive experiments demonstrate the superiority of Markov-PQ. For example, with an accuracy loss of only 0.33%, we can achieve a$56.12\times $acceleration for ResNet-18 on ImageNet2012. Yunsong Li 0001, Xin Zhang 0092, Weiying Xie, Leyuan Fang, Jiawei Du 0002 |
IEEE Trans. Circuits Syst. Video Technol. | 1 |
| 2024 | Multimodal Informative ViT: Information Aggregation and Distribution for Hyperspectral and LiDAR ClassificationabstractIn multimodal land cover classification (MLCC), a common challenge is the redundancy in data distribution, where task-irrelevant information from multiple modalities can hinder the effective integration of their unique features. To tackle this, we introduce the Multimodal Informative Vit (MIVit), a system with an innovative information aggregate-distributing mechanism. This approach redefines redundancy levels and integrates performance-aware elements into the fused representation, facilitating the learning of semantics in both forward and backward directions. MIVit stands out by significantly reducing redundancy in the empirical distribution of each modality’s separate and fused features. It employs oriented attention fusion (OAF) for extracting shallow local shape features across modalities in horizontal and vertical dimensions, and a Transformer feature extractor for extracting deep global features through long-range attention. We also propose an information aggregation constraint (IAC) based on mutual information, designed to remove redundant information and preserve complementary information within embedded features. Additionally, the information distribution flow (IDF) in MIVit enhances performance-awareness by distributing global classification information across different modalities’ feature maps. This architecture also addresses missing modality challenges with lightweight independent modality classifiers, reducing the computational load typically associated with Transformers. Our results show that MIVit’s bidirectional aggregate-distributing mechanism between modalities is highly effective, achieving an average overall accuracy of 95.56% across three multimodal datasets. This performance surpasses current state-of-the-art methods in MLCC. The code for MIVit is accessible at https://github.com/icey-zhang/MIViT. Jie Lei 0001, Weiying Xie, Geng Yang 0001, Daixun Li, Yunsong Li 0001 |
IEEE Trans. Circuits Syst. Video Technol. | 6 |
| 2024 | Deep Spatial - Spectral Joint-Sparse Prior Encoding Network for Hyperspectral Target DetectionabstractHyperspectral target detection aims to locate targets of interest in the scene, and deep learning-based detection methods have achieved the best results. However, black box network architectures are usually designed to directly learn the mapping between the original image and the discriminative features in a single data-driven manner, a choice that lacks sufficient interpretability. On the contrary, this article proposes a novel deep spatial-spectral joint-sparse prior encoding network (JSPEN), which reasonably embeds the domain knowledge of hyperspectral target detection into the neural network, and has explicit interpretability. In JSPEN, the sparse encoded prior information with spatial-spectral constraints is learned end-to-end from hyperspectral images (HSIs). Specifically, an adaptive joint spatial-spectral sparse model (AS2JSM) is developed to mine the spatial-spectral correlation of HSIs and improves the accuracy of data representation. An optimization algorithm is designed for iteratively solving AS2JSM, and JSPEN is proposed to simulate the iterative optimization process in the algorithm. Each basic module of JSPEN one-to-one corresponds to the operation in the optimization algorithm so that each intermediate result in the network has a clear explanation, which is convenient for intuitive analysis of the operation of the network. With end-to-end training, JSPEN can automatically capture the general sparse properties of HSIs and faithfully characterize the features of background and target. Experimental results verify the effectiveness and accuracy of the proposed method. Code is available at https://github.com/Jiahuiqu/JSPEN. Wenqian Dong, Jiahui Qu, Paolo Gamba, Song Xiao 0001, Anna Vizziello, Yunsong Li 0001 |
IEEE Trans. Cybern. | 7 |
| 2024 | PCViT: A Pyramid Convolutional Vision Transformer Detector for Object Detection in Remote-Sensing ImageryabstractRemote sensing object detection (RSOD) is a fundamental and valuable task in Earth monitoring. However, remote sensing images (RSIs) are typically acquired from a bird’s eye perspective, resulting in intrinsic properties such as the complex backgrounds, random and dense distribution of objects, and multiscale objects. These properties hinder the direct application of well-performed detection methods in the natural images (NIs) domain to the RSIs domain, thereby limiting the attainment of desired performance. To address this, we propose a pyramid convolutional vision transformer (PCViT) that gets rid of the limitations of existing transformer methods. Firstly, we employ a pyramid architecture to effectively capture the multiscale information present in RSIs. To enhance the feature extraction capabilities of the transformer, we introduce a parallel convolution module (PCM) that complements the local information that may be missed by the transformer. Furthermore, we propose a self-supervised pretraining strategy called multi-perspective pretraining (MPP) to pretrain the model and subsequently finetune it on the downstream detection task. During the finetuning stage, we introduce a Local/globalk-NN attention (LGKA) to improve the token relationship establishment. In the neck part, we propose a feature-reflowing pyramid network (FRPN) to facilitate contextual information interaction and further enhance our PCViT’s ability to process multiscale information. Experimental results on two representative datasets, namely NWPU VHR-10 and DIOR, demonstrate the effectiveness of our PCViT, as it achieves outstanding performance. These results highlight the suitability of PCViT for RSOD tasks. Jiaojiao Li 0001, Penghao Tian, Rui Song 0003, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | Mind the Gap: Multilevel Unsupervised Domain Adaptation for Cross-Scene Hyperspectral Image ClassificationabstractRecently, cross-scene hyperspectral image classification (HSIC) has attracted increasing attention, alleviating the dilemma of no labeled samples in the target domain. Although collaborative source and target training has dominated this field, training effective feature extractors and overcoming intractable domain gaps remains challenging. To cope with this issue, we propose a multi-level unsupervised domain adaptation (MLUDA) framework, which comprises image-, feature-, and logic-level alignment between domains to fully investigate the comprehensive spectral-spatial information. Specifically, at the image level, we propose an innovative domain adaptation method named GuidedPGC based on classic image matching techniques and the guided filter. The adaptation results are physically explainable with intuitive visual observations. Regarding the feature level, we design a multi-branch cross attention structure (MBCA) specifically for HSIC, which enhances the interaction between the features from the source and target domains through dot-product attention. Finally, at the logic level, we adopt a supervised contrastive learning (SCL) approach that incorporates a pseudo-label strategy and local maximum mean discrepancy loss, increasing inter-class distance across diverse domains and further improving the classification performance. Experimental results on three benchmark cross-scene datasets demonstrate that our proposed method consistently outperforms the compared approaches. The source code is available at https://github.com/cfcys/MLUDA. Mingshuo Cai, Bobo Xi, Jiaojiao Li 0001, Shou Feng, Yunsong Li 0001, Zan Li 0001, Jocelyn Chanussot |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | Model-Driven Deep Pipeline With Uncertainty-Aware Bundle Adjustment for Satellite PhotogrammetryabstractBundle adjustment (BA), a vital technology in satellite photogrammetry, directly determines the quality of geographic information mapping. However, the existing BA methods suffer from bottlenecks in the cases of limited stereo views caused by input guidance inadequacy and biased modeling. To conquer these issues, a model-driven satellite photogrammetry deep pipeline (SPDP) is proposed in this article. Specifically, for the triplets of remote sensing images (RSIs), the fusion feature maps are extracted by our attention-driven multiscale feature extractor (AMFE), which emphasizes the image information and provides guidance for the subsequent multiview geometric processing. Following that, with the feature error volume as input, a dedicated feature-metric error perceptron module (FEPM) is built to infer the observation uncertainty and predict the pixel-wise compensations. Furthermore, a novel uncertainty-aware BA (UBA) is implemented to derive accurate and robust 3-D point clouds, which introduces the BA model transformation and the specialized iterative refinement to enhance the observation error elimination capability. The detailed experimental results demonstrate the feasibility and effectiveness of the proposed pipeline, which is significant for remote sensing surveys and mapping. Kailang Cao, Jiaojiao Li 0001, Rui Song 0003, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | Incremental Detection of Hyperspectral Targets in Consistent Scenes With Continuous LearningabstractHyperspectral target detection is a binary classification problem of detecting targets by utilizing the spectral characteristics of hyperspectral images (HSIs). However, in real-world applications, there is more than one class of interest in the same scene. The accuracy of detection for the previously learned target classes may be decreased when the model is retrained for detecting new target classes in scenes, which is called catastrophic forgetting. Consequently, how to ensure that the model has high detection performance for previously learned targets while learning new ones has become a key challenge for hyperspectral multitarget detection tasks. In this article, we propose an incremental detection of hyperspectral targets (IDHTs) method based on continual learning. IDHT decomposes the multitarget detection task into a series of independent subtasks and learns them sequentially. Within each subtask, our proposed incremental spectral detector (ISD) enables the training and learning of new class targets. Simultaneously, we introduce the previous label replay strategy (PLRS), which synthesizes fused labels for the current task training by combining detection outcomes from the previous model with pseudo-labels of the current target. PLRS effectively bridges the knowledge gap across various subtasks in hyperspectral multitarget detection tasks. The proposed IDHT can flexibly and dynamically adapt to new categories and overcome the limitations of fixed-category feature learning. In addition, two hyperspectral datasets are disclosed to evaluate the proposed method. Our method demonstrates significant effectiveness and superiority on both public datasets and two self-collected datasets. Our code and dataset are available athttps://github.com/Jiahuiqu/IDHT. Wenqian Dong, Song Xiao 0001, Jiahui Qu, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | ISPDiff: Interpretable Scale-Propelled Diffusion Model for Hyperspectral Image Super-ResolutionabstractHyperspectral image (HSI) super-resolution (SR) employing the denoising diffusion probabilistic model (DDPM) holds significant promise with its remarkable performance. However, existing relevant works exhibit two limitations: i) Directly applying DDPM to fusion-based HSI SR (HSI-SR) ignores the physical mechanism of HSI-SR and unique characteristics of HSI, resulting in less interpretability; ii) Scale-invariant DDPM suffers from a time-consuming inference. To tackle these issues, we propose an interpretable scale-propelled diffusion model (ISPDiff) for HSI-SR, which combines the underlying principles of HSI-SR with DDPM for progressively unrolling reconstruction by learning its distribution at various scales, enhancing the transparency significantly and reducing the inference time prominently. Concretely, we destroy and downsample HSI into Gaussian noise in the forward process of ISPDiff. Then we design a unified scale-flexible model in the backward process to iteratively refine HSI in a coarse-to-fine manner through scale-matched reconstruction and cross-scale upsampling, which can be unfolded with optimization algorithms. These solved equations are one-to-one corresponding unrolled into two deep neural networks, called progressive perceptual model-driven scale-matched restoration network (P2MSRN) and cross-scale model-driven upsampling network (CMUN). Through end-to-end training, the proposed ISPDiff implements HSI-SR with a scale-propelled unrolling diffusion characterized by enhanced interpretability, stronger task orientation, and reduced time consumption. Systematic experiments have been conducted on three public datasets, demonstrating that ISPDiff outperforms state-of-the-art methods. Code is available at https://github.com/Jiahuiqu/ISPDiff. Wenqian Dong, Song Xiao 0001, Jiahui Qu, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | Contrastive Constrained Cross-Scene Model- Informed Interpretable Classification Strategy for Hyperspectral and LiDAR DataabstractDomain adaptation (DA) aims to transfer knowledge from a labeled source domain (SD) to an unlabeled target domain (TD), and its effectiveness has been demonstrated in unsupervised multisource remote sensing image classification. Existing DA frameworks simultaneously learn the mapping between data in SD and category labels, as well as minimize the distribution discrepancy between different domains. However, significant computational resources are needed to optimize the dual objectives in a data-driven DA network. In addition, the lack of interpretability of deep learning (DL)-based methods results in unpredictable feature distributions, thereby impeding the smooth update of the network in the desired direction. To address these issues, we propose a contrastive constrained cross-scene model-informed interpretable classification strategy (C3MI-C) for hyperspectral image (HSI) and light detection and ranging (LiDAR), which achieves a model-interpretable decoupling of domain adaptive task and classification task. The proposed C3MI-C optimizes the classification network interpretably in the same subspace and further aligns deep-adapted features extracted from two domains to accomplish high-precision unsupervised cross-scene classification. Comparative experiment results and ablation studies show that C3MI-C performs better than other advanced methods. Wenqian Dong, Jiahui Qu, Tian Zhang 0017, Song Xiao 0001, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | Cross-Domain Few-Shot Learning Based on Decoupled Knowledge Distillation for Hyperspectral Image ClassificationabstractExisting cross-domain few-shot learning (FSL) methods for hyperspectral image (HSI) classification have garnered widespread attention due to their excellent performance in recognizing novel classes. To mitigate domain shift, researchers focus on designing sophisticated domain adaptation (DA) modules to directly apply biased metaknowledge in the target domain (TD). However, this paradigm proves somewhat inadequate in the face of significant differences in distribution. To cope with this dilemma, we adopted a new mindset of treating metaknowledge extraction and debiasing from the source domain (SD) as a synergistic process and proposed a cross-domain FSL framework based on decoupled knowledge distillation for HSI classification (HSIC). In general, to efficiently acquire and utilize unbiased metaknowledge, this framework centralizes on a knowledge distillation (KD) strategy. Through the effective information transfer process, the extraction and debiasing of metaknowledge were integrated into a comprehensive and productive process. Simultaneously, to release the constraints imposed by the coupled logits in the KD process on the knowledge interaction, the decoupled logit interaction (DLI) module is employed in the framework. This module decouples the traditional KD into two controllable components, making a more balanced and comprehensive interaction of task-related knowledge and data-intrinsic knowledge between models. Moreover, to facilitate the extraction of critical discriminative metaknowledge from the abundant redundant information in HSI, the discriminative information refinement (DIR) module is designed to develop distinctive features for similar bands. Extensive experiments on three public HSI datasets exhibited the superior performance of the proposed cross-domain few-shot learning method based on decoupled knowledge distillation for HSIC (DKD-FSL) method in comparison with seven state-of-the-art approaches. Shou Feng, Hongzhe Zhang, Bobo Xi, Chunhui Zhao 0003, Yunsong Li 0001, Jocelyn Chanussot |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | Multilevel Attention Dynamic-Scale Network for HSI and LiDAR Data Fusion ClassificationabstractLand use/land cover classification with multimodal data has attracted increasing attention. For hyperspectral images (HSIs) and light detection and ranging (LiDAR) data, the combination of them can make the classification more accurate and robust. However, how to effectively utilize their respective strengths and integrate them with the classification task is still a challenging problem. In this article, a multilevel attention dynamic-scale network (MADNet) is proposed. First, in the feature extraction stage, the two modalities are divided into two branches with different scales, which are then fed into the convolutional neural networks (CNNs) to learn shallow features. Then, considering the characteristics of the HSI, a spectral angle attention module (SAAM) with low-level attention is designed to highlight surrounding pixels that have similar spectra to the central pixel of the patch. After that, a dynamic-scale selection module (DSSM) is proposed to screen an appropriate scale for the patches by pixel similarity analysis. Next, combining the Transformer and the CNN, a global-local cross-attention module (GLCAM) is devised to investigate the fused deep-level multimodal features. Distinct from the vanilla Transformer, the GLCAM deploys a distance-weight operator to decrease the redundancies at long distances and effectively reduce misclassifications. Extensive experiments on three paired HSI and LiDAR datasets demonstrate that the proposed MADNet has certain advantages over the existing methods. Bobo Xi, Tie Zheng, Yunsong Li 0001, Changbin Xue, Jocelyn Chanussot |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | Residual Mask in Cascaded Convolutional Transformer for Spectral ReconstructionabstractA significant challenge of spectral reconstruction (SR) task is the lower performance reconstructed in foreground regions compared to background regions, which can be attributed to the marked difference in diversity of objects and disparity of adjacent scene characteristics. Moreover, the reconstruction of edge regions is often fraught with substantial errors due to the transitional nature of these regions, an issue conventional single convolutional neural networks (CNNs) and transformers struggle to handle. To address these challenges, we introduce the residual mask in cascaded convolutional transformer (RC2T) to iteratively improve the reconstruction of hyperspectral images (HSIs). Specifically, we propose a residual-predict mask generator (RMG) to generate a residual mask that retains band properties to separate feature with different complexities. Meanwhile, to achieve band expansion of mask features within the autoencoder, we approximate it to a Markov process and exploit the multistage spectral-aware Markov transfer (MMT) for its lightweight implementation. Next, we introduce the parallel convolutional multihead self-attention module (PSM), in which CNN runs parallel to the transformer to handle simple and complex features separately. Additionally, the residual mask loss function uses the established relationship between complexity of feature and reconstruction accuracy to generate residual mask in a self-supervised manner for providing complex high-frequency prior. We have validated our approach using three published datasets (NTIRE 2020 “Clean” track, NTIRE 2022, and CAVE). Additionally, we also conducted experiments with the proposed method on remote sensing dataset grss_dfc_2018 and a satellite-borne remote sensing dataset, achieving optimal performance. The experimental results demonstrate that our RC2T method is state-of-the-art (SOTA) in the field of SR. Jiaojiao Li 0001, Shiyao Duan, Yihong Leng, Rui Song 0003, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | MMIF: Interpretable Hyperspectral and Multispectral Image Fusion via Maximum Mutual InformationabstractFusion-based hyperspectral image (HSI) super-resolution (SR) aims to recover high-resolution HSI (hr-HSI) from its two degraded modalities, that is, low-resolution HSI (lr-HSI) and high-resolution multispectral image (hr-MSI). The resulting HSI-SR image can be explained from two viewpoints, an inverse problem solution or a spatial–spectral information fusion product. Recent methods focusing on the former point are limited by demands of accurate degradation parameters and precise prior assumptions. On the contrary, the other research line avoids these drawbacks and offers a more flexible design. However, recent methods implicitly handle information fusion. The interaction between lr-HSI and hr-MSI only lies in the extracted feature domain, not directly on the data. Moreover, the proposed modules in recent methods promote information fusion from the perspective of deep learning and neglect the specialty of the HSI domain, leading to weak interpretability and poor reliability in practice. Considering the essence of the HSI-SR problem and the inherent property of HSIs, in this article, we propose a maximum mutual information (MMI) strategy. At first, we model the HSI-SR problem in a new variance inference (VI) architecture. This new VI model simulates the physical process of HSI pairs imaging and provides convenience for the MMI strategy. Then, we insert the MMI strategy in the VI model. The MMI strategy promotes information fusion with quantitative constraints on the information interaction between lr-HSI and hr-MSI. Finally, we implement the VI architecture with a neural network. Benefitting from the MMI strategy, a simple network structure can achieve efficient fusion performance, which indicates that MMI frees DL-based HSI-SR methods from the complicated structure design. The experimental results on synthetic and real datasets demonstrate the superiority of our method to state-of-the-art methods in terms of effectiveness, generalization, and interpretability. Yunsong Li 0001, Wen-jin Guo, Weiying Xie, Tao Jiang 0031, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 1 |
| 2024 | HyperMLP: Superpixel Prior and Feature Aggregated Perceptron Networks for Hyperspectral and LiDAR Hybrid ClassificationabstractHyperspectral images have excellent spectral combining capabilities and LiDAR images have fine stereooscopic elevation information. Therefore, the multi-modal fusion classification of hyperspectral and LiDAR images is inevitably improves the interpretation ability of remote sensing images. In recent years, the MLP-Mixer, an image processing network based on MLP, has flourished in the field of image processing. In this work, we propose an innovative HyperMLP network based on the deep learning framework MLP-Mixer architecture to address the lack of spatial feature construction capability and the locality of multi-modal feature fusion in naive networks. Specifically,(1) The adoption of unsupervised superpixel embedding provides additional shallow morphological spatial feature information for the network, reduces the pressure of the feature extraction network, and enhances feature discrimination capabilities. (2) The feature scrambling strategy improves the diversity of features and strengthens generalization of the network by enhancing interactions between different spatial features. (3) By implementing the bilateral modulation strategy, feature fusion is applied at every stage of the deep network, reducing semantic drift between features. On three fiducial remote sensing datasets, classification tests are performed on the proposed HyperMLP network to verify its performance, and the results are definitely impressive. Jiaojiao Li 0001, Rui Song 0003, Wei Li 0032, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | FedFusion: Manifold-Driven Federated Learning for Multi-Satellite and Multi-Modality FusionabstractMulti-Satellite, multi-modality in-orbit fusion is a challenging task as it explores the fusion representation of complex high-dimensional data under limited computational resources. Deep neural networks can reveal the underlying distribution of multimodal remote sensing data, but the in-orbit fusion of multimodal data is more difficult because of the limitations of different sensor imaging characteristics, especially when the multimodal data follow nonindependent identically distribution (Non-IID) distributions. To address this problem while maintaining classification performance, this article proposes a manifold-driven multi-modality fusion framework, FedFusion, which randomly samples local data on each client to jointly estimate the prominent manifold structure of shallow features of each client and explicitly compresses the feature matrices into a low-rank subspace through cascading and additive approaches, which is used as the feature input of the subsequent classifier. Considering the physical space limitations of the satellite constellation, we developed a multimodal federated learning (FL) module designed specifically for manifold data in a deep latent space. This module achieves iterative updating of the subnetwork parameters of each client through global weighted averaging, constructing a framework that can represent compact representations of each client. The proposed framework surpasses existing methods in terms of performance on three multimodal datasets, achieving a classification average accuracy of 94.35% while compressing communication costs by a factor of 4. Furthermore, extensive numerical evaluations of real-world satellite images were conducted on the orbiting edge computing architecture based on Jetson TX2 industrial modules, which demonstrated that FedFusion significantly reduced training time by 48.4 min (15.18%) while optimizing accuracy. The codes will be available at:https://github.com/LDXDU/FedFusion. Daixun Li, Weiying Xie, Yunsong Li 0001, Leyuan Fang |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2024 | Hyperspherical Structural-Aware Distillation Enhanced Spatial-Spectral Bidirectional Interaction Network for Hyperspectral Image ClassificationabstractThe existing methods for hyperspectral image classification (HSIC) mainly focus on the extraction of spectral and spatial features while paying less attention to the interaction of each other. Besides, most of them directly use a parameterized classifier as the final layer of the network. While this design is convenient for end-to-end optimization with the backbone, it overlooks the utilization of the metric space. In this article, a novel hyperspherical structural-aware distillation enhanced spatial–spectral bidirectional interaction network (HSDBIN) is proposed for HSIC. HSDBIN uses a dual-branch design combining the 1-D CNN and transformer to separately learn the detailed spectral correlations and global spatial relationships in parallel. Then, by interacting and aggregating the independent information between two parallel branches, a bidirectional interaction block across branches is designed to explore complementary clues between spectral and spatial pipelines. Finally, to enhance the utilization of metric space and keep compact intraclass relationship, we propose a hyperspherical structural-aware distillation (HSD) to transfer the geometric relationship of hyperspherical space into the metric space of output logits. Extensive experiments and analysis on three public HSI datasets suggest the superiority of the proposed method and verify the effectiveness of the proposed modules. Boao Qin, Shou Feng, Chunhui Zhao 0003, Bobo Xi, Wei Li 0032, Ran Tao 0003, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 7 |
| 2024 | Progressive Multi-Iteration Registration-Fusion Co-Optimization Network for Unregistered Hyperspectral Image Super-ResolutionabstractExisting fusion-based hyperspectral image super-resolution (fusion-based HSI-SR) methods usually reconstruct high-resolution hyperspectral image (HR-HSI) by integrating the complementary information of low-resolution hyperspectral image (LR-HSI) and high-resolution multispectral image (HR-MSI). However, most of such methods rely on accurately registered images or consider registration and fusion as a two-stage task, which means that fusion must tolerate the accumulation of errors due to misregistration. In this paper, we propose a progressive multi-iteration registration-fusion co-optimization network (PMI-RFCoNet) for unregistered hyperspectral image super-resolution, which progressively refines the registration and fusion result over multiple levels to reconstruct registered HR-HSI. To achieve registration-fusion co-optimization, the registration-fusion cooptimization block (Co-RFB) is designed to iterate continuously over multiple levels. We embed the interactive registration module (IRM) and the spectral recalibration and fusion module (SRFU) in Co-RFB, which can facilitate the network utilizing spatial and spectral features at different levels to generate more accurate HR-HSI. Specifically, IRM generates deformation field based on spatial correlations captured at long distances to repair non-rigid pixel offsets, and SRFU further performs adaptive high-fidelity spectral correction and spatial information fusion on the registration results. We conduct experimental verification on four widely used datasets, and the results show that PMI-RFCoNet can flexibly cope with different types and degrees of non-rigid deformation and achieve superior performance. Code is available at https://github.com/Jiahuiqu/PMI-RFCoNet. Jiahui Qu, Xuyao Liu, Wenqian Dong, Yang Liu 0084, Tongzhen Zhang, Yang Xu 0070, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 7 |
| 2024 | A Semi-Supervised Multiscale Convolutional Sparse Coding-Guided Deep Interpretable Network for Hyperspectral Image Change DetectionabstractDeep learning (DL) has increasingly become the mainstream technology for hyperspectral image change detection (HSI-CD). However, these methods lack transparency and often overlook priors in hyperspectral images (HSIs), making it difficult to extract more generalizable features directly from them. Moreover, the performance of DL-based methods typically depends heavily on a large corpus of high-quality labeled data, which is often impractical and expensive in real-world scenarios, particularly for complex HSIs. To address these issues, we propose a semi-supervised deep interpretable network for HSI-CD. Specifically, by applying structured sparse prior constraints, we propose a multiscale convolutional sparse coding (MSCSC) model to capture shared and private sparse coefficients (SSC and PSCs) across different scales, extracting multiscale features while reducing redundancy. We then unfold the proposed MSCSC model to establish an MSCSC-guided deep interpretable network (MSCSCNet) that serves as the encoder, namely, MSCSCNet, in which each network module is model-driven, enhancing the transparency of internal mechanisms and extracting more fundamental features. In addition, we devise a two-stage semi-supervised training strategy for MSCSCNet using limited labeled data, combining a change-sensitive teacher-student self-distillation (CS-TSSD) paradigm with a novel loss function to reduce the annotation dependency and remain sensitive to change components. The proposed method not only enhances the transparency of multiscale feature extraction but also accomplishes semi-supervised learning to extract meaningful representations, effectively integrating the advantages of model-driven and data-driven approaches. Comparative experiments on benchmark datasets demonstrate the effectiveness of our method over the existing approaches. Code is available athttps://github.com/Jiahuiqu/MSCSCNet Jiahui Qu, Peicheng Yang, Wenqian Dong, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | Shared-Private Decoupling-Based Multilevel Feature Alignment Semisupervised Learning for HSI and LiDAR ClassificationabstractThe joint classification methods of hyperspectral image (HSI) and light detection and ranging (LiDAR) data based on deep learning have demonstrated exceptional classification performance with sufficient labeled samples. However, it is expensive and time-consuming to acquire labeled data. To address this limitation, we propose a shared-private decoupling-based multilevel feature alignment semisupervised (SASS) learning method for HSI and LiDAR classification, which introduces the idea of domain adaptation (DA) to capture the shared features of labeled and unlabeled data for classification and circularly selects reliable pseudolabels based on these features to retrain the model. Specifically, we treat labeled data as the source domain (SD) and unlabeled data as the target domain (TD) and propose a shared-private feature decoupling (SPFD) module to acquire shared representations of SD and TD by separating domain private features. The multilevel shared feature alignment (MSFA) strategy is designed to synthetically consider both spatial details and semantic information by minimizing the maximum mean discrepancy (MMD) between these shared features. In addition, we design a graph transformer-based class-balanced pseudolabel generation (GBPG) strategy for iterative model training with reliable pseudolabels, which exploits the graph transformer network-based sample acquisition (GTSA) strategy to select valuable samples and generate corresponding pseudolabels using the adaptive class-specific threshold-based sample annotation (ATSA) strategy. Experimental results on three public datasets validate the effectiveness of the proposed method. The code is available athttps://github.com/Jiahuiqu/SASS. Jiahui Qu, Lijian Zhang, Wenqian Dong, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | Feature Mutual Representation-Based Graph Domain Adaptive Network for Unsupervised Hyperspectral Change DetectionabstractRecently, deep neural networks (DNNs) have been widely used in hyperspectral image change detection (HSI-CD). Generally, training such a DNN-based HSI-CD network often requires a large number of labeled training samples. However, it is time-consuming, labor-intensive, or even infeasible to label training samples in practice. In this article, we propose a feature mutual representation-based graph domain adaptive network (FGDANet) for unsupervised HSI-CD. This method constructs a pseudosiamese backbone consisting of two customized unsupervised learning domains, which can make full use of the information from different domains through the graph domain adaptation strategy to improve the feature expression capability and generalization. There are three key characteristics: first, in each customized unsupervised learning domain, a graph convolutional network (GCN)-based difference feature extraction architecture is designed to model the local and global dependence among the features of multitemporal HSIs; second, a progressive graph-to-pixel joint constraint strategy (PJCS) is proposed to provide the high-confidence training sample labels for the unsupervised learning of the network in each domain; and third, the homogeneous mutual representation joint graph feature alignment (HJGFA) module of the graph domain adaptation strategy can make full use of the difference features from the two domains through the information interaction to facilitate the model to capture the changed and unchanged essential characteristics. The experimental results on four HSI datasets demonstrate the superiority of the proposed FGDANet. Code is available athttps://github.com/Jiahuiqu/FGDANet. Jiahui Qu, Jingyu Zhao 0011, Wenqian Dong, Song Xiao 0001, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | A Lightweight Framework With Knowledge Distillation for Zero-Shot Mars Scene ClassificationabstractGathering extensive labeled data during Mars missions is costly and unrealistic, especially considering the complex and unpredictable Martian environment where new and unfamiliar scenes may emerge. Traditional Mars scene classification (MSC) methods depend heavily on large amounts of labeled data, which makes it impractical to recognize previously unseen scene classes without the necessary labeled examples. In addition, the significant computational demands and parameter requirements of modern models also pose challenges for their integration into resource-constrained systems used in Mars exploration. To address these issues, we propose a zero-shot MSC (ZSMSC) framework, which is able to categorize unseen Martian image scenes without the prior acquisition of vast visual examples. Specifically, the framework combines lightweight model design with knowledge distillation (KD) techniques, known as KDMSC, to streamline complex zero-shot learning (ZSL) models. It employs a KD loss that captures essential knowledge through the training of the teacher model from scratch, thereby improving the zero-shot classification performance of the student model. Consequently, the lightweight student model is tailored for deployment on devices with limited resources while fulfilling the requirements of the ZSMSC tasks. Moreover, to support the ZSMSC initiative, we developed a dataset named ZSMars to further advance this field. Experimental results indicate that our model excels in the ZSMSC tasks while maintaining low computational complexity and storage requirements. Xiaomeng Tan, Bobo Xi, Jiaojiao Li 0001, Yunsong Li 0001, Changbin Xue, Jocelyn Chanussot |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | SwiMDiff: Scene-Wide Matching Contrastive Learning With Diffusion Constraint for Remote Sensing ImageabstractWith recent advancements in aerospace technology, the volume of unlabeled remote sensing image (RSI) data has increased dramatically. Effectively leveraging this data through self-supervised learning (SSL) is vital in the field of remote sensing. However, current methodologies, particularly contrastive learning (CL), a leading SSL method, encounter specific challenges in this domain. Firstly, CL often mistakenly identifies geographically adjacent samples with similar semantic content as negative pairs, leading to confusion during model training. Secondly, as an instance-level discriminative task, it tends to neglect the essential fine-grained features and complex details inherent in unstructured RSIs. To overcome these obstacles, we introduce SwiMDiff, a novel self-supervised pre-training framework designed for RSIs. SwiMDiff employs a scene-wide matching approach that effectively recalibrates labels to recognize data from the same scene as false negatives. This adjustment makes CL more applicable to the nuances of remote sensing. Additionally, SwiMDiff seamlessly integrates CL with a diffusion model. Through the implementation of pixel-level diffusion constraints, we enhance the encoder’s ability to capture both the global semantic information and the fine-grained features of the images more comprehensively. Our proposed framework significantly enriches the information available for downstream tasks in remote sensing. Demonstrating exceptional performance in change detection and land-cover classification tasks, SwiMDiff proves its substantial utility and value in the field of remote sensing. Jiayuan Tian, Jie Lei 0001, Weiying Xie, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | CTF-SSCL: CNN-Transformer for Few-Shot Hyperspectral Image Classification Assisted by Semisupervised Contrastive LearningabstractFew-shot learning (FSL) has rapidly advanced in the hyperspectral image classification (HSIC), potentially reducing the need for laborious and expensive labeled data collection. Due to the limited receptive field, the convolutional neural network (CNN) struggles to capture long-range dependencies for extracting global features. Additionally, the transformer focuses on global correlation while overlooking the effective representation of local spatial and spectral features. Moreover, contrastive learning (CL) has emerged as a powerful technique for improving consistency across different augmented views of samples of the same category. To this end, we devise a novel CNN-Transformer for few-shot HSIC assisted by semisupervised contrastive learning, named CTF-SSCL, to boost the classification performance. Specifically, the cascaded CNN-Transformer incorporates a lightweight spatial-spectral interactive convolution module (LSSICM) and a multiscale transformer (MSFormer) to exploit local features from submaps and global information from the entire patch. Subsequently, the semisupervised contrastive loss, comprising unsupervised and supervised components, serves as an auxiliary to optimize the model with the classification loss. Wherein, recognizing the unified spectral-spatial information in HSI, we propose a spectral feature shift strategy (SFSS) to create sample pairs for the unsupervised CL, utilizing unsupervised contrastive loss among groups of samples with identical labels. Extensive experiments on four standard benchmarks demonstrate the effectiveness of the proposed CTF-SSCL with varying amounts of labeled samples. The code will be available online athttps://github.com/B-Xi/CTF-SSCL. Bobo Xi, Jiaojiao Li 0001, Yunsong Li 0001, Zan Li 0001, Jocelyn Chanussot |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2024 | Ebbinghaus-Curve Guided Low-Rank Component-Induced Attention for Multisource Remote Sensing ClassificationabstractThe integration of multisource remote sensing (RS) data is crucial in land use and land cover (LULC) studies, offering numerous applications. Using diverse data sources enhances the accuracy of land cover classification. However, due to differences in imaging mechanisms, existing methods face challenges in capturing complex local and global relationships. Moreover, current multimodal fusion approaches often fail to efficiently preserve heterogeneous data, leading to the overfusion of redundant features. To address these challenges, we propose Ebbinghaus-curve guided multisource RS classification network (ECNet). This framework maximizes the benefits of convolutional operators for local feature representation and leverages Transformer architecture for learning long-distance dependencies. Inspired by the forgetting strategy of human brain neurons, we extend the concept of information loss to address feature preservation issues in neural networks. ECNet effectively preserves essential features while eliminating redundancy in high-dimensional manifold structures, thus mitigating overfitting caused by redundant multimodal features. Extensive experiments on four publicly available datasets demonstrate the competitiveness of ECNet in classification tasks. Notably, on the Houston2013 dataset, ECNet achieves an impressive overall accuracy (OA) of 96.63%, surpassing various state-of-the-art baseline approaches. The code is available athttps://github.com/lyb10087/ECNetfor the sake of reproducibility. Weiying Xie, Yibing Lu, Daixun Li, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2024 | RS-DGC: Exploring Neighborhood Statistics for Dynamic Gradient Compression on Remote Sensing Image InterpretationabstractDistributed deep learning has recently been attracting more attention in remote sensing (RS) applications due to the challenges posed by the increased amount of open data that are produced daily by Earth observation programs. However, the high communication costs of sending model updates among multiple nodes are a significant bottleneck for scalable distributed learning. Gradient sparsification has been validated as an effective gradient compression (GC) technique for reducing communication costs and thus accelerating the training speed. Existing state-of-the-art gradient sparsification methods are mostly based on the “larger-absolute-more-important” criterion, ignoring the importance of small gradients, which is generally observed to affect the performance. Inspired by informative representation of manifold structures from neighborhood information, we propose a simple yet effective dynamic gradient compression scheme leveraging neighborhood statistics indicator for RS image interpretation, termed RS-DGC. We first enhance the interdependence between gradients by introducing the gradient neighborhood to reduce the effect of random noise. The key component of RS-DGC is a Neighborhood Statistical Indicator (NSI), which can quantify the importance of gradients within a specified neighborhood on each node to sparsify the local gradients before gradient transmission in each iteration. Further, a layer-wise dynamic compression scheme is proposed to track the importance changes of each layer in real time. Extensive downstream tasks validate the superiority of our method in terms of intelligent interpretation of RS images. For example, we achieve an accuracy improvement of 0.51% with more than 50× communication compression on the NWPU-RESISC45 dataset using VGG-19 network. To the best of our knowledge, this is the first gradient compression method designed for RS images and downstream tasks, achieving a successful trade-off between high compression ratio and performance. Weiying Xie, Jitao Ma, Daixun Li, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | Parallel Compared-and-Stacked Pyramid Transformer Network for Unsupervised Hyperspectral Change DetectionabstractConvolutional neural networks (CNNs) with good feature learning capabilities are widely used in hyperspectral image change detection (HSI-CD) tasks. However, most existing CNN-based HSI-CD methods face two inherent challenges: 1) the lack of available labeled datasets and 2) the limited receptive field that cannot capture the long-distance dependence between the spectral sequences of HSIs. In this article, we propose a parallel compared-and-stacked pyramid transformer network (PCPTNet) for unsupervised HSI-CD, which can model the context information of spectral sequences in the input multi-temporal HSI patch without real labeled data. Specifically, a superpixel-level joint decision-based training samples selection strategy is presented that fully considers the correlation between pixels to improve the reliability of training samples. Then, taking advantage of transformer in context information modeling, PCPTNet is proposed to capture sufficient difference features and stacked features with different scales for CD, which can effectively reduce missed and false detection. The multiscale features containing sufficient low-level detail information and high-level semantic features are fused hierarchically to classify changed and unchanged pixels. Extensive experiments on three real HSI datasets demonstrate that the PCPTNet outperforms other state-of-the-art HSI-CD methods in both visual and quantitative results. Yunshuang Xu, Song Xiao 0001, Jiahui Qu, Wenqian Dong, Yunsong Li 0001, Haoming Xia |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | TMCFN: Text-Supervised Multidimensional Contrastive Fusion Network for Hyperspectral and LiDAR ClassificationabstractThe joint classification of hyperspectral images (HSIs) and LiDAR data plays a crucial role in earth observation missions. Most advanced methods are based on discrete label supervision. However, since discrete labels only convey limited information that a sample belongs to a single definite class and lack of prior information, it is difficult to supervise the model to capture rich inherent semantic information in complex data distributions, hindering the classification performance. To this end, we propose a text-supervised multidimensional contrastive fusion network, termed as TMCFN, which leverages class text information to guide the learning of visual representations while establishing a semantic association of text and visual features for classification by using multidimensionally incorporated contrastive learning (CL) paradigms. Specifically, TMCFN is composed of text information encoding (TIE), visual features representation (VFR) and text-visual features alignment and classification (TVFAC). TIE is employed to extract semantic information from class text extended from class names, intrinsic attributes and inter-class relationships. VFR mainly comprises a new fusion-based contrastive feature learning module (FCFLM) to extract discriminative visual features and a text-guided attention feature fusion module (TAF2M) to fuse visual features under the guidance of text information. TVFAC optimizes the learning of visual features under the supervision of text information while using a CL paradigm to align text and visual features for establishing the semantic association, and achieves the classification by directly computing the similarity between the visual features and each text feature without an additional classifier. Experiments with three standard datasets verify the effectiveness of TMCFN. Yueguang Yang, Jiahui Qu, Wenqian Dong, Tongzhen Zhang, Song Xiao 0001, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 6 |
| 2024 | Distribution-Aware Interactive Attention Network and Large-Scale Cloud Recognition Benchmark on FY-4A Satellite ImageabstractAccurate cloud recognition and warning are crucial for various applications, including in-flight support, weather forecasting, and climate research. However, recent deep learning algorithms have predominantly focused on detecting cloud regions in satellite imagery, with insufficient attention to the specificity required for accurate cloud recognition. This limitation inspired us to develop the novel FY-4A-Himawari-8 (FYH) dataset, which includes nine distinct cloud categories and uses precise domain adaptation methods to align 70419 image-label pairs (including 110000 train/5500 test$100\times 100$size images) in terms of projection, temporal resolution, and spatial resolution, thereby facilitating the training of supervised deep learning networks. Given the complexity and diversity of cloud formations, we have thoroughly analyzed the challenges inherent to cloud recognition tasks, examining the intricate characteristics and distribution of the data. To effectively address these challenges, we designed a distribution-aware interactive-attention network (DIAnet), which preserves pixel-level details through a high-resolution branch and a parallel multiresolution cross-branch. We also integrated a distribution-aware loss (DAL) to mitigate the imbalance across cloud categories. An interactive attention module (IAM) further enhances the robustness of feature extraction combined with spatial and channel information. Empirical evaluations on the FYH dataset demonstrate that our method outperforms other cloud recognition networks, achieving superior performance in terms of mean intersection over union (mIoU). The code for implementing DIAnet is available athttps://github.com/icey-zhang/DIAnet. Jie Lei 0001, Weiying Xie, Kai Jiang 0001, Xin Zhang 0092, Mingxiang Cao, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 7 |
| 2024 | Single-Frame Infrared Small Target Detection via Gaussian Curvature Inspired NetworkabstractSingle-frame infrared small target detection (SIRSTD) is in urgent demand for many practical tasks, such as fire rescue and urban management systems, benefiting from the excellent performance of infrared (IR) imaging in harsh climates and low-light environments. SIRSTD strives to segment small targets from the background as accurately as possible. However, in a real-world application, complex background environments with high brightness and strong edges have similar physical characteristics to small IR targets, which makes it extremely difficult to separate small targets. To address this challenge, we propose a novel Gaussian Curvature Inspired Network (GCI-Net). Inspired by the well-known Gaussian curvature, we develop a Gaussian curvature-based branch (GCB) to eliminate the smoothing noise and preserve the target structure texture information. In addition, we design a complementary patch-group attention (PGA) module that relies on the complementary relationship between low-level and high-level features to provide accurate guidance for GCB. The curvature information generated by the GCB is continuously optimized under the constraint of the curvature information of the ground truth. The proposed GCI-Net provides a reliable guarantee for accurate separation of small targets from the background. We conduct extensive experiments on the public IRSTD-1k and SIRST datasets. The experimental results demonstrate that the proposed GCI-Net outperforms the state-of-the-art (SOTA) methods. Mingjin Zhang, Ke Yue, Boyang Li 0007, Jie Guo 0009, Yunsong Li 0001, Xinbo Gao 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2024 | SWFormer: Stochastic Windows Convolutional Transformer for Hybrid Modality Hyperspectral ClassificationabstractJoint classification of hyperspectral images with hybrid modality can significantly enhance interpretation potentials, particularly when elevation information from the LiDAR sensor is integrated for outstanding performance. Recently, the transformer architecture was introduced to the HSI and LiDAR classification task, which has been verified as highly efficient. However, the existing naive transformer architectures suffer from two main drawbacks: 1) Inadequacy extraction for local spatial information and multi-scale information from HSI simultaneously. 2) The matrix calculation in the transformer consumes vast amounts of computing power. In this paper, we propose a novel Stochastic Window Transformer (SWFormer) framework to resolve these issues. First, the effective spatial and spectral feature projection networks are built independently based on hybrid-modal heterogeneous data composition using parallel feature extraction, which is conducive to excavating the perceptual features more representative along different dimensions. Furthermore, to construct local-global nonlinear feature maps more flexibly, we implement multi-scale strip convolution coupled with a transformer strategy. Moreover, in an innovative random window transformer structure, features are randomly masked to achieve sparse window pruning, alleviating the problem of information density redundancy, and reducing the parameters required for intensive attention. Finally, we designed a plug-and-play feature aggregation module that adapts domain offset between modal features adaptively to minimize semantic gaps between them and enhance the representational ability of the fusion feature. Three fiducial datasets demonstrate the effectiveness of the SWFormer in determining classification results. Jiaojiao Li 0001, Rui Song 0003, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Image Process. | 5 |
| 2024 | SCFormer: Spectral Coordinate Transformer for Cross-Domain Few-Shot Hyperspectral Image ClassificationabstractCross-domain (CD) hyperspectral image classification (HSIC) has been significantly boosted by methods employing Few-Shot Learning (FSL) based on CNNs or GCNs. Nevertheless, the majority of current approaches disregard the prior information of spectral coordinates with limited interpretability, leading to inadequate robustness and knowledge transfer. In this paper, we propose an asymmetric encoder-decoder architecture, Spectral Coordinate Transformer (SCFormer), for the CDFSL HSIC task. Several dense Spectral Coordinate blocks (SC blocks) are embedded in the backbone of the encoder to establish feature representation with better generalization, which integrates spectral coordinates via Rotary Position Embedding (RoPE) to minimize spectral position disturbance caused by the convolution operation. Due to a large amount of hyperspectral image data and the high demand for model generalization ability in cross-domain scenarios, we design two mask patterns (Random Mask and Sequential Mask) built on unexploited spectral coordinates within the SC blocks, which are unified with the asymmetric structure to learn high-capacity models efficiently and effectively with satisfactory generalization. Besides, from the perspective of the loss function, we devise an intra-domain loss function founded on the Orthogonal Complement Space Projection (OCSP) theory to facilitate the aggregation of samples in the metric space, which promotes intra-domain consistency and increases interpretability. Finally, the strengthened class expression capacity of the intra-domain loss function contributes to the inter-domain loss function constructed by Wasserstein Distance (WD) for realizing domain alignment. Experimental results on four benchmark data sets demonstrate the superiority of the SCFormer. Jiaojiao Li 0001, Rui Song 0003, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Image Process. | 4 |
| 2024 | Graph Embedding Interclass Relation-Aware Adaptive Network for Cross-Scene Classification of Multisource Remote Sensing DataabstractThe unsupervised domain adaptation (UDA) based cross-scene remote sensing image classification has recently become an appealing research topic, since it is a valid solution to unsupervised scene classification by exploiting well-labeled data from another scene. Despite its good performance in reducing domain shifts, UDA in multisource data scenarios is hindered by several critical challenges. The first one is the heterogeneity inherent in multisource data complicates domain alignment. The second challenge is the incomplete representation of feature distribution caused by the neglect of the contribution from global information. The third challenge is the inaccuracies in alignment due to errors in establishing target domain conditional distributions. Since UDA does not guarantee the complete consistency of the distribution of the two domains, networks using simple classifiers are still affected by domain shifts, resulting in poor performance. In this paper, we propose a graph embedding interclass relation-aware adaptive network (GeIraA-Net) for unsupervised classification of multi-source remote sensing data, which facilitates knowledge transfer at the class level for two domains by leveraging aligned features to perceive inter-class relation. More specifically, a graph-based progressive hierarchical feature extraction network is constructed, capable of capturing both local and global features of multisource data, thereby consolidating comprehensive domain information within a unified feature space. To deal with the imprecise alignment of data distribution, a joint de-scrambling alignment strategy is designed to utilize the features obtained by a three-step pseudo-label generation module for more delicate domain calibration. Moreover, an adaptive inter-class topology based classifier is constructed to further improve the classification accuracy by making the classifier domain adaptive at the category level. The experimental results show that GeIraA-Net has significant advantages over the current state-of-the-art cross-scene classification methods. Song Xiao 0001, Jiahui Qu, Wenqian Dong, Qian Du 0001, Yunsong Li 0001 |
IEEE Trans. Image Process. | 6 |
| 2024 | HTD-TS3: Weakly Supervised Hyperspectral Target Detection Based on Transformer via Spectral-Spatial SimilarityabstractAs an advanced technique in remote sensing, hyperspectral target detection (HTD) is widely concerned in civilian and military applications. However, the limitation of prior and heterogeneous backgrounds makes HTD models sensitive to data corruption under various interference from the environment. In this article, a novel united HTD framework based on the concept of transformer is proposed to extract [HTD based on transformer via spectral-spatial similarity (HTD-TS3)] under weak supervision, which opens up more flexible ways to study HTD. For the first time, the transformer mechanism is introduced into the HTD task to extract spectral and spatial features in a unified optimization procedure. By modeling long-range dependence among spectra, it realizes spectral-spatial joint inference based on long-range context, which addresses the issues of insufficient utilization of spatial information. To provide samples for weakly supervised learning (WSL), the coarse sample selection and spectral sequence construction in an efficient way are proposed, which makes full use of limited prior information. Finally, an exponential constrained nonlinear function is adopted to acquire pixel-level prediction via combining discriminative spectral-spatial features and coarse spatial information. Experiments on real hyperspectral images (HSIs) captured by different sensors at various scenes verify the effectiveness and efficiency of HTD-TS3. Weiying Xie, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 3 |
| 2024 | A Spatio-Spectral Fusion Method for Hyperspectral Images Using Residual Hyper-Dense NetworkabstractSpatio-spectral fusion of panchromatic (PAN) and hyperspectral (HS) images is of great importance in improving spatial resolution of images acquired by many commercial HS sensors. DenseNets have recently achieved great success for image super-resolution because they facilitate gradient flow by concatenating all the feature outputs in a feedforward manner. In this article, we propose a residual hyper-dense network (RHDN) that extends the DenseNet to solve the spatio-spectral fusion problem. The overall structure of the proposed RHDN method is a two-branch network, which allows the network to capture the features of HS images within and outside the visible range separately. At each branch of the network, a two-stream strategy of feature extraction is designed to process PAN and HS images individually. A convolutional neural network (CNN) with cascade residual hyper-dense blocks (RHDBs), which allows direct connections between the pairs of layers within the same stream and those across different streams, is proposed to learn more complex combinations between the HS and PAN images. The residual learning is adopted to make the network efficient. Extensive benchmark evaluations well demonstrate that the proposed RHDN fusion method yields significant improvements over many widely accepted state-of-the-art approaches. Jiahui Qu, Zhangchun Xu, Wenqian Dong, Song Xiao 0001, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 5 |
| 2024 | HPRN: Holistic Prior-Embedded Relation Network for Spectral Super-ResolutionabstractSpectral super-resolution (SSR) refers to the hyperspectral image (HSI) recovery from an RGB counterpart. Due to the one-to-many nature of the SSR problem, a single RGB image can be reprojected to many HSIs. The key to tackle this ill-posed problem is to plug into multisource prior information such as the natural spatial context prior of RGB images, deep feature prior, or inherent statistical prior of HSIs so as to effectively alleviate the degree of ill-posedness. However, most current approaches only consider the general and limited priors in their customized convolutional neural networks (CNNs), which leads to the inability to guarantee the confidence and fidelity of reconstructed spectra. In this article, we propose a novel holistic prior-embedded relation network (HPRN) to integrate comprehensive priors to regularize and optimize the solution space of SSR. Basically, the core framework is delicately assembled by several multiresidual relation blocks (MRBs) that fully facilitate the transmission and utilization of the low-frequency content prior of RGBs. Innovatively, the semantic prior of RGB inputs is introduced to mark category attributes, and a semantic-driven spatial relation module (SSRM) is invented to perform the feature aggregation of clustered similar ranges for refining recovered characteristics. In addition, we develop a transformer-based channel relation module (TCRM), which breaks the habit of employing scalars as the descriptors of channelwise relations in the previous deep feature prior and replaces them with certain vectors to make the mapping function more robust and smoother. In order to maintain the mathematical correlation and spectral consistency between hyperspectral bands, the second-order prior constraints (SOPCs) are incorporated into the loss function to guide the HSI reconstruction. Finally, extensive experimental results on four benchmarks demonstrate that our HPRN can reach the state-of-the-art performance for SSR quantitatively and qualitatively. Furthermore, the effectiveness and usefulness of the reconstructed spectra are verified by the classification results on the remote sensing dataset. Codes are available at https://github.com/Deep-imagelab/HPRN. Chaoxiong Wu, Jiaojiao Li 0001, Rui Song 0003, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 4 |
| 2024 | Heat Transfer-Inspired Network for Image Super-Resolution ReconstructionabstractImage super-resolution (SR) is a critical image preprocessing task for many applications. How to recover features as accurately as possible is the focus of SR algorithms. Most existing SR methods tend to guide the image reconstruction process with gradient maps, frequency perception modules, etc. and improve the quality of recovered images from the perspective of enhancing edges, but rarely optimize the neural network structure from the system level. In this article, we conduct an in- depth exploration for the inner nature of the SR network structure. In light of the consistency between thermal particles in the thermal field and pixels in the image domain, we propose a novel heat-transfer-inspired network (HTI-Net) for image SR reconstruction based on the theoretical basis of heat transfer. With the finite difference theory, we use a second-order mixed-difference equation to redesign the residual network (ResNet), which can fully integrate multiple information to achieve better feature reuse. In addition, according to the thermal conduction differential equation (TCDE) in the thermal field, the pixel value flow equation (PVFE) in the image domain is derived to mine deep potential feature information. The experimental results on multiple standard databases demonstrate that the proposed HTI-Net has superior edge detail reconstruction effect and parameter performance compared with the existing SR methods. The experimental results on the microscope chip image (MCI) database consisting of realistic low-resolution (LR) and high-resolution (HR) images show that the proposed HTI-Net for image SR reconstruction can improve the effectiveness of the hardware Trojan detection system. Mingjin Zhang, Jie Guo 0009, Yunsong Li 0001, Xinbo Gao 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 4 |
| 2024 | Block-Wise Partner Learning for Model CompressionabstractDespite the great potential of convolutional neural networks (CNNs) in various tasks, the resource-hungry nature greatly hinders their wide deployment in cost-sensitive and low-powered scenarios, especially applications in remote sensing. Existing model pruning approaches, implemented by a "subtraction" operation, impose a performance ceiling on the slimmed model. Self-knowledge distillation (Self-KD) resorts to auxiliary networks that are only active in the training phase for performance improvement. However, the knowledge is holistic and crude, and the learning-based knowledge transfer is mediate and lossy. Here, we propose a novel model-compression method, termed block-wise partner learning (BPL), which comprises "extension" and "fusion" operations and liberates the compressed model from the bondage of baseline. Different from the Self-KD, the proposed BPL creates a partner for each block for performance enhancement in training. For the model to absorb more diverse information, a diversity loss (DL) is designed to evaluate the difference between the original block and the partner. Besides, the partner is fused equivalently instead of being discarded directly. After training, we can simply adopt the fused compressed model that contains the enhancement information of partners but with fewer parameters and less inference cost. As validated using the UC Merced land-use, NWPU-RESISC45, and RSD46-WHU datasets, the BPL demonstrates superiority over other compared model-compression approaches. For example, it attains a substantial floating-point operations (FLOPs) reduction of 73.97% with only 0.24 accuracy (ACC.) loss for ResNet-50 on the UC Merced land-use dataset. The code is available at https://github.com/zhangxin-xd/BPL. Xin Zhang 0092, Weiying Xie, Yunsong Li 0001, Jie Lei 0001, Kai Jiang 0001, Leyuan Fang, Qian Du 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 3 |
| 2024 | HyBNN: Quantifying and Optimizing Hardware Efficiency of Binary Neural NetworksabstractBinary neural network (BNN), where both the weight and the activation values are represented with one bit, provides an attractive alternative to deploy highly efficient deep learning inference on resource-constrained edge devices. However, our investigation reveals that, to achieve satisfactory accuracy gains, state-of-the-art (SOTA) BNNs, such as FracBNN and ReActNet, usually have to incorporate various auxiliary floating-point components and increase the model size, which in turn degrades the hardware performance efficiency. In this article, we aim to quantify such hardware inefficiency in SOTA BNNs and further mitigate it with negligible accuracy loss. First, we observe that the auxiliary floating-point (AFP) components consume an average of 93% DSPs, 46% LUTs, and 62% FFs, among the entire BNN accelerator resource utilization. To mitigate such overhead, we propose a novel algorithm-hardware co-design, called FuseBNN , to fuse those AFP operators without hurting the accuracy. On average, FuseBNN reduces AFP resource utilization to 59% DSPs, 13% LUTs, and 16% FFs. Second, SOTA BNNs often use the compact MobileNetV1 as the backbone network but have to replace the lightweight 3 × 3 depth-wise convolution (DWC) with the 3 × 3 standard convolution (SC, e.g., in ReActNet and our ReActNet-adapted BaseBNN) or even more complex fractional 3 × 3 SC (e.g., in FracBNN) to bridge the accuracy gap. As a result, the model parameter size is significantly increased and becomes 2.25× larger than that of the 4-bit direct quantization with the original DWC (4-Bit-Net); the number of multiply-accumulate operations is also significantly increased so that the overall LUT resource usage of BaseBNN is almost the same as that of 4-Bit-Net. To address this issue, we propose HyBNN , where we binarize depth-wise separation convolution (DSC) blocks for the first time to decrease the model size and incorporate 4-bit DSC blocks to compensate for the accuracy loss. For the ship detection task in synthetic aperture radar imagery on the AMD-Xilinx ZCU102 FPGA, HyBNN achieves a detection accuracy of 94.8% and a detection speed of 615 frames per second (FPS), which is 6.8× faster than FuseBNN+ (94.9% accuracy) and 2.7× faster than 4-Bit-Net (95.9% accuracy). For image classification on the CIFAR-10 dataset on the AMD-Xilinx Ultra96-V2 FPGA, HyBNN achieves 1.5× speedup and 0.7% better accuracy over SOTA FracBNN. Geng Yang 0001, Jie Lei 0001, Zhenman Fang, Yunsong Li 0001, Weiying Xie |
ACM Trans. Reconfigurable Technol. Syst. | 4 |
| 2023 | Toward Stable, Interpretable, and Lightweight Hyperspectral Super-ResolutionabstractFor real applications, existing HSI-SR methods are not only limited to unstable performance under unknown scenarios but also suffer from high computation consumption. In this paper, we develop a new coordination optimization framework for stable, interpretable, and lightweight HSI-SR. Specifically, we create a positive cycle between fusion and degradation estimation under a new probabilistic framework. The estimated degradation is applied to fusion as guidance for a degradation-aware HSI-SR. Under the framework, we establish an explicit degradation estimation method to tackle the indeterminacy and unstable performance caused by the black-box simulation in previous methods. Considering the interpretability in fusion, we integrate spectral mixing prior into the fusion process, which can be easily realized by a tiny autoencoder, leading to a dramatic release of the computation burden. Based on the spectral mixing prior, we then develop a partial fine-tune strategy to reduce the computation cost further. Comprehensive experiments demonstrate the superiority of our method against the state-of-the-arts under synthetic and real datasets. For instance, we achieve a 2.3 dB promotion on PSNR with$120\times$model size reduction and$4300 \times$FLOPs reduction under the CAVE dataset. Code is available in https://github.com/WenjinGuo/DAEM. Wen-jin Guo, Weiying Xie, Kai Jiang 0001, Yunsong Li 0001, Jie Lei 0001, Leyuan Fang |
CVPR | 4 |
| 2023 | Contrastive Semi-Supervised Learning for Underwater Image Restoration via Reliable BankabstractDespite the remarkable achievement of recent underwater image restoration techniques, the lack of labeled data has become a major hurdle for further progress. In this work, we propose a mean-teacher based Semi-supervised Underwater Image Restoration (Semi-UIR) framework to incorporate the unlabeled data into network training. However, the naive mean-teacher method suffers from two main problems: (1) The consistency loss used in training might become ineffective when the teacher's prediction is wrong. (2) Using L1 distance may cause the network to overfit wrong labels, resulting in confirmation bias. To address the above problems, we first introduce a reliable bank to store the “best-ever” outputs as pseudo ground truth. To assess the quality of outputs, we conduct an empirical analysis based on the monotonicity property to select the most trustworthy NR-IQA method. Besides, in view of the confirmation bias problem, we incorporate contrastive regularization to prevent the overfitting on wrong labels. Experimental results on both full-reference and non-reference underwater benchmarks demonstrate that our algorithm has obvious improvement over SOTA methods quantitatively and qualitatively. Code has been released at https://github.com/Huang-ShiRui/Semi-UIR. Shirui Huang, Huan Liu 0014, Jun Chen 0005, Yunsong Li 0001 |
CVPR | 5 |
| 2023 | HyBNN: Quantifying and Optimizing Hardware Efficiency of Binary Neural NetworksabstractBinary neural network (BNN) has recently presented a promising opportunity for deep learning inferences on resource-constrained edge devices. Using extreme data precision, i.e., 1-bit weight and 1-bit activation, BNN not only significantly reduces the network memory footprint, but also trades massive multiply-accumulate operations for much cheaper logical XNOR and population count operations. However, our investigation reveals that, to achieve satisfactory accuracy gains, state-of-the-art (SOTA) BNNs, such as FracBNN [4] and ReActNet [1], usually have to incorporate various auxiliary floating-point ($AFP$) components and increase the model size, which in turn degrades the hardware performance efficiency. Geng Yang 0001, Jie Lei 0001, Zhenman Fang, Yunsong Li 0001, Weiying Xie |
FCCM | 4 |
| 2023 | V-shaped neural network structure based on multi-scale features for image denoising
Jing Zhang 0054, Liu Sang, Minhao Shao, Yunsong Li 0001 |
J. Vis. Commun. Image Represent. | 5 |
| 2023 | Window Transformer Convolutional Autoencoder for Hyperspectral Sparse UnmixingabstractThe availability of spectral library makes hyperspectral sparse unmixing an attractive unmixing scheme, and the powerful feature extraction capability of deep learning meets the requirements of estimating abundances with hundreds of channels in sparse unmixing. However, few related researches have been carried out. In this letter, we propose a window transformer convolutional autoencoder (WiTCAE) to address the sparse unmixing problem. In our method, a well-designed transformer encoder for hyperspectral images is applied before convolutional neural network (CNN), aiming at exploring non-local information by a new attention mechanism called window-based pixel-level multihead self-attention (WP-MSA). Three consecutive CNN blocks focus on further joint spatial-spectral feature extraction, and adjust the number of channels to the number of endmembers contained in the spectral library. Moreover, CNN establishes the connections among windows, and smooths out the discontinuities caused by window partition. The decoder is a convolutional layer with the kernel size of 1, and its weights are fixed to a known spectral library. Comparative experiments on both simulated and real datasets confirm the superiority of our proposed network. Fanqiang Kong, Dan Li 0014, Yunsong Li 0001, Mengyue Chen |
IEEE Geosci. Remote. Sens. Lett. | 4 |
| 2023 | Dictionary Learning-Guided Deep Interpretable Network for Hyperspectral Change DetectionabstractHyperspectral image (HSI) change detection is a technique to observe the change information between the multitemporal HSIs, which is currently considered a major focus of research in the filed of remote sensing intelligent interpretation. Most existing deep learning-based methods have created satisfactory performance, but these methods lack transparency and have poor generalization. To tackle the problems outlined above, we propose a dictionary learning-guided deep interpretable network for hyperspectral change detection, which unfolds a dictionary learning-based change detection model into an interpretable deep neural network. Specifically, we first design a dictionary learning-based change detection model, whose solution process can be decomposed into two iterative subproblems. Then, the mathematical model can be unfolded into a dual-branch deep neural network with two modules iterating with each other. Finally, the difference map of the coefficients output from the ultimate stage is classified to obtain the change detection result. Experimental results prove that the proposed method has comparable or even better performance than state-of-the-art methods. Jingyu Zhao 0011, Song Xiao 0001, Wenqian Dong, Jiahui Qu, Yunsong Li 0001 |
IEEE Geosci. Remote. Sens. Lett. | 5 |
| 2023 | Dual-branch spectral-spatial feature extraction network for multispectral image compression
Fanqiang Kong, Jiahui Tang, Yunsong Li 0001, Dan Li 0014, Kedi Hu |
Multim. Syst. | 3 |
| 2023 | MPCNet: Compressed multi-view video restoration via motion-parallax complementation network
Chang Wu 0001, Gang He 0002, Yunsong Li 0001 |
Neural Networks | 4 |
| 2023 | Weakly supervised adversarial learning via latent space for hyperspectral target detection
Weiying Xie, Yunsong Li 0001, Kai Jiang 0001, Jie Lei 0001, Qian Du 0001 |
Pattern Recognit. | 3 |
| 2023 | Joint Contextual Representation Model-Informed Interpretable Network With Dictionary Aligning for Hyperspectral and LiDAR ClassificationabstractThe effective utilization of hyperspectral image (HSI) and light detection and ranging (LiDAR) data is essential for land cover classification. Recently, deep learning-based classification approaches have achieved remarkable success. However, most deep learning classification methods are data-driven and designed in a black-box architecture, lacking sufficient interpretability, and ignoring the potential correlation of heterogeneous complementary information between multisource data. To address these issues, we propose an interpretable deep neural network, namely multisource aligning joint contextual representation model-informed interpretable classification network (MACRMoI-N), which fully exploits correlation of multisource data by aligning complementary spectral-spatial-elevation information during end-to-end training. We first present a multimodal aligning joint contextual representation classification model (MACR-M), which incorporates local spatial-spectral prior information into representation. MACR-M is optimized by an iterative algorithm to solve dictionaries of HSI and LiDAR and their corresponding sparse coefficients, in which the dictionary distribution are aligned to enable the complementary information of multisource data to guide a more accurate classification. We further propose the unfolded MACRMoI-N, where each module corresponds to a specific operation of the optimization algorithm, and the parameters are optimized in an end-to-end manner. Comparative experiment results and ablation studies show that MACRMoI-N performs better than other advanced methods. Wenqian Dong, Jiahui Qu, Tian Zhang 0017, Song Xiao 0001, Yunsong Li 0001 |
IEEE Trans. Circuits Syst. Video Technol. | 6 |
| 2023 | DGSSC: A Deep Generative Spectral-Spatial Classifier for Imbalanced Hyperspectral ImageryabstractIn recent years, hyperspectral image classification (HSIC) has achieved impressive progress with emerging studies on deep learning models. However, the classification performance downgrades due to the limited number of annotated samples, especially for minority classes. Notably, the imbalanced data dilemma is familiar in remote sensing hyperspectral image because the ground objects are commonly distributed without evenness. Therefore, this paper proposes a novel deep generative spectral-spatial classifier (DGSSC) for addressing the issues of imbalanced HSIC. Specifically, the DGSSC comprises three components, a two-stage encoder, a decoder, and a classifier, which are trained in an end-to-end manner. In particular, to exploit the abundant spectral-spatial features with relatively low computational complexity, the first stage of the encoder comprises successive three-dimensional (3D) and two-dimensional (2D) convolutions, exploring the spectral-spatial and deep spatial information. In addition, the second stage involves the deep latent variable model to achieve minority-class data augmentation. Furthermore, a patch distance-based reconstruction loss function is designed to facilitate the outputs of the decoder being more similar to the input 3D patch samples. The proposed DGSSC can outperform the state-of-the-art methods on three benchmark datasets, especially with its more robust prediction results. For instance, the DGSSC achieves a remarkable 97.85% mean overall accuracy with 0.24% standard deviation over ten independent runs with randomly selected imbalanced 1% training samples on the University of Pavia dataset. Bobo Xi, Jiaojiao Li 0001, Yan Diao, Yunsong Li 0001, Zan Li 0001, Yan Huang 0018, Jocelyn Chanussot |
IEEE Trans. Circuits Syst. Video Technol. | 4 |
| 2023 | An Interpretable Unsupervised Unrolling Network for Hyperspectral PansharpeningabstractExisting deep convolutional neural networks (CNNs) have recently achieved great success in pansharpening. However, most deep CNN-based pansharpening models are based on "black-box" architecture and require supervision, making these methods rely heavily on the ground-truth data and lose their interpretability for specific problems during network training. This study proposes a novel interpretable unsupervised end-to-end pansharpening network, called as IU2PNet, which explicitly encodes the well-studied pansharpening observation model into an unsupervised unrolling iterative adversarial network. Specifically, we first design a pansharpening model, whose iterative process can be computed by the half-quadratic splitting algorithm. Then, the iterative steps are unfolded into a deep interpretable iterative generative dual adversarial network (iGDANet). Generator in iGDANet is interwoven by multiple deep feature pyramid denoising modules and deep interpretable convolutional reconstruction modules. In each iteration, the generator establishes an adversarial game with the spatial and spectral discriminators to update both spectral and spatial information without ground-truth images. Extensive experiments show that, compared with the state-of-the-art methods, our proposed IU2PNet exhibits very competitive performance in terms of quantitative evaluation metrics and qualitative visual effects. Jiahui Qu, Wenqian Dong, Yunsong Li 0001, Shaoxiong Hou, Qian Du 0001 |
IEEE Trans. Cybern. | 3 |
| 2023 | Filter Pruning via Learned Representation Median in the Frequency DomainabstractIn this article, we propose a novel filter pruning method for deep learning networks by calculating the learned representation median (RM) in frequency domain (LRMF). In contrast to the existing filter pruning methods that remove relatively unimportant filters in the spatial domain, our newly proposed approach emphasizes the removal of absolutely unimportant filters in the frequency domain. Through extensive experiments, we observed that the criterion for "relative unimportance" cannot be generalized well and that the discrete cosine transform (DCT) domain can eliminate redundancy and emphasize low-frequency representation, which is consistent with the human visual system. Based on these important observations, our LRMF calculates the learned RM in the frequency domain and removes its corresponding filter, since it is absolutely unimportant at each layer. Thanks to this, the time-consuming fine-tuning process is not required in LRMF. The results show that LRMF outperforms state-of-the-art pruning methods. For example, with ResNet110 on CIFAR-10, it achieves a 52.3% FLOPs reduction with an improvement of 0.04% in Top-1 accuracy. With VGG16 on CIFAR-100, it reduces FLOPs by 35.9% while increasing accuracy by 0.5%. On ImageNet, ResNet18 and ResNet50 are accelerated by 53.3% and 52.7% with only 1.76% and 0.8% accuracy loss, respectively. The code is based on PyTorch and is available at https://github.com/zhangxin-xd/LRMF. Xin Zhang 0092, Weiying Xie, Yunsong Li 0001, Jie Lei 0001, Qian Du 0001 |
IEEE Trans. Cybern. | 3 |
| 2023 | Local Information-Enhanced Graph-Transformer for Hyperspectral Image Change Detection With Limited Training SamplesabstractHyperspectral image (HSI) change detection is a challenging task that focuses on identifying the differences between multi-temporal HSIs. The recent advancement of convolutional neural network (CNN) has made great progress on HSIs change detection. However, due to the limited receptive field, most CNN based change detection models trained with sufficient labeled samples cannot flexibly model the global information that is essential for distinguishing complex objects, thereby achieving relatively-low performance. In this paper, we propose a dual-branch local information enhanced graph-transformer change detection network to fully exploit the local-global spectral-spatial features of the multi-temporal HSIs with limited training samples for change recognition. Specifically, the proposed network is composed of a cascaded of local information enhanced graph-transformer (LIEG) blocks, which jointly extracts local-global features by learning local information representation to enhance the information of graph-transformer. A novel graph-transformer is developed to model global spectral–spatial correlation between graph nodes, enabling the spectral information preservation of HSIs and accurate change detection of areas with various sizes. Extensive experiments have proved that our method achieves significant performance improvement than other state-of-the-art methods on four commonly used HSI datasets. Wenqian Dong, Jiahui Qu, Song Xiao 0001, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2023 | Abundance Matrix Correlation Analysis Network Based on Hierarchical Multihead Self-Cross-Hybrid Attention for Hyperspectral Change DetectionabstractHyperspectral image (HSI) change detection is a technique for detecting the changes between the multitemporal HSIs of the same scene. Many existing change detection methods have achieved good results, but there still exist problems as follows: 1) mixed pixels exist in HSI due to the low spatial resolution of hyperspectral sensor and other external interference and 2) many existing deep learning-based networks cannot make full use of the correlation difference information between the bitemporal images. These problems are not conducive to further improving the accuracy of change detection. In this article, we propose an abundance matrix correlation analysis network based on hierarchical multihead self-cross-hybrid attention (AMCAN-HMSchA) for HSI change detection, which hierarchically highlights the correlation difference information at the subpixel level to detect the subtle changes. The endmember sharing-based abundance matrix learning module (AMLM) maps the changed information between bitemporal HSIs to the corresponding abundance matrices. The hierarchical MSchA extracts the enhanced difference features by constantly comparing the self-correlation with cross correlation between the abundance matrices of the HSIs. Then, the difference features are concatenated and fed into the fully connected layers to obtain the change map. Experiments on three widely used datasets show that the proposed method has superior performance compared with other state-of-the-art methods. Wenqian Dong, Jingyu Zhao 0011, Jiahui Qu, Song Xiao 0001, Shaoxiong Hou, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 7 |
| 2023 | A Transformer-Based Network for Hyperspectral Object TrackingabstractWith the abundant spectral information, the hyperspectral images could be benefit for tracking the target in various application scenarios. Most of the predominant hyperspectral object tracking methods were based on transferred red–green–blue (RGB) object tracking networks, since the lack of training data. Different strategies of processing the hyperspectral images to adapt the transferred RGB object tracking networks have been exploited. However, the existing strategies led to lose the spectral information or the interaction information between bands and have shown limited performances. In this article, a novel transformer-based hyperspectral object tracking algorithm (Trans-HST) is proposed to make advantages of the spectral information with transformer modules. In Trans-HST, the cross-band groups of feature enhancement (CBFE) is introduced to reduce the negative effects of the interaction information loss. To address the problem of spectral information loss, the transformer-based deep features’ fusion (TDFF) fuses the deep features corresponding to different groups of bands in the hyperspectral images and integrates the deep feature corresponding to the original hyperspectral images into the fused features. Experiments on the commonly used hyperspectral object tracking dataset have been applied to verify the effectiveness of the two proposed modules, and they indicate the superior performance of the Trans-HST comparing with other RGB and hyperspectral trackers. Langkun Chen, Pan Liu 0009, Weiying Xie, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 6 |
| 2023 | CBFF-Net: A New Framework for Efficient and Accurate Hyperspectral Object TrackingabstractVisual object tracking is a fundamental task in computer vision, and thrived in recent decades. With the development of snapshot hyperspectral sensors, efforts have been made to exploit tracking the object with hyperspectral (HS) videos to overcome the inherent limitation of RGB images. Existing HS tracking algorithms extract the deep features from image data separately, which break the interaction information between bands. Therefore, the discrimination ability of HS trackers is limited and the efficiency of the existing HS algorithms is low. In this paper, a novel algorithm (CBFF-Net) is proposed for HS object tracking to improve the discrimination ability and reduce the computational complexity. Specifically, the backbone and head network are implemented with modules of a transferred RGB object tracking network to carry out the HS target tracking task while maintaining the discrimination ability learned from RGB data. Moreover, a bi-directional multiple deep feature fusion (BMDFF) module is proposed to fuse the features extracted from different bands of the HS images, and a cross-band group attention (CBGA) module is introduced to learn interaction information across bands of the HS images. Experiments results indicate the superiority in performance of CBFF-Net, and it runs at 24 frames per second. Pan Liu 0009, Weiying Xie, Jie Lei 0001, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 6 |
| 2023 | Deep Interpretable Fully CNN Structure for Sparse Hyperspectral Unmixing via Model-Driven and Data-Driven IntegrationabstractHyperspectral unmixing (HSU), which aims to identify constituent materials and estimate the corresponding proportions in a scene, is an essential research topic in remote sensing. Most deep learning-based methods are data-inspired, relying on massive amounts of data to train black-box-like networks. While a few model-inspired unmixing networks only consider the spectral features of the pixel, ignoring the exploration of spatial information between pixels. In this paper, we design a network topology according to the classical iterative algorithm, and the large number of learnable parameters contained in the network are continuously updated through data fitting. In other words, we integrate the concepts of both model-driven and data-driven and propose a deep interpretable fully convolutional neural network (DIFCNN). The iteration of the classic sparse unmixing algorithm is unfolded to provide guidance for the network structure and incorporate prior knowledge into the network. Meanwhile, two-dimensional (2D) convolutional layers are employed to automatically learn the spatial information at different scales. A known spectral library is used as a prior to initialize network parameters and reconstruct the image. The DIFCNN adopts an end-to-end training strategy, in addition, we establish a new loss function that adds a joint sparse constraint on the abundance result to the cross-entropy loss. Experiments on both synthetic and real datasets show that the performance of the DIFCNN not only outperforms the SUnSAL and its improved algorithms, but also is highly competitive in the state-of-the-art methods of deep learning. Fanqiang Kong, Mengyue Chen, Yunsong Li 0001, Dan Li 0014 |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2023 | A Semantic Transferred Priori for Hyperspectral Target Detection With Spatial-Spectral AssociationabstractHyperspectral target detection is a crucial application that encompasses military, environmental, and civil needs. Target detection algorithms that have prior knowledge often assume a fixed laboratory target spectrum, which can differ significantly from the test image in the scene. This discrepancy can be attributed to various factors such as atmospheric conditions and sensor internal effects, resulting in decreased detection accuracy. To address this challenge, this article introduces a novel method for detecting hyperspectral image (HSI) targets with certain spatial information, referred to as the semantic transferred priori for hyperspectral target detection with spatial–spectral association (SSAD). Considering that the spatial textures of the HSI remain relatively constant compared to the spectral features, we propose to extract a unique and precise target spectrum from each image data via target detection in its spatial domain. Specifically, employing transfer learning, we designed a semantic segmentation network adapted for HSIs to discriminate the spatial areas of targets and then aggregated a customized target spectrum with those spectral pixels localized. With the extracted target spectrum, spectral dimensional target detection is performed subsequently by the constrained energy minimization (CEM) detector. The final detection results are obtained by combining an attention generator module to aggregate target features and deep stacked feature fusion (DSFF) module to hierarchically reduce the false alarm rate. Experiments demonstrate that our proposed method achieves higher detection accuracy and superior visual performance compared to the other benchmark methods. Jie Lei 0001, Simin Xu, Weiying Xie, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2023 | Class-Specific Autoaugment Architecture Based on Schmidt Mathematical Theory for Imbalanced Hyperspectral ClassificationabstractHyperspectral image classification (HSIC) often suffers from severe imbalanced category distribution in real applications, which causes bias toward the dominated categories. As an effective method, the deep generative model (DGM) can be used to augment the features of imbalanced data through a learnable method to achieve superior classification performance. However, the features extracted by DGM are preset as a standard Gaussian distribution which results in low interclass difference. Besides, the generated features are too consistent with the original ones, which cannot play a positive role in the discriminability of minority categories (MCs). To conquer these drawbacks, we propose a class-specific autoaugment architecture based on Schmidt mathematical theory (CACS) for the challenging of imbalanced data which consists of two stages: one is training a superior features extractor, and the other one is augmenting features. The class-specific features of the whole HSI are extracted in stage one that supports the following feature augmented module. Specifically, we weighted the classifier in the first phase according to cost-sensitive learning, to prevent the classifier from overfitting. To expand the dispersion between categories, we construct feature prototypes obeying different Gaussian distributions for each class, respectively, and generate class-specific features. Then, the features are augmented in the second phase based on Schmidt’s mathematical theory, which enhances the discriminability of minority class features, thus further improving the classification accuracy with interpretability. Extensive experimental results on three benchmarking datasets demonstrate that CACS is outstanding in comparison algorithms, especially in MCs. Jiaojiao Li 0001, Yan Diao, Rui Song 0003, Bobo Xi, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2023 | A Model-Driven Deep Mixture Network for Robust Hyperspectral Anomaly DetectionabstractHyperspectral anomaly detection (HAD) aims to identify samples with unknown atypical spectra from the background. Deep learning (DL)-based methods, particularly autoencoders (AEs), have proven effective in uncovering the underlying profiles for HAD. However, in real-world applications of hyperspectral images (HSIs), complex background land-covers and anomaly corruptions are common, leading to two issues: 1) A low-dimensional manifold characterized by DL-based HAD methods can only reveal a few underlying variation factors of the background distribution and cannot capture the complex structures behind land-covers of all categories. 2) DL-based HAD methods trained on anomaly-contaminated HSIs tend to overfit specific anomalies, resulting in poor background characterization. To tackle these issues, this study presents a novel and robust framework for HAD called Model-Driven Deep Mixture Network (MDMN) that combines the strengths of model-driven and data-driven approaches while emphasizing interpretability. By assuming that the background, consisting of various land-covers, arises from a mixture of low-dimensional manifolds, the MDMN incorporates a novel deep mixture module to comprehensively characterize the background. This module utilizes a low-dimensional manifold learned by an AE to represent a specific category of background land-covers. To mitigate the impact of anomaly corruptions, the MDMN incorporates a convex relaxation of a sparse constraint, which helps prevent overfitting anomalies. Extensive experimental results demonstrate that the proposed MDMN offers more satisfactory and robust detection performance. Yunsong Li 0001, Kai Jiang 0001, Weiying Xie, Jie Lei 0001, Xin Zhang 0092, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 1 |
| 2023 | Sal²RN: A Spatial-Spectral Salient Reinforcement Network for Hyperspectral and LiDAR Data Fusion ClassificationabstractHyperspectral image (HSI) and light detection and ranging (LiDAR) data fusion have been widely employed in HSI classification to promote interpreting performance. In the existing deep learning methods based on spatial–spectral features, the features extracted from different layers are treated fairly in the learning process. In reality, features extracted from the continuous layers contribute differentially to the final classification, such as large tracts of woodland and agriculture typically count on shallow contour features, whereas deep semantic spectral features have meaningful constraints for small entities like vehicles. Furthermore, the majority of existing classification algorithms employ a patch input scheme, which has a high probability to introduce pixels of different categories at the boundary. To acquire more accurate classification results, we propose a spatial–spectral saliency reinforcement network (Sal2RN) in this article. In spatial dimension, a novel cross-layer interaction module (CIM) is presented to adaptively alter the significance of features between various layers and integrate these diversified features. Moreover, a customized center spectrum correction module (CSCM) integrates neighborhood information and adaptively modifies the center spectrum to reduce intraclass variance and further improve the classification accuracy of the network. Finally, a statistically based feature weighted combination module is constructed to effectively fuse spatial, spectral, and LiDAR features. Compared with traditional and advanced classification methods, the Sal2RN achieves the state-of-the-art classification performance on three open benchmark datasets. Jiaojiao Li 0001, Rui Song 0003, Yunsong Li 0001, Kailiang Han, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2023 | MFormer: Taming Masked Transformer for Unsupervised Spectral ReconstructionabstractSpectral reconstruction (SR) aims to recover the hyperspectral images (HSIs) from the corresponding RGB images directly. Most SR studies based on supervised learning require massive data annotations to achieve superior reconstruction performance, which are limited by complicated imaging techniques and laborious annotation calibration in practice. Thus, unsupervised strategies attract attention of the community, however, existing unsupervised SR works still face a fatal bottleneck from low accuracy. Besides, traditional CNN-based models are good at capturing local features but experience difficulty in global features. To ameliorate these drawbacks, we propose an unsupervised SR architecture with strong constraints, especially constructing a novel Masked Transformer (MFormer) to excavate latent hyperspectral characteristics to restore realistic HSIs further. Concretely, a Dual Spectral-wise Multi-head Self-attention (DSSA) mechanism embedded in transformer is proposed to firmly associate multi-head and channel dimensions and then capture the spectral representation in the implicit solution spaces. Furthermore, a plug-and-play Mask-guided Band Augment (MBA) module is presented to extract and further enhance the band-wise correlation and continuity to boost the robustness of the model. Innovatively, a customized loss based on the intrinsic mapping from HSIs to RGB images and the inherent spectral structural similarity is designed to restrain spectral distortion. Extensive experimental results on three benchmarks verify that our MFormer achieves superior performance over other state-of-the-art supervised and unsupervised methods under a no-label training process equally. Jiaojiao Li 0001, Yihong Leng, Rui Song 0003, Wei Li 0032, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2023 | HTDFormer: Hyperspectral Target Detection Based on Transformer With Distributed LearningabstractIn recent years, many hyperspectral target detection (HTD) methods based on advanced techniques have been proposed and achieved good results. However, the large amount of data produced by satellites and airborne remote sensing instruments has posed new challenges for efficient target detection of massive hyperspectral images (HSIs). In this paper, we propose a new weakly supervised HTD framework based on a transformer with distributed learning (HTDFormer), which capitalizes on the parallel processing capabilities of multiple workers to efficiently handle large-scale HSIs. Specifically, the HTDFormer framework effectively integrates both spectral and spatial features within a unified optimization procedure via the transformer mechanism. A flexible sample augmentation approach is proposed to overcome the limitations of inadequate well-labeled training instances and meet the requirements of the transformer. To facilitate model training, we introduce the concept of distributed deep learning (DDL) into HTDFormer by leveraging a ring all-reduce (RAR) decentralized architecture, which embeds distributed learning into an HTD framework for the first time. Furthermore, the large-batch training strategy and the gradient compression strategy are employed to enable large-scale distributed processing and reduce communication costs, respectively. Finally, an exponentially constrained nonlinear function is adopted to acquire pixel-level prediction via spectral-spatial fusion. Experimental results demonstrate that the proposed framework achieves promising performance with regard to the increasing scale of real HSIs. Yunsong Li 0001, Weiying Xie |
IEEE Trans. Geosci. Remote. Sens. | 1 |
| 2023 | Transfer Learning With Nonlinear Spectral Synthesis for Hyperspectral Target DetectionabstractSpectral distortion severely limits detection performance in hyperspectral imagery, while feature learning with neural networks could provide sufficient capacity to enhance spectral consistency. This paper designs an end-to-end hyperspectral target detection (HTD) network based on transfer learning and nonlinear spectral synthesis (TLNSS). We first utilize bilinear mixture model (BMM) to synthesize nonlinear target and background spectra for training sample augmentation, which could better characterize ground objects in complex environments. Due to the mutual constraints between the quantity and diversity of the synthesized spectra, transfer learning is introduced to further address data insufficiency. Specifically, we propose an asymmetric autoencoder with a particularly designed multi-level loss to maximally distinguish the reconstruction residuals of background and target, where the multi-scale feature extraction sub-network is trained with abundant reference data, and the simple restoration sub-network is updated with the simulated spectra. To effectively reconstruct the input as expected, the features extracted from different blocks are complementarily integrated through residual attention. Lastly, we accumulate reconstruction residuals across all levels for final detection. The experimental results and ablation analysis of single-data detection on three hyperspectral images verify the superiority and effectiveness of the proposed method, and further cross-data detection consolidates the satisfactory tolerance of TLNSS to spectral variation. Yanzi Shi, Yaping Yin, Huansheng Song, Yunsong Li 0001, Paolo Gamba |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2023 | RepCPSI: Coordinate-Preserving Proximity Spectral Interaction Network With Reparameterization for Lightweight Spectral Super-ResolutionabstractExisting remarkable models for spectral super-resolution (SSR) achieve higher precision at the expense of computations with larger parameters. These algorithms require the heavy memory footprint and sufficient computing power, limiting their practical deployments and applications on portable devices. In this paper, we propose an efficient re-parameterizing coordinate-preserving proximity spectral interaction (RepCPSI) network for lightweight SSR. Specifically, the basic architecture is constituted of several polymorphic residual context restructuring (PRCR) modules to fully explore spatial and spectral contextual information with a multi-branch topology during the training stage. Using a structural re-parameterization scheme, the training-completed network is converted equivalently to a high-efficiency inference-time model, when it runs in the testing phase. To significantly improve the accuracy of SSR with an extra negligible computational overhead, a lightweight coordinate-preserving proximity spectral-aware attention (CPSA) block is developed. Such CPSA block can adaptively emphasize informative signatures and suppress useless ones among intermediate spatial-spectral features, which effectively enables the model to quickly locate features that are beneficial to the network learning and representation. Furthermore, considering the continuity of spectral variation for capturing real-world HSIs, a spectral physical consistency loss (SPCL) is added to the end-to-end network to constrain the changing trend of the spectral curve to be consistent with the ground-truth objects. Finally, our RepCPSI can accomplish a favorable balance between the reconstructed quality and model complexity. Extensive experimental results on six benchmarks demonstrate that our method obtains excellent performance with fewer parameters in terms of quantitative and qualitative measurements over the current advanced SSR approaches. Chaoxiong Wu, Jiaojiao Li 0001, Rui Song 0003, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2023 | Co-Compression via Superior Gene for Remote Sensing Scene ClassificationabstractConvolutional neural networks (CNNs) have been successfully employed in remote sensing image classification because of their robust feature representation for different visual tasks and powerful graphics processing units (GPUs). The attendant problem is that high computational cost and high memory footprint hindering the application of CNNs for remote sensing applications in resource- and time-sensitive situations. Based on practical deployment requirements, we pioneer a pruning-quantization joint learning model compression method for remote sensing image classification, called co-compression via superior gene (CC-SG). An enhanced evolution algorithm (EEA) is adopted as the agent to search a “superior gene,” and immediately following, a director receives the “superior gene” and gives a compression mask and a resource constraint feedback to the agent. The network is eventually compressed and fine-tuned according to the optimal compression mask. Specifically, we introduce gene age and progressive shrinkage mutation rate to EEA and design a fitness function that balances accuracy and resource constraints. As validated using the UC Merced land-use and NWPU-RESISC45 datasets, the proposed CC-SG demonstrated superiority over other compared model compression approaches. For example, CC-SG attained substantial bit operations (BOPs) compression ratio of 40.04 with 0.956% accuracy increase for VGG-16 on UC Merced land-use dataset and 40.00 with 0.203% accuracy increase for ResNet-56 on NWPU-RESISC45 dataset. The code is available athttps://github.com/fanxxxxyi/CC-SG. Weiying Xie, Xiaoyi Fan 0002, Xin Zhang 0092, Yunsong Li 0001, Min Sheng, Leyuan Fang |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2023 | SuperYOLO: Super Resolution Assisted Object Detection in Multimodal Remote Sensing ImageryabstractAccurately and timely detecting multiscale small objects that contain tens of pixels from remote sensing images (RSI) remains challenging. Most of the existing solutions primarily design complex deep neural networks to learn strong feature representations for objects separated from the background, which often results in a heavy computation burden. In this article, we propose an accurate yet fast object detection method for RSI, named SuperYOLO, which fuses multimodal data and performs high-resolution (HR) object detection on multiscale objects by utilizing the assisted super resolution (SR) learning and considering both the detection accuracy and computation cost. First, we utilize a symmetric compact multimodal fusion (MF) to extract supplementary information from various data for improving small object detection in RSI. Furthermore, we design a simple and flexible SR branch to learn HR feature representations that can discriminate small objects from vast backgrounds with low-resolution (LR) input, thus further improving the detection accuracy. Moreover, to avoid introducing additional computation, the SR branch is discarded in the inference stage, and the computation of the network model is reduced due to the LR input. Experimental results show that, on the widely used VEDAI RS dataset, SuperYOLO achieves an accuracy of 75.09% (in terms of$\text {mA}{{\text {P}}_{{50}}}$), which is more than 10% higher than the SOTA large models, such as YOLOv5l, YOLOv5x, and RS designed YOLOrs. Meanwhile, the parameter size and GFLOPs of SuperYOLO are about$18\times $and$3.8\times $less than YOLOv5x. Our proposed model shows a favorable accuracy–speed tradeoff compared to the state-of-the-art models. The code will be open-sourced athttps://github.com/icey-zhang/SuperYOLO. Jie Lei 0001, Weiying Xie, Zhenman Fang, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2023 | Guided Hybrid Quantization for Object Detection in Remote Sensing Imagery via One-to-One Self-TeachingabstractDeep convolutional neural networks (CNNs) have improved remote sensing image analysis, but their high computational demands may limit their deployment on low-end devices with limited resources, such as intelligent satellites and unmanned aerial vehicles. Considering the computation complexity, we propose a Guided Hybrid Quantization with One-to-one Self-Teaching (GHOST) framework. More concretely, we first design a structure called guided quantization self-distillation (GQSD), an innovative idea for realizing a lightweight model through the synergy of quantization and distillation. The training process of the quantization model is guided by its full-precision model, which is time-saving and cost-saving without preparing a huge pre-trained model in advance. Second, we put forward a hybrid quantization (HQ) module that automatically acquires the optimal bit-width by imposing a threshold constraint on the distribution distance between the center point and samples in the weight search space, aiming to retain more shallow detail information that is advantageous for small object detection. Third, to improve information transformation, we propose a one-to-one self-teaching (OST) module to give the student network the ability to self-judgment. A switch control machine (SCM) builds a bridge between the student and teacher networks in the same location to help the teacher reduce wrong guidance and impart vital knowledge about objects without vast background information to the student. This distillation method allows a model to learn from itself and gain substantial improvement without any additional supervision. Extensive experiments on a multimodal dataset (VEDAI) and single-modality datasets (DOTA, NWPU, and DIOR) show that object detection based on GHOST outperforms the existing detectors. The tiny parameters (<9.7 MB) and Bit-Operations (BOPs) (<2158 G) compared with any remote sensing-based, lightweight, or distillation-based algorithms demonstrate the superiority in the lightweight design domain. Our code and model will be released at https://github.com/icey-zhang/GHOST. Jie Lei 0001, Weiying Xie, Yunsong Li 0001, Geng Yang 0001, Xiuping Jia |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2023 | Cloud Detection Method Based on Spatial-Spectral Features and Encoder-Decoder Feature FusionabstractCloud obscuration in remote sensing images affects Earth observation tasks by causing blurred and incomplete surface observation information. Regarding this, cloud detection is crucial in the processing of remote sensing images. However, existing cloud detection methods present some challenges, such as missed detection of thin cloud areas and false detection caused by confusing clouds with highlighted areas such as snow and ice. To address these problems, in this paper, we proposed a cloud detection network that incorporates spectral feature enhancement and spatial-spectral feature fusion. Based on the difference in reflectivity of clouds and ground objects in the atmosphere, we proposed a short-wave infrared cloud index (SWIR-Index) and designed a feature-guided module to incorporate the spectral feature into the network and guide the training of the network to enhance the network’s ability to learn differential features of snow, ice, and clouds. To fully utilize the spectral band information and spatial features of remote sensing images, we developed a spatial-spectral feature fusion module that extracts spatial features at different scales and performs inter-spectral information fusion of spectral bands. Furthermore, we proposed a encoder-decoder feature fusion module that automatically calculates pixel weights by using a weight extraction block. The ablation study proves that our method can improve the feature extraction ability, reduce the leakage and misdetection, and improve the detection accuracy. Experimental results on Sentinel-2A images demonstrate the superior performance of the method, reaching 98.65(%) OA on WHUS2-CD dataset, 97.50(%) on S2-CMC dataset, and 92.36(%) on CloudSEN12 dataset, which outperforms other algorithms. Jing Zhang 0054, Xinlong Shi, Jun Wu 0021, Liangnong Song, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2023 | Attention Mechanism With Spatial Spectrum Dense Connection and Context Dynamic Convolution for Cloud DetectionabstractRapid advances in remote sensing technology have allowed its extensive use in defense, land use planning, urban traffic monitoring, and natural disaster warning. Remote sensing technology has penetrated every aspect of modern life. However, some problems need to be solved in the use of remote sensing data, such as the presence of clouds in images. Efficient airground data transmission can be realized by performing cloud rejection on remote sensing images before satellite data transmission. Therefore, in this study, remote sensing images were analyzed, and an effective cloud detection algorithm was designed. A dense-connected-strategy-based spectral-spatial feature extraction module that can realize the independent extraction of spectral and spatial information was designed. To enhance the effective information and suppress the useless information, spatial and channel attention modules based on the self-attention mechanism were designed and added after the spectral information extraction and spatial information extraction modules, respectively. Finally, the contextual dynamic convolution module was designed to adjust the convolution kernel parameters adaptively and enhance the characterization ability of the network. Jing Zhang 0054, Liangnong Song, Jun Wu 0021, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2023 | MRPFA-Net for Shadow Detection in Remote-Sensing ImagesabstractThe presence of shadows in high-resolution (HR) remote-sensing images reduces object detection accuracy. To address this problem, in this paper, we proposed a deep neural network algorithm for shadow detection by using the AISD and SSAD remote-sensing shadow image datasets. To improve the ability to extract spatial information from feature maps, we developed a cross-spatial attention module that focuses on semantic information in the horizontal and vertical directions at each position point on the remote-sensing image. This module overcomes the limitations of existing technologies in accurately judging small areas and suspected shadow areas and in missing or incorrectly detected shadow areas. In addition, to improve the ability to extract shadow features and the accuracy of shadow detection in remote-sensing images, we developed a channel attention module that assigns more attention to channels that conform to the shadow color characteristics. The network architecture comprises an encoder – decoder structure, with ResNeXt50 used as the backbone for the encoder and a multi resolution parallel fusion (MRPF) designed for the decoder; cross-spatial and channel attention were incorporated into the decoder unit. Experimental results demonstrated the superior performance of the proposed algorithm, with an F1 score of 92.6% for the shadow category on the test set, thus, outperforming other algorithms and making the proposed method an effective solution for shadow detection in HR remote-sensing images. Jing Zhang 0054, Xinlong Shi, Congyao Zheng, Jun Wu 0021, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2023 | Dim2Clear Network for Infrared Small Target DetectionabstractInfrared small target detection (IRSTD) is important for many practical applications such as hazardous aircraft warning, especially when the target is not visible in visible light image due to atmospheric conditions such as fog and cloud. However, IRSTD is challenging due to noises, small and dim targets. To address this challenge, we propose a novel Dim2Clear Network (Dim2Clear) for IRSTD in this paper. Specifically, the Dim2Clear consists of a U-Net backbone encoder, a context mixer decoder (CMD) based on spatial and frequency attention (SFA), and an eyeball-shaped enhancement module (EEM). The CMD is composed of cascaded regular residual blocks where two SFA modules are inserted. Each SFA module receives features from different residual blocks and generates spatial attention map from them to modulate the low-level features, which are then decomposed into low and high frequencies using the discrete cosine transformation. Accordingly, features are further modulated according to the generated frequency attention maps. In this way, SFA can extract both spatial context and frequency context to improve the feature representation capacity. In addition, we design an EEM to suppress the noise and enhance the signal-to-noise ratio in the segmentation results from the perspective of image super-resolution. Experiments on the SIRST dataset and our newly constructed IRSTD-1k dataset show that the proposed Dim2Clear outperforms state-of-the-art methods. Mingjin Zhang, Rui Zhang 0124, Jing Zhang 0037, Jie Guo 0009, Yunsong Li 0001, Xinbo Gao 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2023 | Noise Prior Knowledge Informed Bayesian Inference Network for Hyperspectral Super-ResolutionabstractWell-known deep learning (DL) is widely used in fusion based hyperspectral image super-resolution (HS-SR). However, DL-based HS-SR models have been designed mostly using off-the-shelf components from current deep learning toolkits, which lead to two inherent challenges: i) they have largely ignored the prior information contained in the observed images, which may cause the output of the network to deviate from the general prior configuration; ii) they are not specifically designed for HS-SR, making it hard to intuitively understand its implementation mechanism and therefore uninterpretable. In this paper, we propose a noise prior knowledge informed Bayesian inference network for HS-SR. Instead of designing a "black-box" deep model, our proposed network, termed as BayeSR, reasonably embeds the Bayesian inference with the Gaussian noise prior assumption to the deep neural network. In particular, we first construct a Bayesian inference model with the Gaussian noise prior assumption that can be solved iteratively by the proximal gradient algorithm, and then convert each operator involved in the iterative algorithm into a specific form of network connection to construct an unfolding network. In the process of network unfolding, based on the characteristics of the noise matrix, we ingeniously convert the diagonal noise matrix operation which represents the noise variance of each band into the channel attention. As a result, the proposed BayeSR explicitly encodes the prior knowledge possessed by the observed images and considers the intrinsic generation mechanism of HS-SR through the whole network flow. Qualitative and quantitative experimental results demonstrate the superiority of the proposed BayeSR against some state-of-the-art methods. Wenqian Dong, Jiahui Qu, Song Xiao 0001, Tongzhen Zhang, Yunsong Li 0001, Xiuping Jia |
IEEE Trans. Image Process. | 5 |
| 2023 | REAF: Remembering Enhancement and Entropy-Based Asymptotic Forgetting for Filter PruningabstractNeurologically, filter pruning is a procedure of forgetting and remembering recovering. Prevailing methods directly forget less important information from an unrobust baseline at first and expect to minimize the performance sacrifice. However, unsaturated base remembering imposes a ceiling on the slimmed model leading to suboptimal performance. And significantly forgetting at first would cause unrecoverable information loss. Here, we design a novel filter pruning paradigm termed Remembering Enhancement and Entropy-based Asymptotic Forgetting (REAF). Inspired by robustness theory, we first enhance remembering by over-parameterizing baseline with fusible compensatory convolutions which liberates pruned model from the bondage of baseline at no inference cost. Then the collateral implication between original and compensatory filters necessitates a bilateral-collaborated pruning criterion. Specifically, only when the filter has the largest intra-branch distance and its compensatory counterpart has the strongest remembering enhancement power, they are preserved. Further, Ebbinghaus curve-based asymptotic forgetting is proposed to protect the pruned model from unstable learning. The number of pruned filters is increasing asymptotically in the training procedure, which enables the remembering of pretrained weights gradually to be concentrated in the remaining filters. Extensive experiments demonstrate the superiority of REAF over many state-of-the-art (SOTA) methods. For example, REAF removes 47.55% FLOPs and 42.98% parameters of ResNet-50 only with 0.98% TOP-1 accuracy loss on ImageNet. The code is available at https://github.com/zhangxin-xd/REAF. Xin Zhang 0092, Weiying Xie, Yunsong Li 0001, Kai Jiang 0001, Leyuan Fang |
IEEE Trans. Image Process. | 3 |
| 2023 | Structure-Aware Graph Convolution Network for Point Cloud ParsingabstractPoint clouds are becoming a popular medium to describe 3D scenes, benefitting from their accuracy and completeness in expressing the spatial and geometrical information of objects. However, due to the disorder and uneven distribution nature, merely selecting neighbors for point clouds in Euclidean space is inefficient and position-ignoring. To fill this gap, we propose a structure-aware graph convolution network (SA-GCN), which consists of an adaptive dilated KNN module (ADKNN), a learnable graph filter (LGF), and a structure-aware feature transformation module (SFT). Specially, the ADKNN module can dynamically adjust the range of grouping neighbor points, while being universal to improve the performance of arbitrary KNN-based methods. Moreover, with the localized auxiliary information provided by LGF, our SFT module disentangles the spatial details as a sort of coding guidance for better deep feature representations. Extensive experimental results on point cloud classification and segmentation tasks demonstrate the superiority of our proposed network. Fengda Hao, Jiaojiao Li 0001, Rui Song 0003, Yunsong Li 0001, Kailang Cao |
IEEE Trans. Multim. | 4 |
| 2023 | Deep Hybrid 2-D-3-D CNN Based on Dual Second-Order Attention With Camera Spectral Sensitivity Prior for Spectral Super-ResolutionabstractA largely ignored fact in spectral super-resolution (SSR) is that the subsistent mapping methods neglect the auxiliary prior of camera spectral sensitivity (CSS) and only pay attention to wider or deeper network framework design while ignoring to excavate the spatial and spectral dependencies among intermediate layers, hence constraining representational capability of convolutional neural networks (CNNs). To conquer these drawbacks, we propose a novel deep hybrid 2-D-3-D CNN based on dual second-order attention with CSS prior (HSACS), which can excavate sufficient spatial-spectral context information. Specifically, dual second-order attention embedded in the residual block for more powerful spatial-spectral feature representation and relation learning is composed of a brand new trainable 2-D second-order channel attention (SCA) or 3-D second-order band attention (SBA) and a structure tensor attention (STA). Concretely, the band and channel attention modules are developed to adaptively recalibrate the band-wise and interchannel features via employing second-order band or channel feature statistics for more discriminative representations. Besides, the STA is promoted to rebuild the significant high-frequency spatial details for enough spatial feature extraction. Moreover, the CSS is first employed as a superior prior to avoid its effect of SSR quality, on the strength of which the resolved RGB can be calculated naturally through the super-reconstructed hyperspectral image (HSI); then, the final loss consists of the discrepancies of RGB and the HSI as a finer constraint. Experimental results demonstrate the superiority and progressiveness of the presented approach in terms of quantitative metrics and visual effect over SOTA SSR methods. Jiaojiao Li 0001, Chaoxiong Wu, Rui Song 0003, Yunsong Li 0001, Weiying Xie, Lihuo He, Xinbo Gao 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 4 |
| 2023 | Semisupervised Cross-Scale Graph Prototypical Network for Hyperspectral Image ClassificationabstractIn practice, the acquirement of labeled samples for hyperspectral image (HSI) is time-consuming and labor-intensive. It frequently induces the trouble of model overfitting and performance degradation for the supervised methodologies in HSI classification (HSIC). Fortunately, semisupervised learning can alleviate this deficiency, and graph convolutional network (GCN) is one of the most effective semisupervised approaches, which propagates the node information from each other in a transductive manner. In this study, we propose a cross-scale graph prototypical network (X-GPN) to achieve semisupervised high-quality HSIC. Specifically, considering the multiscale appearance of the land covers in the same remotely captured scene, we involve the neighborhoods of different scales to construct the adjacency matrices and simultaneously design a multibranch framework to investigate the abundant spectral-spatial features through graph convolutions. Furthermore, to exploit the complementary information between different scales, we simply employ the standard 1-D convolution to excavate the dependence of the intranode and concatenate the output with the features generated from other scales. Intuitively, different branches for various samples should have different importance to predict their categories. Thus, we develop a self-branch attentional addition (SBAA) module to adaptively highlight the most critical features produced by multiple branches. In addition, different from previous GCN for HSIC, we devise an innovative prototypical layer comprising a distance-based cross-entropy (DCE) loss function and a novel temporal entropy-based regularizer (TER), which can enhance the discrimination and representativeness of the node features and prototypes actively. Extensive experiments demonstrate that the proposed X-GPN is superior to the classic and state-of-the-art (SOTA) methods in terms of the classification performance. Bobo Xi, Jiaojiao Li 0001, Yunsong Li 0001, Rui Song 0003, Yuchao Xiao, Qian Du 0001, Jocelyn Chanussot |
IEEE Trans. Neural Networks Learn. Syst. | 3 |
| 2022 | Transcoded Video Restoration by Temporal Spatial Auxiliary NetworkabstractIn most video platforms, such as Youtube, Kwai, and TikTok, the played videos usually have undergone multiple video encodings such as hardware encoding by recording devices, software encoding by video editing apps, and single/multiple video transcoding by video application servers. Previous works in compressed video restoration typically assume the compression artifacts are caused by one-time encoding. Thus, the derived solution usually does not work very well in practice. In this paper, we propose a new method, temporal spatial auxiliary network (TSAN), for transcoded video restoration. Our method considers the unique traits between video encoding and transcoding, and we consider the initial shallow encoded videos as the intermediate labels to assist the network to conduct self-supervised attention training. In addition, we employ adjacent multi-frame information and propose the temporal deformable alignment and pyramidal spatial fusion for transcoded video restoration. The experimental results demonstrate that the performance of the proposed method is superior to that of the previous techniques. The code is available at https://github.com/icecherylXuli/TSAN. Li Xu 0008, Gang He 0002, Jinjia Zhou, Jie Lei 0001, Weiying Xie, Yunsong Li 0001, Yu-Wing Tai |
AAAI | 6 |
| 2022 | HTD-VIT: Spectral-Spatial Joint Hyperspectral Target Detection with Vision TransformerabstractIn hyperspectral images (HSIs), spatial context provides complementary information to abundant spectral features. In this paper, a united spectral-spatial framework named HTD-ViT based on vision transformer (ViT) is proposed for HTD tasks. The HTD-ViT leverages the ViT to learn discriminative spectral-spatial features of each pixel and its neighboring pixels. Meanwhile, the spectral-spatial sequence construction operation uses spectrums in the cross region centered on the selected pixel to produce the corresponding spectral-spatial sequence for ViT processing. Furthermore, the spectral-spatial sample selection procedure based on coarse detection addresses the issue of lacking well-labeled training instances in the HTD tasks. Finally, the spectral-spatial pixel-level detection combines the discriminative feature from the spectral and the spatial domains to suppress the background. In contrast to traditional spatial-spectral feature extraction methods that stack the original spectral feature with spatial neighborhood information directly, joint spectral-spatial inference in HTD-ViT can effectively discover the underlying contextual and structure information in HSIs. Experiments on real HSIs verify the effectiveness of HTD-ViT, which takes full advantage of both the variable spectral and spatial features. Weiying Xie, Yunsong Li 0001, Qian Du 0001 |
IGARSS | 3 |
| 2022 | Bilinear Sparse Target Detection for Asbestos Identification in Hyperspectral PRISMA DataabstractDue to the side effects of asbestos on human health and environments, Italy has banned the use of asbestos-containing materials since 1992, but there are still illegal products with asbestos in daily life. In order to investigate the distributions of asbestos to facilitate its removal, this paper carries out asbestos identification with hyperspectral (HS) and panchromatic (PAN) data captured by the PRISMA satellite over Pavia, Italy. In this work, a pansharpening method with guided filter was used to inject more spatial details from 5m PAN to 30m HS. Then, the possible location of asbestos could be obtained by a bilinear sparse target detector (BSTD). Detection maps using BSTD are compared with that obtained by hierarchical constrained energy minimization (hCEM), ensuring the accuracy and reliability, also compared with the results using matched subspace detector with interaction effects (MSDinter) and adaptive MSD (AMSD) to verify the superiority of the bilinear sparse model. Yanzi Shi, Paolo Gamba, Jiahui Qu, Yunsong Li 0001 |
IGARSS | 4 |
| 2022 | Exploring Feature Compensation and Cross-level Correlation for Infrared Small Target DetectionabstractSingle frame infrared small target (SIRST) detection is useful for many practical applications, such as maritime rescue. However, SIRST detection is challenging due to the low-contrast between small targets and noisy background in infrared images. To address this challenge, we propose a novel FC3-Net by exploring feature compensation and cross-level correlation for SIRST detection. Specifically, FC3-Net consists of a Fine-detail guided Multi-level Feature Compensation (F-MFC) module, and a Cross-level Feature Correlation (CFC) module. The F-MFC module aims to compensate the information loss of details caused by the downsampling layers in convolutional neural networks (CNN) via aggregating features from multiple adjacent levels, so that the detail features of small targets can be propagated to the deeper layers of the network. Besides, to suppress the side impact of background noise, the CFC module constructs an energy filtering kernel based on the higher-level features with less background noise to filter out the noise in the middle-level features, and fuse them with the low-level ones to learn a strong target representation. Putting them together into the encoder-decoder structure, our FC3-Net could produce an accurate target mask with fine shape and details. Experiment results on the public NUAA-SIRST and IRSTD-1k datasets demonstrate that the proposed FC3-Net outperforms state-of-the-art methods in terms of both pixel-level and object-level metrics. The code will be released at https://github.com/IPIC-Lab/SIRST-Detection-FC3-Net. Mingjin Zhang, Ke Yue, Jing Zhang 0037, Yunsong Li 0001, Xinbo Gao 0001 |
ACM Multimedia | 4 |
| 2022 | Cascaded geometric feature modulation network for point cloud processing
Fengda Hao, Rui Song 0003, Jiaojiao Li 0001, Kailang Cao, Yunsong Li 0001 |
Neurocomputing | 5 |
| 2022 | Visual object tracking via non-local correlation attention learning
Pan Liu 0009, Jifeng Ning, Yunsong Li 0001 |
Knowl. Based Syst. | 4 |
| 2022 | Parallelized Nonlinear Target Detection for Asbestos Identification in Large-Scale Remote Sensing DataabstractDue to the side effects of asbestos on human health and environments, many countries have banned the use of asbestos-containing materials, but there are still illegal products with asbestos in daily life. In order to investigate the distributions of asbestos to facilitate its removal, this paper studies the feasibility of asbestos identification with HyperSpectral (HS) and panchromatic (PAN) data, taking images captured by the PRISMA and ZY1E 2D satellites over Pavia, Italy as examples. In this work, a pansharpening method with guided filter was used to improve HS image quality in terms of spectral fidelity and spatial details. Then, the possible location of asbestos could be obtained by a nonlinear target detector named BSTD. Considering high computational cost for large-scale remote sensing data processing, we further develop BSTD to its parallelized version (denoted as PBSTD). Given the groundtruth of asbestos over Pavia by the Regional Environmental Protection Agency-ARPA Lombardia, our PBSTD and several popular methods are evaluated from both qualitative and quantitative perspectives, showing that most algorithms could correctly detect large-size asbestos roofs, and the nonlinear PBSTD and MSDinter perform better in small-size asbestos identification than other linear detectors. However, the detection accuracy on small-size asbestos is insufficient in practical applications, which indicates that there are still issues to achieve accurate small-size asbestos identification using coarse-spatial-resolution spaceborne remote sensing. Yanzi Shi, Jiahui Qu, Yunsong Li 0001, Huansheng Song, Anna Vizziello, Paolo Gamba |
IEEE Geosci. Remote. Sens. Lett. | 4 |
| 2022 | Multi-scale spatial-spectral attention network for multispectral image compression based on variational autoencoder
Fanqiang Kong, Tongbo Cao, Yunsong Li 0001, Dan Li 0014, Kedi Hu |
Signal Process. | 3 |
| 2022 | Interlayer Restoration Deep Neural Network for Scalable High Efficiency Video CodingabstractThis paper applies an interlayer restoration deep neural network (IRDNN) for scalable high efficiency video coding (SHVC) to improve visual quality and coding efficiency. It is the first time to combine deep neural network (DNN) and SHVC. Considering the coding architecture of SHVC, we elaborate a multi-frame and multi-layer neural network to restore the interlayer of SHVC by utilizing both the adjacent reconstructed frames of the base layer (BL) and enhancement layer (EL). Moreover, we analyze the temporal motion relationship of frames in one layer and the compression degradation relationship of frames between different layers, and propose the synergistic mechanism of motion restoration and compression restoration in our IRDNN. The network can generate an interlayer with higher quality serving for the EL coding and thus enhance the coding efficiency. A large-scale and various-quality-degradation dataset is self-made for the task of interlayer restoration of SHVC. The experimental results show that with our implementation on SHVC, the EL Bj$\phi $ntegaard delta bit-rate (BD-BR) reduction is 9.291% and 6.007% in signal-to-noise ratio scalability and spatial scalability, respectively. The code is available athttps://github.com/icecherylXuli/IRDNN. Gang He 0002, Li Xu 0008, Jie Lei 0001, Weiying Xie, Yunsong Li 0001, Yibo Fan, Jinjia Zhou |
IEEE Trans. Circuits Syst. Video Technol. | 5 |
| 2022 | E2E-LIADE: End-to-End Local Invariant Autoencoding Density Estimation Model for Anomaly Target Detection in Hyperspectral ImageabstractHyperspectral anomaly target detection (also known as hyperspectral anomaly detection (HAD)] is a technique aiming to identify samples with atypical spectra. Although some density estimation-based methods have been developed, they may suffer from two issues: 1) separated two-stage optimization with inconsistent objective functions makes the representation learning model fail to dig out characterization customized for HAD and 2) incapability of learning a low-dimensional representation that preserves the inherent information from the original high-dimensional spectral space. To address these problems, we propose a novel end-to-end local invariant autoencoding density estimation (E2E-LIADE) model. To satisfy the assumption on the manifold, the E2E-LIADE introduces a local invariant autoencoder (LIA) to capture the intrinsic low-dimensional manifold embedded in the original space. Augmented low-dimensional representation (ALDR) can be generated by concatenating the local invariant constrained by a graph regularizer and the reconstruction error. In particular, an end-to-end (E2E) multidistance measure, including mean-squared error (MSE) and orthogonal projection divergence (OPD), is imposed on the LIA with respect to hyperspectral data. More important, E2E-LIADE simultaneously optimizes the ALDR of the LIA and a density estimation network in an E2E manner to avoid the model being trapped in a local optimum, resulting in an energy map in which each pixel represents a negative log likelihood for the spectrum. Finally, a postprocessing procedure is conducted on the energy map to suppress the background. The experimental results demonstrate that compared to the state of the art, the proposed E2E-LIADE offers more satisfactory performance. Kai Jiang 0001, Weiying Xie, Jie Lei 0001, Zan Li 0001, Yunsong Li 0001, Tao Jiang 0031, Qian Du 0001 |
IEEE Trans. Cybern. | 5 |
| 2022 | Context-Aware Guided Attention Based Cross-Feedback Dense Network for Hyperspectral Image Super-ResolutionabstractConvolutional neural networks (CNNs) have shown impressive performance in computer vision due to their non-linearity. Particularly, DenseNet that facilitates feature re-use in a feedforward manner has achieved state-of-the-art reconstruction accuracy for super-resolution (SR). However, most DenseNet based SR models transfer the features generated from each layer to all the subsequent layers, inevitably introducing redundancy, especially for high-dimensional hyperspectral (HS) images. To tackle this problem, we propose a two-branch cross-feedback dense network with context-aware guided attention (CFDcagaNet) for HS super-resolution (HSSR), which allows the network to learn the attention maps of high-level features and refine the low-level features in a feedback manner across two branches. Context-aware guided attention uses high-level posterior information to provide more faithful spatial-spectral guidance for low-level features, which enables CFDcagaNet to learn more effective spatial-spectral features at low levels and yield more effective spatial-spectral transfer in the network. Extensive experiments on widely-used datasets demonstrate that the proposed method outperforms state-of-the-art methods in terms of both quantitative values and visual qualities. Wenqian Dong, Jiahui Qu, Tongzhen Zhang, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2022 | Fusion of Hyperspectral and Panchromatic Images Using Generative Adversarial Network and Image SegmentationabstractHyperspectral (HS) image fusion aims at integrating a panchromatic (PAN) image and an HS image, featuring the fused image with the spatial quality of the former and the spectral diversity of the latter. The classic fusion algorithm generally includes three consecutive procedures that are upsampling, detail extraction, and detail injection. In this article, we propose an HS and PAN image fusion method based on generative adversarial network and local estimation of injection gain. Instead of upsampling the HS image by classical interpolation techniques, a generative adversarial super-resolution network (GASN) is designed to obtain the interpolated HS image in the fusion framework. GASN establishes a spectral-information-based discriminator to conduct adversarial learning with the generator, so as to preserve the spectral information of the low-resolution HS image. An image segmentation-based injection gain estimation (ISGE) algorithm is subsequently proposed for HS and PAN images fusion. The injection gain is estimated over image segments obtained by a binary partition tree approach to improve the fusion performance. The proposed GASN and ISGE are implemented into two credible global estimation pansharpening methods, and experimental results prove the performance improvement of the proposed method. The proposed method is also compared with existing state-of-the-art methods, and experiments on several public databases demonstrate that the proposed method is competitive or superior to the state-of-the-art fusion methods. Wenqian Dong, Jiahui Qu, Weiying Xie, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2022 | A Spatial-Spectral Dual-Optimization Model-Driven Deep Network for Hyperspectral and Multispectral Image FusionabstractDeep learning, especially convolutional neural networks (CNNs), has shown very promising results for multispectral (MS) and hyperspectral (HS) image fusion (MS/HS fusion) task. Most of the existing CNN methods are based on “black-box” models that are not specifically designed for MS/HS fusion, which largely ignore the priors evidently possessed by the observed HS and MS images, and lack clear interpretability, leaving room for further improvement. In this paper, we propose an interpretable network, named as spatial-spectral dual-optimization model driven deep network (S2DMDN), which embeds the intrinsic generation mechanism of the MS/HS fusion to the network. There are two key characteristics: (i) Explicitly encode the spatial prior and spectral prior evidently possessed by the input MS and HS images in the network architecture; (ii) Unfold an iterative spatial-spectral dual-optimization algorithm into a model driven deep network. The benefit is that the network has good interpretability and generalization capability, and the fused image is richer in semantics and more precise in spatial. Extensive experiments are conducted to prove the superiority of our proposed method over other state-of-the-art methods in terms of quantitative evaluation metrics and qualitative visual effects. Wenqian Dong, Tongzhen Zhang, Jiahui Qu, Yunsong Li 0001, Haoming Xia |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2022 | Laplacian Pyramid Dense Network for Hyperspectral PansharpeningabstractHyperspectral (HS) pansharpening aims to create a pansharpened image that integrates the spatial details of the panchromatic (PAN) image and the spectral content of the HS image. In this article, we present a deep convolutional network within the mature Gaussian–Laplacian pyramid for pansharpening (LPPNet). The overall structure of LPPNet is a cascade of the Laplacian pyramid dense network with a similar structure at each pyramid level. Following the general idea of multiresolution analysis (MRA), the subband residuals of the desired HS images are extracted from the PAN image and injected into the upsampled HS image to reconstruct the high-resolution HS images level by level. Applying the mature Laplace pyramid decomposition technique to the convolution neural network (CNN) can simplify the pansharpening problem into several pyramid-level learning problems so that the pansharpening problem can be solved with a shallow CNN with fewer parameters. Specifically, the Laplacian pyramid technology is used to decompose the image into different levels that can differentiate large- and small-scale details, and each level is handled by a spatial subnetwork in a divide-and-conquer way to make the network more efficient. Experimental results show that the proposed LPPNet method performs favorably against some state-of-the-art pansharpening methods in terms of objective indexes and subjective visual appearance. Wenqian Dong, Tongzhen Zhang, Jiahui Qu, Song Xiao 0001, Jie Liang 0001, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 6 |
| 2022 | Multibranch Feature Fusion Network With Self- and Cross-Guided Attention for Hyperspectral and LiDAR ClassificationabstractThe effective fusion of multi-source data helps to improve performance of land cover classification. Most existing convolutional neural network (CNN) based methods adopt an early/late fusion strategy to fuse the low-level/high-level features for classification, which still has two inherent challenges: i) the conventional convolution operation performs a weighted average operation on each pixel in the receptive field, which will reduce the discriminability of the center pixel due to the influence of the interference pixels, and ii) the spatial-spectral features of the hyperspectral image (HSI), the elevation features of light detection and ranging (LiDAR), and the complementary features between the multimodal data are not fully exploited, which results in the reduction of classification accuracy. In this paper, an effective multi-branch feature fusion network with self- and cross-guided attention (MB2FscgaNet) is proposed for joint classification of LiDAR and HSI. The main concern of this paper is how to accurately estimate more effective spectral-spatial-elevation features and yield more effective transfer in network. Specifically, MB2FscgaNet adopts a multi-branch feature fusion architecture to fully exploit the hierarchical features from LiDAR and HSI level by level. At each level of the network, a self- and cross-guided attention (SCGA) is developed to assign higher weight to interesting areas and channels of LiDAR and HSI feature maps to obtain refined spectral-spatial-elevation features and provide complementary information cross guidance between LiDAR and HS. We further designed a spectral supplement module (SeSuM) to improve the discriminative ability of the center pixel. Comparative classification results and ablation studies demonstrate that the proposed MB2FscgaNet achieves competitive performance against state-of-the-art methods. Wenqian Dong, Tian Zhang 0017, Jiahui Qu, Song Xiao 0001, Tongzhen Zhang, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 6 |
| 2022 | Boundary Extraction Constrained Siamese Network for Remote Sensing Image Change DetectionabstractChange detection (CD) is crucial to the understanding of relationships and interactions among multitemporal high-resolution remote sensing (RS) images. However, various inherent attributes of images have different impacts on CD judgment. How to effectively use helpful information to improve the performance of CD is still a challenge. In this article, we present a boundary extraction constrained Siamese network (BESNet) to dig out the efficacy of boundary information. BESNet is a joint learning network in which a novel multiscale boundary extraction (MSBE) module is embedded. In this way, traditional and deep learning techniques are leveraged to learn together to maximize their respective strengths through cooperation. In particular, a new boundary extraction constrained (BEC) loss function combined with a contractive loss function is used to optimize the BESNet. Considering the interaction between various extracted features, a channel-shuffle fusion strategy is developed to exploit their complementary advantages between features. Our experiments show that the proposed BESNet can significantly improve the CD performance and generate more complete and clearer object boundaries. Experiments conducted on two real datasets over different scenes demonstrate its state-of-the-art performance. Jie Lei 0001, Yijie Gu, Weiying Xie, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2022 | HASIC-Net: Hybrid Attentional Convolutional Neural Network With Structure Information Consistency for Spectral Super-Resolution of RGB ImagesabstractSpectral super-resolution (SSR), referring to the recovery of a reasonable hyperspectral image (HSI) from a single RGB image, has achieved satisfactory performance as part of the continued development of a convolutional neural network (CNN) in remote sensing image processing. However, the majority of existing algorithms focus on the pursuit of networks with deeper or broader architecture. Such algorithms have a poor channel or band feature extraction and fusing performance, and fail to fully leverage the input RGB images. To overcome these issues, we present a novel hybrid attentional CNN with structure information consistency (HASIC-net) that uses a two-pathway architecture. Specifically, both sides are stacked with several 2-D residual groups (2-DRGs) and residual groups (1-DRGs) equipped with channel or band attention (BA) modules, which mainly focuses on extracting channel statistics and bandwise features, respectively, by a parallel pooling architecture. We introduce several transversal connections from 2-DRG to 1-DRG to realize the interaction of information flow between both sides. In addition, we take the structure information of both RGB images and HSI into consideration and devise a structure information consistency (SIC) module to merge the structure tensor prior to the RGB images with the input of each 2-DRG. We then combine spectral gradient constraint loss with mean relative absolute error as a novel loss function to further restrain the spectral distortion and smooth the reconstructed spectral response curves. Experimental results on four benchmark datasets (i.e., NTIRE 2020, NTIRE 2018, CAVE, and Harvard) demonstrate that our proposed HASIC-net achieves state-of-the-art performance. Jiaojiao Li 0001, Songcheng Du, Rui Song 0003, Chaoxiong Wu, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2022 | Sparse Coding-Inspired GAN for Hyperspectral Anomaly Detection in Weakly Supervised LearningabstractAnomaly detection (AD) from hyperspectral images (HSIs) is of great importance in both space exploration and Earth observations. However, the challenges caused by insufficient datasets, no labels, and noise corruption substantially downgrade the accuracy of detection. To solve these problems, this article proposes a sparse coding (SC)-inspired generative adversarial network (GAN) for weakly supervised hyperspectral AD (HAD), named sparseHAD. It can learn a discriminative latent reconstruction with small errors for background pixels and large errors for anomalous ones. First, a background-category searching step is built to alleviate the difficulty of data annotation. Then, an SC-inspired regularized network is integrated into an end-to-end GAN to form a weakly supervised spectral mapping model consisting of two encoders, a decoder, and a discriminator. This model not only makes the network more robust and interpretable experimentally and theoretically but also develops a new SC-inspired path for HAD. Subsequently, the proposed sparseHAD detects anomalies in a latent space rather than the original space, which also contributes to its noise robustness. Quantitative assessments and experiments over real HSIs demonstrate the unique promise of the proposed sparseHAD. The code, data, and trained models are available athttps://github.com/JiangThea/HAD. Yunsong Li 0001, Tao Jiang 0031, Weiying Xie, Jie Lei 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 1 |
| 2022 | Hyperspectral Pansharpening With Adaptive Feature Modulation-Based Detail Injection NetworkabstractRecently, deep learning-based methodologies have attained unprecedented performance in hyperspectral (HS) pansharpening, which aims to improve the spatial quality of HS images (HSIs) by making use of details extracted from the high-resolution panchromatic (HR-PAN) image. However, it remains challenging to incorporate the details into the pansharpened image effectively, while alleviating the spectral distortion simultaneously. To tackle this problem, in this article, we propose an adaptive feature modulation-based detail injection network (AFM-DIN) for HS pansharpening, which mainly consists of four phases: high-frequency details generation of the HR-PAN image, multiscale feature extraction of the upsampled HSI, AFM-based detail injection and reconstruction of the HR-HSI. First, a novel octave convolution unit is employed to decompose the HR-PAN image into high and low frequencies, and then merge the high-frequency features together to generate the comprehensive PAN-details. Second, the spatial and spectral separable 3D convolution units with multiple kernel sizes are designed to extract multiscale features of the upsampled HSI in a computationally efficient manner. Subsequently, by taking the critical PAN-details as prior, the proposed AFM module is able to not only incorporate the detail information effectively, but also adjust the injected details adaptively to ensure the spectral fidelity. Finally, the anticipated HR-HSI is obtained through adding the upsampled HSI to the predicted HSI-details reconstructed from informative modulated features. Extensive comparison experiments with several state-of-the-arts conducted on simulated and real HS data sets demonstrate that our proposed AFM-DIN can achieve superior pansharpening accuracy in both spatial and spectral aspects. Yunsong Li 0001, Yuxuan Zheng, Jiaojiao Li 0001, Rui Song 0003, Jocelyn Chanussot |
IEEE Trans. Geosci. Remote. Sens. | 1 |
| 2022 | A Stepwise Domain Adaptive Segmentation Network With Covariate Shift Alleviation for Remote Sensing ImageryabstractSemantic segmentation for remote sensing images (RSI) is critical for the Earth monitoring system. However, the covariate shift between RSI datasets under different capture conditions cannot be alleviated by directly using the unsupervised domain adaptation (UDA) method, which negatively affects the segmentation accuracy in RSI. We propose a stepwise domain adaptive segmentation network with covariate shift alleviation (Cov-DA) for RSI parsing to solve this issue. Specifically, to alleviate domain shift generated by different sensors, both the source and target domains are projected into a colorspace with normalized distribution through an elaborate colorspace mapping unified module (CMUM). The color distributions of these two domains tend to be more uniform. Furthermore, in the target domain, the multistatistics joint evaluation module (MJEM) is proposed to capture different statistical characteristics of subscenarios for selecting plain scenarios regarded as high-confidence segmentation results to assist the further improvement of segmentation performance. In addition, a pyramid perceptual attention module (PPAM) containing omnidirectional features without computational burdens is added to our network for effectively enhancing the multiscale feature capture ability. In the cross-city DA experiments based on the International Society for Photogrammetry and Remote Sensing (ISPRS) and aerial benchmarks, the superiority of our algorithm is significantly demonstrated. Furthermore, we release a large-scale Martian terrain dataset noted as “Mars-Seg” containing 5 K images with pixel-level accurate annotations regarding issues, such as the lack of semantic segmentation datasets for unknown scenes. Jiaojiao Li 0001, Shunyao Zi, Rui Song 0003, Yunsong Li 0001, Yinlin Hu, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2022 | Structure-Guided Feature Transform Hybrid Residual Network for Remote Sensing Object DetectionabstractObject detection in remote sensing imagery (RSI) is a fundamental task for Earth monitoring. Objects captured from the bird’s eye view perspective in RSI can appear as multiscale in arbitrary orientations, most of which are small and dense. In specific, vehicles or ships only occupy a dozen pixels in the image, but are surrounded by roads and seas, which occupy thousands of pixels and comprise overwhelmingly dominant of all pixels. Although a large number of common object detection methods have been proposed, most of them cannot detect small and dense objects accurately because none of them has paid enough attention to the unique characteristic of RSI. In this work, we propose a novel structure-guided feature transform hybrid residual (SGFTHR) network, which can conquer the low performance of detection of objects at different scales, especially for small and dense objects, in an anchor-free manner. The structure-guided feature transform (SGFT) module is promoted to extract discriminative structural information and guide this information into high-level contextual feature maps, preventing the important low-level spatial and structural information from being lost when the network goes deeper. Furthermore, the hybrid residual (HR) module is embedded in the backbone to acquire multiscale features in a novel hybrid hierarchical residual-like manner. Extensive experiments are performed on the HRRSD and NWPU VHR-10 datasets to evaluate the performance of the SGFTHR network, which demonstrates that our SGFTHR network achieves state-of-the-art detection accuracy with high efficiency and robustness. Specifically, 4.12% improvements in mean average precision (mAP) on the HRRSD dataset compared with baseline powerfully demonstrate the effectiveness and superiority of the SGFTHR network. Jiaojiao Li 0001, Huanqing Zhang, Rui Song 0003, Weiying Xie, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2022 | Dual-Frequency Autoencoder for Anomaly Detection in Transformed Hyperspectral ImageryabstractHyperspectral anomaly detection (HAD) is a challenging task since samples are unavailable for training. Although unsupervised learning methods have been developed, they often train the model using an original hyperspectral image (HSI) and require retraining on different HSIs, which may limit the feasibility of HAD methods in practical applications. To tackle this problem, we propose a dual-frequency autoencoder (DFAE) detection model in which the original HSI is transformed into high-frequency components (HFCs) and low-frequency components (LFCs) before detection. A novel spectral rectification is first proposed to alleviate the spectral variation problem and generate the LFCs of HSI. Meanwhile, the HFCs are extracted by the Laplacian operator. Subsequently, the proposed DFAE model is learned to detect anomalies from the LFCs and HFCs in parallel. Finally, the learned model is well-generalized for anomaly detection from other hyperspectral datasets. While breaking the dilemma of limited generalization in the sample-free HAD task, the proposed DFAE can enhance the background–anomaly separability, providing a better performance gain. Experiments on real datasets demonstrate that the DFAE method exhibits competitive performance compared with other advanced HAD methods. Yidan Liu, Weiying Xie, Yunsong Li 0001, Zan Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2022 | A Multilevel Encoder-Decoder Attention Network for Change Detection in Hyperspectral ImagesabstractConvolutional neural networks (CNNs) have attracted much attention in change detection (CD) for their superior feature learning ability. However, most of the existing CNN-based CD methods adopt an early- or late-fusion strategy to fuse low-level spatial details or high-level semantic information. So far, the impact of multilevel fusion strategy across multitemporal hyperspectral (HS) images, and its application to CD, remains unexplored. In this article, we propose a multilevel encoder–decoder attention network (ML-EDAN), which allows the network to make full use of the hierarchical features for CD in HS images. A two-stream encoder–decoder framework is taken as the backbone to exploit and fuse the hierarchical features from all the convolutional layers of multitemporal HS images. Within the encoder–decoder, a contextual-information-guided attention module is developed to yield more effective spatial–spectral feature transfer in the network. After fully obtaining the multilevel hierarchical features, the long short-term memory (LSTM) subnetwork is devised to analyze temporal dependence between multitemporal images. Moreover, the proposed ML-EDAN is trained in an end-to-end manner with a new joint loss function considering both reconstruction error and pixelwise classification error. The experiments are conducted on three datasets, demonstrating the effectiveness of the proposed ML-EDAN in HS CD in comparison with widely accepted state-of-the-art methods. Jiahui Qu, Shaoxiong Hou, Wenqian Dong, Yunsong Li 0001, Weiying Xie |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2022 | A Dual-Branch Detail Extraction Network for Hyperspectral PansharpeningabstractHyperspectral (HS) pansharpening aims at creating a high-resolution hyperspectral (HR-HS) image by integrating a high spatial resolution panchromatic (HR-PAN) image with a low-resolution hyperspectral (LR-HS) image. It is an important preprocessing procedure in many remote sensing tasks. Most of the existing pansharpening methods train a specific convolutional neural network (CNN) model for each type of dataset with the same number of spectral bands. The main contribution of this study is to propose a new dual-branch detail extraction pansharpening network (called DBDENet) that can sharpen HS images with any number of spectral bands using a single pre-trained model by fine-tuning the parameters of a small module in the network. Specifically, DBDENet extracts spatial details from LR-HS and HR-PAN images by two bidirectional branches of the dual-branch detail extraction network level by level. For each level, the spatial details captured from the HR-PAN and those of the LR-HS images are fused by a spatial cross attention fusion module (SCAFM). The spatial details fused by the last SCAFM module are injected into the upsampled HS image to obtain an HR-HS image. Experimental results prove to show the proposed DBDENet is superior to other widely accepted state-of-the-art methods in terms of objective indicators and visual appearance. Jiahui Qu, Shaoxiong Hou, Wenqian Dong, Song Xiao 0001, Qian Du 0001, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 6 |
| 2022 | MSSL: Hyperspectral and Panchromatic Images Fusion via Multiresolution Spatial-Spectral Feature Learning NetworksabstractThe fusion of hyperspectral (HS) and panchromatic (PAN) images aims to generate a fused HS image that combines spectral information of the HS image with spatial information of the PAN image. In this article, we propose a multiresolution spatial–spectral feature learning (MSSL) framework for fusing HS and PAN images. The proposed MSSL transforms the existing deep and complex network into several simple and shallow subnetworks to simplify the feature learning process. MSSL upsamples the HS image while downsamples the PAN image and designs multiresolution 3-D convolutional autoencoder (CAEs) networks with a spectral constraint to learn complete spatial–spectral features of the HS image. MSSL designs multiresolution 2-D CAEs with spatial constraint to extract spatial features of the PAN image, with a low computational cost. In order to effectively generate the pansharpened HS image with high spatial and spectral fidelity, a multiresolution residual network is presented to reconstruct the HS image from the extracted spatial–spectral features. Extensive experiments are conducted on three widely used remote sensing data sets in comparison with state-of-the-art HS image fusion methods, demonstrating the superiority of the proposed MSSL method. Code is available athttps://github.com/Jiahuiqu/MSSL. Jiahui Qu, Yanzi Shi, Weiying Xie, Yunsong Li 0001, Xianyun Wu, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2022 | Dual-Branch Difference Amplification Graph Convolutional Network for Hyperspectral Image Change DetectionabstractHyperspectral image (HSI) change detection aims to identify the differences in multitemporal HSIs. Recently, a graph convolutional network (GCN) has attracted increasing attention in the field of remote sensing due to its advantages in processing irregular data. In comparison with a convolutional neural network (CNN) that can only perform convolution operations on data with the assumption of the Euclidean structure, GCN adopts a graph structure to flexibly capture the characteristics and structure information of non-Euclidean data. In this article, we propose a novel dual-branch difference amplification GCN (D2AGCN) for HSI change detection with limited samples, which allows the network to fully extract and effectively amplify the difference features of multitemporal HSIs for change detection. The dual-branch structure can effectively extract sufficient different features to facilitate the detection of the changed areas. As far as we know, this is the first time that GCN has been introduced into HSI change detection. A difference magnification module is designed to suppress similar regions and highlight the feature differences between the multitemporal HSIs in the dual-branch structure, which increases the distinction between change and nonchange classes. The visual and quantitative experimental results on three real hyperspectral datasets (i.e., China, Bay Area, and Santa Barbara) show that the proposed D2AGCN outperforms most of the state-of-the-art methods in HSI change detection with limited training samples. Jiahui Qu, Yunshuang Xu, Wenqian Dong, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2022 | Cross-Guided Pyramid Attention-Based Residual Hyperdense Network for Hyperspectral Image PansharpeningabstractHyperspectral image pansharpening is of great importance in improving spatial resolution for many commercial platforms and remote sensing tasks. Convolutional neural network (CNN) has recently been applied in pansharpening. However, most existing CNN-based pansharpening models followed an early-fusion/late-fusion strategy, which integrates the low-level/high-level features of PAN and HS streams at the input/output of the network. It is difficult to learn more complex combinations between panchromatic (PAN) and hyperspectral (HS) streams. This paper proposes a novel end-to-end residual hyper-dense pansharpening network with a cross-guided pyramid attention (called RHDcgpaNet). The overall architecture of the proposed method is a residual hyper-dense network, which extends the definition of dense connections to two-stream pansharpening problem. The proposed RHDcgpaNet allows guidance from the state of the preceding layers to all the layers in-between PAN and HS streams in a feed-forward manner, significantly increasing the learning representation. A cross-guided pyramid attention is designed and embedded to the proposed residual hyper-dense network to yield more useful spatial-spectral feature transfer in network. Extensive experiments on widely-used datasets demonstrate that the proposed RHDcgpaNet achieves favorable performance in comparison with state-of-the-art methods. Jiahui Qu, Tongzhen Zhang, Wenqian Dong, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2022 | Hyperspectral Target Detection Using a Bilinear Sparse Binary Hypothesis ModelabstractThe binary hypothesis testing (BHT) is one of the most important models in hyperspectral target detection (HTD). However, this model is generally based on a linear mixture model (LMM) and might be inaccurate to reflect target and background characterizations in some scenes. This article presents a bilinear sparse target detector (BSTD) by applying the bilinear sparse mixture model (BSMM) to a popular BHT-based detection algorithm termed adaptive matched subspace detector (AMSD), which takes bilinear target–background interaction and sparse abundance into account. Moreover, as AMSD relies heavily on background subspace, we design a robust background subspace construction method. Specifically, we first classify each pixel into noise, border, or other particular instances according to its density, which is measured by jointly spatial–spectral distance. With the coarse classification map, a class-guided automatic background generation (CABG) process is introduced to reliably generate pure background samples. Detection statistics and component analysis on five real-world hyperspectral images verify the effectiveness of our BSTD method. Yanzi Shi, Jiaojiao Li 0001, Yunsong Li 0001, Paolo Gamba |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2022 | Corrections to "Multiscale Context-Aware Ensemble Deep KELM for Efficient Hyperspectral Image Classification"abstractIn the above article[1],Fig. 19was incorrectly placed. The correct image and caption are provided here: Bobo Xi, Jiaojiao Li 0001, Yunsong Li 0001, Rui Song 0003, Weiwei Sun 0005, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2022 | Multi-Direction Networks With Attentional Spectral Prior for Hyperspectral Image ClassificationabstractConvolutional neural networks (CNNs) have achieved prominent progress in recent years and demonstrated remarkable properties in spectral–spatial hyperspectral image (HSI) classification. However, conventional spatial-context-based CNNs commonly adopt the single patchwise scheme to represent the to-be-classified samples, which often fails to completely investigate the wealthy spectral–spatial information in complicated situations. For instance, it has great probability to cause misclassifications on the irregular or inhomogeneous areas, especially for the borders across different classes. To counteract this deficiency, we propose a unified multi-direction network (MDN) for HSI Classification (HSIC), which can exhaustively explore the abundant spectral and detailed spatial-context information through multi-direction samples. Additionally, considering the image-spectrum merged structure of the HSI, 3-D Squeeze-and-Excitation residual (3DSERes) blocks are devised in each stream of the framework to consecutively learn the spectral and spatial from low-level to high-level features. Specifically, 3DSERes can not only facilitate fluent gradient in backpropagation through skip connections, but also emphasize the significant spectral–spatial features and constrain the futile ones. This characteristic is beneficial to enhance the model’s generalization capability even with limited training samples. Furthermore, for properly aggregating the multi-direction deep features, we exploit the simple, yet effective attentional spectral prior (ASP) creatively through leveraging the original spectral correlations. Extensive experimental results on three benchmark data sets indicate that the proposed MDN-ASP can achieve promising classification performance compared to the state-of-the-art methods. Bobo Xi, Jiaojiao Li 0001, Yunsong Li 0001, Rui Song 0003, Yuchao Xiao, Yanzi Shi, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2022 | Algorithm/Hardware Codesign for Real-Time On-Satellite CNN-Based Ship Detection in SAR ImageryabstractRecently, the convolutional neural network (CNN)-based approach for on-satellite ship detection in synthetic aperture radar (SAR) images has received increasing attention since it does not rely on predefined imagery features and distributions that are required in conventional detection methods. To achieve high detection accuracy, most of the existing CNN-based methods leverage complex off-the-shelf CNN models for optical imagery. Unfortunately, this usually leads to expensive computational cost, which is hard to process in real time using resource-constrained devices deployed in the harsh satellite environment. In this article, we propose OSCAR-RT, the first end-to-end algorithm/hardware codesign framework for real-time on-satellite CNN-based SAR ship detection, which can simultaneously produce an accurate and hardware-friendly CNN model and an ultraefficient field-programmable gate array (FPGA)-based hardware accelerator that can be deployed on satellites. With the real-time on-satellite processing speed in mind, we start from a state-of-the-art compact CNN model for optical imagery. To eliminate the sharp decrease in the detection accuracy for SAR imagery, we analyze the discrepancy between the SAR domain and optical domain and propose to adapt the model by adjusting the output feature size to better detect relatively smaller objects in SAR imagery. To improve the detection speed, we propose to develop a fully pipelined interlayer streaming accelerator architecture, where all the layers of the CNN model can be concurrently processed using on-chip FPGA resources. To achieve this architecture, we first propose a hardware-guided, progressive, and structural pruning strategy, which is guided by our modeled hardware metrics and applies state-of-the-art coarse-grained and fine-grained filter pruning as well as mixed-precision quantization techniques. Moreover, to improve the reusability and portability of the hardware accelerator design, we develop a library of highly optimized CNN components in high-level synthesis, together with their performance and resource models. Finally, we map the pruned CNN model onto these hardware library components in a fully pipelined interlayer streaming fashion, by adjusting their parallelism factors to balance the execution of each layer and fit into the resource constraint. Experimental results using the adapted MobileNetV1, MobileNetV2, and SqueezeNet models on the widely used SAR ship detection dataset (SSDD) demonstrate the effectiveness of OSCAR-RT; for the MobileNetV1 model, it achieves an average precision of 94%, a detection speed of 652 frames/s on the Xilinx VC709 FPGA evaluation board while consuming about 5.8-W power. Geng Yang 0001, Jie Lei 0001, Weiying Xie, Zhenman Fang, Yunsong Li 0001, Xin Zhang 0092 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2022 | A Deep Multiscale Pyramid Network Enhanced With Spatial-Spectral Residual Attention for Hyperspectral Image Change DetectionabstractChange detection plays an important role in Earth surface observation and has been extensively investigated over recent decades. A hyperspectral image (HSI) with high spectral resolution provides abundant ground object information, which is expected by finer change detection. The existing convolutional neural network (CNN)-based methods extract image features with a fixed kernel, which is incompetent to cope with complicated object details at diverse scales in HSI. In this article, we propose a deep multiscale pyramid network enhanced with spatial–spectral residual attention (DMP$\text {s}^{2} $raN) for HSI change detection, which has strong capability to mine multilevel and multiscale spatial–spectral features, improving the performance in complex changed regions. There are two key characteristics: 1) the multiscale spatial–spectral features are extracted by the multiscale pyramid convolution and enhanced by spatial–spectral residual attention module ($\text {S}^{2} $RAM) of each scale and 2) the multilevel features are obtained by aggregating the multiscale features level by level. As a result of this design, the proposed DMP$\text {s}^{2} $raN learns more discriminative features with both strong semantic information and rich spatial–spectral information. Experiments carried out on three datasets demonstrate the competitive performance of the proposed method in both qualitative and quantitative analyses. Jiahui Qu, Song Xiao 0001, Wenqian Dong, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2022 | CNN Cloud Detection Algorithm Based on Channel and Spatial Attention and Probabilistic Upsampling for Remote Sensing ImageabstractIn the field of remote sensing image, how to transmit image information more efficiently with limited bandwidth has always been a research hotspot. Compared with other ground objects, cloud pixels in remote sensing image are invalid information, so it is a meaningful research work to remove cloud before transmitting image and reduce the waste of useless information. In remote sensing image, due to the existence of thin clouds and the complexity of the underlying surface, most of the cloud detection algorithms struggle to achieve effective separation of clouds and ground objects. A deep learning (DL) cloud detection algorithm based on attention mechanism and probability upsampling has been proposed in this article. In order to enhance the information of the key areas, in the channel attention module, crucial information is highlighted in the channel dimension of the encoder, and the useless information is weakened. The spatial attention module is in the spatial dimension. The information fusion between each point in the image is strengthened. To reduce the information loss caused by the down-sampling module, a probabilistic upsampling block (PUB) is proposed to restore the image. Eventually, experiments are performed on Gaofen-1WFV data, and the results indicate that the algorithm proposed in this article has better detection results than other cloud detection algorithms in different scenarios. Jing Zhang 0054, Jun Wu 0021, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2022 | Cloud Detection Method Using CNN Based on Cascaded Feature Attention and Channel AttentionabstractCloud detection is of great significance for the subsequent analysis and application of remote-sensing images, and it is a critical part of remote-sensing image preprocessing. In this article, we propose a cloud detection method using convolutional neural networks based on cascaded feature attention and channel attention (CFCA-Net). The CFCA-Net uses cascaded feature attention module (CFAM) to enhance the attention of the network toward important color feature and texture feature. The CFAM cascaded the color feature attention and texture feature attention module in the encoder. The CFAN-Net also uses channel attention to highlight the important information in the channel dimensions. The attention module is based on multi-scale features and uses dilated convolution with different dilation rates to obtain information about multiple receptive fields. Moreover, a loss function combined quadtree and binary cross-entropy (BCE) was also introduced to make the network focus on the edge of cloud area. We validated our CFCA-Net on the Gaofen-1 wide field-of-view (WFV) imagery dataset. The experimental results show that the CFCA-Net performs well under different scenarios, and its overall accuracy reaches 97.55%. Moreover, subjective cloud detection results also prove the effectiveness of our algorithm. Jing Zhang 0054, Jun Wu 0021, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2022 | Rank-Aware Generative Adversarial Network for Hyperspectral Band SelectionabstractTraditional clustering-based band selection (BS) methods treat each band as individuals, and selection is conducted by enlarging the difference between clusters, which leads to the loss of band interaction and information saliency evaluation. In this article, we propose a BS method named rank-aware generative adversarial network (R-GAN) to address these problems. First, centralized reference feature extraction (FE) with GAN aids R-GAN to combine interpretability and interband relevance. Then, the reference feature is refined with the saliency estimation provided by the rank-aware strategy. According to data characteristics, there are two versions of rank computation including tensor and matrix. Finally, the structural similarity index measurement (SSIM) maps the saliency to the original data space to obtain the final BS result. Extensive comparison experiments with popular existing BS approaches on five hyperspectral images (HSIs) datasets show that the proposed R-GAN can address spectral saliency effectively and select more informative band subsets, which outperforms other competitors for both detection and classification tasks. For example, on the SD-1 dataset, the ten bands selected by R-GAN achieve 0.982 ± 0.003 with an improvement of 13.7% in the area under the curve (AUC) value of anomaly detection performance. The peaked accuracy surpasses the baseline by 0.46% for the classification on the PaviaU dataset. Xin Zhang 0092, Weiying Xie, Yunsong Li 0001, Jie Lei 0001, Qian Du 0001, Geng Yang 0001 |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2022 | Edge-Conditioned Feature Transform Network for Hyperspectral and Multispectral Image FusionabstractDespite recent advances achieved by deep learning techniques in the fusion of low-spatial-resolution hyperspectral image (LR-HSI) and high-spatial-resolution multispectral image (HR-MSI), it remains a challenge to reconstruct the high-spatial-resolution HSI (HR-HSI) with more accurate spatial details and less spectral distortions, since the low-level structure information such as sharp edges tends to be weakened or lost as the network depth grows. To tackle this issue, we creatively propose an edge-conditioned feature transform network (EC-FTN) in this article, which is mainly composed of three parts, namely, feature extraction network (FEN), feature fusion and transformation network (FFTN), and image reconstruction network (IRN). First, two computationally efficient FENs with 3-D convolutions and reshaping layers are employed to extract the joint spectral-spatial features of input images. Then, the FFTN conditioned on the edge map prior can fuse and transform the features adaptively, in which a fusion node and several cascaded feature modulation modules (FMMs) equipped with feature-wise modulation layers are constructed. Specifically, the edge map is generated via transfer learning, i.e., by applying the Sobel operator to feature maps of the red-green-blue (RGB) version of HR-MSI resulting from the pretrained VGG16 model without extra training. Finally, the desired HR-HSI is recovered from the transformed features through IRN. Furthermore, we elaborately design a weighted combinatorial loss function consisting of mean absolute error, image gradient difference, and spectral angle terms to guide the training. Experiments on both ground-based and remotely sensed datasets demonstrate that our EC-FTN outperforms state-of-the-art methods in visual and quantitive evaluations, as well as in fine details reconstruction. Yuxuan Zheng, Jiaojiao Li 0001, Yunsong Li 0001, Jie Guo 0009, Xianyun Wu, Yanzi Shi, Jocelyn Chanussot |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2022 | Target Detection With Unconstrained Linear Mixture Model and Hierarchical Denoising Autoencoder in Hyperspectral ImageryabstractHyperspectral imagery with very high spectral resolution provides a new insight for subtle nuances identification of similar substances. However, hyperspectral target detection faces significant challenges of intraclass dissimilarity and interclass similarity due to the unavoidable interference caused by atmosphere, illumination, and sensor noise. In order to effectively alleviate these spectral inconsistencies, this paper proposes a novel target detection method without strict assumptions on data distribution based on an unconstrained linear mixture model and deep learning. Our proposed detector firstly reduces interference via a specifically designed deep-learning-based hierarchical denoising autoencoder, and then carries out accurate detection with a two-step subspace projection, aiming at background suppression and target enhancement. Additionally, to generate representative background and reliable target samples required in the detection procedure, an efficient spatial-spectral unified endmember extraction method has been developed. Performance comparison with several state-of-the-art detection methods and further analysis on four real-world hyperspectral images demonstrate the effectiveness and efficiency of our proposed target detector. Yunsong Li 0001, Yanzi Shi, Bobo Xi, Jiaojiao Li 0001, Paolo Gamba |
IEEE Trans. Image Process. | 1 |
| 2022 | Few-Shot Learning With Class-Covariance Metric for Hyperspectral Image ClassificationabstractRecently, embedding and metric-based few-shot learning (FSL) has been introduced into hyperspectral image classification (HSIC) and achieved impressive progress. To further enhance the performance with few labeled samples, we in this paper propose a novel FSL framework for HSIC with a class-covariance metric (CMFSL). Overall, the CMFSL learns global class representations for each training episode by interactively using training samples from the base and novel classes, and a synthesis strategy is employed on the novel classes to avoid overfitting. During the meta-training and meta-testing, the class labels are determined directly using the Mahalanobis distance measurement rather than an extra classifier. Benefiting from the task-adapted class-covariance estimations, the CMFSL can construct more flexible decision boundaries than the commonly used Euclidean metric. Additionally, a lightweight cross-scale convolutional network (LXConvNet) consisting of 3D and 2D convolutions is designed to thoroughly exploit the spectral-spatial information in the high-frequency and low-frequency scales with low computational complexity. Furthermore, we devise a spectral-prior-based refinement module (SPRM) in the initial stage of feature extraction, which cannot only force the network to emphasize the most informative bands while suppressing the useless ones, but also alleviate the effects of the domain shift between the base and novel categories to learn a collaborative embedding mapping. Extensive experiment results on four benchmark data sets demonstrate that the proposed CMFSL can outperform the state-of-the-art methods with few-shot annotated samples. Bobo Xi, Jiaojiao Li 0001, Yunsong Li 0001, Rui Song 0003, Danfeng Hong, Jocelyn Chanussot |
IEEE Trans. Image Process. | 3 |
| 2022 | Generative Dual-Adversarial Network With Spectral Fidelity and Spatial Enhancement for Hyperspectral PansharpeningabstractHyperspectral (HS) pansharpening is of great importance in improving the spatial resolution of HS images for remote sensing tasks. HS image comprises abundant spectral contents, whereas panchromatic (PAN) image provides spatial information. HS pansharpening constitutes the possibility for providing the pansharpened image with both high spatial and spectral resolution. This article develops a specific pansharpening framework based on a generative dual-adversarial network (called PS-GDANet). Specifically, the pansharpening problem is formulated as a dual task that can be solved by a generative adversarial network (GAN) with two discriminators. The spatial discriminator forces the intensity component of the pansharpened image to be as consistent as possible with the PAN image, and the spectral discriminator helps to preserve spectral information of the original HS image. Instead of designing a deep network, PS-GDANet extends GANs to two discriminators and provides a high-resolution pansharpened image in a fraction of iterations. The experimental results demonstrate that PS-GDANet outperforms several widely accepted state-of-the-art pansharpening methods in terms of qualitative and quantitative assessment. Wenqian Dong, Shaoxiong Hou, Song Xiao 0001, Jiahui Qu, Qian Du 0001, Yunsong Li 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 6 |
| 2022 | Weakly Supervised Discriminative Learning With Spectral Constrained Generative Adversarial Network for Hyperspectral Anomaly DetectionabstractAnomaly detection (AD) using hyperspectral images (HSIs) is of great interest for deep space exploration and Earth observations. This article proposes a weakly supervised discriminative learning with a spectral constrained generative adversarial network (GAN) for hyperspectral anomaly detection (HAD), called weaklyAD. It can enhance the discrimination between anomaly and background with background homogenization and anomaly saliency in cases where anomalous samples are limited and sensitive to the background. A novel probability-based category thresholding is first proposed to label coarse samples in preparation for weakly supervised learning. Subsequently, a discriminative reconstruction model is learned by the proposed network in a weakly supervised fashion. The proposed network has an end-to-end architecture, which not only includes an encoder, a decoder, a latent layer discriminator, and a spectral discriminator competitively but also contains a novel Kullback-Leibler (KL) divergence-based orthogonal projection divergence (OPD) spectral constraint. Finally, the well-learned network is used to reconstruct HSIs captured by the same sensor. Our work paves a new weakly supervised way for HAD, which intends to match the performance of supervised methods without the prerequisite of manually labeled data. Assessments and generalization experiments over real HSIs demonstrate the unique promise of such a proposed approach. Tao Jiang 0031, Weiying Xie, Yunsong Li 0001, Jie Lei 0001, Qian Du 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 3 |
| 2021 | LREN: Low-Rank Embedded Network for Sample-Free Hyperspectral Anomaly DetectionabstractHyperspectral anomaly detection (HAD) is a challenging task because it explores the intrinsic structure of complex high-dimensional signals without any samples at training time. Deep neural networks (DNNs) can dig out the underlying distribution of hyperspectral data but are limited by the labeling of large-scale hyperspectral datasets, especially the low spatial resolution of hyperspectral data, which makes labeling more difficult. To tackle this problem while ensuring the detection performance, we present an unsupervised low-rank embedded network (LREN) in this paper. LREN is a joint learning network in which the latent representation is specifically designed for HAD, rather than merely as a feature input for the detector. And it searches the lowest rank representation based on a representative and discriminative dictionary in the deep latent space to estimate the residual efficiently. Considering the physically mixing properties in hyperspectral imaging, we develop a trainable density estimation module based on Gaussian mixture model (GMM) in the deep latent space to construct a dictionary that can better characterize the complex hyperspectral images (HSIs). The closed-form solution of the proposed low-rank learner surpasses existing approaches on four real hyperspectral datasets with different anomalies. We argue that this unified framework paves a novel way to combine feature extraction and anomaly estimation-based methods for HAD, which intends to learn the underlying representation tailored for HAD without the prerequisite of manually labeled data. Code available at https://github.com/xdjiangkai/LREN. Kai Jiang 0001, Weiying Xie, Jie Lei 0001, Tao Jiang 0031, Yunsong Li 0001 |
AAAI | 5 |
| 2021 | A Multi-path Neural Network for Hyperspectral Image Super-Resolution
Jing Zhang 0054, Zekang Wan, Minhao Shao, Yunsong Li 0001 |
ICIG (3) | 4 |
| 2021 | An Extreme Learning Machine Correction Network for High Precision Satellite Attitude DeterminationabstractThe fusion framework of star sensor and gyro based on adaptive Kalman filter is widely used in satellite pose estimation. However, the discretization and linearization inevitably introduce system errors, which degrades of the filtering accuracy. To address this problem, we propose a high-precision satellite attitude determination algorithm based on extreme learning machine network correction. We design a dedicated network for error compensation and trained the parameters effectively. In attitude calculation procedure, the forward fusion filtering of star sensor and gyro data is performed firstly by using the adaptive Kalman filter. Then the filtering estimation results are compensated by the extreme learning machine network proposed in this paper. After that, backward smoothing is performed to solve the high-precision attitude. Simulation results show that armed with the compensation procedure of the proposed extreme learning machine network, the accuracy of estimated pose is significantly improved. Kailang Cao, Jiaojiao Li 0001, Rui Song 0003, Yunsong Li 0001, Weijiao Jiang |
IGARSS | 4 |
| 2021 | Hyperspectral Anomaly Detection via Local Gradient GuidanceabstractIn this paper, a novel hyperspectral image (HSI) anomaly detection method is proposed. This method is inspired by three ideas. First, the spatial resolution of the HSIs is sacrificed for their spectral information. Structural information of the HSIs tends to be smooth and distorts from that of the real scene. Second, with a loose false alarm rate, it is not difficult to pick out all the anomalies. Third, gradients of these probable anomalies can be transformed to enhance the spatial information of the HSI. Meanwhile, it is desirable that the enhanced HSI could be detected more precisely. Three modules are designed with respect to these three ideas, which are locating the probable pixels, local gradient guidance, and the anomaly detection for the enhanced HSI. Specifically, some probable anomalies are firstly selected. Secondly, the gradients of these selected pixels are transformed and utilized to guide the spatial enhancement for the HSI locally. Finally, the final detection is implemented on the enhanced HSI. Experimental results obtained on four real HSIs demonstrate the effectiveness of the proposed method. Jing Hu 0005, Minghua Zhao, Jiawei Ning, Min Zhang 0015, Yunsong Li 0001 |
IGARSS | 6 |
| 2021 | PTGAN: A Proposal-Weighted Two-Stage GAN with Attention for Hyperspectral Target DetectionabstractIn this paper, a proposal-weighted two-stage generative adversarial network (GAN) with attention mechanism is proposed for hyperspectral target detection (HTD). PTGAN leverages GAN to estimate spectral background distribution and realize mapping from the latent space to the spectral space. Meanwhile, PTGAN conducts the reversed mapping through latent-spectral-latent and spectral-latent-spectral learning. On this basis, PTGAN implements accurate reconstruction of background spectrum via latent space. Therefore, targets of interest can be detected through larger pixel-level reconstruction error. In particular, the variance attention module is designed to make full use of global information among spectral bands to selectively emphasize channel-wise spectral features. Furthermore, a proposal-weighted strategy in a two-stage manner reduces the false alarm of detection by refining the previous detection proposal. Finally, exponential nonlinear fusion combines the discriminative feature from two stages to suppress the background. Extensive experiments on two real hyperspectral images (HSIs) verify the effectiveness of PTGAN. Weiying Xie, Yunsong Li 0001, Kai Jiang 0001, Jie Lei 0001, Qian Du 0001 |
IGARSS | 3 |
| 2021 | Hyperspectral Target Detection with Hierarchical Denoising Autoencoder and Subspace ProjectionabstractTarget detection technique in hyperspectral imagery has been widely applied in various applications. However, its performance is severely limited by the useless interference contained in hyperspectral images (HSIs), mainly caused by the atmosphere, illumination, issues within the sensor itself, and some other factors. In this paper, we propose a hyperspectral target detector based on linear mixture model (LMM), which consists of three components. First, a hierarchical denoising autoencoder (HDAE) is specifically designed for redundant interference removal; then we apply an adaptive cluster approach to extract several representative background samples from the clean HSI; lastly, a target detector with subspace projection is developed for background suppression and target enhancement based on the clean HSI, representative background and prior-known target signatures. Experimental results on two real-world HSIs show the superiority of our proposed method, namely, the HDASP detector, comparing with other state-of-the-art target detection methods. Yanzi Shi, Jiaojiao Li 0001, Yunsong Li 0001 |
IGARSS | 4 |
| 2021 | Spectral Reconstruction Using Residual Channel Affinity Propagation Network with Structural Similarity ConstraintabstractRecently, deep convolutional neural networks (CNNs) have been widely exploited for spectral reconstruction (SR) and achieved significant promotion. Nevertheless, most of the previous studies paid much attention to the design of the depth and width of the network, and neglected to explore the correlation between the intermediate feature maps, which hindered the representational ability of CNNs. To mitigate this problem, we propose a deep residual channel affinity propagation network (RCAPN) to learn the affinity matrix for more powerful feature expression. Specifically, the backbone consists of several dual residual blocks (DRB) with long and short skip connections to bypass plentiful low-frequency information. Furthermore, a novel channel affinity propagation module (CAPM) embedded in the DRB is investigated to learn the affinity among channels and adaptively integrate interdependencies to strengthen feature representations. Finally, a structural similarity (SSIM) constraint is employed to capture the structural information and recover more accurate edge positions. Experimental results demonstrate the superior performance of our proposed algorithm. Chaoxiong Wu, Jiaojiao Li 0001, Rui Song 0003, Yunsong Li 0001 |
IGARSS | 4 |
| 2021 | Semi-Supervised Graph Prototypical Networks for Hyperspectral Image ClassificationabstractGraph convolutional network (GCN) is one of the most favorable semi-supervised approaches, which demonstrates encouraging performance for hyperspectral image classification (HSIC), especially under the condition of small sample sizes. In this paper, we propose a novel semi-supervised graph prototypical network (SSGPN) for high-precise HSIC. Different from prevenient GCN, we devise a prototypical layer comprising a distance-based cross-entropy (DCE) loss function and a novel temporal entropy-based regularizer (TER) in the frameworks of SSGPN. This effective layer can facilitate to generate more discriminative embedding features along with the representative prototypes to each class, so as to achieve accurate identification of various land-cover categories. Additionally, to promote computational efficiency, we present a graph normalization (G-Norm) to accelerate the convergence speed and boost the training procedure. Experimental results demonstrate that our proposed SSGPN can obtain promising performance compared with the state-of-the-art methods. Bobo Xi, Jiaojiao Li 0001, Yunsong Li 0001, Qian Du 0001 |
IGARSS | 3 |
| 2021 | Multi-Scale Structure-Conditioned Feature Transform Network for Object Detection in Remote Sensing ImageryabstractIn recent years, object detection in remote sensing imagery has attracted more and more attention. Accurate object detection in remote sensing imagery, especially for small objects, is still challenging. Most existing methods utilize the global information in the deep fully convolution layer and neglect the local information in the input image. However, the local information contains sufficient spatial information, which is beneficial for precise localization. Additionally, there still exists variable factors, such as the arbitrary aspect ratio and rotation, which interfere the object detection performance. To solve these problems mentioned above, we propose a novel multi-scale structure-conditioned feature transform network, which adopts FCOS as the baseline and ATSS as the method for training sample selection. On one hand, structural information is extracted to represent the spatial semantic information. On the other hand, multi-scale information is enhanced through a novel hierarchical residual-in-residual module. Experiments on the HRRSD data set have demonstrated the superiority of our method. Huanqing Zhang, Jiaojiao Li 0001, Rui Song 0003, Yunsong Li 0001 |
IGARSS | 4 |
| 2021 | Pansharpening of Hyperspectral Images with Detail Guided Feature ModulationabstractPansharpening of hyperspectral image (HSI), which makes use of the detail information contained in the high-resolution panchromatic (HR-PAN) image to sharpen the low-resolution HSI (LR-HSI), is an essential technology to enhance the spatial resolution of HSI. In this paper, we propose a detail guided feature modulation residual network (DGFM-Net) to address the HS pansharpening problem, which is able to effectively integrate details extracted from the PAN image into the pansharpened result. Specifically, we elaborately design a novel feature modulation (FM) module with the guidance of PAN detail information to modulate HSI features flexibly and incorporate PAN details adaptively. The modulated features are then fed to the residual reconstruction (RR) block to recover the difference between the upsampled HSI and the HR-HSI by efficient residual learning. Finally, the upsampled HSI is combined with the estimated residual HSI to produce the desired HR-HSI. Experiments on the Pavia Center data set confirm that the proposed DGFM-Net outperforms several state-of-the-art HS pansharpening methods. Yuxuan Zheng, Jiaojiao Li 0001, Yunsong Li 0001, Kailang Cao |
IGARSS | 3 |
| 2021 | Spectral mapping with adversarial learning for unsupervised hyperspectral change detection
Jie Lei 0001, Meiqi Li, Weiying Xie, Yunsong Li 0001, Xiuping Jia |
Neurocomputing | 4 |
| 2021 | A Specially Optimized One-Stage Network for Object Detection in Remote Sensing ImagesabstractWith great significance in military and civilian applications, detecting indistinguishable small objects in wide-scale remote sensing images is still a challenging topic. In this letter, we propose a specially optimized one-stage network (SOON) focusing on extracting spatial information of high-resolution images by understanding and analyzing the combination of feature and semantic information of small objects. The SOON model consists of feature enhancement, multiscale detection, and feature fusion. The first part is implemented by constructing a receptive field enhancement (RFE) module and incorporating it into the network's specific parts where the information of small objects mainly exists. The second part is achieved by four detectors with different sensitivities, which access to the fused and enhanced features to enable the network to make full use of features in different scales. The third part consolidates the high-level and low-level features by adopting upsampling, concatenation, and convolution operations to build a feature pyramid structure, which explicitly yields strong feature representation and semantic information. In addition, we introduce the soft-nonmaximum suppression to preserve accurate bounding boxes in the postprocessing stage for densely arranged objects. Note that the split and merge strategy and the multiscale training strategy are employed. Extensive experiments and thorough analysis are performed on the NorthWestern Polytechnical University Very-High-Resolution (NWPU VHR)-10-v2 data set and the airplane, car and ship (ACS) data set as compared with several state-of-the-art methods. The satisfactory performance in experiments verifies the effectiveness of the design and optimization. Yunsong Li 0001, Jie Lei 0001, Weiying Xie |
IEEE Geosci. Remote. Sens. Lett. | 2 |
| 2021 | Self-spectral learning with GAN based spectral-spatial target detection for hyperspectral image
Weiying Xie, Jie Lei 0001, Yunsong Li 0001, Xiuping Jia |
Neural Networks | 4 |
| 2021 | Dual feature extraction network for hyperspectral image analysis
Weiying Xie, Jie Lei 0001, Shuo Fang, Yunsong Li 0001, Xiuping Jia, Mingsuo Li |
Pattern Recognit. | 4 |
| 2021 | Weakly Supervised Low-Rank Representation for Hyperspectral Anomaly DetectionabstractIn this article, we propose a weakly supervised low-rank representation (WSLRR) method for hyperspectral anomaly detection (HAD), which formulates deep learning-based HAD into a low-lank optimization problem not only characterizing the complex and diverse background in real HSIs but also obtaining relatively strong supervision information. Different from the existing unsupervised and supervised methods, we first model the background in a weakly supervised manner, which achieves better performance without prior information and is not restrained by richly correct annotation. Considering reconstruction biases introduced by the weakly supervised estimation, LRR is an effective method for further exploring the intricate background structures. Instead of directly applying the conventional LRR approaches, a dictionary-based LRR, including both observed training data and hidden learned data drawn by the background estimation model, is proposed. Finally, the derived low-rank part and sparse part and the result of the initial detection work together to achieve anomaly detection. Comparative analyses validate that the proposed WSLRR method presents superior detection performance compared with the state-of-the-art methods. Weiying Xie, Xin Zhang 0092, Yunsong Li 0001, Jie Lei 0001, Jiaojiao Li 0001, Qian Du 0001 |
IEEE Trans. Cybern. | 3 |
| 2021 | Hybrid 2-D-3-D Deep Residual Attentional Network With Structure Tensor Constraints for Spectral Super-Resolution of RGB ImagesabstractRGB image spectral super-resolution (SSR) is a challenging task due to its serious ill-posedness, which aims at recovering a hyperspectral image (HSI) from a corresponding RGB image. In this article, we propose a novel hybrid 2-D-3-D deep residual attentional network (HDRAN) with structure tensor constraints, which can take fully advantage of the spatial-spectral context information in the reconstruction progress. Previous works improve the SSR performance only through stacking more layers to catch local spatial correlation neglecting the differences and interdependences among features, especially band features; different from them, our novel method focuses on the context information utilization. First, the proposed HDRAN consists of a 2D-RAN following by a 3D-RAN, where the 2D-RAN mainly focuses on extracting abundant spatial features, whereas the 3D-RAN mainly simulates the interband correlations. Then, we introduce 2-D channel attention and 3-D band attention mechanisms into the 2D-RAN and 3D-RAN, respectively, to adaptively recalibrate channelwise and bandwise feature responses for enhancing context features. Besides, since structure tensor represents structure and spatial information, we apply structure tensor constraint to further reconstruct more accurate high-frequency details during the training process. Experimental results demonstrate that our proposed method achieves the state-of-the-art performance in terms of mean relative absolute error (MRAE) and root mean square error (RMSE) on both the “clean” and “real world” tracks in the NTIRE 2018 Spectral Reconstruction Challenge. As for competitive ranking metric MRAE, our method separately achieves a 16.06% and 2.90% relative reduction on two tracks over the first place. Furthermore, we investigate HDRAN on the other two HSI benchmarks noted as the CAVE and Harvard data sets, also demonstrating better results than state-of-the-art methods. Jiaojiao Li 0001, Chaoxiong Wu, Rui Song 0003, Weiying Xie, Chiru Ge, Bo Li 0090, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 7 |
| 2021 | Anomaly Detection in Hyperspectral Imagery Based on Gaussian Mixture ModelabstractHyperspectral images (HSIs) with rich spectral information have been widely used in many fields. Anomaly detection is one of the most interesting and important applications. In this article, a novel Gaussian mixture model (GMM)-based anomaly detection (GMMD) method for HSI is proposed. The main contributions of this article are a new GMM-based extraction approach for extracting the anomaly pixels and an effective GMM-based weighting approach for fusing the extracted anomaly results. Specifically, based on the fact that the spectral values of anomaly pixels in some bands are different from those of background pixels, we propose a GMM-based anomaly extraction approach in which the HSI is characterized by the GMM and the anomaly pixels are extracted by a range prescribed by the GMM parameters. In order to fuse the extracted anomaly results, the GMM-based weighting method is introduced to adaptively construct the detection map. The detection map is rectified by using a guided filter to obtain the final anomaly detection map. Experimental results conducted on four hyperspectral data sets demonstrate the superior performance of the proposed GMMD method. Jiahui Qu, Qian Du 0001, Yunsong Li 0001, Haoming Xia |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2021 | Sensor-Independent Hyperspectral Target Detection With Semisupervised Domain Adaptive Few-Shot LearningabstractDeep learning-based hyperspectral target detection (HTD) is potentially hindered by the limited training samples and sensor-dependent transferability. To address this issue, we propose a novel semisupervised domain adaptive few-shot learning (SDAFL) model to adaptively transfer similarity/dissimilarity measurement from source domain with sufficient labeled samples to target domain in an adversarial manner, where source data and target data can be collected by different sensors, i.e., sensor-independent. In order to alleviate negative transfer, residual channel attention (RCA) and weighted domain adaptation (WDA) are used to automatically select representative features and assign easy-transferred samples with higher priority. In addition, we adopt modulated deformable convolution (MDConv) to make the receptive field fit image spatial structure and also introduce a discriminatively boosted loss (DBL) function based on the prior known target signature to further enhance feature distinction, where intraclass similarity is improved, while interclass similarity is suppressed. After extracting discriminative features through the SDAFL model, guided filter and t-distribution kernel are jointly used for spatial–spectral target detection (S2TD). It should be noted that only the spectral signature of the desired object is needed in the target domain. Experimental results and analysis on three real hyperspectral images (HSIs) verify the efficiency and superiority of our proposed sensor-independent hyperspectral target detection (SIHTD) method compared with other algorithms. Yanzi Shi, Jiaojiao Li 0001, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2021 | Hyperspectral Target Detection With RoI Feature Transformation and Multiscale Spectral AttentionabstractTarget detection plays a core issue in hyperspectral remote sensing, but faces serious challenges of how to deal with the spatial and spectral redundancies and spectral variations. In this article, a novel network block is developed, called RFT-MSA block (abbreviated as RM), which includes the region-of-interest (RoI) feature transformation (RFT) and the multiscale-spectral-attention (MSA) module as to reduce the spatial and spectral redundancies simultaneously and provide strong discrimination. Furthermore, a deep spatial-spectral network (DSSN) is presented by stacking several RM and deconvolutional (DC) blocks for hyperspectral target detection in an unsupervised manner, and a feature loss term is investigated to simultaneously restrict the target to be sparse and minimize the energy of the background. The proposed algorithm mainly consists of three steps. First, an RoI map is detected using a classical detector (no statistic assumption is needed) with an edge-preserving filter. Then, the hyperspectral image (HSI) and the corresponding RoI map are considered as inputs to the DSSN for extracting the spatial and spectral feature of interest (SSFI). Finally, we apply the nearest neighbors (NNs) to the SSFI for detection-map refinement. The experimental results on one synthetic and three real HSIs demonstrate that the proposed algorithm outperforms other benchmark approaches in detection performance and robustness. In addition, further analysis also demonstrates the effectiveness of the proposed RM block. Yanzi Shi, Jiaojiao Li 0001, Yuxuan Zheng, Bobo Xi, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2021 | Multiscale Context-Aware Ensemble Deep KELM for Efficient Hyperspectral Image ClassificationabstractRecently, multiscale spatial features have been widely utilized to improve the hyperspectral image (HSI) classification performance. However, fixed-size neighborhood involving the contextual information probably leads to misclassifications, especially for the boundary pixels. Additionally, it has been demonstrated that deep neural network (DNN) is practical to extract representative features for the classification tasks. Nevertheless, under the condition of high dimensionality versus small sample sizes, DNN tends to be over-fitting and it is generally time-consuming due to the deep-level feature learning process. To alleviate the aforementioned issues, we propose a multiscale context-aware ensemble deep kernel extreme learning machine (MSC-EDKELM) for efficient HSI classification. First, the scene of the HSI data set is over-segmented in multiscale via using the adaptive superpixel segmentation technique. Second, superpixel pattern (SP) and attentional neighboring superpixel pattern (ANSP) are generated by leveraging the superpixel maps, which can automatically comprise local and global contextual information, respectively. Afterward, an ensemble deep kernel extreme learning machine (EDKELM) is presented to investigate the deep-level characteristics in the SP and ANSP. Finally, the category of each pixel is accurately determined by the decision fusion and weighted output layer fusion strategy. Experimental results on four real-world HSI data sets demonstrate that the proposed frameworks outperform some classic and state-of-the-art methods with high computational efficiency, which can be employed to serve real-time applications. Bobo Xi, Jiaojiao Li 0001, Yunsong Li 0001, Rui Song 0003, Weiwei Sun 0005, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2021 | HPGAN: Hyperspectral Pansharpening Using 3-D Generative Adversarial NetworksabstractHyperspectral (HS) pansharpening, as a special case of the superresolution (SR) problem, is to obtain a high-resolution (HR) image from the fusion of an HR panchromatic (PAN) image and a low-resolution (LR) HS image. Though HS pansharpening based on deep learning has gained rapid development in recent years, it is still a challenging task because of the following requirements: 1) a unique model with the goal of fusing two images with different dimensions should enhance spatial resolution while preserving spectral information; 2) all the parameters should be adaptively trained without manual adjustment; and 3) a model with good generalization should overcome the sensitivity to different sensor data in reasonable computational complexity. To meet such requirements, we propose a unique HS pansharpening framework based on a 3-D generative adversarial network (HPGAN) in this article. The HPGAN induces the 3-D spectral-spatial generator network to reconstruct the HR HS image from the newly constructed 3-D PAN cube and the LR HS image. It searches for an optimal HR HS image by successive adversarial learning to fool the introduced PAN discriminator network. The loss function is specifically designed to comprehensively consider global constraint, spectral constraint, and spatial constraint. Besides, the proposed 3-D training in the high-frequency domain reduces the sensitivity to different sensor data and extends the generalization of HPGAN. Experimental results on data sets captured by different sensors illustrate that the proposed method can successfully enhance spatial resolution and preserve spectral information. Weiying Xie, Yuhang Cui, Yunsong Li 0001, Jie Lei 0001, Qian Du 0001, Jiaojiao Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2021 | Characterization of Background-Anomaly Separability With Generative Adversarial Network for Hyperspectral Anomaly DetectionabstractHyperspectral images (HSIs) have unique advantages in distinguishing subtle spectral differences of different materials. However, due to complex and diverse backgrounds, unknown prior knowledge, and imbalanced samples, it is challenging to separate background and anomaly. In this article, we present a novel characterization of background-anomaly separability with a generative adversarial network (BASGAN) for hyperspectral anomaly detection. The key contribution is the proposal to explicitly constrain the background and anomaly separability by characterizing background spectral samples while avoiding anomaly reconstruction. First, we use a class saliency map extraction algorithm to obtain pseudobackground and anomaly samples for adversarial training. To further mitigate the suffering of anomaly contamination in background distribution estimation, we introduce background-anomaly separability constrained loss function to enhance the reconstruction of the background while weakening the anomaly reconstruction in a semisupervised way. Additionally, a discriminator is induced into the latent space to make the encoded representation resemble Gaussian distribution during adversarial training. The other is adversarial training in the reconstruction space so that the background estimation can be improved. Experiments conducted on real data sets illustrate the superior background-anomaly separability of the proposed method. Jiaping Zhong, Weiying Xie, Yunsong Li 0001, Jie Lei 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2020 | Deep Intra Fusion for Hyperspectral Image Super-ResolutionabstractHyperspectral image (HSI) super-resolution is currently attracting great interest in remote sensing, since it allows the generation of high spatial resolution HSIs and circumventing the main limitation of the imagery sensors. This paper proposes a novel deep intra fusion network (IFN) for the HSI super-resolution, in which both the spatial and the spectral information have been fully and automatically exploited. Specifically, parallel convolutions are applied to two adjacent bands and their difference band, and obtain the high-dimensional features. Meanwhile, an automatically aggregation module is applied in the IFN to achieve the intra-fusion between these features. In this way, both the spatial information of the current band and the spectral information between neighboring bands are utilized in the super-resolving process. Experimental results and data analysis suggest the effectiveness of the proposed method. Jing Hu 0005, Minghua Zhao, Yunsong Li 0001 |
IGARSS | 4 |
| 2020 | Discriminative Semi-Supervised Generative Adversarial Network for Hyperspectral Anomaly DetectionabstractHyperspectral anomaly detection has been facing great challenges in the field of deep learning due to high dimensions and limited samples. To address these challenges, a novel discriminative semi-supervised generative adversarial network (GAN) method with dual RX (Reed-Xiaoli), called semiDRX, is proposed in this paper. The main contribution of the proposed method is to learn a reconstruction of background homogenization and anomaly saliency through a semi-supervised GAN. To achieve this goal, firstly, the coarse RX detection is performed to obtain a background sample set with potential anomalous pixels being removed. Secondly, the obtained coarse background set learns more comprehensive background characteristics through the network. The original hyperspectral image (HSI) is fed into the learned network to obtain reconstructions with homogeneous backgrounds and salient anomalies. The refined detection results are generated by a second RX detector. Experiments on three HSIs over different scenes demonstrate its advancement and effectiveness. Tao Jiang 0031, Weiying Xie, Yunsong Li 0001, Qian Du 0001 |
IGARSS | 3 |
| 2020 | Hyperspectral Target Detection With RoI Feature TransformationabstractHyperspectral target detection has been widely used in practice, but its performance is seriously affected by spatial redundancy and spectral variation. In this paper, we design a novel network block including the region of interest (RoI) feature transformation (RFT) and convolution layer, which is called RS block, that can automatically attach different importance to pixels and provide guidance to discriminative feature extraction. Furthermore, a deep neural network (termed as RFTD) is proposed by stacking several RS blocks for hyperspectral target detection. In this way, the RS block enforces RFTD to concentrate on RoI feature extraction, and further increase distinction between target and hard-detected background (false alarm) pixels. Additionally, a constraint loss is introduced to exploit the sparsity and low rank property of hyperspectral images (HSI). Finally, we apply nearest neighbors (NN) for target detection in the feature space. Experimental results on two HSIs demonstrate that the proposed RFTD algorithm outperforms other detection methods. Yanzi Shi, Jiaojiao Li 0001, Yunsong Li 0001 |
IGARSS | 3 |
| 2020 | Spectral Super-Resolution Using Hybrid 2D-3D Structure Tensor Attention Networks with Camera Spectral Sensitivity PriorabstractWith the development of deep convolutional neural networks (CNNs), spectral super-resolution (SSR) has obtained a significant improvement, which aims to recover the hyperspectral image (HSI) from a single RGB. However, the existing mapping algorithms lack of utilization of the camera spectral sensitivity (CSS) and only focus on wider or deeper architecture design, neglecting to explore the feature correlations of intermediate layers, thus preventing the representational ability of CNNs. In our paper, a novel hybrid 2D-3D structure tensor attention networks (HSTAN) with CSS prior is proposed for SSR. In specific, a structure tensor attention (STA) embedded in the residual block is invented to extract the salient high-frequency spatial details for adequate spatial feature expression. Furthermore, the CSS is firstly exploited as a prior to avoid its influence of SSR quality, based on which the reconstructed RGB can be calculated naturally through the super-resolved HSI, then the final loss incorporates the discrepancies of RGB and the HSI as a finer constraint. Experimental results demonstrate the superiority of our proposed algorithm. Chaoxiong Wu, Jiaojiao Li 0001, Rui Song 0003, Yunsong Li 0001 |
IGARSS | 4 |
| 2020 | Deep Encoder-Decoder Network Based on the Up and Down Blocks Using Wavelet Transform for Cloud DetectionabstractCloud detection is a challenging task but plays a major role for remote sensing image processing. Due to the diversity of cloud and the complexity of underlying surfaces, most of the current cloud detection methods still face great challenges, especially in detecting the thin cloud. Therefore, we propose a method to detect cloud pixels in GaoFen-1 WFV images. In our method, the deep encoder-decoder network is used to learn the multi-scale global features. So that the high-level semantic information obtained in the process of feature learning is integrated with low-level spatial information to classify images into cloud and non-cloud regions. In addition, Up and Down blocks using Harr wavelet transform are designed to fully exploit the structural information of images, and especially the texture information of the cloud can be learned targetedly. The experimental results indicate that the network using Up and Down blocks performs well under different scenes. Jing Zhang 0054, Yunsong Li 0001 |
IGARSS | 5 |
| 2020 | Cloud Detection Using Gabor Filters and Attention-Based Convolutional Neural Network for Remote Sensing ImagesabstractCloud detection is a critical part of remote sensing images preprocessing, which can be regarded as an image pixel-segmentation problem. In recent years, because of effective performance, convolutional neural network is widely used in image segmentation. This paper proposed a cloud detection method based on convolutional neural network, not only adding Gabor feature extraction module to further extract the detail information in the low-level features but also mining the correlation between high-level features through the channel attention module. In order to evaluate our method, experiments were carried on the Gaofen-1 WFV dataset containing different types of clouds over various underlying. The results show that our method has higher accuracy rate and lower false alarm rate comparing to several state-of-the-art image segmentation network. Jing Zhang 0054, Yunsong Li 0001 |
IGARSS | 5 |
| 2020 | Deep Residual Spatial Attention Network for Hyperspectral PansharpeningabstractIn this paper, we propose a deep residual spatial attention network (DRSAN) for hyperspectral (HS) pansharpening. Different from the existing methods, our newly proposed method not only considers the spatial information of both the panchromatic (PAN) and the HS image simultaneously, but also adaptively learns more informative features of spatial locations for details enhancement, which mainly includes four steps. Firstly, the spatial details of the enhanced PAN image are obtained through the structure tensor. Then we extract the spatial information of the upsampled HSI by using the guided filter. The integrated spatial information of both PAN and HS images is subsequently fed into the DRSAN to map the residual HSI between the upsampled HSI and the reference HSI, where several residual spatial attention blocks (RSABs) are cascaded to exploit more useful details information. Finally, the fused HSI is generated by the summation of the upsampled HSI and the reconstructed residual HSI. Extensive visual and quantitative assessments validate the superiority of our proposed DRSAN over the state-of-the-art HS pansharpening methods. Yuxuan Zheng, Jiaojiao Li 0001, Yunsong Li 0001, Yanzi Shi, Jiahui Qu |
IGARSS | 3 |
| 2020 | Deep Convolutional Neural Network Based on Multi-Scale Feature Extraction for Image DenoisingabstractWith the development of deep learning, many methods on image denoising have been proposed processing images on a fixed scale or multi-scale which is usually implemented by convolution or deconvolution. However, excessive scaling may lose image detail information, and the deeper the convolutional network the easier to lose network gradient. Diamond Denoising Network (DmDN) is proposed in this paper, which mainly based on a fixed scale and meanwhile considering the multi-scale feature information by using the Diamond-Shaped (DS) module to deal with the problems above. Experimental results show that DmDN is effective in image denoising. Jing Zhang 0054, Liu Sang, Zekang Wan, Yunsong Li 0001 |
VCIP | 5 |
| 2020 | A residual network framework based on weighted feature channels for multispectral image compression
Fanqiang Kong, Shunmin Zhao, Yunsong Li 0001, Dan Li 0014, Yongbo Zhou |
Ad Hoc Networks | 3 |
| 2020 | SAR Image Despeckling Using Multiconnection Network Incorporating Wavelet FeaturesabstractThe coherent imaging method of synthetic aperture radar (SAR) brings SAR images with strong and randomly distributed speckle, which causes great interference to subsequent applications. To deal with the affected images, we propose a multiconnection network incorporating wavelet features (MCN-WF) to despeckle the images and then evaluate the results. On the one hand, simplified dense connections in and among Dense Blocks (DBs) utilize the features extracted from the network at different scales to produce despeckled images with more details. On the other hand, performing feature pre-extraction on images by wavelet transform can not only indirectly control the convergence direction of the network by modifying the loss function but also reduce the size of the feature maps to accelerate the speed of the network processing. The experimental results show that the new method has a better performance in terms of despecking, image texture structure preservation, and processing efficiency. Jing Zhang 0054, Wenguang Li, Yunsong Li 0001 |
IEEE Geosci. Remote. Sens. Lett. | 3 |
| 2020 | Deep Residual Learning for Boosting the Accuracy of Hyperspectral PansharpeningabstractRecently, deep learning (DL) has gained impressive achievements in the field of remote sensing image fusion. However, most of the previous DL-based fusion methods are originally designed for multispectral pansharpening, which cannot be readily employed to hyperspectral pansharpening due to the much wider spectral range and lower spatial resolution of a hyperspectral image (HSI). In this letter, a novel framework based on deep residual learning is proposed for hyperspectral pansharpening. The proposed framework consists mainly of two parts. First, the initialized HSI with the enhanced spatial resolution is generated through contrast limited adaptive histogram equalization (CLAHE) and guided filter. Then, a deep residual convolutional neural network (DRCNN) is introduced to map the residuals between the initialized HSI and the reference HSI for further boosting the fusion accuracy. Experimental results demonstrate that the proposed framework can achieve superior performance compared with the existing state-of-the-art pansharpening methods, especially in terms of edge details enhancement. Yuxuan Zheng, Jiaojiao Li 0001, Yunsong Li 0001, Kailang Cao |
IEEE Geosci. Remote. Sens. Lett. | 3 |
| 2020 | Unsupervised spectral mapping and feature selection for hyperspectral anomaly detection
Weiying Xie, Yunsong Li 0001, Jie Lei 0001, Jiaojiao Li 0001, Xiuping Jia |
Neural Networks | 2 |
| 2020 | Image super-resolution reconstruction based on sparse representation and deep learningabstractSuper-resolution reconstruction technology has important scientific significance and application value in the field of image processing by performing image restoration processing on one or more low-resolution images to improve image spatial resolution. Based on the SCSR algorithm and VDSR network, in order to further improve the image reconstruction quality, an image super-resolution reconstruction algorithm combined with multi-residual network and multi-feature SCSR(MRMFSCSR) is proposed. Firstly, at the sparse reconstruction stage, according to the characteristics of image blocks, our algorithm extracts the contour features of non-flat blocks by NSCT transform, extracts the texture features of flat blocks by Gabor transform, then obtains the reconstructed high-resolution (HR) images by using sparse models. Secondly, according to improve the VDSR deep network and introduce the feature fusion idea, the multi-residual network structure (MR) is designed. The reconstructed HR image obtained by the sparse reconstruction stage is used as the input of the MR network structure to optimize the high-frequency detail residual information. Finally, we can obtain a higher quality super-resolution image compared with the SCSR algorithm and the VDSR algorithm. Jing Zhang 0054, Minhao Shao, Lulu Yu, Yunsong Li 0001 |
Signal Process. Image Commun. | 4 |
| 2020 | Bionic Face Sketch GeneratorabstractFace sketch synthesis is a crucial technique in digital entertainment. However, the existing face sketch synthesis approaches usually generate face sketches with coarse structures. The fine details on some facial components fail to be generated. In this paper, inspired by the artists during drawing face sketches, we propose a bionic face sketch generator. It includes three parts: 1) a coarse part; 2) a fine part; and 3) a finer part. The coarse part builds the facial structure of a sketch by a generative adversarial network in the U-Net. In the middle part, the noise produced by the coarse part is erased and the fine details on the important face components are generated via a probabilistic graphic model. To compensate for the fine sketch with distinctive edge and area of shadows and lights, we learn a mapping relationship at the high-frequency band by a convolutional neural network in the finer part. The experimental results show that the proposed bionic face sketch generator can synthesize the face sketch with more delicate and striking details, satisfy the requirement of users in the digital entertainment, and provide the students with the coarse, fine, and finer face sketch copies when learning sketches. Compared with the state-of-the-art methods, the proposed approach achieves better results in both visual effects and quantitative metrics. Mingjin Zhang, Nannan Wang 0001, Yunsong Li 0001, Xinbo Gao 0001 |
IEEE Trans. Cybern. | 3 |
| 2020 | Hyperspectral Image Super-Resolution via Intrafusion NetworkabstractThis article presents an intrafusion network (IFN) for hyperspectral image (HSI) super-resolution (SR). Given that the HSI is a 3-D data cube with both the spatial information and the spectral information, the key challenge to construct HSI SR is how to efficiently exploit the spectral information among consecutive low-resolution (LR) bands, besides the spatial information. The proposed IFN consists of three modules, including the spectral difference module, the parallel convolution module, and the intrafusion module, which directly utilizes both the spatial information and the spectral information for reconstructing the high-resolution HSI. Different from most of the existed methods that tackle the spatial and spectral information separately, the proposed spatial-spectral utilization is achieved in one integrated network, which opens up a new way for HSI SR. Meanwhile, applications of this three modules strategy (first spectral difference, then parallel convolution, and finally, intrafusion) on both the conventional convolutional neural network and the residual network with deeper depth have shown the generalization capacity of this proposal. Experimental results and data analysis demonstrate the effectiveness of the proposed method using three hyperspectral data sets. Jing Hu 0005, Xiuping Jia, Yunsong Li 0001, Gang He 0002, Minghua Zhao |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2020 | Discriminative Reconstruction Constrained Generative Adversarial Network for Hyperspectral Anomaly DetectionabstractThe rich and distinguishable spectral information in hyperspectral images (HSIs) makes it possible to capture anomalous samples [i.e., anomaly detection (AD)] that deviate from background samples. However, hyperspectral anomaly detection (HAD) faces various challenges due to high dimensionality, redundant information, and unlabeled and limited samples. To address these problems, this article proposes an unsupervised discriminative reconstruction constrained generative adversarial network for HAD (HADGAN). Our solution is mainly based on the assumption that the number of normal samples is much larger than the number of abnormal ones. The key contribution of this article is to learn a discriminative background reconstruction with anomaly targets being suppressed, which produces the initial detection image (i.e., the residual image between the original image and reconstructed image) with anomaly targets being highlighted and background samples being suppressed. To accomplish this goal, first, by using an autoencoder (AE) network and an adversarial latent discriminator, the latent feature layer learns normal background distribution and AE learns a background reconstruction as much as possible. Second, consistency enhanced representation and shrink constraints are added to the latent feature layer to ensure that anomaly samples are projected to similar positions as normal samples in the latent feature layer. Third, using an adversarial image feature corrector in the input space can guarantee the reliability of the generated samples. Finally, an energy-based spatial and distance-based spectral joint anomaly detector is applied in the residual map to generate the final detection map. Experiments conducted on several data sets over different scenes demonstrate its state-of-the-art performance. Tao Jiang 0031, Yunsong Li 0001, Weiying Xie, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 2 |
| 2020 | Semisupervised Spectral Learning With Generative Adversarial Network for Hyperspectral Anomaly DetectionabstractLimited by the anomalous spectral vectors in unlabeled hyperspectral images (HSIs), anomaly detection methods based on background distribution estimation often suffer from the contamination of anomalies, which decreases the estimation accuracy and, thus, weakens the detection performance. To address this problem, we proposed a novel semisupervised spectral learning (SSL) for the hyperspectral anomaly detection framework based on the generative adversarial network (GAN). GAN is applied and developed to estimate the background distribution in a semisupervised manner and obtain an initial spectral feature because of its strong representational capability and adversarial training advantage. In the proposed framework, an initial spatial feature is generated via morphological attribute filtering. Finally, an exponential constrained nonlinear suppression fusion technique is adopted to suppress the background and combine the complementary information in different features to obtain a fused detection map. The performance of the proposed anomaly detection technique is evaluated on a series of HSIs. Experimental results demonstrate that our method can outperform state-of-the-art anomaly detection methods. Kai Jiang 0001, Weiying Xie, Yunsong Li 0001, Jie Lei 0001, Gang He 0002, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2020 | Discriminative Reconstruction for Hyperspectral Anomaly Detection With Spectral LearningabstractRecently, autoencoder (AE)-based anomaly detection has drawn considerable interest in hyperspectral image (HSI) analysis. In this article, we propose a novel discriminative reconstruction method for hyperspectral anomaly detection images with spectral learning (SLDR). The proposed algorithm has the following innovations. First, we use the spectral error map (SEM) to detect anomalies because the SEM can preferably reflect the spectral similarity of each pixel between the input and the reconstruction. Second, the loss function of the proposed SLDR model additionally introduces the spectral angle distance (SAD), which constrains the model to generate a reconstruction having greater spectral similarity to the input. Third, a constraint is imposed on the encoder, forcing it to generate latent variables that obey a unit Gaussian distribution, which helps the decoder to reconstruct a better background with respect to the input. Compared with the Reed-Xiaoli (RX), collaborative representation detection (CRD), attribute and edge-preserving filtering-based anomaly detection (AED) and adversarial autoencoder-based anomaly detection (AAE), through two real HSI data sets, the detection performance of the proposed SLDR method is found to be competitive. Jie Lei 0001, Shuo Fang, Weiying Xie, Yunsong Li 0001, Chein-I Chang |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2020 | Hyperspectral Image Super-Resolution by Band Attention Through Adversarial LearningabstractHyperspectral image (HSI) super-resolution (SR) is a challenging task due to the problems of texture blur and spectral distortion when the upscaling factor is large. To meet these two challenges, band attention through the adversarial learning method is proposed in this article. First, we put the SR process in a generative adversarial network (GAN) framework, so that the resulted high-resolution HSI can keep more texture details. Second, different from the other band-by-band SR method, the input of our method is of full bands. In order to explore the correlation of spectral bands and avoid the spectral distortion, a band attention mechanism is proposed in our generative network. A series of spatial-spectral constraints or loss functions is imposed to guide the training of our generative network so as to further alleviate spectral distortion and texture blur. The experiments on the Pavia and Cave data sets demonstrate that the proposed GAN-based SR method can yield very high-quality results, even under large upscaling factor (e.g., $8\times $ ). More importantly, it can outperform the other state-of-the-art methods by a margin which demonstrates its superiority and effectiveness. Jiaojiao Li 0001, Ruxing Cui, Bo Li 0090, Rui Song 0003, Yunsong Li 0001, Yuchao Dai, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 5 |
| 2020 | Spectral Adversarial Feature Learning for Anomaly Detection in Hyperspectral ImageryabstractTheoretically, hyperspectral images (HSIs) are capable of providing subtle spectral differences between different materials, but in fact, it is difficult to distinguish between background and anomalies because the samples of anomalous pixels in HSIs are limited and susceptible to background and noise. To explore the discriminant features, a spectral adversarial feature learning (SAFL) architecture is specially designed for hyperspectral anomaly detection in this article. In addition to reconstruction loss, SAFL also introduces spectral constraint loss and adversarial loss in the network with batch normalization to extract the intrinsic spectral features in deep latent space. To further reduce the false alarm rate, we present an iterative optimization approach by a weighted suppression function that depends on the contribution rate of each feature to the detection. In particular, the structure tensor matrix is adopted to adaptively calculate the contribution rate of each feature. Benefiting from these improvements, the proposed method is superior to the typical and state-of-the-art methods either in detection probability or false alarm rate. Weiying Xie, Baozhu Liu, Yunsong Li 0001, Jie Lei 0001, Chein-I Chang, Gang He 0002 |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2020 | Autoencoder and Adversarial-Learning-Based Semisupervised Background Estimation for Hyperspectral Anomaly DetectionabstractReliable detection of anomalies without any prior information is a critical yet challenging task in many applications, not least military and civilian fields. An intelligent anomaly detection system would use the material-specific spectral information in hyperspectral images (HSIs), thereby avoiding the loss of visually confusing objects. However, conventional hyperspectral anomaly detection methods are mainly achieved in an unsupervised way leading to limited performance due to lack of prior knowledge. In this article, we propose a novel autoencoder and adversarial-learning based semisupervised background estimation model (SBEM) that is trained only on the background spectral samples in order to accurately learn the background distribution. In particular, an unsupervised background searching method is firstly conducted on the original HSIs to search the background spectral samples. Our proposed SBEM consists of an encoder, a decoder, and a discriminator to thoroughly capture background distribution. Furthermore, jointly minimizing the reconstruction loss, spectral loss, and adversarial loss during training aids the model to learn the background distribution as required. Experiments on four real HSIs demonstrate that compared to the current state-of-the-art, the proposed framework yields higher detection capability and lower false alarm rate, which shows that it has a significant benefit in the tradeoff between detection accuracy and false alarm rate. Weiying Xie, Baozhu Liu, Yunsong Li 0001, Jie Lei 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2020 | Hyperspectral Band Selection for Spectral-Spatial Anomaly DetectionabstractOwing to significantly improved spectral resolution, a hyperspectral imaging sensor can now uncover many unknown subtle material substances. In many cases, anomalies are usually embedded in the background. To develop a means through which these anomalies may be detected and separated from the background, we propose a spectral-spatial anomaly detection method based on a selected band subset. To be specific, we constrain an unsupervised network by making full use of the underlying physical characteristics which are beneficial to hyperspectral anomaly detection. Based on that, a selection criterion is constructed to adaptively select a subset of bands that essentially contain discriminative and informative features between the anomaly and background in an unsupervised manner. Then, the selected bands are simultaneously inputted into the spatial detector and spectral detector. To overcome the deficiencies of detecting anomalies in only one aspect, an adaptive combination of spatial result and the spectral result is introduced. Finally, a simple and powerful iterative suppression is conducted on the initial detection map to further reduce false alarm rate while ensuring detection capability. Extensive empirical researches performed on eighteen publicly available hyperspectral images (HSIs) of different sizes over different scenes demonstrate that our proposed method can achieve an average detection capability of 0.99564, and the average false alarm rate is one order of magnitude lower than the second one. Weiying Xie, Yunsong Li 0001, Jie Lei 0001, Chein-I Chang |
IEEE Trans. Geosci. Remote. Sens. | 2 |
| 2020 | Deep Latent Spectral Representation Learning-Based Hyperspectral Band Selection for Target DetectionabstractHyperspectral images (HSIs) can provide discriminative spectral signatures regarding the physical nature of different materials. It is this unique nature that makes HSIs to be of great interest in many fields. However, HSI application faces various challenges due to high dimensionality, redundant information, noisy bands, and insufficient samples. To address these problems, we propose an unsupervised band selection method based on deep latent spectral representation learning, called DLSRL, in this article. It imposes spectral consistency on deep latent space that resolves the issue of insufficient samples and spectral information lost in HSI interpretation. It pursues the low-dimensional optimal representation of the high-dimensional HSIs. In particular, an adaptive mapping relationship is constructed between the deep latent representation and the optimal subset to preserve physical significance optimally. Furthermore, a hierarchical optimization approach is introduced to achieve target detection with the selected subset. To verify the superiority of the proposed method, experiments have been conducted on four data sets captured by different sensors over different scenes. Comparative analyses validate that the proposed method presents superior performance in terms of high detection accuracy and low false alarm rate. Weiying Xie, Jie Lei 0001, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2020 | SRUN: Spectral Regularized Unsupervised Networks for Hyperspectral Target DetectionabstractThe high dimensionality of a hyperspectral image (HSI) provides the possibility of deeply capturing the underlying and intrinsic characteristics in spectra, such that targets embedded in the background can be detected. However, redundant information, deteriorated bands, and other interferences from background challenge the target detection problem. In this article, an effective feature extraction method based on unsupervised networks is proposed to mine intrinsic properties underlying HSIs. Our approach, called spectral regularized unsupervised networks (SRUN), imposes spectral regularization on autoencoder (AE) and variational AE (VAE) to emphasize spectral consistency, which is more suitable for characterizing spectral information of HSIs by hidden nodes than the original AE and VAE models. Then, we conduct a simple feature selection algorithm on the hidden nodes in the deepest code to select specific nodes that contain distinguishability between target and background, which is based on the spectral angular difference between a known target spectrum and spectra of other pixels in input. The selected nodes are further weighted adaptively to obtain a discriminative map depending on the observation that each selected node provides different contribution rates to target detection. Experimental results on several data sets illustrate that the proposed SRUN-based target detection algorithm is suitable for targets at the subpixel level and those with structural information. Weiying Xie, Jie Lei 0001, Yunsong Li 0001, Qian Du 0001, Gang He 0002 |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2020 | Hyperspectral Pansharpening Using Deep Prior and Dual Attention Residual NetworkabstractConvolutional neural networks (CNNs) have recently achieved impressive improvements on hyperspectral (HS) pansharpening. However, most of the CNN-based HS pansharpening approaches would have to first upsample the low-resolution hyperspectral image (LR-HSI) using bicubic interpolation or data-driven training strategy, which inevitably lose some details or greatly rely on the learning process. In addition, most previous methods regard the pansharpening as a black-box problem and treat diverse features equally, thus hindering the discriminative ability of CNNs. To conquer these issues, a novel HS pansharpening method using deep hyperspectral prior (DHP) and dual-attention residual network (DARN) is proposed in this article. Specifically, we first upsample the LR-HSI to the scale of the panchromatic (PAN) image through the DHP algorithm, which can better preserve spatial and spectral information without learning from large data sets. The upsampled result is then concatenated with the PAN image to form the input of the DARN, where several channel-spatial attention residual blocks (CSA ResBlocks) are stacked to map the residual HSI between the reference HSI and the upsampled HSI. In each CSA ResBlock, two complementary attention modules, i.e., channel attention and spatial attention modules, are designed to adaptively learn more informative features of spectral channels and spatial locations simultaneously, which can effectively boost the fusion accuracy. Finally, the fused HSI is obtained by the summation of the upsampled HSI and the reconstructed residual HSI. The experimental results of both simulated and real HS data sets demonstrate that the performance of our DHP-DARN method is superior over the state-of-the-art HS pansharpening approaches. Yuxuan Zheng, Jiaojiao Li 0001, Yunsong Li 0001, Jie Guo 0009, Xianyun Wu, Jocelyn Chanussot |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2020 | Cascaded Face Sketch Synthesis Under Various IlluminationsabstractFace sketch synthesis from a photo is of significant importance in digital entertainment. An intelligent face sketch synthesis system requires a strong robustness to lighting variations. Under uncontrolled lighting conditions in real-world settings, such a system will perform consistently well and have little restriction on the lighting conditions. However, previous face sketch synthesis methods tend to synthesize sketches under well-controlled lighting conditions. These methods are sensitive to lighting variations and produce unsatisfactory results when the lighting condition varies. In this paper, we propose a novel cascaded face sketch synthesis framework composed of a multiple feature generator and a cascaded low-rank representation. The multiple feature generator not only produces a generated sketch feature consistent with an artist's drawing style but also extracts a photo feature that is robust to various illuminations. Both features ensure that given a photo patch, the optimal sketch candidates can be selected from the database. The cascaded low-rank representation enables a gradual reduction in the gap between the synthesized face sketch and the corresponding artistdrawn sketch. Experimental results illustrate that the proposed cascaded framework generates realistic sketches on par with the current methods on the Chinese University of Hong Kong face sketch database under well-controlled illuminations. Moreover, this framework exhibits greatly improved performance compared to these methods on the extended Chinese University of Hong Kong face sketch database and Chinese celebrity face photos from the web under different illuminations. We argue that this framework paves a novel way for the implementation of computer-aided optical systems that are of essential importance in both face sketch synthesis and optical imaging. Mingjin Zhang, Yunsong Li 0001, Nannan Wang 0001, Yuan Chi, Xinbo Gao 0001 |
IEEE Trans. Image Process. | 2 |
| 2020 | Hyperspectral Pansharpening With Deep PriorsabstractHyperspectral (HS) image can describe subtle differences in the spectral signatures of materials, but it has low spatial resolution limited by the existing technical and budget constraints. In this paper, we propose a promising HS pansharpening method with deep priors (HPDP) to fuse a low-resolution (LR) HS image with a high-resolution (HR) panchromatic (PAN) image. Different from the existing methods, we redefine the spectral response function (SRF) based on the larger eigenvalue of structure tensor (ST) matrix for the first time that is more in line with the characteristics of HS imaging. Then, we introduce HFNet to capture deep residual mapping of high frequency across the upsampled HS image and the PAN image in a band-by-band manner. Specifically, the learned residual mapping of high frequency is injected into the structural transformed HS images, which are the extracted deep priors served as additional constraint in a Sylvester equation to estimate the final HR HS image. Comparative analyses validate that the proposed HPDP method presents the superior pansharpening performance by ensuring higher quality both in spatial and spectral domains for all types of data sets. In addition, the HFNet is trained in the high-frequency domain based on multispectral (MS) images, which overcomes the sensitivity of deep neural network (DNN) to data sets acquired by different sensors and the difficulty of insufficient training samples for HS pansharpening. Weiying Xie, Jie Lei 0001, Yuhang Cui, Yunsong Li 0001, Qian Du 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 4 |
| 2020 | Neural Probabilistic Graphical Model for Face Sketch SynthesisabstractNeural network learning for face sketch synthesis from photos has attracted substantial attention due to its favorable synthesis performance. However, most existing deep-learning-based face sketch synthesis models stacked only by multiple convolutional layers without structured regression often lose the common facial structures, limiting their flexibility in a wide range of practical applications, including intelligent security and digital entertainment. In this article, we introduce a neural network to a probabilistic graphical model and propose a novel face sketch synthesis framework based on the neural probabilistic graphical model (NPGM) composed of a specific structure and a common structure. In the specific structure, we investigate a neural network for mapping the direct relationship between training photos and sketches, yielding the specific information and characteristic features of a test photo. In the common structure, the fidelity between the sketch pixels generated by the specific structure and their candidates selected from the training data are considered, ensuring the preservation of the common facial structure. Experimental results on the Chinese University of Hong Kong face sketch database demonstrate, both qualitatively and quantitatively, that the proposed NPGM-based face sketch synthesis approach can more effectively capture specific features and recover common structures compared with the state-of-the-art methods. Extensive experiments in practical applications further illustrate that the proposed method achieves superior performance. Mingjin Zhang, Nannan Wang 0001, Yunsong Li 0001, Xinbo Gao 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 3 |
| 2019 | SOON: Specifically Optimized One-Stage Network for Object Detection in Remote Sensing ImageryabstractWith great significance in military and civilian applications, detecting indistinguishable small objects in wide-scale remote sensing images is still a challenging topic. In this work, we propose a specially optimized one-stage network (SOON) focusing on extracting spatial information of high-resolution images by understanding and analyzing the combination of feature and semantic information of small objects, which consists of feature enhancement, multi-scale detection, and feature fusion. The first part is implemented by constructing a receptive field enhancement (RFE) module and incorporating it into the specific parts of the network where the information of small objects mainly exists. The second part is achieved by four detectors with different sensitivities accessing to the fused and enhanced features, which enables the network to make full use of features in different scales. The third part consolidates the high-level and low-level features by adopting up-sampling, concatenation and convolution operations to build a feature pyramid structure, which explicitly yields strong feature representation and semantic information. In addition, we introduce the Soft-NMS to preserve accurate bounding boxes in the post-processing stage for densely arranged objects. Note that the split and merge strategy, as well as the multi-scale training strategy, are employed in this work. Extensive experiments and thorough analysis are performed on the NWPU VHR-10-v2 dataset and the ACS dataset as compared with several state-of-the-art methods, in which satisfactory performance verifies the effectiveness of the design and optimization. The code will be released for reproduction. Yunsong Li 0001, Jie Lei 0001, Weiying Xie |
ICTAI | 3 |
| 2019 | Deep Spatial-Spectral Information Exploitation for Rapid Hyperspectral Image Super-ResolutionabstractLimited by existing electromagnetic sensors, the hyperspectral image (HSI) is characterized by having a high spectral resolution but a low spatial resolution. The super-resolution (SR) technique, which aims at enhancing the spatial resolution of the input image, is a hot topic in computer vision. This paper presents a rapid HSI SR method based on a deep information distillation network (IDN) and an intra-fusion operation to fully utilize the spatial-spectral information. Specifically, some bands are firstly selected and super-resolved by utilizing their spatial information through IDN. Non-selected bands are super-resolved by spectral interpolation. Moreover, to take a full advantage of the information these non-selected bands conveys, intra-fusion is operated on the input HSI and the spectrally-interpolated high resolution HSI. Contrary to most existed fusion methods which require multiple observations of the same scene, this intra-fusion is more flexible, and makes further utilization of the information the input HSI conveys simultaneously. In addition, this method requires less computation and is more suitable for practical applications. Experimental data and comparative analysis have demonstrated the effectiveness this method. Jing Hu 0005, Yunsong Li 0001, Minghua Zhao |
IGARSS | 2 |
| 2019 | Dual 1D-2D Spatial-Spectral CNN for Hyperspectral Image Super-ResolutionabstractHyperspectral image (HSI) spatial super-resolution(SR) is a challenging task. Compared with a RGB images, the mapping between the low-high HSI pairs is more difficult since much more spectral bands are involved. In this paper, a novel dual 1D-2D spatial-spectral convolutional neural network (CNN) architecture is proposed for spatial SR of HSIs. Specifically, by differential treatment over redundancy in spectral and spatial domains of an HSI, the spectral and spatial context are first separately explored by 1D and 2D convolution. These two kinds of feature information are then fused using a novel hierarchical side connection, which impose the spectral information to the spatial path gradually. Experimental results over benchmark Pavia data set demonstrate that the proposed architecture clearly outperform state-of-the-art 3D CNN based works in terms of both visual quality and quantitative assessment. Jiaojiao Li 0001, Ruxing Cui, Bo Li 0090, Yunsong Li 0001, Shaohui Mei, Qian Du 0001 |
IGARSS | 4 |
| 2019 | Hyperspectral and Panchromatic Image Fusion Based on Weighted Tensor MatrixabstractIn this paper, a new hyperspectral image (HSI) and panchromatic image (PANI) fusion approach via weighted tensor matrix is proposed. In the proposed method, homomorphic filtering is use for obtaining spatial component of HSI, and a weighted root mean squared error (RMSE)-based algorithm is proposed to extract the total intensity details of HSI. In addition, an optimized weighted tensor matrix-based method is proposed to acquire the integrated intensity details from both HSI and PANI. Comparative analyses show the proposed approach performs better than other excellent approaches in visual inspection and objective assessment. Jiahui Qu, Qian Du 0001, Yunsong Li 0001, Wenqian Dong |
IGARSS | 3 |
| 2019 | Hyperspectral Pansharpening Based on Guided Filter and Deep Residual LearningabstractRecently, deep learning technology has gained impressive effectiveness in the field of hyperspectral pansharpening. However, the existing methods with relatively shallow architectures ignores the deep features of hyperspectral image (HSI) and panchromatic (PAN) image, which leads to a limitation of the fusion performance. To address this issue, a novel hyperspectral pansharpening framework based on guided filter and deep residual learning is proposed in this paper. The proposed framework mainly consists of two parts: generating the initial HSI through enhancing spatial information while preserving the original spectral information, and mapping the residuals between the initialized HSI and the reference HSI for further improvement of the fusion accuracy. Experimental results demonstrate that the proposed framework can achieve superior fusion accuracy compared with other state-of-the-art hyperspectral pansharpening methods while providing better edge information. Yuxuan Zheng, Jiaojiao Li 0001, Yunsong Li 0001 |
IGARSS | 3 |
| 2019 | Robust correlation filter tracking via context fusion and subspace constraint
Cheng Cai, Jifeng Ning, Yunsong Li 0001 |
J. Vis. Commun. Image Represent. | 4 |
| 2019 | Discriminative Feature Learning With Distance Constrained Stacked Sparse Autoencoder for Hyperspectral Target DetectionabstractTarget detection (TD) is one of the major tasks in hyperspectral image (HSI) processing, and its performance is greatly affected by the background. Feature extraction (FE) has been an effective way to mine discriminative information, especially FE based on deep learning, which can learn the intrinsic properties of data to further improve the detection performance. Unlike supervised networks, unsupervised stacked sparse autoencoders (SSAEs) can learn deep and nonlinear features without any labeled data. However, SSAEs usually require a supervised fine-tuned model to obtain better discrimination, which is not feasible for TD, since the prior information is generally insufficient. In this letter, we introduce a distance constraint that is added to the SSAE to form a new distance constrained SSAE (DCSSAE) network. Specifically, the distance constraint maximizes the distinction between the target pixels and other background pixels in the feature space. Then, using the discriminative features learned from the DCSSAE, a simple detector using radial basis function kernel is derived for background suppression. Experiments on two HSIs demonstrate that the deep spectral features learned from the DCSSAE are more distinguishable, and our proposed detector, namely, the DCSSAE detector, outperforms several popular detectors, especially in background suppression. Yanzi Shi, Jie Lei 0001, Yaping Yin, Kailang Cao, Yunsong Li 0001, Chein-I Chang |
IEEE Geosci. Remote. Sens. Lett. | 5 |
| 2019 | Spectral constraint adversarial autoencoders approach to feature representation in hyperspectral anomaly detection
Weiying Xie, Jie Lei 0001, Baozhu Liu, Yunsong Li 0001, Xiuping Jia |
Neural Networks | 4 |
| 2019 | High-quality spectral-spatial reconstruction using saliency detection and deep feature enhancement
Weiying Xie, Yanzi Shi, Yunsong Li 0001, Xiuping Jia, Jie Lei 0001 |
Pattern Recognit. | 3 |
| 2019 | ${R}_1$ -2-DPCA and Face Recognitionabstract2-D principal component analysis (2-DPCA) is one of the successful dimensionality reduction approaches for image classification and representation. However, 2-DPCA is not robust to outliers. To tackle this problem, we present an efficient robust method, namely R1-2-DPCA for feature extraction. R1-2-DPCA aims to seek the projection matrix such that the projected data have the maximum variance, which is measured by R1-norm. Compared with most existing robust 2-DPCA methods, our model is not only robust to outliers but also helps encode discriminant information. Accordingly, we develop a nongreedy iterative algorithm, which has not only a closed-form solution in each iteration but also a good convergence, to solve our model. Moreover, to further improve classification performance, we employ nuclear norm as the distance metric in the classification phase. Extensive experiments on several face databases illustrate that our proposed method is superior to most existing robust 2-DPCA methods. Quanxue Gao, Sai Xu, Chris Ding, Xinbo Gao 0001, Yunsong Li 0001 |
IEEE Trans. Cybern. | 6 |
| 2019 | Spectral-Spatial Feature Extraction for Hyperspectral Anomaly DetectionabstractHyperspectral anomaly detection faces various levels of difficulty due to the high dimensionality of hyperspectral images (HSIs), redundant information, noisy bands, and the limited capability of utilizing spectral-spatial information. In this paper, we address these problems and propose a novel approach, called spectral-spatial feature extraction (SSFE), which is based on two main aspects. In the spectral domain, we assume that the anomalous pixels are rarely present and all (or most) of the samples around the anomalies belong to background (BKG). Using this fact, we introduce a suppression function to construct a discriminative feature space and utilize a deep brief network to learn spectral representation and abstraction automatically that are used as inputs to the Mahalanobis distance (MD)-based detector. In the spatial domain, the anomalies appear as a small area grouped by pixels with high correlation among them compared to BKG. Therefore, the objects appearing as a small area are extracted based on attribute filtering, and a guided filter is further employed for local smoothness. More specifically, we extract spatial features of anomalies only from one single band obtained by fusing all bands in the visible wavelength range. Finally, we detect anomalies by jointly considering the spectral and spatial detection results. Several experiments are performed, which show that our proposed method outperforms the state-of-the-art methods. Jie Lei 0001, Weiying Xie, Yunsong Li 0001, Chein-I Chang |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2019 | Local Spectral Similarity Preserving Regularized Robust Sparse Hyperspectral UnmixingabstractSpatial context has been demonstrated to be effective to constrain sparse unmixing (SU) of hyperspectral images. However, the existing algorithms employed simple spatial information without keeping spectral fidelity. By considering the fact that adjacent pixels own not only the endmembers with same variations but also approximated fractional abundances, in this paper, local spectral similarity preserving (LSSP) constraint is proposed to preserve spectral similarity in a local area during robust sparse unmixing (RSU). Specially, four LSSP constraints are constructed using different-norm-constrained pixel-level difference over abundance-level difference in a local area. Moreover, a convex optimization algorithm is proposed to solve the proposed LSSP-constrained RSU (LSSP-RSU). Experimental results on both synthetic and real hyperspectral data demonstrate that the developed algorithms yield better values of the signal-toreconstruction error (SRE). Especially, when using l2norm of pixel-level difference to weight the l1norm of abundance-level difference, the proposed LSSP-RSU algorithm can achieve superior unmixing performance. Jiaojiao Li 0001, Yunsong Li 0001, Rui Song 0003, Shaohui Mei, Qian Du 0001 |
IEEE Trans. Geosci. Remote. Sens. | 2 |
| 2019 | DDLPS: Detail-Based Deep Laplacian Pansharpening for Hyperspectral ImageryabstractIn this paper, we propose a new pansharpening method called detail-based deep Laplacian pansharpening (DDLPS) to improve the spatial resolution of hyperspectral imagery. This method includes three main components: upsampling, detail injection, and optimization. In particular, a deep Laplacian pyramid super-resolution network (LapSRN) improves the resolution of each band. Then, a guided image filter and a gain matrix are used to combine the spatial and spectral details with an optimization problem, which is formed to adaptively select an injection coefficient. The DDLPS method is compared with 11 state-of-the-art or traditional pansharpening approaches. The experimental results demonstrate the superiority of the DDLPS method in terms of both quantitative indices and visual appearance. In addition, the training of LapSRN is based on the data sets of traditional RGB images, which overcomes the practical difficulty of insufficient training samples for pansharpening. Kaiyan Li 0002, Weiying Xie, Qian Du 0001, Yunsong Li 0001 |
IEEE Trans. Geosci. Remote. Sens. | 4 |
| 2019 | Structure Tensor and Guided Filtering-Based Algorithm for Hyperspectral Anomaly DetectionabstractAnomaly detection is one of the most important applications of hyperspectral imaging technology. It is a challenging task due to the high dimensionality of hyperspectral images (HSIs), redundant information, noisy bands, and the limited capability of utilizing spatial information. In this paper, we address these problems and propose a novel anomaly detection method in HSIs. Our approach, called structure tensor and guided filter (STGF)-based strategy for anomaly detection, is based on the characteristics of HSIs. First, a novel band selection algorithm is proposed to reduce dimension, remove noisy bands, and select bands with effective information. Second, the selected bands are decomposed into two parts according to the characteristics of anomalies that are usually in a small area. Followed by this step, the backgrounds are removed through a simple differential operation for each selected band. Considering that not all of the bands provide the same contributions to anomaly detection, we then fuse the differential maps by a novel adaptive weighting method to obtain an initial detection map. Finally, GF is conducted to rectify the previous map under the condition that the neighboring pixels usually have quite strong correlations with each other. Experiments have been conducted on real-scene remote sensing HSI. Comparative analyses validate that the proposed STGF method presents superior performance in terms of detection accuracy and computational time. Weiying Xie, Tao Jiang 0031, Yunsong Li 0001, Xiuping Jia, Jie Lei 0001 |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2019 | Hyperspectral Image Super-Resolution Using Deep Feature Matrix FactorizationabstractHyperspectral images (HSIs) can describe the subtle differences in the spectral signatures of materials. However, they have low spatial resolution due to various hardware limitations. Improving it via postprocess without an auxiliary high-resolution (HR) image still remains a challenging problem. In this paper, we address this problem and propose a new HSI super-resolution (SR) method. Our approach, called deep feature matrix factorization (DFMF), blends feature matrix extracted by a deep neural network (DNN) with nonnegative matrix factorization strategy for super-resolving real-scene HSI. The estimation of the HR HSI is formulated as a combination of latent spatial feature matrix and spectral feature matrix. In the DFMF model, the input low-resolution (LR) HSI is first partitioned into several subsets according to the correlation matrix, and the key band is selected from each subset. Then, the key band group is super-resolved by a DNN model, and the HR key band group is then used as a guide to carry out deep spatial feature matrix. Specifically, the input LR HSI with prototype reflectance spectral vectors of the scene will be preserved when super-resolving in a spatial domain. Thus, the nonnegative spectral and spatial feature matrices are extracted simultaneously from alternately factorizing the pair of LR HSI and the HR key band group. Finally, the HR HSI is obtained by the integration of the spectral and spatial feature matrices. Experiments have been conducted on real-scene remote sensing HSI. Comparative analyses validate that the proposed DFMF method presents a superior super-resolving performance, as it preserves spectral information better. Weiying Xie, Xiuping Jia, Yunsong Li 0001, Jie Lei 0001 |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2019 | Deep Latent Low-Rank Representation for Face Sketch SynthesisabstractFace sketch synthesis is useful and profitable in digital entertainment. Most existing face sketch synthesis methods rely on the assumption that facial photographs/sketches form a low-dimensional manifold. Once the training data are insufficient, the manifold could not characterize the identity-specific information that is included in a test photograph but excluded in the training data. Thus, the synthesized sketch would lose this information, such as glasses, earrings, hairstyles, and hairpins. To provide the sufficient data and satisfy the assumption on manifold, we propose a novel face sketch synthesis framework based on deep latent low-rank representation (DLLRR) in this paper. The DLLRR induces the hidden training sketches with the identity-specific information as the hidden data to the insufficient original training sketches as the observed data. And it searches the lowest rank representation on the candidates of a test photograph from the both hidden and observed data. For the strong representational capability of the coupled autoencoder, we leverage it to reveal the hidden data. Experiment results on face photograph-sketch database illustrate that the proposed method can successfully provide the sufficient training data with the identity-specific information. And compared to the state of the arts, the proposed method synthesizes more clean and vivid face sketches. Mingjin Zhang, Nannan Wang 0001, Yunsong Li 0001, Xinbo Gao 0001 |
IEEE Trans. Neural Networks Learn. Syst. | 3 |
| 2018 | Face Sketch Synthesis From Coarse to FineabstractSynthesizing fine face sketches from photos is a valuable yet challenging problem in digital entertainment. Face sketches synthesized by conventional methods usually exhibit coarse structures of faces, whereas fine details are lost especially on some critical facial components. In this paper, by imitating the coarse-to-fine drawing process of artists, we propose a novel face sketch synthesis framework consisting of a coarse stage and a fine stage. In the coarse stage, a mapping relationship between face photos and sketches is learned via the convolutional neural network. It ensures that the synthesized sketches keep coarse structures of faces. Given the test photo and the coarse synthesized sketch, a probabilistic graphic model is designed to synthesize the delicate face sketch which has fine and critical details. Experimental results on public face sketch databases illustrate that our proposed framework outperforms the state-of-the-art methods in both quantitive and visual comparisons. Mingjin Zhang, Nannan Wang 0001, Yunsong Li 0001, Ruxin Wang 0002, Xinbo Gao 0001 |
AAAI | 3 |
| 2018 | Fusion of Hyperspectral and Panchromatic Images using Structure TensorabstractIn this paper, a new hyperspectral image fusion method with structure tensor is proposed. The proposed method utilizes PCA transformation to obtain the spatial details of HS image. Then, an image enhancement approach is applied to the PAN image to sharpen spatial information. Since structure tensor represents structure and spatial information, structure tensor is introduced to extract spatial details of the enhanced PAN image. Unlike traditional methods which extract details only from PAN image, the proposed method considers spatial details of the HS and PAN images simultaneously, and a weighted fusion method is presented to integrate spatial details of the two images to obtain complete spatial details. Finally, an injection gains matrix is constructed to reduce spectral and spatial distortion, and the fused image is generated by injecting the complete spatial information. Experimental results demonstrate that the proposed method obtains the excellent performance in both objective and subjective evaluations. Jiahui Qu, Yunsong Li 0001, Wenqian Dong |
IGARSS | 2 |
| 2018 | Markov Random Neural Fields for Face Sketch SynthesisabstractSynthesizing face sketches with both common and specific information from photos has been recently attracting considerable attentions in digital entertainment. However, the existing approaches either make the strict similarity assumption on face sketches and photos, leading to lose some identity-specific information, or learn the direct mapping relationship from face photos to sketches by the simple neural network, resulting in the lack of some common information. In this paper, we propose a novel face sketch synthesis based on the Markov random neural fields including two structures. In the first structure, we utilize the neural network to learn the non-linear photo-sketch relationship and obtain the identity-specific information of the test photo, such as glasses, hairpins and hairstyles. In the second structure, we choose the nearest neighbors of the test photo patch and the sketch pixel synthesized in the first structure from the training data which ensure the common information of Miss or Mr Average. Experimental results on the Chinese University of Hong Kong face sketch database illustrate that our proposed framework can preserve the common structure and capture the characteristic features. Compared with the state-of-the-art methods, our method achieves better results in terms of both quantitative and qualitative experimental evaluations. Mingjin Zhang, Nannan Wang 0001, Xinbo Gao 0001, Yunsong Li 0001 |
IJCAI | 4 |
| 2018 | Hyperspectral pansharpening via improved PCA approach and optimal weighted fusion strategy
Yunsong Li 0001, Jiahui Qu, Wenqian Dong, Yuxuan Zheng |
Neurocomputing | 1 |
| 2018 | Deep convolutional networks with residual learning for accurate spectral-spatial denoising
Weiying Xie, Yunsong Li 0001, Xiuping Jia |
Neurocomputing | 2 |
| 2018 | Efficient coarse-to-fine spectral rectification for hyperspectral image
Weiying Xie, Yunsong Li 0001, Weiping Zhou, Yuxuan Zheng |
Neurocomputing | 2 |
| 2018 | Minimum barrier superpixel segmentation
Yinlin Hu, Yunsong Li 0001, Rui Song 0003, Peng Rao, Yangli Wang |
Image Vis. Comput. | 2 |
| 2018 | Improved kernelized correlation filter tracking by using spatial regularization
Yunsong Li 0001, Jifeng Ning |
J. Vis. Commun. Image Represent. | 2 |
| 2018 | Fusion of hyperspectral and panchromatic images using an average filter and a guided filter
Jiahui Qu, Yunsong Li 0001, Wenqian Dong |
J. Vis. Commun. Image Represent. | 2 |
| 2018 | Classification of Hyperspectral Imagery Using a New Fully Convolutional Neural NetworkabstractWith success of convolutional neural networks (CNNs) in computer vision, the CNN has attracted great attention in hyperspectral classification. Many deep learning-based algorithms have been focused on deep feature extraction for classification improvement. In this letter, a novel deep learning framework for hyperspectral classification based on a fully CNN is proposed. Through convolution, deconvolution, and pooling layers, the deep features of hyperspectral data are enhanced. After feature enhancement, the optimized extreme learning machine (ELM) is utilized for classification. The proposed framework outperforms the existing CNN and other traditional classification algorithms by including deconvolution layers and an optimized ELM. Experimental results demonstrate that it can achieve outstanding hyperspectral classification performance. Jiaojiao Li 0001, Yunsong Li 0001, Qian Du 0001, Bobo Xi, Jing Hu 0005 |
IEEE Geosci. Remote. Sens. Lett. | 3 |
| 2018 | Efficient, robust and divisible paired comparison for subjective quality assessment
Rui Song 0003, Yunsong Li 0001, Yuan Jia, Yangli Wang, Peng Rao |
Multim. Tools Appl. | 2 |
| 2018 | Trainable spectral difference learning with spatial starting for hyperspectral image denoising
Weiying Xie, Yunsong Li 0001, Jing Hu 0005, Duan-Yu Chen |
Neural Networks | 2 |
| 2018 | Coarse-to-Fine PatchMatch for Dense CorrespondenceabstractAlthough the matching technique has been studied in various areas of computer vision for decades, efficient dense correspondence remains an open problem. In this paper, we present a simple but powerful matching method that works in a coarse-to-fine scheme for optical flow and stereo matching. Inspired by the nearest neighbor field (NNF) algorithms, our approach, called coarse-to-fine PatchMatch, blends an efficient random search strategy with the coarse-to-fine scheme for efficient dense correspondence. Unlike existing NNF techniques, which are efficient but yield results that are often too noisy because of a lack of global regularization, we propose a propagation step involving a constrained random search radius between adjacent levels of a hierarchical architecture. The resulting correspondence has a built-in smoothing effect, making it more suited to dense correspondence than the NNF techniques. Furthermore, our approach can also capture tiny structures with large motions, which is a problem for traditional coarse-to-fine methods. Interpolated using an edge-preserving interpolation method, our method outperforms the state-of-the-art optical flow methods on the MPI-Sintel and KITTI data sets and is much faster than competing methods. Yunsong Li 0001, Yinlin Hu, Rui Song 0003, Peng Rao, Yangli Wang |
IEEE Trans. Circuits Syst. Video Technol. | 1 |
| 2018 | Hyperspectral Image Classification With Imbalanced Data Based on Orthogonal Complement Subspace ProjectionabstractConventional classification algorithms have shown great success for balanced classes. In remote sensing applications, it is often the case that classes are imbalanced. This paper proposes a novel solution to solve the problem of imbalanced training samples in hyperspectral image classification. It consists of two parts: one is for large-size sample sets and the other is for small-size sets. Specifically, an algorithm based on the orthogonal complement subspace projection (OCSP) is proposed to select samples from large-size classes, and an algorithm also based on OCSP is proposed to create artificial samples for small-size ones. The impact on representation-based classifiers, i.e., sparse and collaborative representation classifiers and traditional classifiers (e.g., support vector machine), is investigated. Experimental results demonstrate that the proposed solution can outperform other existing solutions in the literature. Jiaojiao Li 0001, Qian Du 0001, Yunsong Li 0001, Wei Li 0032 |
IEEE Trans. Geosci. Remote. Sens. | 3 |
| 2017 | Robust Interpolation of Correspondences for Large Displacement Optical FlowabstractThe interpolation of correspondences (EpicFlow) was widely used for optical flow estimation in most-recent works. It has the advantage of edge-preserving and efficiency. However, it is vulnerable to input matching noise, which is inevitable in modern matching techniques. In this paper, we present a Robust Interpolation method of Correspondences (called RicFlow) to overcome the weakness. First, the scene is over-segmented into superpixels to revitalize an early idea of piecewise flow model. Then, each model is estimated robustly from its support neighbors based on a graph constructed on superpixels. We propose a propagation mechanism among the pieces in the estimation of models. The propagation of models is significantly more efficient than the independent estimation of each model, yet retains the accuracy. Extensive experiments on three public datasets demonstrate that RicFlow is more robust than EpicFlow, and it outperforms state-of-the-art methods. Yinlin Hu, Yunsong Li 0001, Rui Song 0003 |
CVPR | 2 |
| 2017 | A spatial constraint and deep learning based hyperspectral image super-resolution methodabstractThe image super-resolution (SR) technique, which aims at reconstructing a high-resolution (HR) image from a single low-resolution (LR) image, is a classical problem in computer vision. Limited by the imaging hardware, the spatial resolution of a hyperspectral images (HSI) is usually very coarse. Meanwhile, the spectral information of the HSI is extremely important for its applications and cannot be severely distorted. This paper presents a spatial constraint (SCT) strategy with combination of a deep learning method for HSI SR. The SCT strategy restraints the LR HSI generated by the reconstructed HR HSI should be spatially close to the input LR HSI. The deep learning method learns an end-to-end mapping between the spectral difference of the LR HSI and that of the HR HSI. The mapping is represented as a deep convolutional neural network (CNN). The CNN learned spectral difference is utilized to super-resolve the LR HSI while preserve the important spectral information of the desired HR HSI. Experiments have been conducted on three databases that contains both indoor scenes and outdoor scenes. Comparative analyses have verified the effectiveness of the overall method. Jing Hu 0005, Yunsong Li 0001, Weiying Xie |
IGARSS | 2 |
| 2017 | A new hyperspectral pansharpening method based on guided fliterabstractBecause the guided filter can transfer structures, and avoid ringing artifacts, it can be applied to image fusion. A new hyperspectral pansharpening method based on guided filter (GFP) is proposed in this paper. The proposed method which works on each band of the hyperspectral (HS) image successively is different from the traditional methods. The detail information of each band is extracted at first. Then, we sharpen the panchromatic (PAN) image to enhance the details and obtain the difference between the enhanced PAN image and the detail information of each band in turn using the guided filter without causing spectral and spatial distortion. In order to reduce spectral distortion and add enough spatial information, the injection gains matrix is generated. The fused HS image is finally achieved by injecting the corresponding spatial difference into each band of the interpolated HS image. Experiments demonstrate that the proposed method can obtain superior performance in terms of subjective and objective evaluations. Jiahui Qu, Yunsong Li 0001, Wenqian Dong |
IGARSS | 2 |
| 2017 | Quantitative evaluation for dehazing algorithms on synthetic outdoor hazy datasetabstractDehazing is an important image processing technique that has been paid increasing attention in the recent years. But how to quantitatively evaluate the existing dehazing algorithms is still an open issue. In this paper we introduce an effective approach to evaluate the performance of the dehazing algorithms based on a synthetic outdoor dataset. Since it is difficult to simultaneously acquire hazy images and clear reference images, we synthesize haze in real images with complex and multiple scenes, and built an outdoor dataset that contains ground truth reference images, synthetic hazy images, depth maps and transmission maps of the same scene. Due to the fact that the generation of synthetic haze images are based on physical model which is strongly related to the depth information, we propose an effective depth estimation method which combines the geometry and edge information. With our estimated depth map, we are able to create a corresponding hazy scene with high fidelity. Finally, we perform a comprehensive full-reference evaluation of several typical single-image dehazing algorithms on our dataset. Yunsong Li 0001 |
VCIP | 4 |
| 2017 | Deep fully convolutional regression networks for single image haze removalabstractHaze removal for a single image is known to be a challenging ill-posed problem in computer vision. The performance of existing prior-based image dehazing methods is limited by the effectiveness of hand-designed features. The emerging con-volutional neural network (CNN) based approaches can remove haze with the automatically learned intrinsic mapping between the input hazy images and their corresponding transmission maps, but the recovered haze-free images sometimes are still unsatisfactory. In order to improve the dehazed images, we aim to develop an effective deep fully convolutional regression network for more accurate transmission estimation. Our network is an end-to-end regression system which take input of arbitrary size hazy image and predict correspondingly-sized transmission map. To train and evaluate deep network for image dehazing efficiently, we develop new outdoor synthetic training set respectively. In addition, we fully compare the existing CNN-based haze removal approaches with our algorithm on real-world images and our synthesized benchmark dataset. The experimental results demonstrate that our trained regression model achieves superior dehazing performance than the current state-of-the-art methods. Yunsong Li 0001, Jiaojiao Li 0001 |
VCIP | 3 |
| 2017 | Hyperspectral image super-resolution using deep convolutional neural network
Yunsong Li 0001, Jing Hu 0005, Weiying Xie, Jiaojiao Li 0001 |
Neurocomputing | 1 |
| 2017 | Fast mode decision and PU size decision algorithm for intra depth coding in 3D-HEVC
Gang He 0002, Jing Hu 0005, Yunsong Li 0001, Wenxin Yu 0001, Peikun Liu, Ruixue Guo |
J. Vis. Commun. Image Represent. | 3 |
| 2017 | Hyperspectral Image Super-Resolution by Spectral Difference Learning and Spatial Error CorrectionabstractA hyperspectral image (HSI) super-resolution (SR) is a highly attractive topic in computer vision. However, most existed methods require an auxiliary high-resolution (HR) image with respect to the input low-resolution (LR) HSI. This limits the practicability of these HSI SR methods. Moreover, these methods often destroy the important spectral information. This letter presents a deep spectral difference convolutional neural network (SDCNN) with the combination of a spatial-error-correction (SEC) model for HSI SR. This method allows for full exploration of the spectral and spatial correlations, which achieves a good spatial information enhancement and spectral information preservation. In the proposed method, the key band is automatically selected and super-resolved with the boundary bands. Meanwhile, spectral difference mapping between the LR and HR HSIs can be learned by the SDCNN, and then be transformed according to the SEC model, which aims at correcting the spatial error while preserving the spectral information. The rest nonkey bands will be super-resolved under the guidance of the transformed spectral difference. Experimental results on synthesized and real-scenario HSIs suggest that the proposed method: (1) achieves comparable performance without requiring any auxiliary images of the same scene and (2) requires less computation time than the state-of-the-art methods. Jing Hu 0005, Yunsong Li 0001, Weiying Xie |
IEEE Geosci. Remote. Sens. Lett. | 2 |
| 2017 | Hyperspectral Pansharpening With Guided FilterabstractA new hyperspectral (HS) pansharpening method based on guided filter is proposed in this letter. The proposed method, which obtains the spatial detail difference of each band successively, is different from the traditional component substitution method. The detail information of each band is extracted at first. Then, the panchromatic (PAN) image is sharpened to enhance the details. The spatial information difference between the enhanced PAN image and the detail information of each band is obtained using the guided filter, without causing spectral and spatial distortion. In order to reduce spectral distortion and add enough spatial information, the injection gains matrix is generated. The fused HS image is finally achieved by injecting the corresponding spatial difference into each band of the interpolated HS image. Experiments demonstrate that the proposed method can obtain superior performance in terms of subjective and objective evaluations. Jiahui Qu, Yunsong Li 0001, Wenqian Dong |
IEEE Geosci. Remote. Sens. Lett. | 2 |
| 2017 | Hyperspectral Imagery Denoising by Deep Learning With Trainable Nonlinearity FunctionabstractHyperspectral images (HSIs) can describe subtle differences in the spectral signatures of objects, and thus they are effective in a wide array of applications. However, an HSI is inevitably contaminated with some unwanted components like noise resulting in spectral distortion, which significantly decreases the performance of postprocessing. In this letter, a deep stage convolutional neural network (CNN) with trainable nonlinearity functions is applied for the first time to remove noise in HSIs. Besides the fact that the weight and bias matrices are learned from cubic training clean-noisy HSI patches, the nonlinearity functions in each stage are also trainable, which differ from the conventional CNN with a fixed nonlinearity function. Compared with the state-of-the-art HSI denoising methods, the experimental results on both synthetic and real HSIs confirm that the proposed method can obtain a more effective and efficient performance. Weiying Xie, Yunsong Li 0001 |
IEEE Geosci. Remote. Sens. Lett. | 2 |
| 2017 | Haze Removal via Edge Weighted Pixel-to-Patch Fusion
Yunsong Li 0001 |
Mob. Networks Appl. | 3 |
| 2017 | A fast and efficient saliency detection model in video compressed-domain for human fixations prediction
Yunsong Li 0001 |
Multim. Tools Appl. | 2 |
| 2017 | Hyperspectral image reconstruction by deep convolutional neural network for classification
Yunsong Li 0001, Weiying Xie, Huaqing Li 0003 |
Pattern Recognit. | 1 |
| 2017 | Adaptive maximum margin analysis for image recognition
Qianqian Wang 0001, Quanxue Gao, Yunsong Li 0001, Yunfang Huang, Yang Liu 0084 |
Pattern Recognit. | 4 |
| 2017 | A Non-Greedy Algorithm for L1-Norm LDAabstractRecently, L1-norm-based discriminant subspace learning has attracted much more attention in dimensionality reduction and machine learning. However, most existing approaches solve the column vectors of the optimal projection matrix one by one with greedy strategy. Thus, the obtained optimal projection matrix does not necessarily best optimize the corresponding trace ratio objective function, which is the essential criterion function for general supervised dimensionality reduction. In this paper, we propose a non-greedy iterative algorithm to solve the trace ratio form of L1-norm-based linear discriminant analysis. We analyze the convergence of our proposed algorithm in detail. Extensive experiments on five popular image databases illustrate that our proposed algorithm can maximize the objective function value and is superior to most existing L1-LDA algorithms. Yang Liu 0084, Quanxue Gao, Shuo Miao, Xinbo Gao 0001, Feiping Nie 0001, Yunsong Li 0001 |
IEEE Trans. Image Process. | 6 |
| 2016 | Efficient Coarse-to-Fine Patch Match for Large Displacement Optical FlowabstractAs a key component in many computer vision systems, optical flow estimation, especially with large displacements, remains an open problem. In this paper we present a simple but powerful matching method works in a coarse-to-fine scheme for optical flow estimation. Inspired by the nearest neighbor field (NNF) algorithms, our approach, called CPM (Coarse-to-fine PatchMatch), blends an efficient random search strategy with the coarse-to-fine scheme for optical flow problem. Unlike existing NNF techniques, which is efficient but the results is often too noisy for optical flow caused by the lack of global regularization, we propose a propagation step with constrained random search radius between adjacent levels on the hierarchical architecture. The resulting correspondences enjoys a built-in smoothing effect, which is more suited for optical flow estimation than NNF techniques. Furthermore, our approach can also capture the tiny structures with large motions which is a problem for traditional coarse-to-fine optical flow algorithms. Interpolated by an edge-preserving interpolation method (EpicFlow), our method outperforms the state of the art on MPI-Sintel and KITTI, and runs much faster than the competing methods. Yinlin Hu, Rui Song 0003, Yunsong Li 0001 |
CVPR | 3 |
| 2016 | A High-throughput Architecture for Lossless Decompression on FPGA Designed Using HLS (Abstract Only)abstractIn the field of big data applications, lossless data compression and decompression can play an important role in improving the data center's efficiency in storage and distribution of data. To avoid becoming a performance bottleneck, they must be accelerated to have a capability of high speed data processing. As FPGAs begin to be deployed as compute accelerators in the data centers for its advantages of massive parallel customized processing capability, power efficiency and hardware reconfiguration. It is promising and interesting to use FPGAs for acceleration of data compression and decompression. The conventional development of FPGA accelerators using hardware description language costs much more design efforts than that of CPUs or GPUs. High level synthesis (HLS) can be used to greatly improve the design productivity. In this paper, we present a solution for accelerating lossless data decompression on FPGA by using HLS. With a pipelined data-flow structure, the proposed decompression accelerator can perform static Huffman decoding and LZ77 decompression at a very high throughput rate. According to the experimental results conducted on FPGA with the Calgary Corpus data benchmark, the average data throughput of the proposed decompression core achieves to 4.6 Gbps while running at 200 MHz. Jie Lei 0001, Yuting Chen 0003, Yunsong Li 0001, Jason Cong |
FPGA | 3 |
| 2016 | Fast algorithm for prediction unit and mode decisions of intra depth coding in 3D-HEVCabstractAs the state-of-the-art video coding standard for 3D video, the 3D video extension of High Efficiency Video Coding (3D-HEVC) compresses the multi-view texture videos plus depth maps. The intra depth coding consumes huge computational complexity due to the added depth modeling modes (DMMs) and its new complex processing flow. This paper proposes a fast algorithm to reduce the complexity for prediction unit (PU) and mode decisions for intra depth coding. Firstly, the early PU splitting and pruning methods are proposed to fast decide the PU size, based on the intra depth coding flow. Secondly, by analyzing the relationship between DMMs and Planar mode, a fast algorithm is used to skip the mode decision under the certain condition. Experimental results show our proposed methods together reduce 56.32% and 50.12% computational complexity for depth map and total video coding, while the performance loss is only 1.42% BD-rate increasing. Ruixue Guo, Gang He 0002, Yunsong Li 0001 |
ICIP | 3 |
| 2016 | Fast algorithm based on sole- and multi-depth measurements for HEVC intra codingabstractIn High Efficiency Video Coding (HEVC), intra coding plays an important role, but also involves huge computational complexity due to a flexible coding unit (CU) structure and a large number of prediction modes. This paper presents a fast algorithm based on the sole- and multi-depth measurements to reduce the complexity from CU and prediction mode decisions. For the CU decision, evaluation results with sole and multiple depths are utilized to judge if the CU is a heterogeneous, homogeneous, or depth prominent one, where fast CU decisions are made. For the prediction mode decision, the tendencies for different CU sizes are detected based on multiple depths. The number of searching modes is decreased adaptively for the depth with fewer tendencies. Experimental results show the proposed algorithm reduces 61.49% computational complexity, with 0.75% bit-rate increasing, which is more efficient than state-of-the-arts. Gang He 0002, Jing Hu 0005, Yunsong Li 0001, Wenxin Yu 0001 |
ICIP | 3 |
| 2016 | Subspace selection for hyperspectral pansharpening using sparse unmixingabstractHyperspectral (HS) pansharpening aims at fusing a panchromatic (PAN) image with a hyperspectral image, generating an image with the high spatial resolution of the former and the high spectral resolution of the latter. Recently, in order to enhance this process, researches have combined hyperspectral unmixing with the HS fusion model, improving the fusion results . In this combined model , endmember subspace extraction is a crucial step. Traditionally, VCA and SVD are used for subspace extraction, but VCA extracts pixels in the HS image that contain impure material signatures. In this work, we use the sparse unmixing technique to extract the endmember subspace which contains pure material signatures, which may better represent the HS image. We combine sparse unmixing-based subspace extraction with the bayesian fusion model. Results indicate that the fusion algorithm using our subspace extraction method had better global performance. Chiru Ge, Yunsong Li 0001, Jiaojiao Li 0001 |
IGARSS | 2 |
| 2016 | Representation-based hyperspectral image classification with imbalanced dataabstractThis paper proposes a novel solution to solve the problem of imbalanced training samples in hyperspectral image classification. It consists of two parts: one is for large-size sample sets and the other is for small-size sets. We exploit an orthogonal projection based algorithm to select samples from large-size ones; meanwhile, we propose an algorithm based on the orthogonal complementary subspace projection to create artificial samples for small-size ones. The impact on representation based classifiers, i.e., sparse representation based classifier and collaborative representation based classifier, are investigated. Experimental results demonstrate that it can outperform other traditional solutions. Jiaojiao Li 0001, Qian Du 0001, Wei Li 0032, Yunsong Li 0001 |
IGARSS | 4 |
| 2016 | A fast mode selection for depth modelling modes of intra depth coding in 3D-HEVCabstractThe 3D extension of the high efficiency video coding (3D-HEVC) standard adopts new depth modelling modes (DMMs) to provide more accurate prediction for depth map intra coding, while the mode selection for DMMs causes huge computational complexity. In this paper, we develop the fast algorithm for DMMs selection to reduce the complexity. Firstly, the evaluation results of intra conventional modes are utilized to determine whether DMMs should be skipped. Secondly, golden ratio is adopted to simplify DMMs searching. Results show that golden ratio can reduce 70.44% time for DMMs searching. Experimental results show that our algorithm reduces 37.40% encoding time on average with only 0.40% increase on synthesized BD-rate. Peikun Liu, Gang He 0002, Shun Xue, Yunsong Li 0001 |
VCIP | 4 |
| 2016 | Breast mass classification in digital mammography based on extreme learning machine
Weiying Xie, Yunsong Li 0001, Yide Ma |
Neurocomputing | 2 |
| 2016 | Highly accurate optical flow estimation on superpixel tree
Yinlin Hu, Rui Song 0003, Yunsong Li 0001, Peng Rao, Yangli Wang |
Image Vis. Comput. | 3 |
| 2016 | Fast algorithm based on the sole- and multi-depth texture measurements for HEVC intra coding
Jing Hu 0005, Gang He 0002, Yunsong Li 0001 |
J. Vis. Commun. Image Represent. | 3 |
| 2016 | Regularized MSBL algorithm with spatial correlation for sparse hyperspectral unmixing
Fanqiang Kong, Yunsong Li 0001, Wenjun Guo |
J. Vis. Commun. Image Represent. | 2 |
| 2016 | An efficient radial basis function neural network for hyperspectral remote sensing image classification
Jiaojiao Li 0001, Qian Du 0001, Yunsong Li 0001 |
Soft Comput. | 3 |
| 2015 | An Efficient Adaptive Binary Range Coder and Its VLSI ArchitectureabstractIn this paper, we propose a new hardware-efficient adaptive binary range coder (ABRC) and its very-large-scale integration (VLSI) architecture. To achieve this, we follow an approach that allows to reduce the bit capacity of the multiplication needed in the interval division part and shows how to avoid the need to use a loop in the renormalization part of ABRC. The probability estimation in the proposed ABRC is based on a lookup table free virtual sliding window. To obtain a higher compression performance, we propose a new adaptive window size selection algorithm. In comparison with an ABRC with a single window, the proposed system provides a faster probability adaptation at the initial encoding/decoding stage, and more accurate probability estimation for very low entropy binary sources. We show that the VLSI architecture of the proposed ABRC attains a throughput of 105.92 MSymbols/s on the FPGA platform, and consumes 18.15 mW for the dynamic part power. In comparison with the state-of-the-art MQ-coder (used in JPEG2000 standard) and the M-coder (used in H.264/Advanced Video Coding and H.265/High Efficiency Video Coding standards), the proposed ABRC architecture provides comparable throughput, reduced memory, and power consumption. Experimental results obtained for a wavelet video codec with JPEG2000-like bit-plane entropy coder show that the proposed ABRC allows to reduce the bit rate by 0.8%-8% in comparison with the MQ-coder and from 1.0%-24.2% in comparison with the M-coder. Eugeniy Belyaev, Kai Liu 0021, Moncef Gabbouj, Yunsong Li 0001 |
IEEE Trans. Circuits Syst. Video Technol. | 4 |
| 2015 | High-Throughput Power-Efficient VLSI Architecture of Fractional Motion Estimation for Ultra-HD HEVC Video EncodingabstractFractional motion estimation (FME) significantly enhances video compression efficiency, but its high computational complexity also limits the real-time processing capability. In this brief, we present a VLSI implementation of FME design in High Efficiency Video Coding for ultrahigh definition video applications. We first propose a bilinear quarter pixel approximation, together with a search pattern based on it to reduce the complexity of interpolation and fractional search process. Furthermore, a data reuse strategy is exploited to reduce the hardware cost of transform. In addition, using the considered pixel parallelism and dedicated access pattern for memory, we fully pipeline the computation and achieve high hardware utilization. This design has been implemented as a 65-nm CMOS chip and verified. The measured throughput reaches 995 Mpixels/s for 7680 × 4320 30 frames/s at 188 MHz, at least 4.7 times faster than prior arts. The corresponding power dissipation is 198.6 mW, with a power efficiency of 0.2 nJ/pixel. Due to the optimization, our work achieves more than 52% improvement on power efficiency, relative to previous works in H.264. Gang He 0002, Dajiang Zhou, Yunsong Li 0001, Zhixiang Chen 0002, Tianruo Zhang, Satoshi Goto |
IEEE Trans. Very Large Scale Integr. Syst. | 3 |
| 2014 | High-efficiency pipeline design of binary arithmetic encoder
Rui Song 0003, Hongfei Cui, Yunsong Li 0001, Chengke Wu 0001 |
Sci. China Inf. Sci. | 3 |
| 2014 | Real-Time Implementation of the Pixel Purity Index Algorithm for Endmember Identification on GPUsabstractSpectral unmixing amounts to automatically finding the signatures of pure spectral components (called endmembers in the hyperspectral imaging literature) and their associated abundance fractions in each pixel of the hyperspectral image. Many algorithms have been proposed to automatically find spectral endmembers in hyperspectral data sets. Perhaps one of the most popular ones is the pixel purity index (PPI), which is available in the ENVI software from Exelis Visual Information Solutions. This algorithm identifies the endmembers as the pixels with maxima projection values after projections onto a large randomly generated set of random vectors (called skewers). Although the algorithm has been widely used in the spectral unmixing community, it is highly time consuming as its precision asymptotically increases. Due to its high computational complexity, the PPI algorithm has been recently implemented in several high-performance computing architectures, including commodity clusters, heterogeneous and distributed systems, field programmable gate arrays, and graphics processing units (GPUs). In this letter, we present an improved GPU implementation of the PPI algorithm, which provides real-time performance for the first time in the literature. Xianyun Wu, Bormin Huang, Antonio Plaza, Yunsong Li 0001, Chengke Wu 0001 |
IEEE Geosci. Remote. Sens. Lett. | 4 |
| 2014 | Visual tracking with randomly projected ferns
Kai Liu 0021, Yunsong Li 0001 |
Signal Process. Image Commun. | 4 |
| 2013 | Statistically uniform intra-block refresh algorithm for very low delay video communicationabstractThis paper focuses on the mechanism underlying the overall delay of a real-time video communication system from the time of capture at the encoder to the time of display at the decoder. A detailed analysis is presented to illustrate the delay problem. We then describe a statistically uniform intra-block refresh scheme for very low delay video communication. By scattering intra-blocks uniformly into continuous frames, the overall delay is significantly decreased, and object changes in the scene could be presented to the end user instantly. For comparison, the overall delay and the peak signal-to-noise ratio (PSNR) performance are tested. The experiment results show that an average of approximately 0.1 dB PSNR gain on average is obtained relative to random intra-macroblock refresh algorithm in H.264 JM, and the end-to-end delay performance is significantly improved. Rui Song 0003, Yangli Wang, Yunsong Li 0001 |
J. Zhejiang Univ. Sci. C | 4 |
| 2011 | Progressive correlation noise refinement for transform domain Wyner-Ziv video codingabstractCorrelation Noise Modeling (CNM) is a key factor to influence the performance of Distributed Video Coding (DVC). In most current CNM solutions, the distribution parameter is estimated based on the motion compensated residual frames and kept constant during the decoding process. A progressive correlation noise refinement method is proposed in this paper for transform domain Wyner-Ziv video coding to model the correlation noise more accurately, in which the estimated correlation noise is refined by using previously decoded bitplanes and quantization errors as bitplane decoding proceeds. The experimental results show that our proposed correlation noise refinement method could provide considerable bitrate savings and PSNR gains for transform domain Wyner-Ziv video coding system. Juan Song, Yunsong Li 0001, Chengke Wu 0001 |
ICIP | 4 |
| 2010 | A dual symbol arithmetic coder architecture with reduced memory for JPEG2000abstractA dual-symbol arithmetic coder architecture with reduced memory is presented for JPEG2000. Eight process elements are used for the prediction of probability interval A. And the use of a dedicated Probability Estimation Table decreases the internal memory greatly. Upon FPGA synthesis results, the architecture's throughput can reach 96.60M context symbols per second with an internal memory size of 1509 bits. Kai Liu 0021, Yunsong Li 0001 |
ICIP | 2 |
| 2010 | Super-resolution image reconstruction based on guided cost functionabstractSuper-resolution reconstruction (SRR) deals with construction of a high-resolution image from a set of blurred, degraded and shifted low-resolution images of a scene. A variety of methods have been proposed to address the SRR problem, nevertheless they are usually based on a simple cost function thus are very sensitive to their assumed model of data and noise, which limits their utility. This paper proposes a novel SRR approach based on Bayesian estimation by minimizing a guided cost function. That is, the intensity variation is incorporated into the similarity term to guide the L1norm minimization. As the adjusted similarity term can identify the outlier in the structure area, the proposed algorithm is structure adaptive and very successful in edge-preserving. Lots of experimental results show that the proposed algorithm has considerable improvement in terms of both objective measurements and visual effects. Ruo-mei Yan, Yun-feng Zhang, Yunsong Li 0001, Chengke Wu 0001 |
ICIP | 3 |
| 2010 | A high performance MQ encoder architecture in JPEG2000
Kai Liu 0021, Yunsong Li 0001, Jianfeng Ma 0001 |
Integr. | 3 |
| 2009 | Dual-Direction Prediction Vector Quantization for Lossless Compression of LASIS DataabstractSummary form only given. Large aperture static imaging spectrometer (LASIS) is a new kind of interferometer spectrometer with the advantages of high throughput and large field of view. The LASIS data contains spatial information in principle component along spatial direction and spectral information in modulated component along Optical Path Difference (OPD) direction. LASIS data have clearly parallel displacement of spatial information among continuous frames. It is a unique characteristic for LASIS data compared with other kinds of interferometer spectrometer such as SMII data and GITFS data. Although dispersive spectrometer, such as AVIRIS data, also contains some spatial information, each frame in a group shows the same ground view with different wavelengths spectrum without any motion displacement among inter frames. Based on these characteristics, we propose a lossless data compression method named Dual-direction Prediction Vector Quantization (DPVQ). With a dual-direction prediction on both spatial and spectral direction, redundancy in LASIS data is largely removed by minimizing the prediction residue in DPVQ. Then a fast vector quantization (VQ) avoiding codebook splitting process is applied after prediction. Considering time efficiency, the dual-direction prediction and VQ in DPVQ are optimized to reduce the calculations, so that optimized prediction saves 60% running time and fast VQ saves about 25% running time with a similar quantization quality compared with classical generalized Lloyd algorithm (GLA). Experimental results, shown in Fig. 2, indicate that DPVQ can achieve a maximal Compression Ratio (CR) at about 3.4, which outperforms many existing lossless compression algorithms. Chengke Wu 0001, Yunsong Li 0001 |
DCC | 3 |
| 2008 | Priority Ordering Algorithm for Scalable Video Coding Transmission over Heterogeneous NetworkabstractScalable video representation of the state-of-art scalable extension of the H.264/MPEG-4 AVC (SVC) and its combined 3d scalability feature offer an excellent solution to flexible video multicast over IP network. In order to relieve the impact of the severe bandwidth fluctuations and packet loss to the reconstructed quality in heterogeneous networks like the internet, a GOP-adaptive layer-based priority ordering algorithm for SVC is proposed in this paper. The method ordered the SVC bit stream according to the rate distortion contribution of different layer to the whole performance within a GOP, which makes the transmission more efficient and robust under the same bandwidth condition. Simulation results of different sequences are given to demonstrate that the proposed algorithms offer better performance in video quality as compared the default SVC ordering method and the SNR-based ordering method. Song Xiao 0001, Chengke Wu 0001, Yunsong Li 0001, Jianchao Du, C.-C. Jay Kuo |
AINA | 3 |
| 2007 | A Novel VLSI Architecture for Real-Time Line-Based Wavelet Transform Using Lifting Scheme
Kai Liu 0021, Yunsong Li 0001, Chengke Wu 0001 |
J. Comput. Sci. Technol. | 3 |
| 2006 | X-Torus: A Variation of Torus Topology with Lower Diameter and Larger Bisection Width
Huaxi Gu, Qiming Xie, Kun Wang 0001, Jie Zhang 0003, Yunsong Li 0001 |
ICCSA (5) | 5 |
| 2006 | Efficient Line-Based VLSI Architecture for 2-D Lifting DWTabstractDWT has been the basis of image compression, such as in JPEG2000. This paper proposes a novel VLSI architecture that performs line-based DWT using a lifting scheme. The architecture consists of row processors, column processors, an intermediate buffer and a control module. The intermediate buffer is composed of FIFOs to store temporary results of horizontal filters. The control module schedules the output of wavelet coefficients to external memory with the priority from high to low. Horizontal filtering and vertical filtering are simultaneous, and all levels of DWT are processed parallel. The presented architecture finishes multi levels of 9/7 DWT in one image transmission time. Meanwhile, it decreases significantly memory used and hardware resource required. This architecture is suitable for various real-time image/video applications. Chengke Wu 0001, Kai Liu 0021, Yunsong Li 0001, Jechang Jeong |
ICIP | 4 |
| 2003 | A New Robust Multiple Description Coding Method Based on Region of InterestabstractA new revised multiple description SPIHT coding is proposed to combat packet loss. According to the region of interest of human eyes, the method reorders the zero trees of wavelets and assigns different coding rates to redundant trees. Simulation results show that the method can improve the image quality both objectively and subjectively compared to other multiple description coding methods in the case of packet loss. Song Xiao 0001, Chengke Wu 0001, Yunsong Li 0001, Yaoping Yan |
AINA | 4 |