Skip to content

Commit

Permalink
Update Adaptively dictionary construction for hyperspectral target de…
Browse files Browse the repository at this point in the history
…tection.md
  • Loading branch information
zhonghaochen authored Sep 19, 2023
1 parent 6c71490 commit ca59982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ collection: publications
date: 2023-03-27
venue: 'March 27'
---
[Download paper here](https://ieeexplore.ieee.org/document/9366971)
[Download paper here](https://ieeexplore.ieee.org/document/10050134)

<div style="text-align: justify;">
Abstract: The task of hyperspectral images (HSIs) target detection is to identify whether the target spectral sequences present in the HSI. Recently, the topic of representation models has received much interest in hyperspectral target detection. The performance of representation models depends on whether the corresponding dictionary and sparse matrix can correctly recover the original spectrum. Therefore, the background dictionary of these models should contain the spectra of all classes except the target spectrum; i.e., the dictionary should be overcomplete. However, most representation models cannot satisfy this condition. Moreover, due to the potentially large spectral similarity between the target and the background, representation models perform poorly in background suppression. Aiming to solve these issues, a novel adaptively dictionary construction (ADC) strategy with background suppression sparse representation (BSSR) module is proposed in this letter, called adaptively dictionary construction for target detection (ADCTD). Specifically, the proposed ADC is adopted to segment the HSI into superpixels consisting of pixels with similar spectra. This process can be considered as an unsupervised coarse classification process, which can construct an overcomplete background dictionary. In addition, the BSSR is adopted to improve the separation of the target and background by a linear function. Experiments on three datasets demonstrate the superiority of the proposed ADCTD.

0 comments on commit ca59982

Please sign in to comment.