Radar Pulse Deinterleaving with Transformer Based Deep Metric Learning
Edward Gunn, Adam Hosford, Daniel Mannion, Jarrod Williams, Varun Chhabra, Victoria Nockles
TL;DR
This work tackles radar pulse deinterleaving when the number of emitters is unknown. It proposes a metric-learning pipeline that uses a sequence-to-sequence transformer trained with triplet loss to produce emitter-discriminative pulse embeddings, which are then clustered non-parametrically to recover emitter partitions. The method is evaluated on synthetic data using extrinsic clustering metrics such as AMI, ARI, and V-measure, with the transformer achieving strong performance (e.g., AMI ≈ 0.882) and outperforming a GRU baseline and an identity clustering approach. The study highlights practical considerations, including over-splitting at low emitter counts and the need to extend to longer sequences and real data, outlining directions for future work.
Abstract
When receiving radar pulses it is common for a recorded pulse train to contain pulses from many different emitters. The radar pulse deinterleaving problem is the task of separating out these pulses by the emitter from which they originated. Notably, the number of emitters in any particular recorded pulse train is considered unknown. In this paper, we define the problem and present metrics that can be used to measure model performance. We propose a metric learning approach to this problem using a transformer trained with the triplet loss on synthetic data. This model achieves strong results in comparison with other deep learning models with an adjusted mutual information score of 0.882.
