Journal of Computer Applications ›› 2026, Vol. 46 ›› Issue (9): 2867-2876.DOI: 10.11772/j.issn.1001-9081.2025081040

• Cyber security • Previous Articles    

ADS-B attack detection method based on improved DeepLabV3+

Lixia XIE1, Chaoyue CAO2, Hongyu YANG1,2()   

  1. 1.College of Computer Science and Artificial Intelligence,Civil Aviation University of China,Tianjin 300300,China
    2.College of Safety Science and Engineering,Civil Aviation University of China,Tianjin 300300,China
  • Received:2025-09-09 Revised:2025-11-05 Accepted:2025-11-10 Online:2025-11-17 Published:2026-09-10
  • Contact: Hongyu YANG
  • About author:XIE Lixia, born in 1974, M. S., professor. Her research interests include network information security.
    CAO Chaoyue, born in 1998, M. S. candidate. His research interests include network information security, ADS-B security.
    YANG Hongyu, born in 1969, Ph. D., professor. His research interests include network and system security, software security detection, situational perception of network security.
  • Supported by:
    Key Project of Civil Aviation Joint Fund of National Natural Science Foundation of China(U2433205)

基于改进DeepLabV3+的ADS-B攻击检测方法

谢丽霞1, 曹超越2, 杨宏宇1,2()   

  1. 1.中国民航大学 计算机与人工智能学院,天津 300300
    2.中国民航大学 安全科学与工程学院,天津 300300
  • 通讯作者: 杨宏宇
  • 作者简介:谢丽霞(1974—),女,重庆人,教授,硕士,CCF高级会员,主要研究方向:网络信息安全
    曹超越(1998—),男,河北沧州人,硕士研究生,主要研究方向:网络信息安全、ADS-B安全
    杨宏宇(1969—),男,吉林长春人,教授,博士生导师,博士,CCF高级会员,主要研究方向:网络与系统安全、软件安全检测、网络安全态势感知。
  • 基金资助:
    国家自然科学基金民航联合研究基金重点项目(U2433205)

Abstract:

To address the problems that the communication messages of Automatic Dependent Surveillance-Broadcast (ADS-B) system lack encryption and identity authentication mechanisms and are vulnerable to spoofing attacks such as replay and trajectory forgery, but traditional detecting models cannot identify anomalies in the system, an ADS-B attack detection method based on an improved DeepLabV3+ model was proposed. First, the original tabular ADS-B data were reconstructed into grayscale images through grayscale mapping, thereby enabling the visualization of spatio-temporal features. Then, to overcome the weak feature extraction capability and blurred segmentation boundaries of DeepLabV3+ model when processing ADS-B image data, a Haar Wavelet Downsampling (HWD) module was used to replace the max-pooling operation in the ResNet101 backbone network, thereby preserving key features such as trajectory anomalies and local perturbations during dimensionality reduction effectively. Finally, a Simple parameter-free Attention Mechanism (SimAM) was introduced after the ADS-B low-level feature map to enhance the representation of local spatial structures, and a Fusion Convolutional Block Attention Module (F_CBAM) was incorporated after the Atrous Spatial Pyramid Pooling (ASPP) module to highlight critical semantic regions through the parallel interaction of channel and spatial attentions. Experimental results on an ADS-B dataset show that compared with the baseline DeepLabV3+ model, the proposed method achieves a 6.73 percentage points improvement in mean Intersection over Union (mIoU). In complex attack scenarios, the proposed method has the F1-scores for Denial of Service (DoS) attacks and random noise reached 96.07% and 92.55%, respectively, which are significantly higher than those of mainstream models such as U-Net (U-shaped convolutional Network), SegFormer (Segmentation Transformer), and K-Net (Kernel Network), providing a new approach for accurate detection of ADS-B attacks.

Key words: Automatic Dependent Surveillance-Broadcast (ADS-B), attack detection, semantic segmentation, Haar Wavelet Downsampling (HWD), attention mechanism

摘要:

针对广播式自动相关监视(ADS-B)系统通信报文缺乏加密与身份认证机制,易受到重放和轨迹伪造等欺骗性攻击,传统检测模型难以精确识别异常的问题,提出一种基于改进DeepLabV3+的ADS-B攻击检测方法。首先,通过构建灰度图将原本的ADS-B表格数据重构为灰度图,实现时空特征的图像化表达;其次,针对DeepLabV3+模型对ADS-B图像数据细节提取能力弱和分割图像边界模糊的问题,采用Haar小波下采样(HWD)模块替代ResNet101主干网络中的最大池化操作,在降维过程中有效保留轨迹异常与局部突变等关键特征;最后,在ADS-B低层特征图后引入无参注意力机制(SimAM),以强化局部空间结构表达,并在空洞空间金字塔池化(ASPP)模块后引入融合卷积块注意力模块(F_CBAM),通过通道与空间注意力并行交互突出关键语义区域。在ADS-B数据集上的实验结果表明,与基础DeepLabV3+模型相比,所提方法的平均交并比(mIoU)提高了6.73个百分点;在面对复杂攻击,尤其是拒绝服务(DoS)攻击和随机噪声攻击时,所提方法的F1分数分别达到96.07%与92.55%,显著优于U-Net(U-shaped convolutional Network)、SegFormer(Segmentation Transformer)和K-Net(Kernel Network)等主流模型,为ADS-B攻击的精准检测提供了新思路。

关键词: 广播式自动相关监视, 攻击检测, 语义分割, Haar小波下采样, 注意力机制

CLC Number: