paper-with-me

Papers

Multi-frame Detection via Graph Neural Networks: A Link Prediction Approach

2024-10-17 · ZhiHao Lin, Chang Gao, Junkun Yan, Qingfu Zhang, Hongwei Liu

Multi-frame detection algorithms can effectively utilize the correlation between consecutive echoes to improve the detection performance of weak targets. Existing efficient multi-frame detection algorithms are typically based on three sequential steps: plot extraction via a relative low primary threshold, track search and track detection. However, these three-stage processing algorithms may result in a notable loss of detection performance and do not fully leverage the available echo information across frames. As to applying graph neural networks in multi-frame detection, the algorithms are primarily based on node classification tasks, which cannot directly output target tracks. In this paper, we reformulate the multi-frame detection problem as a link prediction task in graphs. First, we perform a rough association of multi-frame observations that exceed the low threshold to construct observation association graphs. Subsequently, a multi-feature link prediction network is designed based on graph neural networks, which integrates multi-dimensional information, including echo structure, Doppler information, and spatio-temporal coupling of plots. By leveraging the principle of link prediction, we unifies the processes of track search and track detection into one step to reduce performance loss and directly output target tracks. Experimental results indicate that, compared with traditional single-frame and multi-frame detection algorithms, the proposed algorithm improves the detection performance of weak targets while suppressing false alarms. Additionally, interpretable analysis shows that the designed network effectively integrates the utilized features, allowing for accurate associations between targets and false alarms.

📄 PDF Abstract BibTeX arXiv:2410.13436

Code (0)

등록된 구현이 없습니다.

Tasks

Link PredictionNode Classification

Similar Papers 제목 키워드 기반

DSSLP: A Distributed Framework for Semi-supervised Link Prediction

2020-02-27 · Dalong Zhang, Xianzheng Song, Ziqi Liu, Zhiqiang Zhang 외

Link prediction is widely used in a variety of industrial applications, such as merchant recommendation, fraudulent transaction detection, and so on. However, it's a great challenge to train and deploy a link prediction …

Link PredictionPrediction

ReLaText: Exploiting Visual Relationships for Arbitrary-Shaped Scene Text Detection with Graph Convolutional Networks

2020-03-16 · Chixiang Ma, Lei Sun, Zhuoyao Zhong, Qiang Huo

We introduce a new arbitrary-shaped text detection approach named ReLaText by formulating text detection as a visual relationship detection problem. To demonstrate the effectiveness of this new formulation, we start from…

Link PredictionRegion ProposalRelationship DetectionScene Text Detection+2

Novel Node Category Detection Under Subpopulation Shift

2024-04-01 · Hsing-Huan Chung, Shravan Chaudhari, Yoav Wald, Xing Han 외

In real-world graph data, distribution shifts can manifest in various ways, such as the emergence of new categories and changes in the relative proportions of existing categories. It is often important to detect nodes of…

Link Prediction

Learning to Extrapolate Knowledge: Transductive Few-shot Out-of-Graph Link Prediction

2020-06-11 · NeurIPS 2020 12 · Jinheon Baek, Dong Bok Lee, Sung Ju Hwang

Many practical graph problems, such as knowledge graph construction and drug-drug interaction prediction, require to handle multi-relational graphs. However, handling real-world multi-relational graphs with Graph Neural …

graph constructionKnowledge Graph CompletionLink PredictionMeta-Learning+1

Euler: Detecting Network Lateral Movement via Scalable Temporal Link Prediction

2022-04-24 · NDSS 2022 4 · Isaiah J. King, H. Howie Huang

Lateral movement is a key stage of system compromise used by advanced persistent threats. Detecting it is no simple task. When network host logs are abstracted into discrete temporal graphs, the problem can be reframed …

Dynamic Link PredictionEdge DetectionGraph LearningGraph Neural Network+2