Advanced Search
Articles in press have been peer-reviewed and accepted, which are not yet assigned to volumes /issues, but are citable by Digital Object Identifier (DOI).
Display Method:
A Cryptographic Side-Channel Security Modeling and Formal Verification Method
WANG Xingxin, HU Wei, HUANG Xuan, LIN Chenyu, ZHOU Yi
 doi: 10.11999/JEIT260631
[Abstract](8) [PDF 3234KB](1)
Abstract:
  Objective  Compared with post-silicon side-channel security analysis, pre-silicon side-channel security verification during the design phase enables the earlier identification of potential side-channel security vulnerabilities in cryptographic core designs, thereby effectively reducing the cost and time of post-silicon remediation. However, most existing pre-silicon side-channel security assessment approaches rely on data-driven statistical analysis or artificial intelligence techniques and require complex calculations on large amounts of data to mitigate the impact of insufficient coverage on the assessment results. In addition, existing methods typically adopt independent modeling strategies for different types of side channels, lacking a unified side-channel security modeling approach. A cryptographic side-channel security modeling and formal verification method is proposed, supporting unified and automated modeling of different types of side channels by constructing a side-channel security model. The method can identify potential timing side-channel, power side-channel and fault injection vulnerabilities in cryptographic core designs, and analyze the effectiveness of side-channel countermeasures based on side-channel security property checking.  Methods  The proposed cryptographic side-channel security modeling and formal verification method includes side-channel security model construction, side-channel security property extraction, and side-channel security verification. The side-channel security model uses information flow analysis to characterize timing side-channel leakage, power side-channel leakage, and fault propagation behavior in cryptographic core designs, providing an effective mathematical model for side-channel security verification. Specifically, the side-channel security model utilizes changes in signal labels to analyze information flows during the encryption process by assigning a label to a signal bit and defining label propagation rules. Side-channel security properties formally describe the behavioral characteristics of side-channel leakage, including timing properties, power properties, and fault properties, providing theoretical support for side-channel security verification. Side-channel security verification uses the extracted security properties as verification constraints and employs formal verification tools to identify potential timing side-channel, power side-channel, and fault injection vulnerabilities in cryptographic core designs. Furthermore, the method can analyze the effectiveness of masking and fault injection countermeasures against side-channel vulnerabilities.  Results and Discussions  The proposed side-channel security verification method utilizes formal verification techniques to accurately identify potential side-channel security vulnerabilities in various block cipher core designs, and evaluate the effectiveness of side-channel countermeasures based on side-channel security property constraints. The timing side-channel verification results demonstrate that the proposed method can accurately identify timing side-channel security vulnerabilities in AES, SM4, LED, PRESENT, and IDEA core designs within 20s (Table 2, Fig. 7). No timing side-channel vulnerabilities are identified in the other cryptographic core designs, except for IDEA, which exhibits timing side-channel vulnerabilities caused by modular multiplication operations. The power side-channel security verification results show that formal checks based on controllability property, key–power distinguishability coupling property and key–power nonlinear coupling property can accurately identify target modules with potential power side-channel security vulnerabilities in AES, SM4, LED and PRESENT within 1 minute (Table 3). The key expansion module in cryptographic core designs does not cause key leakage through key-dependent power consumption, as it fails to satisfy the controllability property. In addition, the experimental results indicate that the masking protection in the RSM core design can prevent the correct key from being distinguished through random masking (Fig. 8). The fault injection security verification results for three AES core designs with infective countermeasures demonstrate that the proposed method can analyze the effectiveness of fault infection countermeasures. The results show that the infection countermeasure requires not only altering the fault propagation path but also disrupting the algebraic relationships among faults (Table 4, Fig. 10).  Conclusions  This paper proposes a cryptographic side-channel security modeling and formal verification method to address the lack of formal mathematical models and the limited completeness of existing data-driven side-channel security assessment methods. The proposed method first achieves unified modeling of timing leakage, power leakage, and fault propagation behaviors from the perspective of information flow analysis. Based on the constructed side-channel security model, side-channel security properties are extracted to formally characterize the behavioral features of side-channel information leakage and propagation during the encryption process. Potential side-channel security vulnerabilities in cryptographic core designs are then identified through formal checking using the extracted security properties as constraints. The proposed method provides an effective solution for the unified modeling and formal security verification of different types of side channels. Experimental results obtained from the side-channel security verification of various block cryptographic core designs demonstrate that: (1) the proposed method can uniformly model timing side-channel leakage, power side-channel leakage, and fault propagation behaviors in cryptographic core designs; (2) the proposed method can accurately identify timing side-channel vulnerabilities, power side-channel vulnerabilities, and fault injection vulnerabilities in cryptographic core designs, including AES, SM4, IDEA, LED and PRESENT; (3) the proposed method can analyze the effectiveness of masking and fault infection countermeasures. However, this study only qualitatively identifies side-channel security vulnerabilities in cryptographic core designs; pre-silicon quantitative assessment of side-channel leakage should be investigated in future work.
A Lightweight Dual-Stream Convolutional Network Feature Fusion Method for UAV RF Recognition
DONG Pengyu, XIANG Xin, LV Siting, LIANG Yuan, WANG Rui, MAO Hu
 doi: 10.11999/JEIT260464
[Abstract](8) [PDF 5044KB](1)
Abstract:
  Objective  With the rapid proliferation of Unmanned Aerial Vehicles (UAVs) and the escalating demand for airspace security, radio frequency (RF) fingerprint recognition has emerged as a pivotal technology for identifying non-cooperative UAVs. However, existing methods grapple with significant challenges, including poor robustness in low signal-to-noise ratio (SNR) environments and prohibitive computational complexity, which severely hinder their deployment on resource-constrained tactical edge devices. To address these critical limitations, this paper proposes a novel lightweight dual-stream convolutional network tailored for UAV RF recognition. This network is designed to extract static spectral texture features and dynamic temporal gradient features in parallel, complemented by a meticulously crafted lightweight feature fusion strategy.  Methods  The proposed network architecture is ingeniously designed to process RF signals. The input signal undergoes a Short-Time Fourier Transform (STFT) to generate a two-dimensional spectrogram, which serves as the primary input. The network is bifurcated into two parallel streams: a static stream and a dynamic stream. The static stream is engineered to capture the inherent static spectral patterns and energy distributions within the STFT spectrogram. It comprises a series of stacked convolutional blocks, each integrating convolutional layers, batch normalization, and ReLU activation functions, followed by max-pooling layers to progressively downsample the feature maps and increase the channel depth. Conversely, the dynamic stream is dedicated to enhancing feature discriminability, particularly in low-SNR scenarios. It begins by computing the temporal gradient of the input spectrogram, effectively suppressing static background noise and accentuating dynamic signal variations. This gradient map is then processed by a symmetric set of convolutional blocks, mirroring the structure of the static stream. To maintain model efficiency, an element-wise addition fusion strategy is employed to integrate the features from both streams, ensuring a balance between feature complementarity and computational overhead. The fused features are subsequently fed into a classification head, consisting of an adaptive average pooling layer, dropout layers for regularization, and fully connected layers to produce the final classification output. Extensive experiments are conducted on the publicly available DroneRF dataset, encompassing ablation studies to dissect the contribution of each component, comparative analyses of various fusion strategies, and rigorous evaluations of the model’s lightweight characteristics.  Results and Discussions  The experimental results unequivocally demonstrate the efficacy of the proposed method. The dual-stream network achieves a remarkable 95.65% accuracy on the test set, representing a substantial 5 percentage point improvement over the best-performing single-stream network. A critical analysis reveals that the temporal gradient operation contributes significantly to this enhancement by improving the average SNR by 1 dB, thereby bolstering feature discriminability in challenging low-SNR environments. Furthermore, the model’s lightweight design is a standout feature, with a mere 0.58 million parameters, making it eminently suitable for deployment on tactical edge devices. Ablation studies and feature visualization analyses provide compelling evidence for the complementary nature of static and dynamic features. The static stream adeptly captures broad spectral contours, while the dynamic stream focuses on fine-grained temporal variations. The element-wise addition fusion strategy proves superior, outperforming other approaches like feature concatenation and attention-based fusion in terms of both performance and computational efficiency, thereby validating the rationale behind the lightweight design.  Conclusions  This paper presents a comprehensive solution to the challenges of UAV RF recognition in complex environments by proposing a lightweight dual-stream convolutional network. The method effectively enhances recognition accuracy and robustness through the synergistic combination of dual-stream feature extraction and the SNR-enhancing properties of temporal gradient features, all while maintaining a lightweight architecture suitable for edge deployment. The proposed approach offers a significant advancement in the field, providing a robust and efficient solution for UAV identification. Future research endeavors will focus on further enhancing the model’s adaptability to complex electromagnetic environments, incorporating the effects of sensor noise, and extending the framework to multi-UAV cooperative scenarios.
Complex-domain Joint Spectrum Sensing Method for UAV Swarms in Complex Electromagnetic Environments
QIAN Hui, CHEN Li, YIN Huarui, WANG Weidong
 doi: 10.11999/JEIT260499
[Abstract](8) [PDF 0KB](0)
Abstract:
  Objective  The rapid development of the low-altitude economy is increasing the use of unmanned aerial vehicle (UAV) swarms in emergency communication, urban logistics, reconnaissance, and low-altitude network coverage. These applications require reliable spectrum awareness to support cooperative communication, dynamic spectrum access, and interference avoidance. However, low-altitude electromagnetic environments often contain low-SNR signals, multipath propagation, non-cooperative interference, and multiple coexisting transmissions. Conventional energy, cyclostationary-feature, and matched-filter detectors are sensitive to noise uncertainty, computational cost, or prior waveform knowledge. Learning-based methods can improve robustness, but many rely on power spectral density (PSD) or short-time Fourier transform (STFT) representations. These representations may weaken phase information or require costly two-dimensional time-frequency preprocessing. Existing methods also focus mainly on spectrum occupancy and provide limited information about overlapping transmissions. This study therefore develops a low-latency joint sensing method that preserves magnitude and phase information while estimating spectrum occupancy and interference overlap for each frequency bin. The method is intended for local spectrum sensing at UAV nodes under resource and latency constraints.  Methods  The proposed RadioSEUnet pipeline contains two stages: magnitude-phase feature construction and joint spectrum-state estimation. First, each complex baseband in-phase/quadrature (I/Q) sequence is multiplied by a Hann window and transformed using a one-dimensional fast Fourier transform (FFT). The resulting complex spectrum is decomposed into logarithmic magnitude and phase components. The two components are normalized separately and stacked as a two-channel feature tensor. Binary labels indicate spectrum occupancy and multi-signal overlap at each frequency bin. RadioSEUnet adopts a U-shaped encoder-bottleneck-decoder architecture with four encoder stages containing 64, 128, 256, and 512 channels. Each RadioSEBlock combines a complex-parameterized convolution, squeeze-and-excitation channel attention, and a residual connection. The convolution couples the magnitude and phase feature streams through constrained cross-channel operations. Two prediction heads convert the shared representation into a spectrum-occupancy probability mask and an interference-overlap probability mask. The model is optimized using an equally weighted sum of two binary cross-entropy losses. Training uses AdamW, cosine-annealing learning-rate scheduling, early stopping, a batch size of 64, and at most 200 epochs. The complete data collection contains 72,000 complex I/Q records, including 48,000 simulated records and 24,000 measured records. The simulated subset covers Wi-Fi, BLE, ZigBee, LoRa, QPSK/16QAM, FM, and AM signals. Signal-to-noise ratios range from –15 dB to 10 dB under additive white Gaussian noise and Rayleigh fading. The measured subset was collected using a USRP N310 in the 2.4–2.5 GHz ISM band at 100 MS/s over a 1 ms observation interval. The controlled quantitative evaluation uses an 8:1:1 split of the simulated subset. A separate simulated-to-measured protocol is defined in the main text to examine cross-domain generalization. RadioSEUnet is compared with six PSD- or STFT-based baselines under matched data splits and hardware conditions. Performance is measured using intersection over union (IoU), precision, recall, preprocessing time, inference time, and total sensing latency.  Results and Discussions  The SNR-dependent quantitative results reported here are obtained using the controlled simulated-data protocol. At -15 dB, RadioSEUnet achieves an IoU of 0.768 and a recall of 0.846 for spectrum occupancy detection. Compared with the second-best STFT-RADN baseline, these values correspond to absolute improvements of 0.186 and 0.166, respectively. For interference-overlap detection, RadioSEUnet achieves an IoU of 0.456 and a precision of 0.768 at –15 dB. The corresponding improvements over STFT-RADN are 0.246 and 0.275. The lower IoU for interference-overlap detection indicates that weak overlap boundaries remain difficult to separate from strong-signal sidelobes and background noise. The latency evaluation is conducted on the workstation specified in the main text. Magnitude-phase preprocessing requires 21.04 ms, and network inference requires 4.77 ms, producing a total sensing latency of approximately 25.81 ms. STFT-YOLOv3 requires 98.9 ms under the same hardware setting, so the proposed pipeline is approximately 3.8 times faster in this comparison. Ablation experiments show that magnitude-phase preprocessing, complex-parameterized feature coupling, and channel attention each improve low-SNR sensing performance. Removing the magnitude-phase preprocessing produces the largest degradation. These results indicate that preserving complementary magnitude and phase information is useful for weak-signal and interference-overlap detection. They do not, however, establish performance on airborne hardware or across unreported radio environments.  Conclusions  RadioSEUnet combines a magnitude-phase representation, constrained cross-channel feature coupling, channel attention, multiscale feature fusion, and dual-head prediction. It jointly estimates spectrum occupancy and interference-overlap states while avoiding two-dimensional STFT preprocessing. Under the controlled simulated-data protocol, the method provides higher point estimates than the six evaluated baselines at low SNR and reduces total sensing latency on the evaluated workstation. The present evidence is limited to the reported signal types, channel models, hardware configuration, and the 2.4–2.5 GHz measurement band. Quantitative simulated-to-measured results, tests on wider bands, additional interference types, repeated trials, and deployment on airborne edge hardware are still required. Future work will therefore focus on cross-domain validation, lightweight deployment, boundary-aware interference modeling, and integration with spectrum resource management for UAV networks.
Design of a Channel-Adaptive Denoiser for Digital Semantic Communications
WU Yanjun, LIU Zhangyuhang, YANG Wenxin, YAN Mubiao, ZHOU Hao, ZHAO Yajun, XIE Zhuochen, LIANG Xuwen
 doi: 10.11999/JEIT260523
[Abstract](14) [PDF 3045KB](0)
Abstract:
  Objective  Practical semantic communication should simultaneously satisfy two requirements: compatibility with existing digital communication infrastructures and robustness under varying channel conditions. Semantic-oriented modulation (SOM) provides a feasible way to map continuous semantic features into layered digital constellation symbols, thereby making semantic transmission compatible with conventional digital systems. However, the digitization process also introduces structured quantization distortion, which makes receiver-side recovery more difficult than in continuous semantic transmission. Although diffusion models have shown strong capability in channel-adaptive semantic recovery, directly applying them to SOM-based digital semantic communication is still limited by the structured distortion introduced by SOM. Therefore, this paper focuses on channel-adaptive receiver design for digital semantic communication and investigates how to compensate SOM-induced structured distortion before subsequent recovery.  Methods  An SOM-based digital semantic communication system for image transmission over an additive white Gaussian noise (AWGN) channel is considered. The proposed receiver adopts a two-stage structure composed of a Quantization Noise Predictor (QNP) and a diffusion recovery module. In the first stage, QNP estimates and compensates the structured quantization distortion introduced by SOM from the layer-wise soft received symbols. In the second stage, the compensated semantic representation is further refined by a diffusion denoiser, whose inference step number is adaptively selected according to the estimated signal-to-noise ratio (SNR). The QNP includes a shared feature extraction frontend, a classification branch exploiting discrete SOM constellation priors, and a regression branch performing fine-grained continuous distortion compensation. A Feature-wise Linear Modulation (FiLM) mechanism is used to incorporate SOM parameters and channel-state information, so that the same QNP can adapt to different modulation configurations and channel conditions. In addition, a composite loss with classification loss, regression loss, and distribution regularization is designed to improve the statistical properties of the compensated residual noise.  Results and Discussions  Experiments are conducted on the CLIC dataset using PSNR and MS-SSIM. First, the proposed method is compared with VAE, VAE+Diff, VAE+SOM, VAE+SOM+QNP, VAE+SOM+Diff, and JCM. The results show that direct SOM-based digitization causes noticeable performance degradation, while the proposed method consistently improves reconstruction quality over digital semantic baselines. In particular, QNP alone already provides stable gains over the SOM-only receiver, indicating that its effectiveness does not rely on diffusion recovery itself. Moreover, VAE+SOM+QNP achieves performance close to VAE+SOM+Diff while requiring much lower computational cost, and combining QNP with diffusion yields the best overall performance. Second, two training strategies, namely independent QNP training and diffusion-assisted fine-tuning, are compared. The results show that diffusion-assisted fine-tuning provides only limited additional gains but significantly increases training cost and complexity, so independent training offers a more practical balance. Third, experiments under different SOM configurations and different SNR conditions verify that QNP provides stable gains across different modulation orders and SOM layer settings. Latency analysis further shows that QNP introduces only a small fixed overhead, whereas the diffusion module dominates the total inference time; therefore, the adaptive diffusion-step schedule is selected according to the measured latency-PSNR trade-off. Fourth, Gaussianity analysis based on the Kullback-Leibler divergence and Wasserstein distance shows that QNP compensation significantly improves the Gaussianity of the residual noise, while the version with distribution regularization achieves the best statistical consistency.  Conclusions  This paper proposes a channel-adaptive receiver for digital semantic communication, in which QNP-based front-end compensation is combined with diffusion-based semantic recovery. The main contribution lies in introducing a lightweight and independently effective QNP module to compensate SOM-induced structured quantization distortion before subsequent recovery. Experimental results show that QNP alone can already stably improve digital semantic reconstruction under different SNR conditions and different SOM configurations, while its combination with diffusion recovery yields the best overall performance. Therefore, the proposed method provides an effective way to improve semantic reconstruction quality and channel adaptability while preserving compatibility with existing digital communication infrastructures.
Fusing Global Perspective Rectification and Fine-grained SemanticDecoupling for Language-conditioned Robotic Grasp Detection
LIU Jin, LIU Zhitai, LI Zihan, SUN Yanjing, MIAO Yanzi, YUAN Xianfeng
 doi: 10.11999/JEIT260442
[Abstract](187) [FullText HTML](83) [PDF 9951KB](8)
Abstract:
  Objective  Accurate grasp detection from language instructions is essential for service robots to achieve natural human-robot interaction. Existing methods primarily rely on large-scale data-driven training or hierarchical feature fusion to align visual perception with textual instructions. However, they generally overlook the strong coupling between target objects and background clutter in low-level visual features, leading to degraded compositional generalization under cross-view and unseen-scene conditions. To address this limitation, a dual-view cross-scene grasp detection and object localization dataset is constructed to systematically evaluate and improve the compositional generalization of existing models. Based on this benchmark, a Simultaneous Grasp detection and object Localization Network (SGL-Net) is proposed to jointly predict object locations and optimal grasp poses. The proposed framework enables service robots to manipulate objects according to natural language instructions in real-world dynamic environments, providing technical support for embodied intelligence.  Methods  The proposed SGL-Net is illustrated in Fig. 1. First, a Cross-modal Global Context Modulation Module (CGCMM) is proposed to exploit semantic priors from language instructions for adaptive viewpoint correction and background suppression during the early stage of visual feature extraction. Second, a Word-Pixel Cross-modal Alignment Module (WPCAM) is designed to achieve fine-grained semantic decoupling through a flattening-based cross-modal attention mechanism, thereby improving semantic understanding in complex dynamic scenes. Finally, a unified decoder jointly predicts object locations and optimal grasp poses from the fused multimodal features.  Results and Discussions  Extensive quantitative and qualitative experiments are conducted on the reconstructed dual-view cross-scene dataset containing bottom-view and top-view scenes and on a real-world robotic grasping platform. Comparative results demonstrate that SGL-Net consistently outperforms mainstream CNN-based and CLIP-based methods in both grasp detection and object localization (Tables 2 and 3). Ablation studies further verify the effectiveness of CGCMM and WPCAM in improving fine-grained semantic alignment and semantic decoupling (Tables 4 and 5). Furthermore, qualitative results (Figs. 46) and real-world robotic experiments (Fig. 7) demonstrate that SGL-Net can be reliably deployed in complex physical environments. Overall, the proposed network exhibits strong generalization capability and excellent potential for practical robotic applications.  Conclusions  To improve cross-view and cross-scene generalization in language-conditioned robotic grasp detection, this paper constructs a dedicated validation dataset and proposes SGL-Net, which jointly performs grasp detection and object localization. By integrating CGCMM and WPCAM, the proposed network accurately localizes instruction-specified objects and predicts optimal grasp poses. Experimental results obtained on multiple benchmark scenarios and a real-world robotic platform demonstrate the superior performance and practical applicability of the proposed method. Future work will focus on integrating Large Multimodal Models (LMMs) and adapting the proposed framework through fine-tuning to further improve zero-shot robotic grasp detection.
Decision Learning Correction Network: Fusion Classification of Hyperspectral Images and LiDAR Data
WANG Haoyu, LIU Nuofei, CHENG Yuhu, LIU Xiaomin, WANG Xuesong
 doi: 10.11999/JEIT260362
[Abstract](334) [FullText HTML](147) [PDF 4877KB](27)
Abstract:
  Objective  HyperSpectral Images (HSI) and Light Detection And Ranging (LiDAR) provide complementary information for land-cover classification. HSI captures rich spectral information for material discrimination, while LiDAR provides elevation and structural information for spatial characterization. However, most existing fusion methods treat multimodal fusion as a one-shot static aggregation process, implicitly assuming that a fixed fusion strategy is applicable to all pixels and regions. This assumption is difficult to satisfy in complex remote sensing scenes, where class-boundary and cross-modal heterogeneous regions exhibit high information density but account for only a small proportion of samples (Fig. 1). To address this limitation, this paper proposes a Decision Learning Correction Network (DLCN) that reformulates static HSI-LiDAR fusion as a context-dependent sequential decision-making process.  Methods  The proposed DLCN consists of feature extraction, fusion decision learning, and classification. First, HSI and LiDAR are processed through two parallel branches to extract spectral and spatial features and elevation and structural features, respectively. The extracted features are then concatenated to form the current state and are fed into an Actor-Critic framework. The Actor network generates fusion actions to adaptively adjust modality contributions, while the Critic network evaluates the long-term value of each action for classification. To improve learning from difficult samples, a key-sample-oriented sampling module assigns higher sampling probabilities to samples with larger modal fidelity loss. Meanwhile, a modal fidelity constraint mechanism evaluates spectral fidelity, feature consistency, structural preservation, and resolution matching, and corrects destructive actions during fusion. Through this closed-loop framework, DLCN performs dynamic generation, evaluation, and correction of fusion actions, thereby producing high-quality fusion features for classification (Fig. 2).  Results and Discussions  Experiments are conducted on the Houston2013, Trento, and MUUFL datasets. DLCN achieves the highest Overall Accuracy (OA) of 97.85%, 99.58%, and 94.38% on the three datasets, respectively, outperforming CHNet, DSymFuser, mPMCL, MEDFN, S3F2Net, and MSAF. The classification maps demonstrate that DLCN effectively reduces misclassification in class-boundary, mixed land-cover, and structurally complex regions, producing results that more closely match the ground-truth maps across all three datasets (Figs. 35). Ablation studies further demonstrate that the value-guided policy optimization mechanism, key-sample-oriented sampling module, and modal fidelity constraint mechanism each improve classification performance. Compared with the baseline models, the complete DLCN consistently increases OA on Houston2013, Trento, and MUUFL, validating the effectiveness of the proposed decision-learning-correction framework. Time-step analysis shows that DLCN progressively improves classification accuracy while maintaining stable spectral-angle variation during sequential decision making (Fig. 6). Furthermore, DLCN achieves inference times of 1.32 s, 0.86 s, and 2.23 s on the three datasets, respectively, ranking first among the compared methods. These results indicate that the additional computation introduced by the Actor-Critic decision framework and modal fidelity constraint mechanism is effectively translated into improved classification performance without imposing excessive computational cost.  Conclusions  This paper proposes a DLCN for HSI and LiDAR fusion classification. Unlike conventional static fusion methods, DLCN formulates multimodal fusion as a sequential decision-making process and adaptively adjusts fusion strategies according to the local context. Its closed-loop framework enables fusion actions to be generated, evaluated, and corrected throughout the decision process, thereby producing high-quality fusion features for classification. Experimental results demonstrate that DLCN produces more accurate classification maps in heterogeneous remote sensing scenes, and the time-step analysis further confirms the stability of the sequential decision-making process. Future work will focus on more fine-grained feature representation and more robust policy optimization to improve model generalization in complex remote sensing scenes.
Radiation-Hardened Ga2O3 MOSFET Design Featuring NiO Heterojunction and Comb-Shaped Gate Modulation
GAO Sheng, ZHANG Lin, WU Yanjun, WANG Qi, JING Liang
 doi: 10.11999/JEIT260396
[Abstract](419) [FullText HTML](182) [PDF 13582KB](20)
Abstract:
  Objective  Gallium Oxide Metal-Oxide-Semiconductor Field-Effect Transistor (Ga2O3 MOSFET) is regarded as a promising power device for high-voltage applications, particularly in aerospace and satellite power systems, because of its ultra-wide bandgap and high critical breakdown field. However, the Conventional MOSFET (C-MOSFET) exhibits limited reliability in space radiation environments. Under off-state conditions, the electric field is highly concentrated near the gate edge. Heavy-ion irradiation generates dense electron-hole pairs along the ion track. Driven by the intense electric field, these carriers undergo avalanche multiplication through impact ionization, causing the drain current to increase sharply without recovery and ultimately leading to irreversible Single-Event Burnout (SEB) at relatively low drain bias. This failure mechanism severely limits the application of Ga2O3 MOSFETs in harsh radiation environments. Furthermore, the lack of reliable and efficient p-type doping restricts the implementation of conventional radiation-hardening techniques, including junction termination extension and junction isolation. Therefore, ionization-induced carriers readily accumulate in sensitive regions, increasing susceptibility to Single-Event Effect (SEE). The extremely low thermal conductivity of Ga2O3 further promotes local heat accumulation following heavy-ion irradiation, producing localized hot spots that increase the likelihood of thermal burnout. Existing hardening approaches, including field-plate optimization and dielectric engineering, provide only limited improvement. Moreover, the application of heterojunction structures for radiation hardening has rarely been investigated, and systematic hardening strategies have not yet been established. To address these limitations, this paper proposes a Comb-Shaped Gate Metal-Oxide-Semiconductor Field-Effect Transistor (CSG-MOSFET) incorporating a NiO heterojunction. The proposed structure redistributes the channel electric field, suppresses electric-field crowding at the conventional gate edge, and significantly improves SEB tolerance, providing an effective solution for Ga2O3 power devices operating in harsh radiation environments.  Methods  Technology Computer-Aided Design (TCAD) simulations are performed to evaluate the electrical characteristics and SEB performance of the proposed CSG-MOSFET in comparison with the C-MOSFET. The simulations incorporate high-field mobility, Shockley-Read-Hall recombination, Auger recombination, impact ionization, and heavy-ion models. Based on the charge-compensation effect of the p-NiO/n-Ga2O3 heterojunction, the proposed structure utilizes the extended depletion region formed at the heterointerface to redistribute the channel electric field. This heterojunction-induced depletion region improves electric-field uniformity and enhances SEB tolerance. Furthermore, the comb-shaped gate columns, operating together with the extended gate field plate, relocate the peak electric field away from the conventional gate edge, suppress local electric-field crowding, and improve device reliability under high-voltage and radiation conditions.  Results and Discussions  Simulation results demonstrate that the optimized Double Comb-Shaped Gate MOSFET (DCSG-MOSFET) significantly improves radiation hardness compared with the C-MOSFET. The SEB Threshold Voltage (VSEB) increases from 240 V to 2 280 V, while the Breakdown Voltage (BV) increases from 2 000 V to 3 500 V. Meanwhile, the specific on-resistance decreases. Therefore, the Baliga Figure of Merit (BFOM) and the SEB-based figure of merit are substantially improved. The NiO heterojunction and comb-shaped gate columns effectively redistribute the electric field, shifting the peak electric field from the conventional gate edge to the outer gate-column edge and suppressing local electric-field crowding. These improvements substantially enhance the radiation hardness of the device.  Conclusions  A radiation-hardened DCSG-MOSFET incorporating a NiO heterojunction is proposed and evaluated using TCAD simulations. The optimized structure significantly improves SEB tolerance while maintaining excellent electrical performance. Compared with the C-MOSFET, both VSEB and BV are substantially increased, demonstrating enhanced blocking capability. Charge compensation at the p-NiO/n-Ga2O3 heterojunction forms an extended depletion region that effectively redistributes the channel electric field and suppresses electric-field crowding near the conventional gate edge. Furthermore, the comb-shaped gate columns, operating together with the extended gate field plate, relocate the peak electric field to the outermost gate-column edge, thereby suppressing impact ionization induced by heavy-ion irradiation and effectively mitigating SEB. The reduced specific on-resistance further improves the BFOM and the SEB-based figure of merit. These results demonstrate that the proposed DCSG-MOSFET is a promising candidate for power electronic applications in harsh radiation environments, including aerospace and satellite systems.
Indoor Visible Light Positioning Based on CNN-MLP Multi-Feature Fusion under Random Receiver Tilt Conditions
JIA Kejun, WANG Jian, MAO Lifei, YOU Wei, HUANG Ziyang, PENG Duo
 doi: 10.11999/JEIT251021
[Abstract](388) [FullText HTML](200) [PDF 5705KB](26)
Abstract:
  Objective  Traditional Visible Light Positioning (VLP) methods based on Received Signal Strength (RSS) are unstable when the receiver undergoes orientation perturbations. Such perturbations disrupt the correspondence between optical power and spatial position, which makes reliable three-dimensional (3D) positioning difficult. Existing approaches usually rely on Inertial Measurement Units (IMUs) to obtain orientation information. However, sensor fusion increases system complexity and hardware cost and also introduces cumulative errors. To address these issues, this paper proposes a positioning method that fuses incidence-angle cosine estimation derived from a Photodiode (PD) array with RSS information, which enables high-accuracy 3D indoor positioning under receiver orientation perturbations.  Methods  In the proposed fusion-based positioning method, a multi-PD array structure is first adopted, and a Local Coordinate System (LCS) is established at the array center. Constraint equations are then constructed from differences in the optical power received by the PDs in the array. A Gauss-Newton iterative algorithm is used to estimate the incident light direction vector. By exploiting the orthogonal rotation invariance between the LCS and the Global Coordinate System (GCS), the incident-angle cosine is estimated without orientation sensors. A serial CNN-MLP fusion network is then constructed, in which the estimated incident-angle cosine is introduced as an additional positioning feature beyond RSS-based localization. The network jointly models the RSS and incident-angle cosine information received by the PD array and maps them to 3D spatial coordinates. Finally, training samples are generated by Latin Hypercube Sampling (LHS) to uniformly sample spatial positions and orientation dimensions, thereby improving the representativeness of the training dataset.  Results and Discussions  Simulation experiments are conducted in a 4 m × 4 m × 2.5 m indoor environment. First, the effects of different numbers of PDs and different tilt angles on the accuracy of incident-angle cosine estimation and spatial coverage are evaluated (Fig. 6), and the Cumulative Distribution Functions (CDFs) of positioning errors under different array configurations are compared (Fig. 7). The results show that a 3-PD array with a tilt angle of 40° achieves the best balance of cost, coverage, and positioning accuracy. Next, positioning performance under different receiver tilt angles is analyzed. When the tilt angle is small, more than 70% of positioning errors are below 5 cm. Even when the receiver is tilted by up to 55°, the average error remains within 11.7 cm (Fig. 8). Comparisons of error components show that the error along the Z-axis is significantly smaller than those along the X- and Y-axes (Fig. 9). Further tests are conducted at a height of 0.0 m, which is covered by the training data, and at an unseen height of 0.6 m, which is not included in the training set (Fig. 10). The results show that the proposed model does not strongly depend on a specific height plane and maintains stable 3D positioning performance at unseen heights. Finally, the proposed method is compared with related positioning schemes. It outperforms existing methods in terms of CDF convergence speed, RMSE, and standard deviation (Fig. 11), with an average error reduction of about 2.5 cm and an RMSE reduction of 31.58% compared with Ref. [13].  Conclusions  This paper estimates the incident-angle cosine at the receiver by exploiting differences in the optical power received by different PDs in an array, and introduces this cosine value as a joint positioning feature into conventional RSS-based localization. This design alleviates the instability of position mapping caused by relying only on RSS under random receiver perturbations. By combining the spatial feature extraction capability of CNNs with the nonlinear modeling strength of MLPs, the proposed method effectively maps positioning features to 3D spatial coordinates. The approach reduces reliance on orientation sensors such as IMUs, while overcoming the sensitivity of traditional geometric positioning methods to noise and high-dimensional nonlinear features. Under varying heights and receiver orientations, the proposed algorithm shows clear advantages in both positioning accuracy and stability.
Biomedical Word Sense Disambiguation via Contrastive Learning with Feature and Sample Enhancement
ZHANG Chunxiang, ZHANG Huibin, GAO Xueyao
 doi: 10.11999/JEIT260061
[Abstract](36) [PDF 1131KB](3)
Abstract:
  Objective  With the rapid growth of biomedical literature, biomedical word sense disambiguation (WSD) has become essential for medical text mining and clinical data analysis. However, existing methods suffer from semantic noise, fine-grained category discrimination, and limited generalization in low-resource scenarios. This study proposes a three-branch parallel WSD framework with contrastive learning, integrating multi-pretrained models, chi-square attention, Focal+Margin hybrid loss, and hard sample mining. The proposed method improves semantic representation, robustness, and discrimination ability, providing an effective solution for biomedical semantic mining.  Methods  The proposed framework integrates Electra, mDeBERTa, and Flan-T5 to extract complementary contextual features from biomedical terms. A chi-square attention module is designed to select representative features, while a Focal+Margin hybrid loss improves discrimination under class imbalance. In addition, a two-stage hard sample mining strategy and a core-term constrained contrastive learning mechanism are introduced to enhance the learning of difficult samples and semantic boundaries.  Results and Discussions  The proposed framework integrates chi-square attention and contrastive learning into a three-branch parallel architecture for biomedical WSD. Experiments on the MSH dataset show that the proposed model achieves an accuracy of 95.27%, outperforming the state-of-the-art Neural Concept Embeddings by 0.93%. Ablation studies on contrastive parameters further demonstrate its effectiveness in enhancing semantic discrimination and generalization ability. The model also reduces confusion among similar biomedical terms, achieving an F1-score of 92.1% on minority semantic classes.  Conclusions  This study proposes a three-branch parallel contrastive learning framework for biomedical WSD in complex semantic environments. The framework integrates Electra, mDeBERTa, and FT5 to capture complementary semantic features, while combining chi-square attention, contrastive learning, and two-stage hard sample training to enhance feature discrimination and robustness. Experimental results demonstrate that the proposed method effectively improves disambiguation performance and reduces confusion among semantically similar biomedical concepts. However, this study is limited to monolingual English biomedical texts. Future work will explore multilingual biomedical corpora and integrate domain-specific knowledge graphs to further improve semantic representation.
A Multi-Station Emitter TDOA Deinterleaving Method for Severe Pulse-Loss Environments
LIU Yuchen, ZHAO Yaqin, WU Longwen
 doi: 10.11999/JEIT260401
[Abstract](39) [PDF 5509KB](4)
Abstract:
  Objective  Modern electronic reconnaissance systems must deinterleave dense and overlapping radar pulse streams in non-cooperative environments. As radar emitters increasingly employ agile waveforms, similar pulse descriptor words, and low-intercept-probability strategies, conventional single-station methods based on carrier frequency, pulse width, and Pulse Repetition Interval (PRI) become less reliable. Multi-station deinterleaving based on Time Difference of Arrival (TDOA) provides a more stable geometric observable, but severe pulse loss still causes sparse cross-station pairing, weak true TDOA peaks, ambiguity-induced spurious peaks, isolated pulses, and fragmented trajectories across time slices. These effects increase false alarms and weaken track continuity. To address these issues, a closed-loop multi-station emitter TDOA deinterleaving method is proposed for severe pulse-loss environments, with Time of Arrival (TOA) sequences used as the core observables.  Methods  A slice-based framework is developed for continuous reconnaissance. Residual unmatched pulses are carried forward by a sliding window to alleviate cross-slice misalignment. First, candidate pulse pairs satisfying geometric TDOA constraints are generated, and pulse descriptor word constraints on carrier frequency and pulse width are used to remove inconsistent pairs. To reduce the sparsity and binning sensitivity of conventional histograms, multiscale Kernel Density Estimation (KDE) is introduced to reconstruct the TDOA density from sparse candidate differences. Gaussian kernels with different bandwidths are fused, and candidate peaks are adaptively extracted using local statistics and peak widths. Second, a dynamic memory matrix is designed to suppress ambiguity-induced spurious peaks in high pulse repetition frequency scenarios. Since dependent spurious peaks collapse after the dominant peak is extracted and removed, a collapse-rate criterion is defined, and the spurious regions are recorded in a memory mask for subsequent iterations. Third, Dynamic Time Warping (DTW) is used to compare incomplete TOA sequences of isolated pulses with extracted pulse sequences, enabling reassignment of unequal-length and incomplete sequences. Finally, a Kalman-filter-based state-space model tracks multi-baseline TDOA trajectories across successive slices. Predicted and observed TDOA residuals are jointly used for association, so intermittent observations can still be linked to the correct track. In this way, the proposed method forms a closed-loop processing chain that links weak-peak reconstruction, spurious-peak suppression, isolated-pulse reassignment, and trajectory association (Fig. 3).  Results and Discussions  Four simulation scenarios are designed: a high pulse repetition frequency scenario dominated by ambiguity-induced spurious peaks, a parameter-overlapping scenario dominated by isolated pulse reassignment, an ablation scenario for evaluating the memory matrix and DTW modules, and a 10-emitter mixed-regime scenario including fixed PRI, staggered, jittered, frequency-agile, pulse-group frequency-agile, frequency-agile jittered-PRI, linear-sliding, and sinusoidal-sliding PRI signals. In the mixed-regime scenario, the total reconnaissance duration is 1 s and the slice duration is 0.1 s. The environmental pulse loss rate is fixed at 10%, and the receiver-specific loss rate increases from 0% to 40%. Both loss rates are calculated with respect to the initial theoretical number of transmitted pulses; therefore, the total loss rate is their sum, ranging from 10% to 50%. The proposed method is compared with an extended TDOA histogram method under constrained criteria, a cloud-model-based multi-station sorting method, and a Dirichlet Process Mixture Model (DPMM)-based method (Table 5). In the high pulse repetition frequency scenario, the proposed method maintains near-zero false alarms by identifying the collapse of dependent spurious peaks and suppressing them through the memory matrix, whereas the comparison methods show severe false alarms (Figs. 4 and 5). In the parameter-overlapping scenario, DTW-based reassignment improves isolated-pulse recovery, while the memory matrix suppresses spurious TDOA peaks. Their combination improves extraction reliability and reduces false alarms (Figs. 6 and 7). The ablation results verify their complementary roles: at a 50% loss rate, the memory matrix reduces the TDOA false alarm rate from 29.92% to 3.32%, DTW increases pulse extraction accuracy from 66.71% to 91.99%, and the complete method achieves a TDOA detection rate of 99.25% with a false alarm rate of 0.88% (Fig. 8). In the 10-emitter mixed-regime scenario, the proposed method achieves a favorable overall trade-off. At an overall pulse loss rate of 50%, its pulse extraction accuracy remains 92.72%, and the TDOA false alarm rate is limited to 7.75%, lower than 35.39%, 35.05%, and 37.58% for the DPMM, cloud-model, and constrained recursive histogram methods, respectively. After cross-slice trajectory association, the mean number of identity switches decreases to 3.83, compared with 10.64, 9.85, and 12.64 for the three comparison methods (Fig. 9 and Table 5).  Conclusions  A closed-loop multi-station emitter TDOA deinterleaving method is proposed for severe pulse-loss environments. By integrating multiscale KDE-based weak peak reconstruction, dynamic memory-matrix-based spurious peak suppression, DTW-based isolated pulse reassignment, and Kalman-filter-based trajectory association, the method addresses the coupled failure mechanisms caused by severe pulse loss. Simulation results demonstrate high extraction accuracy, low TDOA false alarm rates, and strong trajectory continuity in high-loss and mixed-regime scenarios. These results demonstrate the effectiveness of the method under the simulated conditions and indicate its application potential for persistent multi-station passive reconnaissance.
LLM-Aided Secure Routing Method in Industrial IoT Against Flooding Attacks
LI Jieling, XIAO Liang, WANG Chengyao, FANG Mingyang, CHEN Chen, LEI Yan
 doi: 10.11999/JEIT260400
[Abstract](37) [PDF 1205KB](5)
Abstract:
  Objective  Industrial Internet of Things (IIoT) routing forwards and schedules control commands, equipment status information and sensing data to support critical tasks such as collaborative equipment control, safe system operation and environmental monitoring, but the routing process is prone to congestion and resource exhaustion under flooding attacks. Existing intelligent secure routing methods apply reinforcement learning (RL) to optimize next-hop selection based on network topology, but the heterogeneity in queue capacity and link bandwidth of IIoT terminals is often overlooked, leading to load imbalance and local congestion, and limiting performance under high load or malicious traffic attacks. Therefore, we propose a large language model (LLM)-based global situation-aware assisted secure routing method in IIoT against flooding attacks, which applies RL to optimize multi-path selection and achieve load balancing across the network.  Methods  Based on global security awareness, queue congestion of neighboring nodes, queue capacity, link bandwidth, and service types, the proposed secure routing method applies RL to optimize multi-path selection against flooding attacks. The cloud–edge large model infers global security situational awareness including global load distribution and anomalous traffic distribution based on network topology, node resource occupancy and link state information, and feeds the inference result back to IIoT terminals to construct RL states and evaluate routing policies risks. In addition, a risk-aware function is formulated to quantify the routing disruption potential by integrating end-to-end latency, packet delivery ratio and node vulnerability to attacks. An experience replay buffer that incorporates both reward and risk is constructed, where both factors are considered during routing parameter updates to guide routing policy selection, thereby balancing safe path exploration and optimization efficiency.  Results and Discussions  Simulations are conducted using 30 industrial nodes under varying configurations, including bandwidths of 5 MHz, 10 MHz, 20 MHz, and queue capacities ranging from 100 to 500 packets. The global security situational awareness is inferred by the Qwen3.5-27B-AWQ-4bit, which is deployed on a cloud–edge server equipped with dual 24 GB RTX 4090 GPUs. In each time slot, each terminal sends 5 packets of 2 KB each to the industrial gateway. A flooding attacker injects \begin{document}$ y\in \{10,20,30\} $\end{document} packets into neighboring queues per time slot to excessively consume network resources. Compared with the baseline method EEMR, the proposed secure routing method improves 39.4% packet delivery ratio, reduces 48.2% end-to-end latency and 41.1% routing energy consumption. Compared with the baseline method RLMR, the proposed secure routing method improves packet delivery ratio by a factor of 1.48, reduces end-to-end latency by 53.8% and routing energy consumption by 54.5%. This is because the proposed method leverages an LLM to infer global security situational awareness, integrating load distribution and anomalous traffic patterns to assist in selecting low-load nodes while avoiding high-load nodes, potential attack nodes, and abnormal or faulty nodes.  Conclusions  This paper proposes an LLM-based global situation-aware assisted secure routing method for IIoT against flooding attacks, which applies RL to optimize multi-path selection based on global security situational awareness including load distribution and anomalous traffic distribution. A risk assessment network is constructed based on attack behavior characteristics and service requirements to evaluate the risk level of routing performance degradation, thereby enabling risk-aware rerouting. Simulation results show that the proposed method increases the packet delivery ratio by 39.4%, reduces the end-to-end latency by 48.2% and the routing energy consumption by 41.1%.
DroneRFc-MM: Anti-UAV Multi-modal Detection Measured Dataset
YU Taosong, YANG Qianqian, HU Zhuo, LI Mingkai, WU Jiajun, SU Yifan, PAN Junyu, SHI Zhiguo, CHEN Jiming
 doi: 10.11999/JEIT260889
[Abstract](285) [PDF 1227KB](40)
Abstract:
Multimodal data fusion can effectively improve the generalization, robustness, and scene adaptability of counter-unmanned aerial vehicle (UAV) detection systems. To address the limitations of existing counter-UAV datasets in sensing modalities, UAV models, and annotation granularity, the paper releases DroneRFc-MM, a multimodal counter-UAV detection dataset. DroneRFc-MM synchronously collects data from six types of sensors, including a pan-tilt-zoom camera, a wide-angle (fisheye) camera, radio-frequency antennas, LiDAR, millimeter-wave radar, and a microphone array. The dataset covers six consumer UAV models and provides fine-grained annotations such as model category, position, attitude, and velocity. It supports multiple tasks, including target detection, UAV model recognition, and motion-direction reasoning, and is accompanied by user-friendly sample extraction tools. Finally, as a demonstration of dataset usage, the paper evaluates the performance of recent Qwen-series models on UAV flight-direction reasoning.Objective: The work aims to build a more comprehensive benchmark for multimodal counter-UAV detection. Existing datasets often cover limited sensing modalities and UAV models, making it difficult to represent realistic low-altitude scenarios and diverse target characteristics. Their annotations are also typically coarse, such as category labels or bounding boxes, and thus cannot fully support downstream tasks requiring precise spatial, motion, and cross-modal information. DroneRFc-MM addresses these gaps by providing synchronized multimodal data, richer UAV coverage, and fine-grained annotations for detection, model recognition, trajectory analysis, motion reasoning, and multimodal fusion evaluation.Methods: The DroneRFc-MM dataset was synchronously captured via six heterogeneous sensors—including a pan-tilt-zoom(PTZ) camera, fisheye camera, radio frequency(RF) antenna, LiDAR, millimeter-wave radar, and microphone array—on an open rooftop of a university in Zhejiang Province. Featuring a representative urban low-altitude scenario, this dataset contains data recordings of six consumer-grade DJI drones. All devices were time-synchronized via network timestamp, and drones flew in rectangular and vertical reciprocating trajectories within 20–60 meters. Fine-grained annotations including drone type, position, attitude and velocity were provided. For flight direction reasoning task, 5-second multimodal clips were generated: videos for cameras and RF spectrograms, audio for microphones, text coordinates for radar point clouds. Zero-shot inference was conducted on Qwen 3.6-Plus and Qwen 3.5-Omni-Plus models with unified prompts, and accuracy and inference time were evaluated by comparing predicted directions with ground truth calculated from drone positioning data.Conclusions: Experiments on Qwen-series models show that general-purpose multimodal large models can capture weak motion-related features from drone-related videos, audio, RF spectrograms and point clouds, but only achieve limited flight-direction reasoning accuracy ranging from 20% to 30%. Meanwhile, the long inference time and unstable latency make them unable to satisfy the real-time and stability demands of practical low-altitude surveillance systems. These results demonstrate that domain-specific pre-training, supervised fine-tuning, knowledge enhancement and lightweight inference optimization are essential for deploying multi-modal LLMs in real anti-UAV detection scenarios. Future work will focus on expanding the dataset scale and enriching application scenarios to support the development of intelligent and efficient low-altitude airspace management systems.
Accelerated Broadband Electromagnetic Scattering Analysis via ACA-Driven Measurement Matrix Interpolation
WANG Zhonggen, WU Chenggang, NIE Wenyan, SUN Yufa
 doi: 10.11999/JEIT260392
[Abstract](359) [FullText HTML](168) [PDF 3461KB](22)
Abstract:
  Objective  Broadband electromagnetic scattering analysis is widely used in radar target recognition, stealth technology, and microwave imaging. Although the Method of Moments (MoM) provides high computational accuracy, it incurs substantial computational and memory costs for electrically large or geometrically complex targets because full impedance matrices must be constructed and solved. Existing acceleration techniques, including the MultiLevel Fast Multipole Method (MLFMM) and Adaptive Cross Approximation (ACA), reduce the computational burden but still require repeated matrix construction and equation solving at every frequency during wideband analysis. Methods such as Asymptotic Waveform Evaluation (AWE), Model-Based Parameter Estimation (MBPE), and impedance matrix interpolation have been proposed to reduce this redundancy. However, AWE is prone to error accumulation over wide frequency bands, MBPE requires expensive initial sampling, and conventional impedance matrix interpolation still requires the computation of full high-dimensional impedance matrices at the sampling frequencies. More recently, Compressive Sensing Method of Moments (CS-MoM) and its extension, CS-HBFM, have improved wideband analysis by employing Hyper-Basis Functions (HBFs). By constructing Characteristic Mode Basis Functions (CMBFs) only once at the highest frequency, CS-HBFM eliminates repeated basis-function generation. Nevertheless, existing CS-HBFM methods rely on nondeterministic random or uniform sampling, require expensive large-scale matrix-vector products, and repeatedly reconstruct and solve impedance equations throughout the frequency sweep.  Methods  A CS-ACA-MMI framework is proposed for broadband electromagnetic scattering analysis by combining dual ACA decomposition with Measurement Matrix Interpolation (MMI). First, CMBFs are constructed at the highest frequency, and dominant HBFs are selected according to the Modal Significance (MS) criterion. ACA is then applied to the full impedance matrix to extract deterministic row indices corresponding to the dominant Rao-Wilton-Glisson (RWG) basis functions. These indices are reused throughout the frequency band, eliminating nondeterministic sampling and repeated index extraction. Second, four sampling frequencies are selected using Chebyshev-Lobatto nodes. Low-dimensional measurement matrices are constructed directly from the extracted row indices, avoiding the generation of full high-dimensional impedance matrices. The measurement impedance elements at the sampling frequencies are corrected according to the geometric distance, interpolated to the target frequency, and then restored to the actual measurement impedance elements, thereby eliminating repeated construction of measurement matrices during frequency sweeping. Third, ACA is applied to the far-field component of the interpolated measurement matrix, converting large-scale matrix-vector products into low-dimensional matrix multiplications. The near-field sensing matrix is obtained directly by multiplying the measurement matrix by the basis functions, enabling rapid construction of the complete sensing matrix. Finally, the dense linear system is transformed into an overdetermined system under the compressive sensing framework, and the least-squares method is used to reconstruct the current coefficients, from which the broadband Radar Cross Section (RCS) is calculated. The Root Mean Square Error (RMSE) is used to evaluate numerical accuracy. Three representative targets, namely a cylinder, a slotted cone, and an almond, are analyzed. Broadband RCS, numerical accuracy, total computation time, and single-frequency measurement-matrix memory consumption are compared with those obtained using MoM and CS-HBFM to validate the proposed framework.  Results and Discussions  Three numerical examples, including a perfect electric conductor cylinder, a slotted cone, and an almond, are used to validate the proposed CS-ACA-MMI framework. The ACA-extracted row indices are concentrated near geometric boundaries and structural junctions, demonstrating the physical validity of the deterministic sampling strategy (Fig. 2). Parametric studies show that appropriate ACA thresholds and four sampling frequencies provide the best balance between computational efficiency and numerical accuracy (Figs. 35). The broadband RCS predicted by the proposed framework agrees closely with the MoM results over the entire frequency band (Figs. 68), and the RMSE remains low, demonstrating high numerical accuracy. Compared with CS-HBFM, the proposed framework reduces the total computation time by 93.4% for the cylinder, 96.7% for the slotted cone, and 80.9% for the almond (Table 2). These improvements result from deterministic index reuse, MMI, and dual ACA acceleration, which substantially reduce the computational cost of broadband frequency-sweeping analysis.  Conclusions  A CS-ACA-MMI framework is proposed by integrating ACA with MMI for efficient broadband electromagnetic scattering analysis. The proposed framework eliminates repeated matrix construction and equation solving during frequency sweeping while overcoming the nondeterministic sampling strategy and the high computational and memory costs of conventional CS-HBFM. Dominant row indices extracted by ACA at the highest frequency provide a deterministic measurement-matrix construction strategy and a stable physical basis for broadband interpolation. By shifting the interpolation target from full impedance matrices to low-dimensional measurement matrices, the computational complexity and redundant matrix construction are substantially reduced. A second ACA decomposition further accelerates sensing-matrix construction by converting large-scale matrix-vector products into low-dimensional matrix multiplications. Numerical results demonstrate that the proposed framework achieves numerical accuracy comparable to that of MoM while reducing total computation time by more than 80% and decreasing single-frequency measurement-matrix memory consumption by up to 65%. Because only the measurement matrices at four sampling frequencies need to be stored, the overall memory requirement is further reduced.
Construction and Performance Analysis of Optimal Low-Hit-Zone Frequency Hopping Sequence Sets
TIAN Xinyu, CHEN Xiaoyu, ZHANG Jitao
 doi: 10.11999/JEIT260343
[Abstract](321) [FullText HTML](181) [PDF 1361KB](16)
Abstract:
  Objective  ElectroMagnetic Interference (EMI) is a critical factor limiting the reliability of synchronization systems. Existing Fifth-Generation (5G) synchronization schemes extensively employ Zadoff-Chu (ZC) sequences to distinguish users through cyclic shifts. However, finite sequence lengths and limited orthogonal resources create substantial capacity bottlenecks in high-density access scenarios. To address these challenges, this paper investigates the problem from two perspectives. At the system level, a synchronization framework is developed by integrating Frequency Hopping (FH) with ZC sequences. By jointly exploiting code, time, and frequency-domain resources, the proposed framework improves concurrent access capability for local clusters while enhancing robustness against complex EMI through frequency diversity. At the sequence-design level, a class of multi-subset Low-Hit-Zone (LHZ) Frequency Hopping Sequence (FHS) sets is constructed to provide an efficient sequence allocation scheme for local-cluster synchronization.  Methods  Based on the theoretical framework proposed by Cai et al., the sequence mapping mechanism is reconstructed, and a disjoint Cyclic Perfect Mendelsohn Difference Family (CPMDF) is introduced to construct FHS sets that are optimal with respect to the Peng-Fan bound. The generating units are further expanded through Cartesian products, and a column-incoherent partitioning strategy is proposed to construct multi-subset LHZ FHS sets. It is proved that every nonempty subset satisfies the Peng-Fan-Lee bound with equality. Compared with Global-LHZ-FH-ZC, Clustered-LHZ-FH-ZC provides higher synchronization detection robustness by better matching the local-cluster competition structure. At the system level, an FH-ZC synchronization architecture is developed by combining predefined FH patterns with the frequency-domain correlation properties of ZC sequences for subband signal detection. A Peak-to-SideLobe Ratio (PSLR) decision metric and an early-termination strategy are adopted to evaluate synchronization preamble detection under interference. Furthermore, a multi-user simulation model is established to evaluate synchronization detection performance under accumulated co-channel collisions and EMI.  Results and Discussions  The proposed construction generates an FHS set that is optimal with respect to the Peng-Fan bound and a class of multi-subset LHZ FHS sets in which every nonempty subset is optimal with respect to the Peng-Fan-Lee bound. Example 2 demonstrates the construction procedure and the intra-subset and inter-subset Hamming correlation properties of the proposed multi-subset LHZ FHS sets. Table 1 shows that, under the same frequency-resource constraints, the proposed construction generates more sequences than existing methods under the compared parameter settings, indicating higher sequence-resource utilization. Table 2 compares the parameters of the proposed sequence sets with representative constructions reported previously and demonstrates that the proposed multi-subset optimal sequence family provides a new parameter combination. To the best of our knowledge, an optimal sequence family with a multi-subset structure has not been reported previously. Figures 2 and 3 demonstrate that the proposed FH-ZC synchronization architecture achieves a higher synchronization detection probability than the conventional full-band Fixed-ZC baseline under subband-selective blocking interference caused by EMI. Figure 4 shows that the synchronization detection probability decreases as the number of active users increases because accumulated co-channel collisions degrade synchronization performance. Compared with Global-LHZ-FH-ZC, Clustered-LHZ-FH-ZC provides higher synchronization detection robustness by better matching the local-cluster competition structure characterized by strong intra-cluster competition and weak inter-cluster coupling.  Conclusions  To satisfy the sequence-capacity requirements of massive-access scenarios, this paper proposes a class of multi-subset LHZ FHS sets. By expanding the generating sequence sets through Cartesian products and partitioning subsets using a column-incoherent strategy, the proposed construction achieves both a large family size and optimal LHZ performance. The proposed multi-subset structure is well suited to local-cluster synchronization and substantially improves sequence family size and sequence-resource utilization, thereby providing a richer sequence resource pool for high-density multi-user systems. Simulation results under the considered physical-layer model demonstrate that the proposed LHZ FHS subsets reduce the effect of frequency collisions during multi-user synchronization detection. Furthermore, the FH-ZC synchronization scheme achieves a higher synchronization preamble detection probability than the conventional full-band Fixed-ZC baseline under subband-selective blocking interference caused by EMI.
A Phase Transition Obstacle Avoidance Method for UAV Swarms Driven by Multistable Potential Fields
HE Ming, CHEN QiYang, HAN Wei, PAN Fan, MA YiSong
 doi: 10.11999/JEIT260357
[Abstract](443) [FullText HTML](221) [PDF 2278KB](24)
Abstract:
  Objective  Unmanned Aerial Vehicle (UAV) swarms have demonstrated considerable potential for complex missions, such as search, surveillance, and disaster response, because of their distributed coordination and robustness. However, in dynamic environments with dense obstacles and rapidly changing risks, conventional swarm control methods often exhibit discontinuous behavior switching and control chattering, which reduce system stability and coordination efficiency. Existing approaches, including threshold-based switching and Artificial Potential Field (APF) methods with fixed potential weights, rely on abrupt transitions between behavioral modes, leading to oscillatory responses. To address these limitations, a phase transition obstacle avoidance method for UAV swarms driven by multistable potential fields is proposed. Swarm behavior evolution is modeled as a continuous phase transition process within a unified potential field framework, enabling smooth and adaptive transitions between formation flight and obstacle avoidance.  Methods  An environmental risk assessment model is first established by integrating static obstacle risk, dynamic obstacle risk, and inter-agent proximity risk. A distributed consensus protocol is then employed to establish global risk consensus. Subsequently, a morphology factor is generated through nonlinear mapping of the global risk consensus and is used as an order parameter to characterize the macroscopic swarm state. A unified time-varying potential field, comprising formation, obstacle avoidance, and navigation potentials, is constructed, and the relative weights of these potentials are continuously adjusted by the morphology factor. When the risk level is low, the system exhibits a monostable structure dominated by the formation and navigation potentials. As the risk increases, the potential field continuously evolves into a multistable structure dominated by the obstacle avoidance potential, thereby enabling distributed obstacle avoidance. A distributed consensus control law based on the negative gradient of the unified potential field is further developed. A damping term is incorporated to dissipate system energy and improve stability, while a dynamic compensation term addresses nonlinear dynamics. The control law depends only on local information, ensuring good scalability. The global uniform ultimate boundedness of the closed-loop system is established using Lyapunov theory.  Results and Discussions  Simulation results demonstrate that the proposed method enables the swarm to maintain a compact solid-phase swarm formation in low-risk regions and to transition smoothly to a dispersed liquid-phase swarm configuration when obstacles are encountered, followed by rapid formation recovery after obstacle avoidance. The pitch and roll angles of each UAV vary smoothly without abrupt changes, and both the UAV-to-obstacle distance and the inter-UAV separation remain above the prescribed safety threshold throughout the flight, ensuring collision-free operation. Statistical results obtained from 20 independent simulation runs show that, compared with the threshold-switching method, the proposed method reduces the rate of control input variation by approximately 26% and decreases the peak control input by approximately 18%. Compared with the bio-inspired diversion method, the average formation recovery time after obstacle avoidance is reduced by approximately 16%. Ablation experiments further demonstrate that removing the morphology-driven phase transition mechanism significantly increases trajectory oscillation and control oscillation, confirming the critical role of the multistable continuous phase transition mechanism in maintaining smooth swarm motion. In complex narrow-channel environments, the proposed method effectively avoids the local minimum problem encountered by conventional APF methods and generates smoother flight trajectories with substantially reduced oscillation.  Conclusions  A phase transition obstacle avoidance method for UAV swarms driven by multistable potential fields is proposed. By introducing a morphology factor and constructing a unified potential field framework, swarm behavior evolution is represented as a continuous phase transition process. The distributed control law enables smooth behavioral transitions while maintaining system stability and scalability. Simulation results demonstrate that the proposed method achieves better safety, smoother control, and higher coordination efficiency than conventional methods.
Cover
2026, 48(6).  
[Abstract](317) [FullText HTML](195) [PDF 4595KB](32)
Abstract:
Contents
2026, 48(6): 1-4.  
[Abstract](258) [FullText HTML](195) [PDF 282KB](82)
Abstract:
Excellence Action Plan Leading Column
GNN-driven Beamforming and Resource Allocation for RIS-assisted MISO-OFDMA Multi-group Multicast System
MA Yu, DING Chunxia, JIN Weijie, LI Xiao, JIN Shi
2026, 48(6): 2317-2326.   doi: 10.11999/JEIT251381
[Abstract](638) [FullText HTML](294) [PDF 3864KB](100)
Abstract:
  Objective  Reconfigurable Intelligent Surfaces (RISs) have strong potential to improve coverage and Spectral Efficiency (SE) in future wireless networks. However, when RISs are applied to wideband Multiple-Input Single-Output Orthogonal Frequency Division Multiple Access (MISO-OFDMA) systems, their practical benefits are limited by two key challenges. First, RIS reflection coefficients may not match the frequency-selective channel conditions across all subcarriers. Second, subcarrier allocation, Base Station (BS) active beamforming, and RIS passive beamforming are strongly coupled. These challenges become more serious in multi-group multicast scenarios, where shared data streams increase inter-group interference. Therefore, this article proposes a Graph Neural Network (GNN)-driven optimization framework to maximize the system SE through joint active beamforming, passive beamforming, and subcarrier allocation.  Methods  To address the optimization difficulty caused by the strong coupling among subcarrier allocation, BS active beamforming, and RIS passive beamforming, this work develops a model-driven GNN optimization framework. The objective is to maximize the system SE. First, a complete system model containing the BS, RIS, and multi-group multicast users is established (Fig 1). The formulation includes practical constraints, such as the BS transmit power limit, the unit-modulus constraint of RIS elements, and the binary constraint on subcarrier allocation. To satisfy the multicast requirement, the SE of each group is defined as the minimum SE among all users in that group. This definition further increases the non-convexity of the optimization problem.The first component of the proposed network, GNN1 (Fig 3), contains an initialization layer and a message-update layer. For each subcarrier \begin{document}$ n\in \mathcal{N} $\end{document}, every user is modeled as a node, and the input to GNN1 is the set of channel matrices \begin{document}$ \left\{{\mathbf{H}}_{k,n},k\in \mathcal{K}\right\} $\end{document}. Because standard GNNs process real-valued features, each complex channel vector is decomposed into its real and imaginary parts and used as the node feature representation. Group-level aggregation (Fig. 4) and RIS-level aggregation (Fig. 5) are then performed. GNN2 (Fig 6) takes the subcarrier-wise embeddings generated by GNN1 as input and constructs an expanded graph with group nodes (Fig. 7) and an RIS node (Fig. 8). By aggregating messages among subcarrier nodes, group nodes, and the RIS node, GNN2 fuses cross-subcarrier information and captures the global coupling among system components. Based on the integrated representation, GNN2 outputs the BS active beamforming matrix and RIS passive beamforming vector. Output-layer normalization is used to satisfy the physical constraints. Finally, given the beamforming parameters, subcarrier allocation is performed using the maximum-SE criterion. The learning objective is defined as maximizing the total SE.  Results and Discussions  The proposed GNN algorithm consistently outperforms all random benchmark schemes, including APG-randAllocate, APG-randActive, and APG-randPassive, across the full transmit power range from 0 to 20 dBm. This advantage indicates that the proposed method can dynamically handle subcarrier allocation and joint active and passive beamforming optimization. It also maintains stable and superior performance under large transmit-power variations. Overall, the system SE of all schemes increases monotonically with BS transmit power because higher transmit power improves the received signal-to-noise ratio and increases the achievable rate. Compared with the benchmark methods, the GNN adaptively coordinates BS active beamforming and RIS passive beamforming at different power levels and better uses the reflection gain provided by the RIS. Therefore, the GNN maintains a consistent performance advantage across the full power range. Even in the high-power region, it outperforms APG and LAO, which further verifies its robustness (Fig. 10).When the number of RIS elements varies, the GNN maintains a clear performance advantage over both APG and LAO. In general, the system SE increases with the number of RIS elements because a larger RIS provides higher array gain and improves the equivalent channel conditions. According to the numerical results, the proposed GNN achieves a spectral efficiency of 2.066 5 bit/(s·Hz), which is approximately 7.46% and 3.79% higher than those of LAO and APG, respectively. Meanwhile, the average computational time of the GNN is only about 0.007 5 s, which is approximately 4% of that required by the benchmark methods. These results demonstrate that the proposed GNN effectively uses the performance gain provided by RIS scaling and achieves a good balance between system performance and computational complexity (Fig. 11 and Table 2).The relationship between system SE and the number of user groups is then examined under fixed settings for the number of transmit antennas and users. The generalization ability of the proposed GNN is further evaluated by training the model at a fixed transmit power and testing it over a wide transmit power range from 0 to 20 dBm. The training and testing curves almost overlap, indicating that the proposed GNN generalizes well to unseen transmit power levels. Across the full power range, the GNN consistently outperforms the LAO and APG benchmarks, further confirming its robustness and adaptability under different transmission conditions (Fig. 13).  Conclusions  For the RIS-assisted MISO-OFDMA system, this paper formulates a joint optimization problem for subcarrier allocation, BS active beamforming, and RIS passive beamforming to maximize the system SE. A model-driven GNN method is proposed to solve this problem. Comparative experiments with benchmark algorithms are conducted to validate the proposed method. The results demonstrate that the proposed GNN algorithm consistently outperforms LAO and APG in overall performance. It also exhibits strong robustness under different numbers of user groups and transmit power settings, which supports its potential for practical deployment in complex engineering scenarios.
Special Topic on Intelligent Sensing and Processing Technology in Complex Electromagnetic Environments
A Neural Network-Based Robust Direction Finding Algorithm for Mixed Circular and Non-Circular Signals Under Array Imperfections
YU Qi, YIN Jiexin, LIU Zhengwu, WANG Ding
2026, 48(6): 2327-2340.   doi: 10.11999/JEIT250884
[Abstract](742) [FullText HTML](436) [PDF 3567KB](66)
Abstract:
  Objective   Direction Of Arrival (DOA) estimation is affected by low Signal-to-Noise Ratios (SNR), the coexistence of Circular Signals (CSs) and Non-Circular Signals (NCSs), and multiple forms of array imperfections. Conventional subspace-based estimators exhibit model mismatch in such environments and show reduced accuracy. Although neural-network methods provide data-driven alternatives, the effective use of the distinctive statistical properties of NCSs and the maintenance of robustness against diverse array errors remain insufficiently addressed. The objective is to design a DOA estimation algorithm that operates reliably for mixed CSs and NCSs in the presence of array imperfections and provides improved estimation accuracy in challenging operating conditions.  Methods   A robust DOA estimation algorithm is proposed based on an improved Vision Transformer (ViT) model. A six-channel image-like input is first constructed by fusing features derived from the covariance matrix and pseudo-covariance matrix of the received signal. These channels include the real component, imaginary component, magnitude, phase, magnitude ratio reflecting the NCS characteristic, and the phase of the pseudo-covariance matrix. A gradient-masking mechanism is introduced to adaptively fuse core and auxiliary features. The ViT architecture is then modified: the standard patch-embedding module is replaced with a convolutional layer to extract local information, and a dual-class-token attention mechanism, placed at the sequence head and tail, is designed to enhance feature representation. A standard Transformer encoder is used for deep feature learning, and DOA estimation is performed through a multi-label classification head.  Results and Discussions   Extensive simulations are carried out to assess the proposed algorithm (6C-ViT) against MUSIC, NC-MUSIC, a Convolutional Neural Network (6C-CNN), a Residual Network (6C-ResNet), and a MultiLayer Perceptron (6C-MLP). Performance is evaluated using Root Mean Square Error (RMSE) and angular estimation error under different operating conditions. Under single-source scenarios with low SNR and no array errors, 6C-ViT achieves near-zero RMSE across most angles and shows minor edge deviations (Fig. 2). It maintains the lowest RMSE across the SNR range from –20 dB to 5 dB (Fig. 3), indicating good generalization to unseen SNR levels. In dual-source scenarios containing mixed CS and NCSs under array errors, 6C-ViT shows clear advantages. Its estimation errors fluctuate slightly around zero, whereas competing techniques present larger errors and pronounced instabilities, especially near array edges (Fig. 4). Its RMSE decreases steadily as SNR increases and reaches below 0.1° at high SNR, while traditional approaches saturate around 0.4° (Fig. 5). Robust behavior is further observed across different numbers of signal sources (K = 1, 2, 3) and snapshot counts (100 to 2 000). 6C-ViT preserves high accuracy and stability under these variations, whereas other methods show marked degradation or instability, most evident at low snapshot counts or with multiple sources (Fig. 6). When evaluated using unknown modulation types, including UQPSK with a non-circularity rate of 0.6 and 64QAM, under array errors, 6C-ViT continues to produce the lowest RMSE across most angles (Fig. 7), demonstrating strong generalization capability. Ablation studies (Fig. 8) confirm the contributions of the six-channel input, the gradient masking module, the convolutional embedding, and the dual class token mechanism. The complete configuration yields the highest accuracy and the most stable performance.  Conclusions   Strong robustness is demonstrated in complex scenarios that contain mixed CS and NCSs, multiple array imperfections, low SNR, and closely spaced sources. By fusing multi-dimensional features of the received signal and using an enhanced Transformer architecture, the algorithm attains higher estimation accuracy and improved generalization across different signal types, error conditions, snapshot counts, and noise levels compared with subspace- and neural-network-based baselines. The method provides a reliable DOA estimation solution for demanding practical environments.
Intelligent Sorting Algorithm for Multi-station Radar Signals Based on Federated Learning
YE Chengji, XIE Jian, ZHANG Zhaolin, WANG Ling
2026, 48(6): 2341-2351.   doi: 10.11999/JEIT251355
[Abstract](740) [FullText HTML](448) [PDF 4951KB](75)
Abstract:
  Objective  Radar signal sorting is a critical step in electronic reconnaissance and battlefield situational awareness. It is used to accurately separate interleaved pulse streams in complex electromagnetic environments. Although multi-station cooperative reconnaissance systems provide spatial diversity gains that can mitigate the parameter ambiguity and aliasing problems of single-station systems, their practical deployment faces major challenges. Traditional centralized processing architectures require massive volumes of raw Pulse Description Word (PDW) data to be transmitted to a central server. This requirement leads to prohibitive communication bandwidth costs and increases the risk of leakage of sensitive electromagnetic spectrum intelligence. In addition, because stations are geographically distributed and differ in antenna scanning patterns, the data collected at different stations often show significant Non-Independent and Identically Distributed (Non-IID) characteristics. Such heterogeneity reduces the generalization ability of local models trained on isolated data islands. To resolve the conflict between data isolation and the need for collaborative intelligence, a multi-station collaborative radar signal sorting method is proposed based on a Federated Learning (FL) framework. Collaborative model training is enabled without exchange of raw data, so that data privacy is preserved, communication overhead is reduced, and sorting robustness is improved in heterogeneous and noisy battlefield environments.  Methods  A centralized federated sorting framework is constructed to coordinate multiple reconnaissance stations. The method contains three main components: feature preprocessing, a lightweight local temporal model, and a heterogeneity-aware aggregation strategy. First, in data preprocessing, the raw PDW parameters, including TOA, CF, and PW, are normalized to address substantial differences in scale. Specifically, TOA is transformed into first-order differential values to extract Pulse Repetition Interval (PRI) information, which prevents numerical saturation and captures periodic patterns effectively (Fig. 3). Second, a local time-series sorting model is designed for the resource constraints of edge devices. A bidirectional Long Short-Term Memory (LSTM) network is used as the backbone to capture long-range dependencies and dynamic patterns in pulse sequences from both forward and backward directions. To accelerate convergence and prevent gradient vanishing, residual connections are added to fuse static and dynamic features. The extracted features are then mapped to the radiation source category space through a cascaded linear classification layer. Third, to address model drift caused by Non-IID data, including feature distribution shift and label distribution shift, a new aggregation strategy is proposed based on parameter decomposition and proximal regularization. Model parameters are decoupled into a feature extractor and a classifier. During federated aggregation, only the parameters of the generic feature extractor are uploaded and globally averaged, whereas the personalized classifier parameters are retained locally to adapt to the class distribution of each station. Furthermore, a proximal regularization term is added to the local loss function (Eq. 20). This constraint limits the deviation of local updates from the global model and ensures that the optimization direction does not diverge substantially because of local data heterogeneity, thereby improving the stability and convergence speed of the global model.  Results and Discussions  Extensive simulation experiments are conducted on core datasets with 3 stations and 5 radars, and on extended datasets with 9 stations and 12 radars, including complex modulation patterns such as jitter, sliding, and staggering. Quantitative analysis shows that the proposed method achieves sorting performance comparable to that of Centralized Learning (CL). On the core dataset, the Precision, Recall, and F1-score of the proposed method reach 96.51%, 96.35%, and 96.42%, respectively, exceeding those of FedAvg by approximately 0.67% in F1-score. On the more challenging extended dataset, the performance advantage becomes more significant, with an F1-score improvement of 3.86% over FedAvg (Table 4). These results indicate that the parameter decomposition strategy effectively balances common feature learning with personalized decision-making. Analysis by class further shows that, for categories that are difficult to distinguish, such as Radar 7 and Radar 10, the proposed method improves recognition accuracy by up to 15% and 6%, respectively, compared with FedAvg (Fig. 7 and Fig. 8). Robustness tests further demonstrate the adaptability of the method. When the number of participating stations increases from 3 to 9 (Fig. 9), the F1-score rises steadily from 73.53% to 83.75%. This result confirms that enlarging node scale in the FL framework produces collaborative gains through more diverse samples and reduced geographic statistical heterogeneity, which substantially improve model generalization and robustness. Under severe class skew conditions, the method maintains an F1-score above 80% on the core dataset (Fig. 10 and Fig. 11). Furthermore, under extreme electromagnetic conditions characterized by high pulse loss rates of 70% and spurious pulse rates of 70%, the model maintains sorting performance above 75%, which demonstrates strong robustness against noise and interference (Fig. 12).  Conclusions  An FL-based framework is proposed for multi-station collaborative radar signal sorting to address data privacy and transmission constraints in distributed reconnaissance. By integrating a lightweight LSTM with a heterogeneity-aware aggregation mechanism, the method effectively captures temporal pulse features and mitigates model drift caused by Non-IID data. Experimental results verify that the approach achieves accuracy comparable to that of centralized methods and shows superior robustness under label skew and severe data degradation, including high pulse loss and spurious pulse rates. This study provides a privacy-preserving and efficient solution for intelligent signal processing in distributed electronic warfare systems.
Radar, Sonar, Navigation and Array Signal Processing
A Physics-Constrained Deep Learning Framework for High-Fidelity Sea Clutter Generation under Small-Sample Conditions
SUN Dianxing, LIU Xinliang, LIU Ningbo, DING Hao, YU Hengli, SONG Guanglei
2026, 48(6): 2352-2363.   doi: 10.11999/JEIT250697
[Abstract](657) [FullText HTML](467) [PDF 2208KB](51)
Abstract:
  Objective  The verification and validation of radar target detection algorithms, especially for maritime surveillance, require high-fidelity synthetic sea clutter data. However, realistic sea clutter generation under high sea-state conditions, such as Sea State 4 and above, remains challenging because sea clutter is nonstationary and non-Gaussian. Traditional statistical models often fail to capture complex time-frequency characteristics, particularly when direct measurements are difficult to obtain. To address small-sample sea clutter generation, this study proposes a physics-constrained deep learning framework with adaptive transfer learning. The aim is to generate high-quality synthetic sea clutter data that closely match measured data and provide a reliable data basis for the development and testing of advanced radar systems.  Methods  The proposed framework integrates a Complex Variational Autoencoder Wasserstein Generative Adversarial Network (CVAE-WGAN) with transfer learning for high-fidelity sea clutter generation under small-sample conditions. The model operates in the complex domain and jointly processes in-phase and quadrature components, preserving signal orthogonality and phase relationships. An Amplitude-Phase Attention (APA) module is designed to enhance joint amplitude-phase modeling, and complex residual blocks are used to improve gradient propagation and training stability. A physics-constrained loss system, including time-frequency ridge loss and weighted Doppler-band loss, is developed to guide the generated data toward the physical characteristics of sea clutter. To reduce dependence on target-domain samples, an adaptive transfer learning mechanism based on Kullback-Leibler Divergence (KLD) is used to dynamically adjust fine-tuning and support knowledge transfer across different sea-state scenarios.  Results and Discussions  The proposed CVAE-WGAN framework is evaluated on measured sea clutter datasets and shows strong performance in synthetic data generation. In the source domain, namely Sea State 4, the generated data match the measured data in amplitude statistics, temporal correlation, spectral characteristics, and joint time-frequency characteristics. The probability density function-cosine similarity (PDF-CS) is 0.872 (Fig. 5, Table 1), the autocorrelation function-cosine similarity (ACF-CS) is 0.938 2 (Fig. 7, Table 1), and the spectrum root mean square error (SPEC-RMSE) is 4.537 9 dB (Fig. 6, Table 1). The joint time-frequency accuracy reaches 95.31% when |z|≤1.5 (Fig. 8, Table 1). The adaptive transfer learning mechanism is further validated by transferring the pretrained model to Sea State 5 using only 20% of the target-domain samples. The generated clutter maintains a close fit to the measured amplitude distribution (PDF-CS = 0.844 8) (Fig. 9, Table 3) and shows good autocorrelation characteristics (ACF-CS = 0.955 7) (Fig. 10, Table 4). Its spectral characteristics are also close to those of the measured data, with SPEC-RMSE = 4.498 2 dB under the 20% target-domain setting (Fig. 11, Table 4). The joint time-frequency accuracy reaches 77.8% when |z|≤1.0 and 92.18% when |z|≤1.5 (Fig. 12, Table 4). Ablation experiments show that the APA module is essential for joint amplitude-phase modeling. Removing this module reduces PDF-CS by 17.3% and increases SPEC-RMSE by 25.9% (Table 2). The sample-size sensitivity test shows that the method remains stable when the target-domain sample proportion is no less than 15%, with PDF-CS > 0.6 and joint time-frequency accuracy > 82% when |z|≤1.5 (Table 4). These results indicate that the proposed method is suitable for sea clutter generation in data-scarce scenarios.  Conclusions  This study presents a framework for high-fidelity sea clutter generation under small-sample conditions. The framework combines CVAE-WGAN, physics-constrained learning, and adaptive transfer learning. Guided by the proposed loss system, the model effectively captures both the statistical and physical characteristics of high sea-state clutter. The KLD-based adaptive transfer strategy improves cross-sea-state adaptability and supports high-quality data generation with limited target-domain samples. The proposed framework provides a reliable and scalable data basis for the development and testing of radar anti-interference algorithms. Future work will further optimize the method for extremely scarce samples and extend it to other nonstationary radar signal scenarios.
Towards Privacy-Preserving and Lightweight Modulation Recognition for Short-Wave Signals under Channel Shifts
YAO Yizhou, DENG Wen, LI Baoguo
2026, 48(6): 2364-2373.   doi: 10.11999/JEIT251017
[Abstract](699) [FullText HTML](468) [PDF 5000KB](59)
Abstract:
  Objective  Supervised short-wave signal modulation recognition methods generally assume identical distributions between source-domain training data and target-domain test data. Short-wave channels are affected by ionospheric variation, which creates substantial distribution discrepancies across domains and reduces model performance. Deployment on unmanned edge platforms is further restricted by limited computational resources, scarce labeled samples, and data-privacy requirements. This study proposes a lightweight recognition method based on source-model transfer that enables privacy-preserving model adaptation without access to source-domain data.  Methods  A Multi-Modal Source-Model Transfer Framework (M-SMOT) is developed. It applies information-maximization loss and a self-supervised pseudo-labeling strategy to support model adaptation without revisiting source-domain data. The method achieves cross-channel recognition of short-wave modulation signals with reduced computational cost while maintaining data privacy. Multi-modal information—including in-phase/quadrature (I/Q) components, amplitude-phase (AP) characteristics, and spectral features—is fused to exploit complementary representations and improve robustness under complex channel variation.  Results and Discussions  Experiments show that the proposed method consistently outperforms the Source-Only baseline across six cross-channel scenarios, with accuracy gains from 0.31% to 10.81% (Table 1). In few-shot adaptation, average recognition accuracies reach 98.3% and 96% of the full-sample baseline when target-domain samples are reduced to 10% and 1%, respectively (Fig. 12). Ablation studies confirm the effectiveness of the self-supervised pseudo-labeling module (Fig. 16) and the multi-modal fusion strategy (Fig. 17). The lightweight design is verified by zero source-data storage, a peak memory footprint of 6.00 MB, and convergence within one fine-tuning epoch (Table 2). These findings show that the method mitigates domain discrepancies and protects privacy under resource-limited conditions.  Conclusions  The M-SMOT method integrates data-privacy protection, source-model adaptation, few-shot generalization, and low resource consumption. It provides a practical solution for cross-channel modulation recognition in short-wave communication and is suited for deployment on resource-constrained edge devices.
Research on UAV Swarm Radiation Source Localization Method Based on Dynamic Formation Optimization
WU Sujie, WU Binbin, YANG Ning, WANG Heng, GUO Daoxing, GU Chuan
2026, 48(6): 2374-2383.   doi: 10.11999/JEIT251023
[Abstract](758) [FullText HTML](539) [PDF 3074KB](72)
Abstract:
In dense and structurally complex urban environments, Unmanned Aerial Vehicle (UAV) swarm radiation source localization is affected by signal attenuation, multipath propagation, and building obstructions. To address these limitations, a dynamic formation-optimization method for UAV swarms is proposed. By improving the geometric configuration of the swarm, the method reduces path loss and interference, which strengthens localization accuracy. Received signal strength is used to evaluate signal quality in real time and supports adaptive formation adjustments that improve propagation conditions. Geometric dilution of precision and root mean square error metrics are integrated to refine swarm geometry and improve distance-estimation reliability. Simulation results show that the proposed method converges faster and improves localization accuracy in complex urban environments, reducing errors by more than 80 percent. The method adapts to environmental variation and demonstrates strong robustness and practical value.  Objective  UAV swarm localization and formation control in urban environments are affected by obstacles, signal attenuation, and rapid variation in the surroundings that reduce the reliability of conventional methods. This study proposes a radiation source localization approach that integrates the Received Signal Strength Indicator (RSSI) with dynamic formation adjustment to improve localization accuracy and strengthen system robustness in complex urban scenarios. RSSI is used once in full form, then referenced consistently.  Methods  The method uses RSSI measurements to estimate the distance to the radiation source and adjusts UAV swarm formation in real time to reduce localization errors. These adjustments are based on feedback that reflects relative positions, signal strength, and environmental variation. Localization accuracy is strengthened through a multi-sensor fusion strategy that integrates GPS, IMU, and depth-camera data. A data-quality assessment mechanism evaluates signal reliability and triggers formation adaptation when the signal drops below a predefined threshold. This optimization process reduces positioning errors and improves system robustness.  Results and Discussions  Simulation experiments in an ROS-based environment were conducted to evaluate the UAV swarm localization method under urban obstacles and multipath conditions. The swarm began in a hexagonal formation and adjusted its geometry according to environmental variation and localization confidence (Fig. 3, Fig. 4). As shown in Fig. 5, localization errors fluctuated during initialization but converged to below 1 m after 150 s. Formation comparisons (Fig. 6) showed that symmetric structures such as hexagonal and triangular formations maintained errors below 0.5 m, whereas asymmetric formations (T and Y shape) produced deviations up to 4.9 m. Further comparisons (Fig. 7) showed that traditional RSSI saturated near 15 m, direction of arrival fluctuated between 5 and 14 m, and time difference of arrival failed due to synchronization problems. The proposed method achieved sub-meter accuracy within 60 s and remained robust throughout the mission. These findings indicate that combining RSSI-based distance estimation with dynamic formation adjustment improves localization accuracy, convergence speed, and adaptability under complex environmental conditions.  Conclusions  This study addresses UAV swarm localization in complex urban environments by integrating RSSI-based distance estimation, dynamic formation adjustment, and multi-sensor fusion. ROS-based simulations show that: (1) localization errors converge rapidly to sub-meter levels, reaching below 1 m within 150 s under non-line-of-sight conditions; (2) symmetric formations such as hexagonal and triangular configurations outperform asymmetric ones and reduce errors by up to 67 percent compared with fixed Y-shaped formations; and (3) relative to traditional RSSI, direction of arrival, and time difference of arrival approaches, the proposed method shows faster convergence, higher stability, and stronger robustness.
S4-UNET: A Long-Sequence Modeling Blind Source Separation Method for Single-Channel Co-Channel Overlapped Communication Signals
GAO Shaoyuan, GUO Wenpu, SHI Hao, PENG Ruiyan
2026, 48(6): 2384-2395.   doi: 10.11999/JEIT251144
[Abstract](640) [FullText HTML](348) [PDF 6262KB](66)
Abstract:
  Objective  Blind Source Separation (BSS) of single-channel co-channel overlapped communication signals remains challenging in non-cooperative reception. Conventional multi-channel methods are not applicable because of antenna limitations. Existing deep learning methods also show limited long-sequence modeling ability, high computational cost, and reduced performance for signals with small carrier frequency offsets. These limitations restrict the practical use of BSS techniques in dense electromagnetic environments. An efficient and robust framework is therefore needed to capture long-range temporal dependencies while maintaining computational feasibility.  Methods  S4-UNET integrates the U-NET encoder-decoder framework with the Structured State Space sequence model (S4). A Temporal State Enhancement Module (TSEM) is designed as the backbone block of both the encoder and decoder. It extracts local temporal features through residual learning. To model long-range dependencies, S4 is embedded in the odd-numbered stages of the encoder. This design captures global temporal correlations with near-linear computational complexity. S4 converts sequence modeling into a state-space evolution process and uses the Fast Fourier Transform (FFT) for efficient convolution. Skip connections and the Gated Linear Unit (GLU) are used to preserve fine-grained local details. Multi-scale feature fusion is achieved through skip connections between corresponding encoder and decoder stages. Signal resolution is then progressively restored by interpolation-based upsampling. The model also adaptively tokenizes feature maps in the temporal or channel dimension according to feature scale, which improves sequence representation.  Results and Discussions  Experiments are conducted on simulated datasets with small carrier frequency offsets, including same-modulation mixtures, mixed-modulation mixtures, and different-bandwidth mixtures. Public benchmark datasets and a measured dataset collected using hardware are also used. Quantitative results and visualizations (Fig. 3, Fig. 5, Table 5) show that S4-UNET consistently outperforms representative deep learning baselines, including ConvTasNet and CTDCRN, and the classical Time-Delay Embedding Independent Component Analysis (TDE-ICA) algorithm across different signal lengths and modulation schemes. The model maintains robust separation fidelity under randomly distributed carrier frequency offsets and initial phase differences (Table 3), confirming its strong generalization ability. Ablation and sensitivity analyses (Table 6, Table 7, Table 8) show that placing S4 in the odd-numbered encoder stages, using suitable convolutional stride settings, and adopting GLU jointly support a favorable balance between separation accuracy and computational efficiency. The model also maintains competitive inference latency while processing both long and short sequences, indicating its practical value.  Conclusions  S4-UNET addresses the main challenges of single-channel co-channel BSS by combining multi-scale convolutional feature extraction with efficient state-space long-sequence modeling. It achieves superior separation performance, strong robustness to small carrier frequency offsets, and good generalization across different data domains. The present work focuses on dual-source mixtures. Its modular architecture provides a basis for future extensions to mixtures with an unknown number of sources by integrating source number estimation and iterative cancellation strategies.
A Method for Lightning Electromagnetic Signal Identification Using Cross-Layer Deep Feature Fusion
SONG Lin, YANG Jun, CAO Wei, ZHAO Ziqi, NING Yuan, WANG Wenjing, ZHANG Qilin
2026, 48(6): 2396-2404.   doi: 10.11999/JEIT251134
[Abstract](726) [FullText HTML](335) [PDF 2541KB](49)
Abstract:
  Objective   Lightning identification is essential for lightning observation, location, warning, and disaster prevention. Large volumes of Low-Frequency/Very-Low-Frequency (LF/VLF) Lightning Electromagnetic Pulse (LEMP) waveform data require automatic and accurate classification methods. Deep learning has been widely used for feature extraction and classification, providing a feasible approach for LEMP waveform identification. However, anthropogenic electromagnetic interference and natural LEMP signals often overlap in the time and frequency domains. Their waveform features are also complex and diverse, which limits the accuracy and generalization ability of existing identification algorithms. Therefore, a more efficient deep learning model is required to distinguish LEMP signals from non-lightning electromagnetic signals.  Methods   This paper proposes a Convolutional Neural Network and Long Short-Term Memory (CNN-LSTM) deep neural network model that integrates multi-scale residual convolution and cross-layer feature fusion. The model is designed for binary classification of LEMP and non-lightning electromagnetic signals and enables accurate diagnostic identification of LEMP signals. Using observational data from an LF/VLF lightning magnetic-field detection system, a multi-scale residual network is first used to extract multidimensional features from electromagnetic waveforms layer by layer. The time-domain features output by each convolutional layer are then organized into a cross-layer time-domain feature sequence according to network depth. This sequence is input into the LSTM module for adaptive weighted fusion. This mechanism uses the sequence modeling ability of LSTM to learn the relative importance of features at different hierarchical levels, rather than to model the temporal dynamics of the original waveform.  Results and Discussions   The proposed CNN-LSTM model achieves a precision of 100%, a recall of 99.82%, an F1-score of 99.91%, and an accuracy of 99.89%. It obtains the best performance across all evaluation metrics. The model effectively identifies LEMP samples and reduces the misclassification of non-lightning samples. The Bayes classifier achieves high precision (93.14%), but its recall is relatively low (80.14%). The Support Vector Machine (SVM) model improves on the Bayes classifier across all metrics, but it remains inferior to the proposed CNN-LSTM model. The MultiLayer Perceptron (MLP) and K-Nearest Neighbor (KNN) models also show limitations in precision, recall, and accuracy compared with CNN-LSTM. The Decision Tree (DT) model obtains reasonable results, but its precision and recall are lower than those of MLP and KNN, with a recall of only 88.01%. These results indicate that CNN-LSTM has clear advantages in LEMP waveform identification. This improvement is mainly attributed to the multi-scale residual CNN module, which automatically extracts low-level local features from raw waveform data. Additionally, the LSTM-based adaptive weighted fusion mechanism is applied to feature sequences from different network layers. As a feature integration tool across network depths, its input is an inter-layer feature sequence rather than an original waveform time series. This design improves the flexibility and discriminative ability of feature fusion, enables the model to learn the relative importance of features at different network depths, and supports effective aggregation of discriminative features. A confusion matrix was also generated to evaluate classification performance on the test set. Overall, comparison with baseline models confirms the superiority of the proposed model for LEMP waveform identification.  Conclusions   The CNN-LSTM model effectively identifies LEMP samples and reduces the misclassification of non-lightning samples. Compared with baseline models, it shows excellent identification performance in the binary classification of LEMP and non-lightning electromagnetic signals. The results also verify the effectiveness of convolutional feature extraction and LSTM-based cross-layer feature fusion for LEMP waveform identification.
Adaptive Detection and Statistical Performance Analysis in Nonzero Mean Clutter
LIU Weijian, XU Zhenyu, ZHANG Jing, QI Chongying, GE Jianjun, CHEN Hui
2026, 48(6): 2405-2417.   doi: 10.11999/JEIT250935
[Abstract](307) [FullText HTML](192) [PDF 5462KB](38)
Abstract:
  Objective  Target detection in nonzero-mean clutter is a central problem in radar and hyperspectral imaging systems. Conventional detectors that assume zero-mean clutter show reduced effectiveness when clutter exhibits nonzero-mean characteristics caused by environmental conditions or interference. The objective of this work is to design adaptive detectors that remain robust in nonzero-mean clutter and to analyze their statistical performance under signal-mismatch conditions.  Methods  Three adaptive detectors are derived based on the Generalized Likelihood Ratio Test (GLRT), the Rao test, and the Wald test. The detectors are formulated to accommodate unknown clutter mean and covariance matrix by estimating these quantities from training samples. A generalized signal-mismatch scenario is examined, in which the actual signal steering vector may deviate from the nominal vector. Analytical expressions for the Probability of Detection (PD) and False Alarm (PFA) are obtained for each detector to assess statistical performance.  Results and Discussions  Analytical expressions for the probabilities of detection and false alarm of the three detectors are validated through Monte Carlo simulation. All detectors maintain the Constant False Alarm Rate (CFAR) property. The amplitude characteristic of nonzero mean does not directly affect detection performance; rather, it exerts an effect through the loss factor of the output Signal-to-Clutter Ratio (SCR) and the Degrees Of Freedom (DOFs) of the detectors’ statistical distributions. Numerical evaluations using simulated and real data show that the proposed detectors achieve better performance than conventional approaches.  Conclusions  The three CFAR adaptive detectors based on the GLRT, the Rao test, and the Wald test are effective for target detection in nonzero-mean clutter. The nonzero mean of clutter affects detection performance in two ways: it reduces the optimal output signal-to-clutter ratio of the detectors and decreases the DOF of their statistical distributions. Simulated data show that, when there is no signal mismatch, the GLRT-NMC detector provides the highest PD. When measured data are used and no signal mismatch is present, either the Rao-NMC or Wald-NMC achieves a higher PD than the GLRT-NMC. Under signal-mismatch conditions, for both measured and simulated data, the Rao-NMC demonstrates the best sensitivity to mismatch, whereas the Wald-NMC exhibits the strongest robustness.
Pearson Correlation Fusion Sensing Method for Noncircular Signals
LAI Huadong, LIN Cong, LUO Peng, XU Jinqiang, LIU Mingxin, XU Weichao
2026, 48(6): 2418-2428.   doi: 10.11999/JEIT251247
[Abstract](577) [FullText HTML](333) [PDF 1678KB](47)
Abstract:
  Objective  With the rapid growth of wireless devices and communication services, spectrum resources have become increasingly scarce. Spectrum sensing, as a fundamental function of cognitive radio, enables dynamic spectrum access and improves spectrum utilization efficiency. However, conventional spectrum sensing methods based on circular signal assumptions cannot effectively detect noncircular signals. In addition, some detectors designed for noncircular signals show degraded performance under low Signal-to-Noise Ratio (SNR) or limited sample conditions. To address these limitations, a nonparametric spectrum sensing scheme based on the Weighted Pearson Correlation Coefficient (WPCC) is proposed. The scheme applies a linear fusion strategy to the real-valued composite coherence matrix, which captures the second-order statistical characteristics of noncircular signals.  Methods  The WPCC detector constructs a real-valued composite observation vector and computes the corresponding composite coherence matrix. Pearson Correlation Coefficients (PCCs) are extracted from this matrix to characterize the statistical properties of noncircular signals. The first two product moments of squared sample PCCs are derived, and optimal fusion weights are obtained based on the deflection coefficient. The true PCCs are approximated by their sample estimates to obtain data-driven fusion weights that do not require prior knowledge of sensing channels. These weights are then linearly combined with the squared sample PCCs to construct the WPCC test statistic, thereby exploiting the spatial diversity of sensing antennas. The final decision is made by comparing the WPCC statistic with a sensing threshold determined by the specified false alarm probability. Specifically, a WPCC value below the threshold indicates the null hypothesis of an idle frequency band, whereas a value above the threshold indicates the alternative hypothesis that the frequency band is occupied by primary users.  Results and Discussions  Simulation experiments evaluate the sensing performance of the proposed nonparametric WPCC-based method (Algorithm 1) in terms of sensing probability, deflection coefficient, Receiver Operating Characteristic (ROC) curve, and Area Under the Curve (AUC), with comparisons to NCLMPIT, NCAGM, NCHDM, and NCJT. The numerical results show that the proposed method outperforms the compared detectors under various simulation conditions. In particular, the WPCC detector achieves the highest sensing probability and exhibits superior performance at low false alarm probabilities of 0.05 (Fig. 2), 0.01 (Fig. 3(a)), and 0.005 (Fig. 3(b)), with sample sizes not exceeding 100. In addition, the proposed method shows clear advantages under different numbers of antennas (Fig. 4), different noise variance conditions (Fig. 5), and different levels of correlation strength (Fig. 6). The applicability of the WPCC method to circular signals is also demonstrated by its high sensing probability for QPSK and 16PSK signals (Fig. 7). The superior overall performance of the proposed detector is further confirmed by higher deflection coefficient curves and ROC curves (Figs. 8, 9). The largest AUC values quantitatively demonstrate its overall optimality among all considered methods (Table 1). These results indicate strong robustness under low SNR and small-sample conditions.  Conclusions  A Pearson correlation fusion sensing method for noncircular signals is proposed based on the real-valued composite covariance representation and the Locally Most Powerful Invariant Test (LMPIT) framework. By combining optimal fusion weights derived from sample PCCs with a linear weighting scheme, the method fully exploits second-order statistical information. It enhances strongly correlated components while suppressing weak correlations and noise interference. Analytical expressions for the false alarm probability and sensing threshold are derived. Both theoretical analysis and simulation results show that the proposed method achieves superior performance compared with existing noncircular signal sensing methods in terms of sensing probability, deflection coefficient, ROC curve, and AUC.
Robust DOA Estimation of Coherent Sources in Mixed Non-Gaussian Noise Environments
WANG Yize, LIU Lei
2026, 48(6): 2429-2437.   doi: 10.11999/JEIT251383
[Abstract](542) [FullText HTML](293) [PDF 4319KB](42)
Abstract:
  Objective   Direction-of-Arrival (DOA) estimation often fails under mixed non-Gaussian noise, particularly for coherent sources. To address this problem, a Multi-Channel Feature Comprehensive Fusion Network (MCFCF) based on the Maximum Correntropy Criterion (MCC) is proposed. By integrating Multi-Scale Feature Extraction (MSFE) and Spatial-Frequency Attention Fusion (SFAF), the framework performs joint spatial-frequency calibration. MCC is used instead of Mean Squared Error (MSE) to improve robustness against impulsive outliers. Experiments show that MCFCF outperforms Multiple Signal Classification (MUSIC), Estimation of Signal Parameters via Rotational Invariance Techniques (ESPRIT), and state-of-the-art deep networks in accuracy and super-resolution performance, especially under low signal-to-noise ratio (SNR) and coherent-source conditions.  Methods  The proposed MCFCF framework is designed for DOA estimation in mixed non-Gaussian noise and coherent-source environments. Forward-Backward Spatial Smoothing (FBSS) is used for rank recovery. MSFE and SFAF are then combined for physical manifold calibration through multi-scale feature extraction and spatial-frequency attention. The MCC loss function is adopted to form a statistically robust optimization objective against impulsive outliers.  Results and Discussions  Experimental analysis verifies the performance of MCFCF in complex environments (Figs. 5-8). Under mixed noise with strong impulsive and heavy-tailed components, traditional subspace methods fail because of subspace swapping, with root mean square error (RMSE) values exceeding 10°. By contrast, MCFCF maintains an RMSE of approximately \begin{document}$ {1.5}^{\circ } $\end{document} at –15 dB and significantly outperforms state-of-the-art models (Fig. 5). Adaptability tests across heterogeneous noise distributions show strong distribution invariance (Fig. 6). In the white-noise benchmark, MCFCF compensates for FBSS-induced aperture loss and finite-sample variance, outperforming MUSIC in the low-SNR region. Mechanism analysis indicates that the multi-scale receptive fields of MSFE improve stability, while the amplitude-phase decoupling of SFAF improves estimation precision (Figs. 78). In addition, the MCC-based soft-truncation mechanism suppresses heavy-tailed impulsive interference at the optimization level, thereby improving global robustness.  Conclusions   An MCC-based MCFCF framework is proposed to address DOA estimation failures in mixed non-Gaussian noise and coherent-source environments. FBSS is used for rank recovery, and MSFE and SFAF are integrated for manifold calibration. The MCC loss further suppresses impulsive outliers. The results confirm that the proposed method achieves higher accuracy and stronger distribution invariance at –15 dB SNR than MUSIC, ESPRIT, and state-of-the-art deep learning baselines. These findings demonstrate its robustness in hostile electromagnetic environments.
A Tensor Framework for ISAC: Information Fusion-enhanced Channel Estimation and Target Localization
YU Weijia, DU Jianhe, CHEN Yuanzhi, HE Jing, ZHANG Peng, GUAN Yalin
2026, 48(6): 2438-2447.   doi: 10.11999/JEIT251371
[Abstract](487) [FullText HTML](270) [PDF 4365KB](39)
Abstract:
  Objective  Communication and sensing systems are moving toward higher frequency bands, larger antenna arrays, and smaller hardware. Their hardware architectures, channel characteristics, and signal processing methods are therefore becoming increasingly similar. This trend supports Integrated Sensing And Communication (ISAC), in which joint estimation of channel and sensing target parameters has become a key research topic. Existing studies have achieved joint estimation of these two parameter categories within a unified tensor framework, but two limitations remain. First, most studies focus on parameter estimation and do not further convert multidimensional estimates into accurate localization of Scatterer Points (SPs), the Mobile Transmitter (MT), and sensing targets. This limitation prevents a complete spatial characterization of the wireless propagation environment. Second, the fusion of channel and sensing target parameter information has received limited attention, which restricts further improvement in parameter estimation and localization accuracy.  Methods  To address channel/sensing target parameter estimation and localization in millimeter-Wave (mmWave) Multiple-Input Multiple-Output (MIMO) ISAC systems, this paper proposes a tensor decomposition algorithm based on information fusion. First, a unified fourth-order PARAllel FACtor (PARAFAC) model is constructed at the Base Station (BS) for uplink channel and sensing target parameter estimation. To reduce computational complexity, the fourth-order tensor model is transformed into a third-order form, and the Trilinear Alternating Least Squares (TALS) method is used to estimate three factor matrices. The special structure of one factor matrix is then exploited. A closed-form decomposition is used to decouple the coupled factor matrix, and Angle of Departure (AoD), Angle of Arrival (AoA), time delay, Doppler shift, and coefficients are extracted from the four estimated factor matrices. Based on these estimates, the MT, SPs, and sensing targets are localized separately using geometric relationships. The estimation accuracy of SPs is further improved by fusing Doppler shift and position information from SPs and sensing targets. The Cramér-Rao Bound (CRB) is derived as a theoretical performance benchmark for the five types of parameters.  Results and Discussions  The first simulation experiment shows that the proposed algorithm and the Optimized Quadrilinear Alternating Least Squares (Op-QALS) algorithm outperform the Co-SVD-BALS algorithm in terms of Root Mean Square Error (RMSE) for channel/sensing target parameter estimation and localization (Fig. 2, Fig. 3, Fig. 4). With information fusion, the proposed algorithm achieves the best Doppler shift and position estimation performance for SPs (Fig. 2(d), Fig. 4(a)). This advantage occurs because the proposed algorithm and Op-QALS fully exploit the multidimensional structure of the received signal. The fusion operation further improves the estimation capability of the proposed algorithm, whereas Co-SVD-BALS accumulates errors during stepwise factor matrix estimation. In terms of Average Processing Time (APT), the proposed algorithm requires slightly more time for localization than Co-SVD-BALS, but far less time than Op-QALS (Table 1 and Table 2). The proposed algorithm therefore achieves accurate parameter estimation and localization at a reasonable computational cost. The second simulation experiment shows that, under two Signal-to-Noise Ratio (SNR) levels, the localization accuracy of all algorithms improves as \begin{document}$ K $\end{document} increases. The proposed algorithm maintains SP and MT localization accuracy comparable to that of Op-QALS, while requiring much lower APT (Fig. 5). The fusion operation does not substantially increase the APT of the proposed algorithm (Fig. 5(d)). The third simulation experiment indicates that increasing \begin{document}$ {M}_{\mathrm{RE}}\left(M_{\mathrm{RE}}^{\mathrm{s}}\right) $\end{document} and \begin{document}$ N $\end{document} improves the ability of the proposed algorithm to resolve multipath signals, thereby yielding more accurate localization (Fig. 6).  Conclusions  This paper proposes an information fusion algorithm for channel/sensing target parameter estimation and localization within a unified tensor framework. By exploiting the Vandermonde structure of a factor matrix, the proposed algorithm preserves estimation accuracy while reducing computational complexity. The fusion operation further improves SP parameter estimation and localization without a substantial increase in computational overhead. Future work will extend the algorithm to more general array configurations and examine higher-order tensor processing for multi-BS cooperation and multi-user access scenarios.
A Channel Phase Self-compensation Method for Active-Integrated Arrays
SUN Liying, LU Yunlong, XU Jun, HU Yang
2026, 48(6): 2448-2458.   doi: 10.11999/JEIT251325
[Abstract](493) [FullText HTML](279) [PDF 3986KB](43)
Abstract:
The seamless integration of active circuitry and antennas can effectively improve link performance and system integration. At present, active-integrated antennas are mainly designed by adjusting the antenna impedance while maintaining the desired radiation characteristics to achieve direct matching with active transistors. However, the effect of the antenna’s complex impedance on the phase response of the active channel, as well as its potential application in active-integrated phased arrays, has not been thoroughly studied. This paper proposes a channel phase self-compensation method for active-integrated arrays. For each active channel, the active transistor is directly integrated with the radiating element, where the load impedance at the transistor drain is matched to the input impedance of the antenna element. Under a constant active gain, the required complex load impedance is solved to establish an explicit mapping between the phase response of each active channel and its corresponding load impedance. According to the phase-shift requirements among array channels, appropriate load impedances are selected as the input impedances of the corresponding radiating elements. This approach applies a predefined phase distribution to each channel without using external phase-shifting structures. It can control the initial beam direction or compensate for the path difference between elements in conformal arrays. An active-integrated phased-array antenna with a preset beam direction is designed as a demonstration example to verify the effectiveness of the proposed method. The method provides an efficient design approach for next-generation active-integrated arrays.  Objective  In the traditional design approach, active circuit channels and antenna arrays are matched to 50 Ω before interconnection. This configuration occupies considerable physical space and limits system-level integration. In addition, insertion loss in passive matching networks and mismatch loss at the interconnections reduce overall link performance. Direct co-integration of active circuitry and antenna elements can address these limitations. However, multi-channel active-integrated antenna arrays often require one or multiple superimposed phase distributions across the channels to satisfy different application requirements, such as initial beam offset in fuze systems, wavefront compensation in conformal active phased arrays, and wide-angle beam scanning. These phase gradients are typically realized through backend phase-shifting networks. In this work, the complex impedance characteristics of the antenna are adjusted when it is directly integrated with the active circuitry. The phase response of the active-integrated channels can therefore be tuned within a certain range without using complex matching networks or additional phase shifters. This strategy reduces the complexity and performance requirements of the backend phase-shifting network. The advantages are more evident in millimeter-wave, high-frequency, and terahertz systems, where the available phase-shift range of phase shifters is limited.  Methods  Phase self-compensation of the active channels is achieved through the direct integration of the active transistor and the radiating element. In this configuration, the drain output of the transistor is directly connected to the input of the radiating element, and impedance transformation is realized within the antenna element. The proposed method includes three main steps. (1) The active transistor is first modeled as a two-port network. By evaluating the antenna element’s complex impedance as the load on different constant-gain circles, the mapping between the phase response of the active channel and the load impedance is established. The achievable phase-shift range of the active channel is then determined. (2) According to the required phase-shift distribution among the array channels, suitable combinations of active gain and corresponding complex load impedances (not unique) are selected. These combinations are not unique. (3) The realizability of the selected impedances is examined according to the characteristics of the radiating element. The impedance values with the highest feasibility are implemented by optimizing the radiating element, which includes fine adjustment of its geometry and feed position to meet the target impedance. When the radiating element is modified, particularly for circularly polarized elements, desirable radiation characteristics must also be preserved, including good axial ratio and beam-scanning performance.  Results and Discussions  The proposed phase self-compensation mechanism enables the array to achieve initial beam pointing and compensate for path-length differences caused by special array geometries, such as conformal or curved surfaces, without using additional phase-shifting structures. Therefore, the performance requirements of the backend phase-shifting network in active phased arrays can be reduced. To verify the effectiveness of the proposed method, a 1×4 circularly polarized active-integrated linear array (Fig. 9) is designed and demonstrated. Based on channel-level impedance calculations (Fig. 6) and an analysis of the antenna-element impedance characteristics (Fig. 8), a phase gradient of 38° between adjacent channels is synthesized and applied to the circularly polarized active-integrated array. Without degrading the circular polarization performance and without external phase-shifting circuitry, the initial beam direction of the active-integrated phased array is shifted to the desired angle of θ0 = 12° (Fig. 13). The phase self-compensation design does not degrade the beam-scanning capability of the array. After an additional phase gradient is applied for beam steering, the array achieves a scanning range of up to 50°. The gain reduction remains within 2 dB relative to the initial pointing direction, and the axial ratio remains below 4 dB throughout the scanning range.  Conclusions  Within the framework of active-integrated arrays, this work uses the phase-tuning effect produced by the complex impedance at the antenna port when the radiating element is directly matched to the active transistor. A desired phase-gradient distribution can therefore be synthesized among the channels of an active-integrated phased array within an achievable range. This capability enables compensation for required phase distributions, such as preset beam direction and path-length equalization in conformal-array applications, without relying on additional phase shifters. Therefore, the complexity and performance requirements of the backend phase-shifting circuitry are reduced. The effectiveness of the proposed method is validated through a multi-channel circularly polarized active-integrated phased-array prototype with a preset beam direction. Both full-wave simulations and experimental measurements confirm that the phase self-compensation mechanism provides the required initial beam pointing while preserving beam-scanning capability and polarization performance. This study provides a new approach for the design of high-efficiency next-generation active-integrated phased arrays.
Near-Field Tomographic Imaging and Coordinate Reconstruction Algorithm for Uplink Communication
YIN Lannuo, WANG Yong
2026, 48(6): 2459-2475.   doi: 10.11999/JEIT250715
[Abstract](544) [FullText HTML](366) [PDF 7987KB](50)
Abstract:
  Objective  With the rapid development of 6G networks, communication systems are moving toward high bandwidth, low latency, and massive connectivity. In this context, Integrated Sensing and Communication (ISAC) allows wireless signals to transmit information and sense the environment. It provides a basis for more intelligent and efficient 6G services. Environmental reconstruction is a core task in ISAC systems. It aims to recover the true spatial structure of targets and scenes from echo signals. However, practical environmental reconstruction still faces three main challenges. First, dense Base Station (BS) deployment in 6G communication systems places building targets in the near-field region of the imaging system. This causes strong coupling among the range, azimuth, and elevation dimensions in tomographic imaging, resulting in clear deviations between the reconstructed target geometry and its true shape. Second, the positioning error of User Equipment (UE) is much larger than the signal wavelength. Therefore, conventional Synthetic Aperture Radar (SAR) autofocus algorithms become ineffective, and new methods are needed to avoid the effects of positioning errors. Third, conventional Tomographic Synthetic Aperture Radar (TomoSAR) algorithms use a per-channel processing framework, in which Single-Look Complex (SLC) images are generated independently for each channel. When Inverse Synthetic Aperture Radar (ISAR) techniques are used to generate SLC images, data differences among channels cause inconsistent translational phase compensation. These inconsistencies introduce inter-channel phase errors during elevation focusing and produce false targets in the imaging results.  Methods  This paper first applies the nonparametric translational motion compensation method developed for ISAR imaging to SLC image generation. This strategy avoids the adverse effects caused by UE positioning errors. Existing ISAR studies usually assume that the target satisfies a turntable model. However, the actual SAR imaging geometry differs from this ideal assumption. Therefore, the mathematical mapping between the TomoSAR imaging results and the true spatial coordinates of the target is rederived under the SAR imaging geometry. Based on this mapping, the coordinate reconstruction problem is formulated as a system of nonlinear equations. A coordinate reconstruction method based on Particle Swarm Optimization (PSO) is then proposed to accurately recover the true geometric shape of the target. In addition, to address inconsistent translational phase compensation among channels in conventional per-channel processing frameworks, a joint phase correction TomoSAR framework is designed. A unified phase correction strategy is used to remove inter-channel phase errors, thereby improving elevation focusing and overall imaging quality.  Results and Discussions  The proposed methods are verified through simulation experiments on complex building targets under ideal and non-ideal trajectory conditions. Chamfer Distance (CD) is used to evaluate coordinate reconstruction accuracy. The CD values under ideal and non-ideal trajectories are 1.62 and 1.68, respectively, which indicates only slight performance degradation under non-ideal conditions. The imaging point cloud under the non-ideal trajectory shows clear point dropout. A comparison of the empirical Cumulative Distribution Function (CDF) curves of distance errors under the two trajectory conditions shows that the overall trends are similar. Clear differences appear only when the distance error exceeds 2 m. This finding indicates that, under the CD metric, the main differences between the imaging results for ideal and non-ideal trajectories are concentrated in point-cloud dropout regions and areas outside the main target. Thus, non-ideal trajectories mainly affect the scattering-intensity distribution. Comparative experiments between the joint phase correction framework and the conventional framework further show that conventional TomoSAR methods produce clear stacking effects at different elevations, with false targets appearing at incorrect elevation levels. This result suggests that independent translational phase compensation in each channel can induce inter-channel phase errors and seriously degrade elevation focusing. By contrast, joint phase correction improves imaging quality.  Conclusions  The experimental results verify the effectiveness of the proposed methods. By combining ISAR-based nonparametric translational motion compensation with PSO-based coordinate reconstruction, the true geometric shape of the target is successfully recovered. The joint phase correction strategy also eliminates false targets in elevation focusing caused by conventional per-channel processing. It therefore improves elevation focusing capability and overall image quality.
DeepION Model Evaluation for SPP Navigation Performance During Solar-active Periods
WANG Zitong, FU Haiyang, JIANG Zhuojun, CAI Dijia
2026, 48(6): 2476-2492.   doi: 10.11999/JEIT250662
[Abstract](561) [FullText HTML](306) [PDF 15289KB](35)
Abstract:
  Objective  Accurate characterization of ionospheric variability is essential for reliable Global Navigation Satellite System (GNSS) positioning, especially during geomagnetic storms, when rapid and highly structured disturbances occur. Existing empirical and physics-based ionospheric models often have limited ability to represent storm-time ionospheric dynamics and small-scale irregularities in real time. This study develops a unified data-driven ionospheric modeling framework that uses GNSS-derived Slant Total Electron Content (STEC) time series as input and learns spatiotemporal mappings to key ionospheric parameters, including Vertical Total Electron Content (VTEC) and the Rate Of TEC Index (ROTI). By using deep operator learning, the proposed framework improves short-term ionospheric modeling and forecasting under disturbed conditions and provides more reliable ionospheric corrections for single-frequency positioning.  Methods  A unified data-driven ionospheric modeling framework, named DeepION, is proposed based on the Deep Operator Network (DeepONet) architecture. The framework uses STEC time series as the primary input and learns nonlinear spatiotemporal mappings to key ionospheric parameters. DeepION models and predicts STEC and VTEC, whereas ROTI is derived from the predicted STEC series. In the network design, a Convolutional Neural Network (CNN) is used as the branch network to extract spatiotemporal features from historical STEC time series. The trunk network uses a multilayer fully connected structure with periodic time encoding. Its inputs include GNSS observation geometry and temporal information, which allows the model to capture the continuous temporal dynamics of ionospheric behavior. During data preprocessing, a VTEC-based modeling strategy is first used to estimate and remove receiver Differential Code Bias (DCB), thereby providing high-quality STEC observations. The model is then trained and validated using GNSS observations collected during the May 2024 geomagnetic storm. Its outputs include ray-path STEC values, gridded VTEC fields, and derived ROTI time series. The proposed framework is further evaluated by incorporating model-derived VTEC corrections into Single Point Positioning (SPP) experiments. Modeled and observed ionospheric parameters are compared under both geomagnetically quiet and disturbed conditions to assess the modeling accuracy and practical performance of DeepION.  Results and Discussions  The experimental results show that DeepION robustly characterizes ionospheric spatiotemporal variability under different space weather conditions. It captures both large-scale structures and small-scale disturbances during geomagnetic storms. For STEC forecasting, the model achieves a Root Mean Square Error (RMSE) of 12.82 TECU over a 3-day prediction horizon and maintains high consistency with GNSS observations (Fig. 4). The model also predicts ionospheric irregularities accurately, as indicated by the close agreement between predicted and observed ROTI time series at the mid-latitude NVSK station (Fig. 5). For VTEC modeling, DeepION-generated global VTEC maps reproduce equatorial anomalies and storm-enhanced density regions. These maps closely match the Center for Orbit Determination in Europe Spherical Harmonic (CODE-SH) model and outperform the Klobuchar and NeQuick empirical models in spatial resolution and structural fidelity (Fig. 6). Further ray-path-level analysis shows that STEC derived from DeepION-based VTEC mapping yields the lowest residual error at the mid-to-high-latitude NLIB station. It achieves an RMSE of 6.80 TECU, outperforming Klobuchar and NeQuick and slightly improving on CODE-SH (Fig. 7). In GNSS positioning applications, the SPP results show that DeepION-derived ionospheric corrections consistently reduce positioning errors at both the CUSV and NLIB stations. The improvement is especially clear in the vertical and geometric components during storm-time conditions, indicating stronger robustness under intensified geomagnetic disturbances (Fig. 8, Fig. 9).  Conclusions  This study presents DeepION, a data-driven ionospheric modeling framework based on the DeepONet architecture. The framework learns spatiotemporal relationships between GNSS-derived STEC observations and key ionospheric parameters. With a CNN-based branch network and a periodically encoded trunk network, DeepION models and predicts STEC and VTEC, and then derives ROTI from the predicted STEC series. Experiments using global GNSS data during the May 2024 geomagnetic storm show that DeepION captures storm-time ionospheric variability and achieves stable performance in STEC forecasting and global VTEC reconstruction. Compared with conventional empirical and physics-based models, DeepION improves modeling accuracy and spatial representation. SPP experiments further show that ionospheric corrections derived from DeepION reduce positioning errors at both mid- and high-latitude stations, especially in the vertical and geometric components under disturbed geomagnetic conditions. These results indicate the practical value of DeepION for GNSS ionospheric correction during space weather events. Overall, DeepION provides a scalable framework for data-driven ionospheric modeling. Future work will extend it to multi-GNSS constellations, longer prediction lead times, and additional ionospheric observations.
Shallow-Water Geoacoustic Parameter Inversion Using Stokes Parameters and an Attention-Enhanced Multi-Task U-Net
HUANG Qianzhuo, LI Xiaoman, BI Xuejie, ZHANG Zishi, TONG Han, LI Fei
2026, 48(6): 2493-2503.   doi: 10.11999/JEIT251085
[Abstract](556) [FullText HTML](359) [PDF 7533KB](69)
Abstract:
  Objective  Geoacoustic parameters in shallow water are critical for characterizing underwater acoustic propagation. Traditional inversion methods, however, are limited by high computational complexity, high cost, and strong dependence on the accuracy of environmental models. To address these issues, an efficient and robust inversion method is proposed to improve the reliability and stability of shallow-water geoacoustic parameter estimation while preserving computational efficiency.  Methods  This method is developed from the Stokes parameters of the vector acoustic field. Signals received by a single vector hydrophone are processed with a warping transform to separate and extract the normal modes propagating in a shallow-water waveguide. The extracted signals are then used to calculate the Stokes parameters, which are normalized and used as input features for the inversion model. An attention-enhanced multi-task U-Net is constructed with a shared encoder and multiple prediction branches to estimate key geoacoustic parameters, including compressional wave velocity, shear wave velocity, density, compressional wave attenuation, and shear wave attenuation. In addition, channel attention and spatial attention, together with a multi-task loss function with uncertainty weighting, are used to improve feature extraction and adaptively balance the different parameter inversion tasks.  Results and Discussions  The attention mechanism is shown to suppress fluctuations in model predictions and to improve the accuracy and stability of geoacoustic parameter inversion. When 200 test samples are evaluated, the mean absolute percentage errors of both compressional wave velocity and seabed density remain below 5% (Table 3). After the attention mechanism is introduced, the errors in compressional wave velocity and seabed density are further reduced to below 3% (Table 5), which indicates improved prediction accuracy for these key parameters. The proposed method is also shown to be insensitive to parameter mismatch and to have strong robustness to environmental variation. Furthermore, the method is validated with measured data from a shallow-water region in the northern South China Sea, and its effectiveness and reliability in practical applications are confirmed (Table 6 and Fig. 9). These results show that the attention-enhanced multi-task U-Net effectively captures critical features from the Stokes parameters and yields more stable and accurate geoacoustic parameter estimation in shallow-water environments.  Conclusions  The inversion method based on the Stokes parameters and an attention-enhanced multi-task U-Net effectively improves the accuracy and stability of shallow-water geoacoustic parameter estimation and shows strong performance in the prediction of compressional wave velocity, shear wave velocity, and density. However, limitations remain in the inversion of seabed attenuation. Future work should focus on improving feature extraction methods and network architecture and on testing the applicability of the method under more complex marine conditions.
A Study of the Effects of Amplitude and Phase Errors on Angle-Measurement Accuracy in Phased Array Radar under Interference Cancellation Conditions
ZHAN Siheng, ZHOU Liang, SHEN Ruobin, ZHANG Jiahao, WANG Bin, MENG Jin
2026, 48(6): 2504-2515.   doi: 10.11999/JEIT251195
[Abstract](612) [FullText HTML](340) [PDF 5476KB](72)
Abstract:
  Objective  The electromagnetic environment is becoming increasingly complex, and mainlobe suppression jamming degrades the detection performance of phased array radars. Adaptive Interference Cancellation (AIC) can suppress such jamming. However, it may distort the mainlobe pattern and introduce azimuth angle-measurement errors. Most existing studies focus on interference cancellation mechanisms, whereas the angle-measurement errors caused by cancellation have received limited attention. Receive-channel amplitude and phase errors can further reduce angle-measurement accuracy. This paper investigates the effect of receive-channel amplitude and phase errors on the angle-measurement errors of monopulse phased array radar without a difference-difference channel.  Methods  A monopulse phased array radar without a difference-difference channel is analyzed. Receive-channel amplitude and phase errors are modeled by normal distributions. The mean represents the systematic offset, and the standard deviation represents random fluctuation. The operating principles of phased array radar receivers, monopulse radar systems, sum-difference angle measurement, and mainlobe suppression jamming cancellation are first described. Two angle-measurement models are then derived: an ideal reference model and an amplitude and phase error model. Under ideal interference-free and error-free conditions, the effective angle-measurement range of the radar is ±2.5°. The jamming source is set at –1.2°, and the corresponding angle-measurement results are used as the reference for subsequent experiments. Monte Carlo simulations, with 100 independent tests for each parameter set, are performed to analyze the statistical characteristics of the angle-measurement errors. Heatmaps are used to present the absolute errors and their variation trends.  Results and Discussions  (1) Without receive-channel amplitude and phase errors, the jamming angle remains fixed at –1.2°. Before interference cancellation, the target indication angle is consistent with the true value. After cancellation, the absolute error between the target indication angle and the true value near the beam normal is no more than 0.1°. However, a cancellation null near the jamming angle causes abrupt changes in the azimuth indication, and the error increases as the target moves away from the beam normal. (2) Before cancellation, the azimuth angle-measurement error increases with the absolute amplitude-error mean and the incident angle. The error reaches more than 0.06° when the amplitude-error mean is ±0.9 dB and the incident angle is ±2.5°. Within an incident-angle range of ±2°, the error is generally below 0.02°. When the amplitude-error mean is fixed, the error increases with the amplitude-error standard deviation. When the phase-error standard deviation is fixed, the error increases with the absolute phase-error mean. The error exceeds 0.15° at a phase-error mean of ±0.9° and reaches approximately 0.6° at a phase-error standard deviation of 6° and an incident angle of ±2.5°. (3) After cancellation, the effect of phase error is strongest at an incident angle of 0.5°, where the azimuth angle-measurement error reaches approximately 0.4°. Outside this region, the error is generally controlled within 0.2° and decreases rapidly as the target moves away from the beam normal.  Conclusions  This paper quantifies the effect of receive-channel amplitude and phase errors on azimuth angle-measurement errors before and after interference cancellation. The main conclusions are as follows. First, amplitude and phase errors both cause random fluctuations in azimuth angle measurement, and phase errors have a stronger effect than amplitude errors. Second, in the absence of jamming, azimuth angle-measurement errors are smallest near the beam normal and increase as the target approaches the boundary of the effective angle-measurement range. Third, under jamming and cancellation conditions, the azimuth angle-measurement error reaches its peak near the beam normal and then decreases rapidly. This study provides guidance for azimuth angle-measurement error assessment, error budgeting, and mainlobe suppression jamming cancellation in engineering applications. Future work will focus on non-normal amplitude and phase errors, calibration dynamics, multiple-jamming-source scenarios, and experimental validation.
Real-Time Sub-bottom Horizon Picking Based on Maximum Correlated Kurtosis Deconvolution Combined with Continuity Constraint
MENG Xinbao, ZHOU Tian, ZHU Jianjun, LI Tie, WANG Peihong, ZHAO Guoqing
2026, 48(6): 2516-2528.   doi: 10.11999/JEIT250727
[Abstract](431) [FullText HTML](240) [PDF 9887KB](21)
Abstract:
  Objective  Sub-bottom profiling is widely used in seabed geological and resource exploration, pipeline route inspection, and port and channel safety assessment. It is also a major topic in underwater acoustic detection. Accurate sub-bottom horizon picking is critical for interpreting sedimentary structures, analyzing seabed substrate characteristics, and identifying buried objects. However, existing horizon-picking methods often cannot balance picking quality, false-alarm suppression, and online real-time performance. To address this problem, this paper proposes a real-time sub-bottom horizon-picking method based on Maximum Correlated Kurtosis Deconvolution (MCKD) combined with continuity constraint.  Methods  The proposed method includes three stages: preprocessing, coarse horizon extraction, and fine horizon extraction. In preprocessing, raw echoes are enhanced by cascaded band-pass filtering and matched filtering. Fixed-delay correction is then performed to align the picked positions with pulse leading-edge arrivals. In coarse horizon extraction, synthesized periodic signals are constructed under multiple slicing step lengths. MCKD is then applied to enhance impulsive horizon responses and obtain potential horizon sequences. These candidates are screened and fused using a cross-step-length consistency criterion to suppress false alarms. In fine horizon extraction, a continuity constraint is applied within an online sliding window. This process removes isolated points, segments horizons, and performs curve fitting and correction, thereby further reducing residual false alarms and improving horizon continuity.  Results and Discussions  Simulation and field data experiments were conducted to evaluate detection probability, false-alarm probability, horizon positioning error, processing time, and extracted horizon profiles. Monte Carlo results show that fine horizon extraction further reduces false alarms and positioning errors while maintaining detection performance close to that of coarse horizon extraction (Fig. 5, Fig. 6). When the echo Signal-to-Noise Ratio (SNR) is higher than –15 dB, the detection probability exceeds 70.000%, and the false-alarm probability remains below 0.200%. When the SNR is higher than –10 dB, the detection probability exceeds 99.000%, the false-alarm probability is below 0.100%, and the positioning error is close to one sample point (Fig. 6). In the sub-bottom survey simulation, the proposed method successfully extracts both the seabed surface and the buried sedimentary horizon under different noise conditions. Its results are more refined than those obtained using the Fractional Fourier Transform (FrFT)-based algorithm and are generally comparable to manual interpretation (Fig. 7, Fig. 8). Field data results further confirm the effectiveness of the method. In comparison with signal-based algorithms, the proposed method achieves an average detection probability of 91.833%, an average false-alarm probability of 0.004%, and an average positioning error of 10.15 samples. By contrast, the FrFT-based algorithm produces a much higher false-alarm probability of 3.987% (Table 1). In comparison with image-based algorithms, although their detection probabilities exceed 95%, their false-alarm probabilities and processing times are much higher than those of the proposed method (Table 2). Qualitative results also show that the extracted horizons agree well with manual interpretation trends. The proposed method yields lower background noise, avoids obvious large-scale false horizons, and preserves local fluctuations and possible interruptions in real horizons (Figs. 912). Overall, the method provides a better balance for online horizon picking by combining acceptable detection probability and positioning accuracy with an extremely low false-alarm probability and real-time processing capability (Table 1, Table 2).  Conclusions  This study presents a real-time sub-bottom horizon-picking method based on MCKD combined with continuity constraint. The method is organized into preprocessing, coarse horizon extraction, and fine horizon extraction. It effectively extracts the seabed surface and sedimentary horizons while meeting real-time processing requirements. Simulation results show that, when the SNR exceeds –10 dB, the method achieves a detection probability greater than 99.000%, a false-alarm probability below 0.100%, and a positioning error close to one sample point. Field data processing results show an average detection probability of 91.833%, an average false-alarm probability of 0.004%, and an average positioning error of 10.15 samples. These results confirm the effectiveness and practical value of the proposed method for real-time sub-bottom horizon picking. The method maintains high detection performance, suppresses false alarms, and achieves millisecond-level processing, making it suitable for online sub-bottom horizon-picking tasks in practical applications.
Research on Monophonic Speech Separation Method Using Time-Frequency Domain Multi-scale Information Interaction Strategy
LAN Chaofeng, YANG Guotao, CHEN Yingqi, GUO Xiaoxia
2026, 48(6): 2529-2540.   doi: 10.11999/JEIT251340
[Abstract](576) [FullText HTML](491) [PDF 1166KB](64)
Abstract:
  Objective  Monaural speech separation aims to extract individual speaker signals from a single-channel mixture. It is a core technology for addressing the “cocktail party problem” and has substantial application value in low-resource, low-latency scenarios such as mobile voice assistants, teleconferencing, and hearing aids. However, the lack of spatial cues in single-channel signals, together with the substantial overlap of multiple speakers in both time-domain waveforms and frequency-domain spectra, makes accurate separation highly challenging, especially when the integrity and clarity of the target speech must be preserved. Current deep learning-based models often show limitations in three closely related aspects: effective coordination of multi-scale dependencies, efficient fusion of time-frequency information, and control of computational complexity. To address these challenges, a novel Multi-Scale Attention model integrating Time-Frequency domain information (MSA-TF) is proposed to improve separation performance, computational efficiency, and generalization capability.  Methods  The MSA-TF model contains three key components. First, a lightweight Time-Frequency fusion module is designed. The module first divides the frequency band into four subbands on the basis of speech priors, such as low-frequency energy concentration and high-frequency detail sensitivity, to extract spectral features efficiently. A dynamic gating mechanism with decomposed convolutions and SiLU activation is then applied to adaptively enhance speaker-discriminative features and suppress redundant channels associated with noise. Finally, a cross-attention mechanism is used to promote deep interaction between time-domain and frequency-domain features during the encoding stage. Global semantic information from the time domain guides the selection and weighting of useful frequency-domain features, allowing mutual correction and complementarity. This module adds only 0.8 M parameters. Second, a Multi-scale Interaction Separator is proposed to address the limitations of sequential or loosely coupled multi-scale processing in models such as SepFormer. Multi-granularity features, ranging from frame-level F 1 to syllable-level semantic F 4, are extracted through cascaded dilated convolutions. Its core is the “GF-LF Iterative Feedback” mechanism. The Global Flash module, based on efficient FLASH attention, captures long-range dependencies and syllable-level context. This global information is upsampled and injected into local features ( F k) through residual connections. Local Flash modules, also based on FLASH attention, then process the enhanced local features (\begin{document}$ {\boldsymbol{F}}_k^{\prime} $\end{document}) to model fine-grained structures and suppress frame-level noise. The updated local features are subsequently fed back through adaptive pooling to refine the global representation in the next iteration. This closed-loop bidirectional flow enables deep synergy between global semantics and local details. A gated fusion mechanism at the end dynamically balances the contributions of different scales. Third, to control computational complexity, an efficient hierarchical grouped attention mechanism is adopted, reducing the complexity from quadratic to nearly linear with sequence length. The overall MSA-TF architecture is end-to-end and consists of a 1D convolutional encoder, the integrated time-frequency and multi-scale modules, a mask network, and a symmetric decoder.  Results and Discussions  Extensive experiments are conducted on the standard WSJ0-2mix and Libri-2mix datasets, with Scale-Invariant Signal-to-Noise Ratio (SI-SNR) and Signal-to-Distortion Ratio (SDR) used as evaluation metrics. Ablation studies (Table 1) confirm the individual and joint contributions of the proposed modules. When only the time-frequency module is added to the TDAnet baseline, SI-SNR increases by 0.3 dB and SDR by 0.4 dB with only a small increase in parameters, confirming its contribution to signal structure modeling, particularly for high-frequency details. When only the multi-scale interaction module is incorporated, SI-SNR increases by 2.5 dB and SDR by 2.7 dB, highlighting its central role in modeling long-term dependencies. When the time-frequency and multi-scale modules are combined in the complete MSA-TF core, a synergistic effect is obtained, reaching 17.6 dB SI-SNR, which exceeds the sum of the individual gains. This result indicates that the dual-dimensional features provided by time-frequency fusion and the deep dependency modeling enabled by multi-scale interaction strengthen each other. Spectrogram analysis (Fig. 3) further shows that the time-frequency module effectively suppresses residual high-frequency noise and produces clearer spectral contours for the target speech. On the WSJ0-2mix test set (Table 2), MSA-TF achieves state-of-the-art performance, with 17.6 dB SI-SNR and 17.8 dB SDR. It matches the performance of SuperFormer and substantially outperforms strong baselines such as Conv-TasNet by 2.3 dB SI-SNR, while maintaining a reasonable parameter count of 15.6 M. For generalization evaluation on the completely unseen Libri-2mix dataset (Table 4), MSA-TF, trained only on WSJ0-2mix, achieves 14.2 dB SI-SNR and 14.7 dB SDR. Its performance is comparable to that of Conv-TasNet models trained specifically on Libri-2mix, which achieve 14.4 dB SI-SNR, and it outperforms BLSTM-TasNet trained on Libri-2mix. This strong cross-dataset adaptability indicates that the model captures universal time-frequency characteristics and multi-scale dependency structures in speech signals rather than overfitting to a specific dataset distribution.  Conclusions  An MSA-TF model is presented to address key challenges in monaural speech separation through deep integration of multi-scale time-frequency information interaction. The proposed lightweight Time-Frequency fusion module efficiently supplements time-domain features with discriminative frequency-domain information. The Multi-scale Interaction Separator, with its iterative feedback mechanism, enables dynamic bidirectional information flow across scales and substantially improves the joint modeling of short-term details and long-term dependencies. Combined with an efficient attention design, the model achieves superior performance without excessive computational cost. Experimental results show that MSA-TF achieves leading separation performance on standard benchmarks and shows strong generalization ability on unseen data distributions, confirming the effectiveness of this comprehensive design. The model provides an efficient, robust, and generalizable solution for practical low-resource application scenarios. Future work may examine advanced cross-modal fusion techniques and dynamic scale adjustment strategies to further improve robustness and performance in more complex and variable acoustic environments.
Wireless Communication and Internet of Things
Modeling and Characterization of Broadband Earth-Moon-Earth Communication Channels
LI Chengqian, QIAN Xiaowei, HU Xiaoling
2026, 48(6): 2541-2550.   doi: 10.11999/JEIT251028
[Abstract](431) [FullText HTML](321) [PDF 2123KB](35)
Abstract:
  Objective  This paper presents a comprehensive channel model for broadband Earth-Moon-Earth (EME) communication. The model addresses the limitations of traditional simplified models, which cannot accurately describe the Moon’s complex scattering behavior, terrain-induced scattering, or shadowing effects. Existing approaches usually treat the Moon as a point reflector or rely on empirical scattering laws. These methods are insufficient for broadband, high-capacity EME systems. To address these limitations, a unified large-scale fading model is proposed to statistically characterize lunar terrain-induced reflection and shadowing. A small-scale fading model is also developed to analyze multipath propagation and Doppler effects, decompose the channel, and quantify dynamic impairments. Link-level simulations are conducted to validate the model. This study helps close a gap in broadband EME channel modeling and provides a basis for designing and optimizing future deep-space communication systems.  Methods  A dual-scale modeling framework is proposed for broadband EME channels. At the large scale, a unified integral path-loss model is developed for both wide-beam and narrow-beam scenarios. Lunar terrain is statistically represented by a Gaussian height distribution to describe shadowing and roughness effects. A distributed integral formulation is used to calculate the effective Radar Cross Section (RCS) under narrow-beam conditions. At the small scale, the channel is decomposed into quasi-specular reflection and diffuse scattering components. The corresponding delay-power profiles are derived from surface roughness and lunar scattering mechanisms. Doppler shift and Doppler spread are analytically modeled according to Earth-Moon orbital motion. Monte Carlo simulations and numerical integration are used to verify the models. System-level performance is evaluated by the Bit Error Rate (BER) under different channel conditions, equalization schemes, and frequency-offset correction methods.  Results and Discussions  The proposed channel model captures both large-scale fading and small-scale fading in broadband EME communication. Simulation results show that the large-scale fading model represents the non-uniform power distribution across the lunar disk through an RCS-based integral model. In large-aperture antenna scenarios, the received-power correction approaches 20 dB compared with the traditional average model. At the small scale, quasi-specular reflection and diffuse scattering characterize the multipath delay spread caused by lunar surface reflection. The Doppler model quantifies the effects of Earth’s rotation and lunar orbital motion. At 1.296 GHz, the maximum two-way Doppler shift is approximately 4.5 kHz, and the two-way Doppler spread ranges from –39.88 Hz to 39.88 Hz. Simulations under low Signal-to-Noise Ratio (SNR) conditions show that conventional equalization schemes, including Least Mean Squares (LMS), Recursive Least Squares (RLS), and RAKE receiver with Maximum-Ratio Combining (RAKE-MRC), stagnate near BER = 0.1. Frequency-offset correction methods, including Fast Fourier Transform (FFT)-based estimation and Maximum Likelihood Estimation (MLE), also degrade under large frequency offsets. These results show that severe multipath delay spread is a major bottleneck in broadband EME communication.  Conclusions  This paper develops and validates a comprehensive channel model for broadband EME communication. Compared with conventional point-target and empirical methods, the proposed model describes path loss, shadowing, multipath delay spread, and Doppler effects more accurately. The results show that lunar terrain and surface scattering produce severe multipath delay spread, which greatly limits the performance of traditional equalization methods. By contrast, Doppler variation in the EME link is relatively slow, and Doppler spread is limited. Existing MLE-based frequency-offset correction can effectively compensate for this effect. Future work should explore adaptive receiver strategies, including machine learning and joint compensation, to address the severe delay spread caused by complex lunar reflection channels. This model provides a foundation for reliable EME links and future deep-space communication networks.
A Clipped NMS List Decoding Algorithm for LDPC Codes in 5G URLLC
ZHANG Xiaojun, SONG Xin, GAO Jian, MI Yonghao, NIU kai
2026, 48(6): 2551-2559.   doi: 10.11999/JEIT250853
[Abstract](566) [FullText HTML](380) [PDF 3966KB](47)
Abstract:
  Objective  As one of the coding schemes used in Fifth-generation (5G) wireless communication systems, Low-Density Parity-Check (LDPC) codes can achieve performance close to the Shannon limit through iterative decoding. However, in practical wireless transmission environments, the decoding performance of LDPC codes is vulnerable to burst interference in wireless channels. The Normalized Min-Sum (NMS) decoding algorithm is highly sensitive to the distribution characteristics of the input log-likelihood ratios (LLRs). Burst interference causes the LLRs to deviate from a Gaussian distribution, which degrades decoding performance. Meanwhile, 5G LDPC decoders are often configured with a fixed number of Processing Elements (PEs) based on the maximum lifting size to cover the full code-length range. In Ultra-reliable Low-Latency Communications (URLLC) short-code transmission scenarios, the lifting size is much smaller than the maximum lifting size. This condition leaves many PEs idle for long periods and results in low hardware resource utilization. To address these issues, a Clipped Normalized Min-Sum List (CNMSL) decoding algorithm is proposed. By co-designing burst-interference smoothing and idle-resource reuse, the proposed algorithm improves hardware resource utilization and decoding performance.  Methods  The statistical characteristics of LLRs over Additive White Gaussian Noise (AWGN) and interference channels are first analyzed, and the negative effect of burst interference on decoding performance is qualitatively attributed to the increased proportion of saturated LLRs induced by such interference. The correlation between the optimal clipping threshold and the channel noise variance, burst interference variance, and burst probability is then examined. It is shown that, under limited variations in channel parameters, the optimal clipping threshold converges to a finite interval, referred to as the optimal threshold interval. On this basis, the CNMSL decoding algorithm is proposed. A list-decoding architecture is constructed by reusing idle PEs in 5G LDPC decoders. In this architecture, each decoding path performs independent and synchronous decoding to generate candidate codewords, and the optimal decoding result is selected through a Cyclic Redundancy Check (CRC). Meanwhile, an independent clipper is configured for each path, with parameters determined from the optimal threshold interval, thereby effectively suppressing the adverse effects of burst interference.  Results and Discussions  Experimental results show that the layered NMS algorithm nearly fails over interference channels when no clipping mechanism is used. With a single clipping threshold, the algorithm operates normally, and its Block Error Rate (BLER) shows a convex downward trend, first decreasing and then increasing as the clipping threshold is reduced. Under various channel conditions for both short and long codes, the single-clipping layered NMS algorithm with a clipping threshold of 3.5 achieves a gain of about 1 dB at \begin{document}$ \mathrm{BLER}=10^{-2} $\end{document} compared with a threshold of 10, and the CNMSL algorithm provides a further gain of about 0.5 dB relative to the single-clipping NMS algorithm. In terms of hardware efficiency, when the lifting factor is less than 192, the PE utilization of the CNMSL algorithm is substantially higher than that of the layered NMS algorithm, and the improvement becomes more pronounced as the lifting factor decreases. On average, PE utilization is increased by 69% relative to the layered NMS algorithm.  Conclusions  A CNMSL decoding algorithm is proposed to improve the error-correction performance of the conventional layered NMS decoding algorithm over interference channels. By reusing idle PEs for list decoding to generate multiple candidate paths, the proposed algorithm introduces no additional hardware overhead. In addition, an optimal threshold interval is defined to configure the clipper for each decoding path. This strategy limits the proportion of saturated LLRs and makes the input LLRs follow a Gaussian or near-Gaussian distribution. Experimental results show that, compared with the layered NMS decoding algorithm with a single clipper, the proposed CNMSL algorithm achieves a gain of approximately 0.5 dB for both short and long codes. Meanwhile, PE utilization is increased by an average of 69%.
PLS-YOLO: A Lightweight Model for Signal Modulation Recognition
ZHOU Xiaobo, ZHANG Fan, SHE Chao, ZHOU Guofei, MENG Jianping
2026, 48(6): 2560-2570.   doi: 10.11999/JEIT251377
[Abstract](586) [FullText HTML](292) [PDF 3268KB](74)
Abstract:
  Objective  As wireless communication evolves toward high efficiency, low latency, and ubiquitous connectivity, higher requirements are placed on Automatic Modulation Recognition (AMR) to ensure link reliability in complex electromagnetic environments. Deep learning has improved recognition performance compared with traditional methods, which often rely on subjective feature design and have limited robustness. However, existing YOLO-based AMR models are not fully optimized for specific signal characteristics or practical deployment. These models often have excessive parameters and high computational complexity, which makes them unsuitable for resource-constrained hardware, such as edge nodes and Field-Programmable Gate Arrays (FPGAs), and limits their ability to meet real-time communication requirements. To address these bottlenecks, this paper proposes Precision and Lightweight Structure-YOLO (PLS-YOLO), a lightweight AMR model based on YOLOv10n. By optimizing network channels, replacing core modules, and improving the downsampling mechanism, the proposed model enables efficient integration of modulation signal classification and localization. It also reduces the parameter count and computational complexity, thereby supporting AMR deployment in resource-constrained scenarios.  Methods  The method includes two main stages: dataset preprocessing and PLS-YOLO model construction. In the preprocessing stage, the public RadioML2016.10a and RadioML2016.10b benchmark datasets for signal modulation recognition are used. For In-phase and Quadrature (IQ) signals in these datasets, the Short-Time Fourier Transform (STFT) is used to map one-dimensional temporal signals into two-dimensional time-frequency spectrograms containing phase and amplitude information. This process provides richer feature representations for the model. A random sampling strategy without replacement is then used to stitch individual time-frequency samples into 3×3 composite images (Fig. 4). Target labels matching the input format of YOLO-series models are generated at the same time. The dataset is divided into training, validation, and test sets at a ratio of 7:1.5:1.5 by stratified sampling to ensure consistent signal-type distributions across all subsets. The model is built on YOLOv10n, with targeted improvements designed to balance the parameter count and recognition performance. The C2f module in the original backbone network is replaced with the CSPPC module, which is based on the CSP architecture and consists of feature splitting, Partial Convolution (PConv) processing, and feature fusion. This design reduces parameters while improving recognition performance. The feature dimensionality reduction process in the backbone network is also reconstructed to reduce the increase in computational complexity caused by parameter redundancy. The traditional downsampling module is replaced with CGBlock, which improves the capture of complex modulation signal features by fusing context-aware information. Finally, standard convolutions in the PSA and v10Detect modules are replaced with PConv to further reduce computational complexity and jointly optimize lightweight design and recognition performance.  Results and Discussions  Experimental results on RadioML2016.10a show that PLS-YOLO achieves a mean Average Precision (mAP) of 68.4% within the Signal-to-Noise Ratio (SNR) range of –20 to 18 dB. The mAP increases to 94.3% when SNR ≥ 0 dB. Compared with the baseline YOLOv10n model, PLS-YOLO improves mAP by 0.6%, reduces the parameter count by 47.33%, and decreases computational complexity by 34.15%. Its inference speed also increases by 5 frames per second (fps) (Table 2). These results show that the model effectively balances recognition performance and lightweight deployment by reducing computational cost while improving precision. To verify robustness, additional experiments are conducted on RadioML2016.10b. As shown in Table 4, PLS-YOLO achieves an mAP of 73.30% over the –20 to 18 dB range and 95.4% at SNR ≥ 0 dB. It outperforms mainstream models such as MCNet and LSTM2, confirming its strong recognition performance. Furthermore, Fig. 5 shows that converting IQ data into spectrograms is more suitable for PLS-YOLO recognition of digital modulation signals. By contrast, the recognition performance for analog modulation signals remains limited. Future work should therefore improve feature modeling and recognition capability for analog signals.  Conclusions  This study proposes PLS-YOLO, a lightweight AMR model based on YOLOv10n. To jointly improve modulation recognition performance and model compactness, the network structure is optimized through channel dimensionality reduction, core module replacement, downsampling mechanism improvement, and PConv substitution. These strategies reduce key limitations of existing YOLO-based AMR models, including parameter redundancy, high computational complexity, and limited adaptability to resource-constrained scenarios such as edge nodes and FPGAs. Experiments on the RadioML2016.10a and RadioML2016.10b benchmark datasets show that PLS-YOLO achieves strong overall performance. While integrated signal classification and localization are maintained, both parameter count and computational complexity are substantially reduced compared with the baseline YOLOv10n model, with a clear improvement in recognition performance. The results verify the effectiveness and feasibility of the proposed optimization strategies and provide a practical technical path for AMR implementation. The remaining limitations in analog modulation signal recognition also indicate a clear direction for future research.
Construction of MDS Entanglement-Assisted Quantum Error-Correcting Codes
QU Yuanyue, GAO Jian
2026, 48(6): 2571-2580.   doi: 10.11999/JEIT251251
[Abstract](584) [FullText HTML](320) [PDF 775KB](64)
Abstract:
  Objective  Entanglement-Assisted Quantum Error-Correcting Codes (EAQECCs) provide an effective way to protect quantum information by using pre-shared entanglement between the sender and receiver. Existing constructions of EAQECCs mainly rely on classical cyclic or constacyclic codes and often require strong algebraic constraints, which limit the range of achievable parameters. This paper develops a general and systematic framework for constructing new families of EAQECCs from Twisted Reed-Solomon (TRS) codes over finite fields. The study has two aims. The first is to extend classical Reed-Solomon-based code design to the twisted setting so that richer algebraic structures can be used. The second is to determine the exact number of maximally entangled pairs required to attain the quantum Singleton bound. The final objective is to construct Maximum-Distance Separable (MDS) EAQECCs with greater flexibility and broader parameter ranges than existing methods.  Methods  The proposed method starts from the definition of TRS codes over finite fields. A twist parameter is introduced into the generator matrix, which changes the structure of the corresponding parity-check matrices. By systematically analyzing the associated coset-sum matrices in the twisted and untwisted cases, the rank of the relevant matrix product is determined. This rank equals the number of required entangled pairs and therefore provides the theoretical basis for the construction of EAQECCs. A detailed algebraic analysis shows that the matrix contains a submatrix with entries \begin{document}$ {M}_{l,j}=\displaystyle\sum\nolimits_{y\in W}{\left({\xi }^{j}y\right)}^{tl} $\end{document}, which simplifies to \begin{document}$ t\zeta^{jl} $\end{document}under suitable group-theoretic conditions. The resulting matrix is a Vandermonde matrix, and its full rank gives an explicit characterization of the entanglement structure. This property is then used to construct MDS EAQECCs. Based on these results, two families of EAQECCs are derived according to the number of entangled pairs. The corresponding parameters are tabulated and are shown to satisfy the quantum Singleton bound with equality, which confirms that the constructed codes are MDS.  Results and Discussions  Comprehensive parameter analysis and explicit examples verify the theoretical results. Comparative analysis further shows the flexibility of the proposed framework. Unlike previous constructions that require divisibility conditions such as \begin{document}$ a\mid (q+1) $\end{document}and \begin{document}$ a\mid (q-1) $\end{document}, the present approach remains applicable under broader algebraic settings and thus extends the feasible range of code parameters. This difference is summarized in the remark section and verified numerically. A systematic comparison with existing MDS EAQECCs (Table 4) reveals several new parameter regimes that are not accessible with classical or cyclic-code-based constructions. In particular, the proposed method yields larger code lengths and more flexible entanglement consumption rates \begin{document}$ {c}/{n} $\end{document}, which improves both the efficiency and the generality of EAQECCs. The algebraic consistency observed across all tested cases supports the correctness and general applicability of the TRS-based framework.  Conclusions  This study establishes an algebraic framework for constructing MDS EAQECCs from TRS codes. By rigorously analyzing the rank properties of coset-sum matrices, the required entanglement is determined precisely, and the conditions under which the constructed codes attain the quantum Singleton bound are identified. Two broad classes of MDS EAQECCs are obtained, corresponding to \begin{document}$ a\mid \left(q+1\right) $\end{document} and \begin{document}$ a\mid \left(q-1\right) $\end{document}, respectively, and both are verified by explicit examples and tabulated results. Compared with existing studies, the proposed approach not only generalizes earlier constructions but also extends the achievable parameter space to cases not covered by Reed-Solomon-code- or cyclic-code-based frameworks. The derived codes show improved structural flexibility, clearer algebraic characterization, and potential value for high-performance quantum information systems. This work therefore provides a unified perspective for the development of algebraically optimized EAQECCs and offers a basis for future studies of TRS-based quantum code families and their efficient encoding implementations.
Slice Pricing and Access Control with QoS Guarantee for Vehicular Networks
CUI Yaping, ZHANG Feng, WU Dapeng, HE Peng, WANG Ruyan, WANG Pan
2026, 48(6): 2581-2590.   doi: 10.11999/JEIT251219
[Abstract](403) [FullText HTML](224) [PDF 3291KB](39)
Abstract:
  Objective  Vehicular applications have diverse Quality of Service (QoS) requirements that traditional spectrum-focused networks cannot adequately meet. Although network slicing based on Mobile Edge Computing (MEC) provides customized service provisioning, existing methods often fail to jointly consider slice generation and adaptive access control. To address these limitations, this paper proposes a two-stage vehicular network slicing framework that integrates resource-aware slice generation with dynamic pricing and access control. The framework supports efficient resource allocation and slice access management. It also improves service quality, resource utilization, and system adaptability for both the MEC Network Service Provider (MEC-NSP) and vehicles through a Stackelberg game-based interaction mechanism.  Methods  The proposed solution uses a two-layer coupled mechanism consisting of resource pre-allocation and Stackelberg game-based pricing and access control. In the first stage, a three-dimensional resource pre-allocation mechanism jointly optimizes communication, computation, and caching resources to satisfy vehicular latency and bandwidth requirements. The resource allocation problem is formulated as a Mixed-Integer Nonlinear Programming (MINLP) problem. It is then decoupled into uplink and downlink subproblems, which are solved using branch-and-bound and interior-point methods, respectively. In the second stage, a Stackelberg game is developed to balance MEC-NSP profit and vehicle QoS. The MEC-NSP acts as the leader and sets dynamic slice prices. The network controller acts as the follower and determines the optimal slice selection probabilities. This interaction is solved using the Iterative Slices Pricing Algorithm (ISPA), which is proven to converge to a Nash equilibrium.  Results and Discussions  Simulation results show that the proposed framework consistently outperforms baseline algorithms, including Fixed Slice Pricing, Average Resource Allocation, Random Selection, and Dynamic Combinatorial Double Auction (DCDA), under different network conditions. In bandwidth-constrained scenarios, the proposed framework increases MEC-NSP profit by up to 20.77% compared with the Random Selection approach. When resources are abundant, with 150% capacity, it maintains profit gains of 3~9% over other baselines. The ISPA converges to equilibrium after approximately 175 iterations. The flexible pricing mechanism balances network loads, improves cache hit rates, and reduces resource bottlenecks, thereby supporting high QoS satisfaction.  Conclusions  The proposed dual-layer framework integrates slice generation and pricing for resource-aware network slicing in vehicular MEC environments. By coupling three-dimensional resource pre-allocation with a Stackelberg game-based pricing strategy, the framework improves MEC-NSP profit, resource utilization, and vehicle QoS. Future work will study blockchain-based mechanisms for trusted negotiation and decentralized resource orchestration in cross-domain cooperation under multi-operator and multi-vendor environments.
Secure Multi-Task Federated Panoptic Perception Algorithm for Connected Autonomous Vehicles
HUANG Xiaoge, CHEN Ming, TANG Yi, LIANG Chengchao, CHEN Qianbin
2026, 48(6): 2591-2601.   doi: 10.11999/JEIT250749
[Abstract](435) [FullText HTML](260) [PDF 3867KB](47)
Abstract:
  Objective   Connected autonomous vehicles (CAVs) need to perceive complex driving environments accurately and in real time, including traffic object detection, drivable-area segmentation, and lane-line detection. Existing single-task perception models are difficult to meet these diverse requirements simultaneously, while running multiple models in sequence increases latency and is unsuitable for safety-critical autonomous driving. In addition, the performance of deep learning models depends heavily on large-scale and diverse training data, whereas the data collected by an individual CAV are usually limited and scenario-specific. Federated learning (FL) provides a feasible way to train a more generalized global model without uploading raw vehicle data. However, conventional FL still faces several challenges in Internet of Vehicles scenarios, including malicious CAVs that upload low-quality or poisoned local models, privacy leakage from uploaded model parameters, and the single point of failure caused by centralized aggregation. To address these problems, this paper proposes a Secure Multi-task Federated Panoptic Perception (SMFPP) algorithm for connected autonomous vehicles. The goal is to achieve efficient multi-task driving perception, reliable collaborative model training, malicious-node resistance, privacy-preserving aggregation, and fault tolerance in a unified framework.  Methods   The proposed SMFPP framework consists of a cloud layer, an edge layer, and a terminal layer. The cloud layer publishes FL tasks and provides global coordination, the edge layer contains multiple road side units (RSUs) responsible for model aggregation, and the terminal layer consists of CAVs that train local models with their own driving-scene data. First, a YOLO-based multi-task panoptic perception model is designed as the local model. Its backbone network extracts visual features from vehicle images, while the spatial pyramid pooling fast module and feature pyramid network perform multi-scale feature fusion. Three task-specific detection heads are constructed to perform traffic object detection, drivable-area segmentation, and lane-line detection in parallel, thereby reducing perception latency and improving real-time applicability. The overall loss function combines the losses of the three tasks, including object detection losses and segmentation-related losses. Second, to defend against poisoning attacks and low-quality updates in FL, a hybrid-scoring-based CAV selection algorithm is proposed. For direct scoring, each CAV evaluates the cosine similarity between its local model and the previous global model, as well as the update age of its local model. For indirect scoring, RSUs select high-reputation CAVs to conduct encrypted cross-validation of other CAVs’ local models, and the model quality is evaluated according to local validation performance. The direct and indirect scores are normalized and used as the input of K-means clustering to select CAVs with high model quality, good timeliness, and strong consistency. The reputation value of each CAV is then updated for subsequent training rounds. Third, to avoid centralized aggregation risks, a Shamir-secret-sharing-based global model aggregation algorithm is developed. Each selected CAV splits its local model parameters into secret shares and sends them to different RSUs. Each RSU aggregates only the received shares and returns an aggregation share to CAVs. When a CAV receives at least the threshold number of aggregation shares, it reconstructs the global model by Lagrange interpolation. In this way, no single RSU can obtain a complete local model, and the system can still work when some RSUs fail.  Results and Discussions   Experiments are conducted on the BDD100K dataset, which contains diverse driving scenes from urban roads, suburban areas, and highways. In the basic simulation setting, five CAVs participate in FL training, each CAV uses 20% of the dataset to train its local model, and five RSUs serve as edge aggregation nodes. The effectiveness of the hybrid-scoring-based CAV selection algorithm is first verified under different numbers of malicious CAVs. As shown in Fig. 2, the mAP50 values of normal CAVs increase with training rounds and gradually converge, whereas malicious CAVs maintain low and unstable mAP50 values. Fig.3 further shows that a malicious CAV is excluded from global aggregation throughout training, and the global model achieves better convergence when the proposed selection algorithm is used. Compared with FedAvg, FedCS, and FedAsync, the proposed SMFPP framework obtains the best overall performance, achieving 86.4% Recall, 77.7% mAP50, 89.6% mIoU, 82.4% Accuracy, and 27.2% IoU, as reported in Table 1. For traffic object detection, SMFPP achieves 86.4% Recall and 77.7% mAP50, and its mAP50 is higher than those of MultiNet, DLT-Net, Fast R-CNN, YOLOv8n, YOLOP, A-YOLOM, and YOLOMH, as shown in Table 2. For drivable-area segmentation, SMFPP reaches 89.6% mIoU, outperforming MultiNet, DLT-Net, PSPNet, YOLOv8n(seg), YOLOP, A-YOLOM, and YOLOMH by 20.2%, 18.8%, 2.0%, 12.2%, 0.3%, 0.9%, and 0.4%, respectively, as shown in Table 3. For lane-line detection, SMFPP achieves the best Accuracy of 82.4% and IoU of 27.2%, as shown in Table 4. In both daytime and nighttime scenarios, SMFPP performs better than YOLOP on all evaluation metrics, demonstrating its adaptability to different illumination conditions (Table 5). In terms of efficiency, SMFPP contains only 3.45 million parameters and reaches 52.4 fps, indicating that it is lightweight and suitable for edge deployment (Table 6). The scalability experiment shows that, when the number of CAVs increases from 5 to 20, the global model performance improves consistently, with Recall, mAP50, mIoU, Accuracy, and IoU increasing to 88.6%, 79.5%, 90.4%, 85.2%, and 28.4%, respectively (Table 7). Moreover, the Shamir-secret-sharing-based aggregation scheme remains effective as long as at least three of the five RSUs survive. When the number of available RSUs is below the threshold, the global model cannot be correctly recovered; once enough RSUs recover, model training continues normally (Fig. 5). These results demonstrate that SMFPP improves perception accuracy, robustness against malicious CAVs, privacy protection, fault tolerance, and scalability.  Conclusions   This paper presents SMFPP, a secure multi-task federated panoptic perception algorithm for connected autonomous vehicles. The proposed method integrates a lightweight YOLO-based multi-task perception model with FL to solve the data-island problem among CAVs and to support collaborative training without exposing raw driving data. The hybrid-scoring-based CAV selection algorithm effectively filters malicious or low-quality local models by jointly considering model quality, update timeliness, and model similarity. The Shamir-secret-sharing-based aggregation scheme further protects local model parameters and removes the single point of failure in centralized FL aggregation. Simulation results on the BDD100K dataset verify that SMFPP achieves competitive or superior performance in object detection, drivable-area segmentation, and lane-line detection, while maintaining high inference efficiency and strong robustness. Future work may consider larger-scale heterogeneous vehicular networks, dynamic communication conditions, adaptive threshold settings, and real-world deployment in edge-assisted intelligent transportation systems.
Physical Layer Security Game for Large Language Model-Based Inference in Maritime Networks
CHEN Haoyu, XIAO Liang, XU Xiaoyu, LI Jieling, WANG Zicheng, LIU Huanhuan, CHEN Hongyi
2026, 48(6): 2602-2610.   doi: 10.11999/JEIT251269
[Abstract](703) [FullText HTML](337) [PDF 1712KB](71)
Abstract:
  Objective  The physical-layer security game is used to reveal the interaction between User Equipment (UE) and attackers, and to provide performance bounds for anti-jamming transmission and physical-layer authentication schemes based on the equilibria. However, existing game models overlook intelligent attackers that transmit jamming or spoofing signals, do not account for maritime wireless channels affected by evaporation ducts and sea wave fluctuations, and do not readily support performance evaluation of Large Language Model (LLM)-based inference tasks such as vessel traffic monitoring.  Methods  An anti-jamming maritime communication game for LLM inference is formulated. In this game, the jammer first selects the jamming power and channel to reduce the signal-to-interference-plus-noise ratio at the server at lower jamming cost. The UEs then select the transmit power, channel, LLM sparsity ratio, and control center to send sensing data, such as images, temperature, and humidity, so that inference accuracy is improved with lower latency. A physical-layer authentication game for maritime wireless networks with LLM inference is further formulated. The spoofing attacker first selects the number of spoofing packets to reduce authentication accuracy at lower cost. The control center then selects either the fast authentication mode based on channel state or the safe authentication mode based on the received signal strength and packet arrival interval from multiple ambient transmitters, as well as the test threshold, to improve accuracy at lower cost.  Results and Discussions  Based on the Stackelberg Equilibrium (SE) under an LLM with 7 billion parameters, the performance bounds of the Reinforcement Learning (RL)-based anti-jamming inference scheme are derived to show the effects of evaporation duct height, sea wave height, maximum LLM sparsity ratio, and quantization level on inference accuracy and latency. In addition, the performance bounds of the RL-based maritime spoofing detection scheme are derived from the SE of the physical-layer authentication game to show the effect of the maximum number of spoofing packets on authentication accuracy. Simulations are conducted for five UEs with antenna heights of 3 m, which offload images, temperature, and humidity data using transmit power of up to 200 mW at 5.8 GHz with a bandwidth of 20 MHz, to five control centers with antenna heights of 6 m. The jammer uses a Deep Q-Network to select the jamming power, with a maximum transmit power of 200 mW for each 5.8 GHz channel. The spoofing attacker uses a Deep Q-Network to select the number of spoofing packets, up to 100. The results show that the inference accuracy and latency of the RL-based anti-jamming maritime communication scheme for LLM inference converge to the performance bounds, with gaps of less than 0.6%, after 2,500 time slots. In addition, the RL-based authentication scheme converges after 1,000 time slots, with a gap of less than 1.6%.  Conclusions  In this paper, a maritime physical-layer security game for LLM inference is formulated to address scenarios including anti-jamming sensing data transmission and spoofing detection. The aim is to investigate how UEs determine the transmit power and channel, and how the control center selects authentication modes and test thresholds to improve physical-layer security. The attacker selects attack modes and parameters to reduce inference accuracy, increase latency, and even cause denial of service. Based on the SE and the related conditions, the performance bounds show that inference accuracy increases with the maximum transmit power and decreases linearly with the sparsity ratio. Furthermore, the effect of the maximum number of spoofing packets on inference accuracy is analyzed. Simulation results show that the RL-based maritime physical-layer security schemes converge to the performance bounds, which validates the accuracy and effectiveness of the game model.
Cryption and Network Information Security
Phase Shift-Based Covert Backdoor Attack Strategy in Deep Neural Networks
ZHANG Heng, XIA Yu, REN Yan, DU Linkang, ZHANG Zhikun
2026, 48(6): 2611-2621.   doi: 10.11999/JEIT251145
[Abstract](622) [FullText HTML](354) [PDF 3835KB](61)
Abstract:
  Objective  The proliferation of Deep Neural Networks (DNNs) in safety-critical domains such as autonomous driving and biomedical diagnostics has raised serious concerns about their vulnerability to adversarial threats, particularly backdoor attacks. In these attacks, hidden triggers are embedded during training, causing models to behave normally on clean inputs while producing malicious outputs when specific triggers are present. Existing backdoor methods mainly operate in either the spatial domain or the frequency domain, but they face a fundamental tradeoff between Attack Success Rate (ASR) and stealth. Spatial triggers often introduce visible artifacts, whereas frequency-domain amplitude perturbations disrupt spectral energy distributions and can therefore be detected by advanced defenses such as spectral anomaly detection. This study addresses the need for a backdoor paradigm that simultaneously achieves high attack performance, minimal perceptual distortion, and robustness against state-of-the-art defense methods. The objective is to develop a frequency-domain backdoor attack based on phase manipulation, which is better aligned with human visual perception and structural consistency, thereby overcoming the limitations of existing methods.  Methods  FDPS integrates frequency-domain phase manipulation, perceptual similarity screening, and standard data poisoning. The method first converts input images from RGB to Y'CbCr color space. This conversion isolates the chrominance channels while preserving the luminance component. Discrete Fourier Transform (DFT) is then applied to the chrominance components to obtain complex frequency spectra. Phase information is computed with the atan2 function, and selected high-frequency components are shifted to embed the trigger. Image reconstruction is performed through Inverse Discrete Fourier Transform (IDFT). The framework further incorporates Learned Perceptual Image Patch Similarity (LPIPS) filtering. This filter removes generated samples that do not satisfy the similarity threshold. The screening process ensures that all retained triggers remain visually imperceptible. The accepted poisoned samples are assigned the target class labels and then combined with the clean training data according to standard protocols.  Results and Discussions  FDPS achieves near-perfect ASR, reaching 99%, while maintaining Benign Accuracy (BA) across three datasets and two network architectures (Table 1). The method embeds triggers by manipulating phase information in the Cb and Cr chrominance channels through Fourier transforms, and LPIPS filtering helps preserve visual stealth. Experimental results show that poisoned images retain semantic focus, as confirmed by Grad-CAM visualizations that remain aligned with the clean-image patterns (Fig. 4). The method also shows strong resistance to defense mechanisms. Under Neural Cleanse, FDPS yields an anomaly index of 1.73, which is below the detection threshold of 2 (Figs. 35). Under STRIP, the entropy distribution of poisoned samples substantially overlaps with that of clean samples. Additional analysis shows that high-frequency phase perturbation achieves strong attack performance with limited poisoning. In particular, on the GTSRB dataset, FDPS achieves 99% ASR with only 2% poisoned training samples, while minimizing the effect on model utility (Fig. 8; Table 3).  Conclusions  An end-to-end frequency-domain strategy is proposed to embed covert triggers into image classification models while preserving fidelity on clean samples. By shifting selected high-frequency phase components in the chrominance channels and applying LPIPS-based filtering, FDPS achieves 99% ASR with negligible BA loss and minimal visible artifacts. It also evades representative detection methods, including Grad-CAM, Neural Cleanse, Adversarial Neuron Pruning (ANP), and STRIP. These findings indicate that high-frequency phase perturbation constitutes an effective and stealthy backdoor mechanism. Future work should extend this strategy to broader modalities and develop dedicated frequency-domain anomaly detectors as principled countermeasures.
Construction Methods of Two-Dimensional Golay-Zero Correlation Zone Array Sets with Flexible Parameters
WANG Meiyue, LIU Tao, CHEN Xiaoyu, LI Yubo
2026, 48(6): 2622-2630.   doi: 10.11999/JEIT251360
[Abstract](645) [FullText HTML](377) [PDF 1335KB](67)
Abstract:
  Objective  Sequences with good correlation properties are widely used in wireless communications, cryptography, and radar systems. However, a sequence set cannot simultaneously achieve ideal autocorrelation and ideal cross-correlation. This limitation has led to the study of two signal classes with ideal correlation properties: Zero Correlation Zone(ZCZ) sequences and Golay Complementary Sets(GCS). A Golay-ZCZ sequence set combines the advantages of both. Its constituent sequences exhibit ideal periodic autocorrelation and cross-correlation within the ZCZ, and the sums of their aperiodic autocorrelations are zero at all nonzero shifts. Therefore, a Golay-ZCZ set is both a ZCZ set and a GCS. It can thus be used in the applications of both sequence classes. An array set is a two-dimensional extension of a sequence set. Although Golay-ZCZ sequence sets have been widely studied and constructed, research on Two-Dimensional (2D) Golay-ZCZ array sets remains limited. This study proposes three constructions of 2D Golay-ZCZ array sets based on 2D multivariable functions and the concatenation operator. These array sets can be used as precoding matrices for massive Multiple Input Multiple Output(MIMO) omnidirectional transmission.  Methods  Three construction methods for 2D Golay-ZCZ array sets are proposed, including one direct construction and two indirect constructions. The resulting parameters have not been reported in existing studies. In the first construction, a 2D Golay-ZCZ array set is generated using 2D multivariable functions, with parameters expressed as prime powers. This direct function-based approach enables efficient synthesis of the target arrays. The second and third constructions generate 2D Golay-ZCZ array sets through horizontal and vertical concatenation of Two-Dimensional Complete Complementary Codes(2D CCC), respectively. In these indirect constructions, the parameters are not restricted to prime powers. This property broadens the applicability of the methods and increases parameter flexibility.  Results and Discussions  The first construction generates a 2D Golay-ZCZ array set with array size \begin{document}$ p_{1}^{{m}_{1}}\times p_{2}^{{m}_{2}} $\end{document} and ZCZ size \begin{document}$ ({p}_{1}-1)p_{1}^{{\pi }_{1}(2)-1}\times ({p}_{2}-1)p_{2}^{{\sigma }_{1}(2)-1} $\end{document} through a direct function-based method, where \begin{document}$ {p}_{1} $\end{document} and \begin{document}$ {p}_{2} $\end{document} are prime numbers. For clarity, the magnitudes of the 2D periodic cross-correlation function of the constructed array set are illustrated in Example 1 (Fig. 1). The second construction generates a ZCZ array set with array size \begin{document}$ {L}_{1}\times {N}^{2}{L}_{2} $\end{document} and ZCZ size \begin{document}$ ({L}_{1}-1)\times (N-1){L}_{2} $\end{document} based on the horizontal concatenation of \begin{document}$ (N,N,{L}_{1},{L}_{2}) $\end{document} 2D CCC. The third construction generates a ZCZ array set with array size \begin{document}$ {N}^{2}{L}_{1}\times {L}_{2} $\end{document} and ZCZ size \begin{document}$ (N-1){L}_{1}\times ({L}_{2}-1) $\end{document} based on the vertical concatenation of \begin{document}$ (N,N,{L}_{1},{L}_{2}) $\end{document} 2D CCC. An illustrative example of Construction 3 is provided, and the corresponding correlation magnitudes are shown in (Figs. 2 and 3). As summarized in (Table 1), the construction methods proposed in this paper generate parameter sets that have not been reported in the existing literature. The constructed array sets provide considerable flexibility in array dimensions and ZCZ sizes. This flexibility is valuable for the design of precoding matrices in MIMO omnidirectional transmission systems. In practical implementations, the dimension of a precoding matrix is typically determined by the number of transmit antennas, whereas the ZCZ size must match the maximum multipath delay spread of the channel. Owing to this parameter flexibility, the proposed 2D Golay-ZCZ array sets support adaptive selection under different antenna configurations and channel conditions.  Conclusions  Three construction methods for 2D Golay-ZCZ array sets are proposed. These methods generate array sets with flexible array sizes and large ZCZ widths. The first construction is based on a 2D multivariable function and can include previous results as special cases without using kernels. The second and third constructions rely on the concatenation operator and provide greater parameter flexibility. The proposed 2D Golay-ZCZ arrays have potential applications in MIMO omnidirectional transmission. The parameter-flexible array sets can be selected according to different antenna configurations and channel conditions. This property suppresses multi-antenna interference within the zero-correlation zone and maintains uniform transmitted energy.
A Multi-layer Resilient Control Framework for Networked Microgrids against False Data Injection Attacks
HUANG yu, CAO zhengyang, HU songlin, YUE dong, CHEN yonghua, YAN yunsong
2026, 48(6): 2631-2640.   doi: 10.11999/JEIT250850
[Abstract](530) [FullText HTML](258) [PDF 2055KB](19)
Abstract:
  Objective  With the increasing penetration of distributed renewable energy and the growing dependence on cyber-physical infrastructure, Networked MicroGrids (NMGs) are increasingly vulnerable to False Data Injection Attacks (FDIAs). These attacks threaten frequency stability and system security. Traditional secondary control methods are limited by constrained communication resources and fixed sampling mechanisms. They often fail to maintain resilient operation under stealthy FDIAs and dynamic disturbances. To address these challenges, this study develops a multi-layer resilient control strategy that integrates event-triggered communication/control, data-driven attack observation, and double-replay Q-learning. The objective is to improve communication efficiency, attack detection, and stability recovery in NMGs under complex cyber threats.  Methods  The proposed Event-Triggered Control-Radial Basis Function-Double-Replay Q-Learning (ETC-RBF-DRQL) framework integrates an Event-Triggered Control (ETC) mechanism, a Radial Basis Function Unknown Input Observer (RBF-UIO), and a Double-Replay Q-Learning (DRQL) compensator to achieve resilient frequency control in NMGs under FDIAs. The ETC mechanism reduces redundant data transmission while maintaining system stability. The RBF-UIO estimates system states and detects anomalous deviations. After an attack is detected, the DRQL module adaptively generates compensation signals to suppress the attack effect and restore system stability. The framework is formulated using a modular dynamic model of NMGs, which supports stability analysis under communication and attack constraints. Simulation experiments are conducted on a 4-node distributed microgrid testbed in MATLAB/Simulink. The testbed includes different renewable energy sources and realistic communication links to verify the effectiveness and scalability of the proposed approach.  Results and Discussions  The proposed ETC-RBF-DRQL framework is validated on a 4-node NMG under FDIA scenarios. Simulation results show that the method achieves better overall performance in frequency regulation, communication efficiency, and attack resilience. Specifically, the frequency deviation peak is reduced from 0.021 8 Hz under periodic Proportional-Integral (PI) control to 0.012 1 Hz. The steady-state average deviation and fluctuation standard deviation are reduced to 0.009 7 Hz and 0.007 4 Hz, respectively (Fig. 4, Table 2). The average communication event rate decreases to 11.9 pkt/s, corresponding to a 76.2% reduction compared with periodic sampling (Table 2). The proposed framework also maintains reliable attack detection performance, with a detection rate of 91.5%, a false alarm rate of 4.8%, and an area under the curve (AUC) of 0.968 (Table 2). These results indicate that the proposed method can coordinate frequency recovery, communication overhead reduction, and FDIA mitigation in NMGs.  Conclusions  This paper investigates a multi-layer resilient control framework for NMGs under FDIAs and communication constraints. The proposed ETC-RBF-DRQL method integrates event-triggered communication/control, RBF-UIO-based attack detection, and DRQL-based adaptive compensation. It therefore enables closed-loop coordination among anomaly detection, attack suppression, and frequency stability recovery. Simulation results on a 4-node NMG show that, compared with conventional PI-based schemes, the proposed approach reduces frequency deviation peaks and shortens recovery time while lowering communication overhead. Theoretical analysis further confirms its feasibility and stability under bounded estimation errors. This study focuses on sensor-side FDIAs and simplified communication conditions. Future work will consider more complex multi-type attacks and hardware-in-the-loop validation to support engineering applications.
Power Side-channel Leakage Assessment and Chosen-ciphertext Attack on the Decoding Function of Kyber
QIU Yubo, LI Ziqi, YUAN Chaoxuan, ZHOU Zijian, HU Wandi, HU Wei
2026, 48(6): 2641-2654.   doi: 10.11999/JEIT251243
[Abstract](590) [FullText HTML](293) [PDF 3126KB](54)
Abstract:
  Objective   The standardization of Post-Quantum Cryptography (PQC) has made the implementation security of Kyber a practical concern. Kyber, standardized as Module-Lattice-based Key-Encapsulation Mechanism (ML-KEM), is a lattice-based scheme with favorable efficiency and security based on the hardness of the Module Learning With Errors (MLWE) problem. However, its deployment on embedded devices can still produce measurable physical leakage. Existing studies have shown that side-channel attacks can target several Kyber modules, but two issues remain insufficiently studied. First, the leakage strengths of different auxiliary functions on the decapsulation and re-encryption path have not been compared under a unified assessment framework. This limits the identification of the most vulnerable implementation-level weak point. Second, although chosen-ciphertext attacks and power analysis have been studied, the decoding function poly_frommsg() has not been fully examined from the perspective of periodic leakage modeling and low-query key recovery. To address these issues, this work evaluates function-level leakage in the key operations of Kyber decapsulation and develops a chosen-ciphertext Simple Power Analysis (SPA) attack against the most vulnerable decoding function. The study provides a practical attack method and implementation-oriented security insights for protecting post-quantum cryptographic software on embedded platforms.  Methods   A function-oriented evaluation-and-attack framework is established for the execution path of Kyber.CCAKEM.Dec(). Four representative target functions are selected: the Barrett reduction function poly_reduce(), the encoding function poly_tomsg(), the decoding function poly_frommsg(), and the hash function G(). For each function, the intermediate variable with the largest data-dependent bit transition under crafted ciphertext inputs is first analyzed from the perspective of Hamming-distance leakage. Two ciphertext sets are then constructed so that the selected intermediate variable takes two maximally distinguishable values. For each set, 50 power traces are collected. The experiments are performed on an STM32F407IG embedded platform, and power signals are captured using a PicoScope 6406E oscilloscope at a sampling rate of 5 GS/s. Welch’s t-test-based Test Vector Leakage Assessment (TVLA) is used to quantify leakage significance, with ±4.5 used as the decision threshold for leakage detection. After poly_frommsg() is identified as the most vulnerable point, a chosen-ciphertext SPA attack is designed. The attack first constructs ciphertexts according to the coefficient range of the secret polynomial. It then extracts 256 Points of Interest (PoIs) from reference traces through local-maximum search. Finally, a grouped threshold model is built according to the periodic energy structure of the PoIs. The recovered message bits are mapped back to the coefficients of the secret polynomial, enabling full private-key reconstruction for Kyber512 and Kyber768.  Results and Discussions   The leakage assessment shows clear differences among the four target functions. For poly_reduce(), the intermediate variable t directly depends on the coefficients of the intermediate polynomial mp, and the maximum Hamming distance reaches 13 bit. The measured TVLA peaks are therefore concentrated around 50 for both Kyber512 and Kyber768 (Fig. 5). For poly_tomsg(), the relevant binary transition corresponds to a Hamming distance of only 1 bit, and the observed TVLA values are much smaller, at approximately 6 (Fig. 6). For poly_frommsg(), the message-dependent mask flips between 0 and 0xffff, producing a Hamming distance of 16 bit and the strongest leakage among all tested functions. The TVLA peaks reach about 60, identifying this module as the primary attack target (Fig. 7). For the hash function G(), the leakage is weaker and less regular, but several sampling points still exceed the TVLA threshold. This result indicates that theoretical indistinguishability under chosen-ciphertext attack (IND-CCA) reinforcement through the Fujisaki-Okamoto (FO) transform does not automatically remove physical leakage (Fig. 8). These results show that implementation-level vulnerability is strongly associated with data-dependent bit transitions. They also show that linear message-expansion functions may expose more stable power signatures than some arithmetic modules. Based on this observation, the proposed attack focuses on poly_frommsg(). Local-extrema analysis shows that the 256 message-bit operations generate 256 stable PoIs. Their energy values show a periodic pattern with an approximate period length of 8 (Fig. 10, Fig. 11). Instead of applying a single global threshold to all PoIs, the proposed grouped threshold model divides the PoIs according to their positions within the period and computes location-aware thresholds. This design suppresses position-dependent drift and improves the consistency of bit decisions. The resulting message-recovery procedure reliably reconstructs the bit sequence from one attack trace under each chosen ciphertext. Combined with the precomputed ciphertext table, only 6 chosen ciphertexts are required to recover the private key of Kyber512, and only 9 chosen ciphertexts are required for Kyber768. Compared with the prior poly_frommsg()-based method, which requires 8 and 12 ciphertexts, respectively, the proposed method reduces the ciphertext requirement by 25.0% while maintaining a 100% success rate (Table 4). Compared with the attack on poly_tomsg(), the proposed method exploits a function with stronger leakage observability and therefore achieves higher decision stability and equal or better overall efficiency. The periodic PoI model is thus not only an empirical observation, but also a direct basis for the attack design and a key reason for the practical gain in low-query key recovery.  Conclusions  This work shows that Kyber contains different implementation-level vulnerabilities along its decapsulation path and that poly_frommsg() is the most critical leakage point in the tested software implementation. By combining function-level TVLA assessment with a chosen-ciphertext SPA attack, the study identifies leakage sources in poly_reduce(), poly_tomsg(), poly_frommsg(), and G(). It also converts the observed periodic leakage structure of poly_frommsg() into an effective grouped threshold model for key recovery. The resulting attack reduces the number of required ciphertexts for Kyber512 and Kyber768 to 6 and 9, respectively, while preserving a 100% success rate. These findings indicate that practical protection of post-quantum software should go beyond algorithm-level security claims. Masking, execution randomization, balanced implementations, and function-level leakage testing should be considered explicitly during deployment and validation.
Image and Intelligent Information Processing
A Spatiotemporal Coupling Traffic Flow Prediction Model with Dynamic Graph Recursion and State Space
ZHANG Hong, QI Fangzheng, LUO Shengjun, ZHANG Xijun, HOU Liang, HUANG Hairong
2026, 48(6): 2655-2665.   doi: 10.11999/JEIT251198
[Abstract](558) [FullText HTML](371) [PDF 2439KB](73)
Abstract:
  Objective  Accurate traffic flow prediction is a key task in intelligent transportation systems. However, it remains challenging to capture dynamically evolving spatial structures and complex spatiotemporal dependencies in urban road networks. To address these issues, this paper proposes DGGRU-Mamba, a spatiotemporal traffic flow prediction framework that integrates dynamic graph recurrent modeling with a structured state space mechanism. The model jointly captures dynamic spatial dependencies and long-range temporal dependencies.  Methods  DGGRU-Mamba contains two core modules: Dynamic Graph Recurrent Modeling (DGRM) and Spatiotemporal Mamba (ST-Mamba). A spatiotemporal embedding generator is first designed to jointly encode periodic temporal information and node-specific spatial features, thereby supporting adaptive graph construction. DGRM dynamically updates time-varying adjacency structures through Dynamic Graph Gated Recurrent Units (DGGRUs), which enables adaptive modeling of evolving spatial dependencies. ST-Mamba uses structured state transitions to efficiently capture long-range temporal dependencies. In addition, a dual-branch prediction scheme with Forecast and Backcast branches is used to improve multi-step prediction accuracy and reduce cumulative errors.  Results and Discussions  DGGRU-Mamba is evaluated on four benchmark datasets, namely PEMS03, PEMS04, PEMS07, and PEMS08. Mean Absolute Error (MAE), Root Mean Square Error (RMSE), and Mean Absolute Percentage Error (MAPE) are used as evaluation metrics. Experimental results show that DGGRU-Mamba achieves strong performance on all datasets. On PEMS04, compared with the mainstream attention-based model STAEformer, DGGRU-Mamba reduces MAE, RMSE, and MAPE by approximately 4.2%, 3.8%, and 2.9%, respectively. Its inference time is also shortened by 4.82 s. These results indicate that the proposed framework improves prediction accuracy while maintaining high computational efficiency. The performance gains mainly arise from the complementary effects of DGRM and ST-Mamba, which strengthen dynamic spatial dependency modeling and long-range temporal dependency learning with lower computational cost.  Conclusions  This paper proposes DGGRU-Mamba, a spatiotemporal traffic flow prediction framework for modeling dynamic spatial structures and long-range temporal dependencies in complex traffic networks. By integrating dynamic graph recurrent modeling with a structured state space mechanism, the framework achieves a favorable balance between prediction accuracy and computational efficiency. Experiments on multiple benchmark datasets verify its effectiveness and scalability in multi-step traffic flow prediction. Future work will consider external factors, such as weather and traffic events, to further improve its applicability in real traffic scenarios.
Dynamic Focus and Semantic Prompt Network for Fine-Grained Pest Classification
LIU Changyuan, ZHAO Haijian, WU Haibin
2026, 48(6): 2666-2677.   doi: 10.11999/JEIT260044
[Abstract](515) [FullText HTML](286) [PDF 7201KB](82)
Abstract:
  Objective  Agricultural pest images are often affected by complex background interference, large appearance differences across morphological stages, diverse shooting angles, and substantial scale variation. These factors limit feature extraction and morphological adaptability in existing fine-grained classification models. To address these challenges, an Agricultural Pest Multi-Dimensional dataset (APMD) is constructed to cover multiple morphological stages, viewing angles, and object scales. In addition, a Dynamic Focus and Semantic Prompt Network for fine-grained pest classification (DFS-PestNet) is proposed. The network adopts a decoupled parallel architecture that combines a main feature stream and a prompt enhancement stream. A Spatial Dependency Perception (SDP) module is designed to dynamically focus on key discriminative regions, such as pest spots and wing veins, thereby improving local subtle feature extraction under complex backgrounds. An Advanced Haptic-Visual Prompting (AHVP) module is introduced to integrate category semantics and spatial position information into shallow and middle-level features, which improves adaptability to morphological variations across developmental stages. Dual-branch Saliency Sampling (DSS) is further adopted to adaptively aggregate key features from essential pest body parts through learnable prototype components and dual-branch saliency fusion. This strategy improves the recognition of small targets, including tiny pests and early-stage larvae. Experimental results show that the proposed model achieves better classification performance than baseline and mainstream methods on both public and self-constructed datasets. These results verify the effectiveness and application potential of the model in complex agricultural scenarios and provide a technical reference for intelligent pest monitoring and precise control in smart agriculture.  Methods  To improve classification accuracy under complex background interference and multi-morphological conditions, APMD is first constructed. This dataset contains image data covering different pest morphological stages, viewing angles, and scales. Specifically, it includes 15,680 images from 58 species, which are divided into training, validation, and testing sets at a standard ratio of 7:2:1 (Fig. 1) (Table 1). The dataset provides high-quality data support for research on fine-grained pest classification. DFS-PestNet is then proposed. In this network, the SDP module is designed to adaptively locate and enhance key discriminative pest regions. By reducing the effects of pose variation and complex background interference, this module enables more accurate fine-grained feature extraction. The AHVP module is also incorporated into the network to embed category semantics and spatial position information. This module guides the network to focus on key discriminative features across different morphological periods, thereby improving recognition robustness under large morphological changes during the pest life cycle. Furthermore, DSS is proposed to adaptively aggregate features from essential pest body parts. This strategy strengthens the recognition of challenging small targets and reduces the difficulty of small-target recognition in fine-grained pest classification.  Results and Discussions  The performance of DFS-PestNet in fine-grained pest classification is evaluated through multidimensional experiments. First, qualitative visualization is conducted. Grad-CAM heatmaps show that, compared with the baseline model, which is easily affected by complex farmland backgrounds and plant stems, DFS-PestNet effectively suppresses background noise and focuses on fine-grained discriminative parts, such as pest heads and antennae (Fig. 6). The model also shows clear advantages in capturing features of tiny targets, such as leafhopper nymphs, and pests at different life stages, such as Chilo suppressalis hidden within stems. The t-SNE feature reduction results further confirm that the proposed model reduces feature confusion in multi-morphological scenarios. High-dimensional features show clearer inter-class separation and tighter intra-class clustering in a two-dimensional visual space (Fig. 7). Second, quantitative ablation and parameter optimization experiments are performed. The ablation studies validate the synergistic effect of the three improved modules, namely SDP, AHVP, and DSS (Table 2). Their combination increases the classification accuracy of the baseline model by 2.21%, reaching 77.24%, with all core evaluation metrics achieving the best values. Hyperparameter optimization further identifies 6 as the optimal number of prompt position tokens and 0.2 as the optimal feature dropout rate (Fig. 8). This configuration ensures sufficient semantic representation while achieving a good balance between simulating natural occlusion and improving model robustness. Finally, comparative experiments with mainstream state-of-the-art models are conducted. Compared with existing advanced Convolutional Neural Network (CNN) and Transformer architectures, such as Gate-ViT and EST, DFS-PestNet achieves the highest accuracies of 77.24% and 98.01% on the large-scale public dataset IP102 and the challenging self-constructed APMD dataset, respectively (Table 3) (Table 4). These results show consistent improvements across fine-grained classification metrics. Moreover, while maintaining high classification accuracy, the proposed model achieves inference speeds of 158 frame/s and 164 frame/s on the two datasets, respectively. In summary, DFS-PestNet achieves strong classification accuracy and high inference efficiency for complex pest feature extraction across large scale variation and multiple morphological stages. This provides a practical basis for efficient deployment in smart agriculture.  Conclusions  To address multi-morphological variation and small-target recognition in fine-grained pest classification, the APMD dataset is constructed, and DFS-PestNet is proposed based on the MPSA baseline. Specifically, the SDP module is introduced to adaptively focus on pose- and morphology-invariant discriminative features. The AHVP module embeds category semantics and spatial position information into shallow and middle-level networks. The DSS module adaptively aggregates key body-part features to improve small-target recognition. Experimental results show that DFS-PestNet outperforms mainstream models on both the IP102 and APMD datasets across different developmental stages, angles, and scales. Future work will focus on lightweight model design for efficient edge deployment and open-set recognition for early warning of unknown pest categories in complex real-world environments.
Remote Sensing Land-cover Classification Combining Multi-modal and Multi-scale Fusion with Mamba
XIE Wen, ZHU Chaotao, WANG Jin, MA Xiaomeng
2026, 48(6): 2678-2689.   doi: 10.11999/JEIT251303
[Abstract](697) [FullText HTML](468) [PDF 6993KB](125)
Abstract:
  Objective   The rapid development of remote sensing imaging has generated large-scale and diverse data for remote sensing land-cover classification. In recent years, Mamba-based models have been successfully applied to image processing because of their distinctive architectures and strong global modeling capability. Among them, multi-scale vision Mamba models are well suited to complex spatial distributions. This property matches remote sensing scenes, in which ground objects often have large scale variations and complex orientations. To fully use the advantages of Mamba in feature extraction and fusion for remote sensing data, a Mamba-based Multi-modal and Multi-scale fusion model for Remote Sensing land-cover classification (M3RS) is proposed.  Methods   M3RS mainly contains three stages for feature extraction and fusion. First, a Multi-Scale Spatial Encoder based on Spatial Mamba is used to extract features from Light Detection And Ranging (LiDAR) images and Synthetic Aperture Radar (SAR) images. Considering the unique data structure of HyperSpectral Image (HSI), a Multi-Scale Spatio-Spectral Encoder is proposed to extract complex spatio-spectral features by using Spatial Mamba and Spectral Mamba. Next, a Multi-Modal Feature Fusion Module, consisting of the proposed Cross-Mamba and Channel-Concatenated Mamba, is designed to fuse multi-modal features. Cross-Mamba efficiently fuses multi-modal spatial features through the interaction of State Space Model (SSM) parameters from different modalities. Channel-Concatenated Mamba further fuses multi-modal features by constructing four channel scanning strategies. Finally, an improved Multi-Scale Feature Fusion Module is adopted to fuse multi-scale features layer by layer. This design provides highly discriminative features for classification and improves the accuracy of remote sensing land-cover classification.  Results and Discussions   Comparative experiments are conducted on three publicly available multi-modal remote sensing land-cover classification datasets. The proposed model is compared with seven mainstream models. The results show that M3RS achieves the best Overall Accuracy (OA), Average Accuracy (AA), and Kappa coefficient among all compared methods. On the Muufl dataset, the OA of M3RS is 3.49%, 3.80%, and 4.02% higher than those of representative Convolutional Neural Network (CNN)-, Transformer-, and Mamba-based models, respectively (Table 1, Fig. 8). On the Houston2013 and Augsburg datasets, the OA of M3RS exceeds those of all compared algorithms by an average of 3.37% and 3.11%, respectively (Tables 2 and 3). These results indicate that integrating a multi-modal and multi-scale architecture with Mamba improves the accuracy of remote sensing land-cover classification. In addition, the ablation experiment verifies the contribution of each proposed module to classification performance (Table 4). Spectral Mamba provides a clear accuracy gain, and the fusion modules further improve the overall performance to different degrees. The hyperparameter experiment also provides a useful configuration for multi-scale remote sensing image fusion (Table 5). Compared with a Transformer model using the same multi-scale architecture, M3RS achieves higher classification accuracy, reduces the parameter count by 37.4%, and shortens the training time by 10.7%. These results show that Mamba improves both accuracy and efficiency in this framework (Fig. 9).  Conclusions   M3RS uses Mamba to fuse multi-modal and multi-scale features, thereby improving remote sensing land-cover classification. The heterogeneous encoders in M3RS address differences among multi-modal data and provide richer complementary information for fusion and classification. Cross-Mamba and Channel-Concatenated Mamba account for both the similarities and differences between Mamba and Transformer. They achieve efficient multi-modal spatial feature interaction and comprehensive multi-modal feature fusion, respectively, forming a hierarchical fusion strategy. The multi-scale architecture also alleviates the difficulty caused by complex spatial distributions of remote sensing land covers. The proposed Multi-Scale Feature Fusion Module, composed of Spatial Mamba and channel attention, integrates multi-scale features and provides a reliable basis for subsequent classification. Future work will further optimize the model by exploring the principles of Mamba and refining feature alignment in cross-attention-based multi-modal interaction, thereby improving the reliability of feature fusion.
A Multi-view Feature Extraction and Dual-edge Contrastive Learning Approach for Image Forgery Detection
XU Zhuang, YE Ziyi, PAN Enkang, LIU Chunxiao
2026, 48(6): 2690-2700.   doi: 10.11999/JEIT251271
[Abstract](539) [FullText HTML](362) [PDF 2124KB](45)
Abstract:
  Objective  With the rapid development and wide use of image editing tools, such as Adobe Photoshop and Meitu, realistic forged images can now be created and disseminated with increasing ease. This trend poses challenges to visual content authentication in journalism, forensic analysis, and social security. Existing image forgery detection methods usually define the task as pixel-wise binary classification. This formulation may cause label conflicts, especially when the same object has different labels in different images. In addition, most methods mainly focus on spatial-domain features and make limited use of complementary information from other views, such as noise-domain clues.  Methods  To address these limitations, this paper proposes an image forgery detection algorithm based on multi-view feature extraction and dual-edge contrastive learning. The detection task is reformulated as intra-image inconsistency detection, which avoids label conflicts caused by conventional pixel-wise classification. To reduce semantic ambiguity near tampered boundaries, a dual-edge contrastive learning strategy is designed. Inner-edge and outer-edge features are extracted and contrasted separately, and non-edge tampered and non-tampered features are also contrasted. This strategy guides the model to focus on difficult edge samples and improves boundary detection accuracy. A dual-branch multi-view feature encoder is further developed to extract complementary forgery clues. The spatial-domain branch uses a High-Resolution Network (HRNet) backbone to extract multi-scale spatial features. A mixture-of-experts gating mechanism dynamically weights features across scales and fuses residuals between adjacent scales, which helps capture subtle forgery traces. The noise-domain branch extracts multiple noise-related features, including noise fingerprint features, Spatial Rich Model (SRM) filter responses, Bayar convolution features, max-pooling features, average-pooling residuals, and learnable Fourier-domain features with adaptive masking. A mixture-of-experts strategy is also used to dynamically assign weights to these heterogeneous features according to the characteristics of each input image. During training, the fused multi-view features are optimized using the dual-edge contrastive learning framework, which strengthens discrimination between tampered and non-tampered regions, particularly near their boundaries. During inference, K-means clustering is applied to the learned feature representations to locate tampered regions without explicit pixel labels.  Results and Discussions  Extensive experiments are conducted on widely used benchmark datasets, including NIST, Columbia, COVERAGE, DSO, and CASIA-v1. These datasets cover different forgery types, including splicing, copy-move, object removal, and post-processing. The proposed method consistently outperforms state-of-the-art methods. Compared with the best existing methods, it improves the average permuted F1 (pF1) and permuted Intersection over Union (pIoU) by 26.0% and 10.1%, respectively (Table 3). Visualization results show more accurate localization of tampered regions, especially along tampered boundaries, with fewer false positives and clearer edge delineation (Fig. 5). Ablation studies further verify the effectiveness of each key component, including multi-view feature extraction, the mixture-of-experts fusion mechanism for noise features, and the dual-edge contrastive learning strategy (Tables 46).  Conclusions  This paper presents an image forgery detection framework that addresses the limitations of conventional classification-based methods by modeling the task as intra-image inconsistency detection. Dual-edge contrastive learning reduces semantic ambiguity at tampered boundaries, and the multi-view feature encoder extracts complementary spatial-domain and noise-domain clues. Experimental results on different datasets show improved detection accuracy and boundary precision. Future work will explore the extension of the inconsistency detection paradigm to additional modalities, such as text, for multimodal forgery detection.
Semantic-guided Unified Multi-scale Deep Unrolling Network for Pansharpening
CHEN Junjie, WANG Tingting, FANG Faming, ZHANG Guixu
2026, 48(6): 2701-2711.   doi: 10.11999/JEIT251252
[Abstract](579) [FullText HTML](281) [PDF 2940KB](63)
Abstract:
  Objective  With the rapid development of satellite imaging technology, demand has increased for high-resolution multispectral remote sensing images in a wide range of applications. However, satellite platforms differ in sensor parameters and imaging conditions, which leads to clear domain shifts among datasets acquired by different satellites. Most existing Deep Learning (DL)-based pansharpening methods are therefore trained separately on individual satellite datasets and have limited cross-satellite generalization. To address this limitation, this study proposes a Semantic-guided Unified Multi-scale Deep Unrolling Network (SUM-DUN). SUM-DUN is designed based on classical optimization theory and adopts a three-dimensional (3D) multi-scale deep unrolling architecture for unified feature extraction and fusion. Multimodal Large Language Models (MLLMs) are used to generate semantic text prompts from the input images. These prompts guide the model to adaptively adjust feature representations and improve fusion quality. The proposed method aims to support unified remote sensing image fusion through a tailored network architecture and a prompt-guided mechanism, thereby providing reliable data for high-level image interpretation tasks.  Methods  Following the Maximum A Posteriori (MAP) estimation principle, the optimization process for High-Resolution Multispectral (HRMS) image recovery is unfolded into the proposed SUM-DUN (Fig. 1). Each iterative stage of SUM-DUN contains two main modules: a Gradient Descent Module (GDM) and a Semantic-guided Proximal Mapping Network (SPMN). These modules approximate the operations in Eq. (5) and Eq. (6), respectively. GDM performs gradient descent updating based on the current feature estimate and the degradation model. SPMN is implemented using a Transformer-based architecture, as shown in Fig. 2(b), and incorporates semantic text prompts generated from each input image pair by MLLMs. These prompts guide the network to select suitable feature propagation strategies for the current image pair. This process helps suppress noise and reduce discrepancies among different satellite sensors. Through upsampling and downsampling operations, the network also transmits multispectral (MS) and panchromatic (PAN) features across iterative stages. Thus, multi-scale spatial and spectral information is progressively preserved and enhanced during the deep unrolling process.  Results and Discussions  To verify the effectiveness of the proposed method, it is compared with seven representative baselines, including two traditional methods, BDSD and PRACS, and five DL-based methods, AWFLN, FusionMamba, PanMamba, WFANet, and TMDiff. In the reduced-resolution evaluation, ground-truth HRMS images are available. Several widely used reference-based metrics are adopted, including Spectral Angle Mapper (SAM), Spatial Correlation Coefficient (SCC), Peak Signal-to-Noise Ratio (PSNR), Erreur Relative Globale Adimensionnelle de Synthèse (ERGAS), Averaged Universal Image Quality Index (QAVE), and the Universal Image Quality Index for 4-band and 8-band images (Q4/Q8). These metrics jointly assess spectral fidelity, spatial consistency, and overall image quality. In the full-resolution evaluation, ground-truth HRMS images are unavailable. Therefore, no-reference quality indices are used. Specifically, Hybrid Quality with No Reference (HQNR), its spectral distortion component and spatial distortion component are used to assess fusion quality in real-world scenarios. Quantitative results on the GF-1 and WV-2 test datasets show that the proposed method consistently achieves the best or second-best performance across all metrics under both reduced-resolution and full-resolution settings (Tables 2 and 3). These results indicate that the proposed method can preserve spectral fidelity and spatial consistency while maintaining robust performance across different satellites and challenging imaging conditions. Ablation studies further validate the effectiveness of the 3D architecture, the multi-scale network design, and the spatial-channel prompt guidance mechanism. Removing or modifying any of these components causes performance degradation to different degrees (Tables 4 and 5).  Conclusions  This study proposes a semantic-guided unified multi-scale deep unrolling method for pansharpening. The method uses semantic prompts generated by an MLLM to support efficient and unified fusion of images from different satellites. The proposed approach is built on a deep unrolling framework and uses a 3D convolutional architecture to process satellite datasets with different numbers of spectral bands. A multi-scale network design is further used to extract spatial and spectral features at different levels, thereby improving fusion performance. In addition, a Semantic Prompt Integration Module (SPIM) is designed to adaptively route spatial and channel features based on semantic information. SPIM enables more effective feature propagation and improves both spatial detail reconstruction and spectral consistency. Extensive experiments show that the proposed method achieves state-of-the-art performance in visual quality and quantitative evaluation.
HWT-SRNet: Heterogeneous Windows Transformer Network for Image Super-Resolution
LU Di, DANG Anyuan
2026, 48(6): 2712-2721.   doi: 10.11999/JEIT250868
[Abstract](389) [FullText HTML](332) [PDF 3985KB](49)
Abstract:
In the era of big data, image quality varies greatly. Reconstructing high-resolution images from low-quality inputs is therefore an important task in computer vision. Existing super-resolution methods based on window self-attention, such as SwinIR, have limited receptive fields and insufficient ability to capture high-frequency details. These limitations weaken the reconstruction of fine image structures. To address these issues, this study proposes the Heterogeneous Windows Transformer Network for Image Super-Resolution (HWT-SRNet), a new architecture built on SwinIR. Through targeted module design, HWT-SRNet improves high-frequency detail extraction while expanding the receptive field, providing an effective solution for image super-resolution.  Methods   Based on SwinIR, this study designs two key modules to improve super-resolution reconstruction. First, the Residual Heterogeneous Windows Transformer Block (RHWTB) alternates square windows and pale-shaped windows. This design preserves local feature extraction while expanding the receptive field, enabling the network to model both fine-grained details and global structural information. The window size and alternation frequency are optimized to balance computational efficiency and feature extraction. Second, the High-Frequency Prior Feature Extraction Network (HFPFEN) is used to compensate for the limited high-frequency modeling ability of Transformer-based super-resolution models. HFPFEN extracts high-frequency prior information from images using a Difference of Gaussians (DoG) filter. The DoG filter emphasizes edges and textures by computing the difference between lightly and heavily blurred images. The extracted high-frequency information is then fused with the heterogeneous window attention mechanism. This design allows HWT-SRNet to enhance fine details while maintaining structural coherence. Because the DoG filter is applied in the spatial domain, the model can capture and reconstruct sharp edges and textures without frequency-domain transformation.  Results and Discussions   Experiments are conducted on five widely used benchmark datasets: Set5, Set14, BSD100, Urban100, and Manga109. HWT-SRNet is compared with representative advanced methods, including ACT, ART, and CAT. The results show superior performance across key evaluation metrics (Table 1). Compared with baseline models, HWT-SRNet improves the Peak Signal-to-Noise Ratio (PSNR) by 0.10 dB to 0.37 dB, confirming its effect in improving image quality. The Structural Similarity Index Measure (SSIM) also shows consistent improvement, indicating better perceptual quality and more accurate reconstruction. Qualitative results further show that HWT-SRNet restores sharper edges, preserves textures more effectively, and reduces blurring artifacts. Ablation studies are conducted to evaluate the contributions of RHWTB and HFPFEN (Tables. 4, 5). The results confirm that heterogeneous window attention and high-frequency prior extraction jointly improve local feature refinement and global context modeling. Therefore, HWT-SRNet provides an efficient solution for receptive field expansion and high-frequency detail reconstruction.  Conclusion   This paper proposes HWT-SRNet to address the limited receptive fields and insufficient high-frequency detail capture of existing super-resolution algorithms. By integrating heterogeneous window attention with high-frequency prior feature extraction, the model achieves more effective fusion of local and global features. Experimental results confirm that HWT-SRNet improves both PSNR and SSIM and outperforms representative advanced methods. However, this study does not specifically examine the model’s adaptability to noise interference in real-world scenarios. Future research can further improve the robustness of HWT-SRNet to noisy and degraded inputs and evaluate its generalization on specialized datasets, such as medical and satellite images.
SHAP-based Reliable Threshold Decision-driven Remaining Useful Life Prediction for MOSFETs
LIU Jinfeng, WU Qiuxue, HERBERT Ho-Ching Iu
2026, 48(6): 2722-2732.   doi: 10.11999/JEIT251379
[Abstract](424) [FullText HTML](263) [PDF 5220KB](31)
Abstract:
To address the disconnect between conventional fixed-threshold early warning methods for power MOSFETs and their physical failure mechanisms, this paper proposes a lifetime prediction framework that integrates Explainable Artificial Intelligence (XAI). First, an adaptive dual-threshold partitioning strategy is designed by combining K-means clustering with the Proximal Policy Optimization (PPO) algorithm. The initial solution obtained by K-means is used as the search starting point. A multi-objective reward function is then constructed to balance interval proportion, state-transition sensitivity, and threshold-spacing penalties. This function guides the agent in threshold optimization and enables accurate partitioning of degradation stages. Second, SHAPley additive explanations (SHAP) analysis is introduced to improve the interpretability of the black-box decision-making process. It verifies the rationality of threshold decisions from the perspective of feature-mechanism correlations. The results show that the low threshold is mainly governed by steady-state features in the healthy stage and meets the safety baseline requirement. The high threshold is dominated by dynamic features of late-stage accelerated degradation and accurately identifies the critical point. These findings confirm the reliability and transparency of the threshold decisions. Based on this framework, an early warning mechanism is triggered when degradation data exceed the reliable low threshold. A Residual-connected Stacked Gated Recurrent Unit (R-SGRU) is then used for Remaining Useful Life (RUL) prediction. Experiments on the NASA dataset show that the proposed model outperforms several baseline models, including Long Short-Term Memory (LSTM) and Temporal Convolutional Network (TCN). The test-set Mean Squared Error (MSE) is below 0.001 5, and R2 is above 0.98. This study provides accurate and reliable decision support for early warning in MOSFETs. It also links data features with physical mechanisms through explainable techniques, supporting the development of trustworthy artificial intelligence for device prognostics.  Objective  This study addresses two key issues in power MOSFET lifetime prognostics: the disconnect between conventional fixed-threshold early warning methods and physical mechanisms, and the limited interpretability of existing approaches. A framework integrating adaptive dual-threshold partitioning with XAI is proposed to support predictive maintenance with both physical credibility and high prediction accuracy.  Methods  An adaptive dual-threshold partitioning strategy is proposed by integrating K-means clustering with PPO reinforcement learning. Threshold positions are optimized using a multi-objective reward function to accurately identify degradation stages. SHAP analysis is used to quantify the contributions of 13-dimensional morphological features based on Shapley values. This validates the physical rationality of threshold decisions from a mechanistic perspective. When degradation data exceed the low threshold, an early warning is triggered. The R-SGRU network is then used for RUL prediction by capturing long-term dependencies through its gating mechanism. The proposed method is validated using the NASA dataset, forming a complete technical route from intelligent early warning to accurate prediction.  Results and Discussions  The thresholds optimized by PPO achieve the best performance across all metrics (Table 1). SHAP analysis reveals the physical rationale for the threshold decisions. In the healthy stage, the low threshold is mainly governed by steady-state features. By contrast, the high threshold is determined by accelerated degradation dynamics. This result establishes a quantitative correlation between data-driven results and physical failure mechanisms. SHAP interaction heatmaps (Figs. 6 and 7) further show the synergistic effects among features. Device failure is a complex process driven by the coordinated evolution of multiple features. The R-SGRU prediction model based on the optimized thresholds shows excellent performance on the NASA dataset (Table 5). Across the four device groups, the model achieves an MSE below 0.001 5 and an R2 above 0.98, outperforming the baseline models.  Conclusions  This study proposes an XAI-based framework for predicting the RUL of power MOSFETs. For threshold partitioning, an adaptive dual-threshold strategy combining K-means clustering and PPO reinforcement learning is adopted. A multi-objective reward function enables accurate identification of nonlinear degradation stages, and its performance is validated across four test devices. For interpretability, SHAP analysis provides mechanistic support for threshold decisions. The results show that low thresholds depend on steady-state features in the healthy period, whereas high thresholds are dominated by late-stage accelerated degradation features. This pattern is consistent with actual failure mechanisms. Feature interaction heatmaps reveal complex cooperative effects among multiple features and improve the understanding of the decision-making process. The R-SGRU prediction model shows strong time-series modeling capability and ensures high stability and accuracy. This work establishes a complete technical route from intelligent early warning to accurate prediction. It achieves adaptive threshold optimization and links data-driven results with physical mechanisms through interpretability analysis. The findings provide reliable support for the intelligent operation and maintenance of power MOSFETs.
Graph Representation Learning Driven Adaptive Streaming for Point Cloud Video
LIU Wei, CHEN Ruiyang, WANG Xi, ZHANG Jiawei, XU Jing
2026, 48(6): 2733-2742.   doi: 10.11999/JEIT251084
[Abstract](448) [FullText HTML](231) [PDF 4086KB](29)
Abstract:
  Objective   The increasing demand for immersive media propels point cloud video into the spotlight for applications such as virtual and augmented reality. However, the massive data volume of point cloud streams poses a significant challenge to current network infrastructures, jeopardizing the user’s Quality of Experience (QoE) under limited bandwidth. Existing Adaptive BitRate (ABR) streaming solutions are hindered by two primary limitations. Viewport prediction models often focus solely on temporal features, leading to insufficient accuracy for long-term predictions in complex Six-Degrees-of-Freedom (6DoF) movement. Concurrently, dynamic quality allocation strategies struggle to make optimal online decisions under the uncertainties of prediction errors and network fluctuations, failing to effectively balance conflicting QoE metrics. This research addresses these challenges by proposing an integrated framework that combines high-precision viewport prediction with intelligent, context-aware quality allocation to enhance QoE for point cloud video streaming.  Methods   The proposed method integrates a graph-based viewport prediction scheme with a context-aware quality allocation mechanism. For viewport prediction, an “anchor point graph” is constructed to explicitly model the user’s spatial movement patterns. This graph is processed using representation learning to generate low-dimensional embeddings for each anchor point, which encapsulate rich spatial context. These learned spatial features are concatenated with real-time 6DoF viewport data to form a fused feature sequence. A stacked Long Short-Term Memory (LSTM) network processes this sequence to accurately predict the user’s future viewport trajectory. For quality allocation, the sequential decision-making process is modeled as a contextual bandit problem, adopting the LinUCB algorithm as the decision engine. At each decision epoch, a context vector is constructed for each spatial tile, incorporating critical information such as its predicted utility, historical quality level, and location relative to the predicted viewport. The LinUCB algorithm utilizes this context to select an optimal action for each tile, thereby maximizing cumulative QoE under the bandwidth budget, as detailed in Algorithm 1.  Results and Discussions   Extensive simulations validate the framework’s performance using the public 8i Voxelized Full Bodies dataset, real-world user viewport traces, and 5G network bandwidth profiles. In the viewport prediction task, the proposed model significantly outperforms baselines, achieving a stable average F1-score of 0.984 (Fig. 4) and maintaining a consistently low Root-Mean-Square Error (RMSE) over long prediction horizons (Fig. 3). In the end-to-end streaming evaluation, the integrated framework demonstrates remarkable improvements in overall QoE. Cumulative Distribution Function (CDF) plots reveal that the proposed scheme consistently delivers higher QoE, user-perceived utility, and video quality, while incurring the lowest quality fluctuation (Fig. 5). Notably, under fluctuating network conditions, the solution improves the mean QoE by 54.82% compared to the next-best baseline at an average bandwidth of 100 Mbps (Fig. 6), highlighting its efficiency in resource-constrained environments.  Conclusions   This paper presents a complete adaptive streaming framework to address the QoE optimization challenge for point cloud video. By developing a novel 6DoF viewport prediction model that leverages graph representation learning, long-term prediction accuracy is significantly enhanced. Furthermore, by framing dynamic quality allocation as a contextual bandit problem, the system makes intelligent, online decisions that adapt to both prediction outcomes and dynamic network conditions. Comprehensive experimental results validate the effectiveness of this integrated approach, which consistently outperforms existing solutions in both prediction accuracy and overall user QoE.
Cross-domain Deepfake Detection with Dynamic Artifact Tracking and Spatio-frequency Interaction Analysis
LI Zilong, YANG Gaoming, HAN Dongyu, FANG Xianjin
2026, 48(6): 2743-2753.   doi: 10.11999/JEIT251290
[Abstract](417) [FullText HTML](253) [PDF 2589KB](38)
Abstract:
  Objective  The rapid development of Generative Adversarial Network (GAN) and Diffusion Model (DM) techniques has sharply increased the number of fake images. The wide dissemination of such images poses potential and unpredictable risks to individuals, society, and national security. Efficient and highly generalizable deepfake detection methods are therefore needed. Cross-domain detection has become a central task in deepfake detection. However, existing methods often rely on specific artifacts or fixed parameters for feature extraction. They also learn spatial and frequency modalities separately, lack dynamic interaction mechanisms, and provide insufficient global feature association. To address these limitations, a Pyramid Interactive Dual-Stream Network (PIDSNet) is proposed. This network integrates dynamic artifact tracking with spatio-frequency interaction analysis.  Methods  PIDSNet consists of spatial and frequency branches (Fig. 1) and four cooperative modules: the Multi-Branch Feature Extraction (MBFE) module, the Frequency Domain Feature Extraction (FDFE) module, the Pyramid Spatio-Frequency Interaction (PSFI) module, and the Multi-Head Pyramid Squeeze Attention (MHPSA) module. MBFE (Fig. 2), which serves as the basic unit of the spatial branch, uses multilevel and multibranch dilated convolutions to reduce information loss as the receptive field expands. It extracts global and local features jointly. FDFE, which is central to the frequency branch, combines MBFE with spectral convolution to dynamically identify frequency-domain artifact features. This design reduces the reliance of traditional frequency-domain methods on fixed parameters and frequency bands. It also improves the adaptive capture of artifacts from different generative models. PSFI drives interaction between the two branches (Fig. 3). It constructs a Gaussian pyramid in the spatial domain and a Laplacian pyramid in the frequency domain to capture low-frequency global information and high-frequency details, respectively. Dynamic weighting at each pyramid level supports adaptive spatio-frequency feature fusion and builds a dynamic interaction mechanism. MHPSA integrates Multi-Head Self-Attention (MHSA) with dilated convolution (Fig. 4). It retains the local detail capture ability of the Pyramid Squeeze Attention (PSA) module and strengthens global feature modeling, thereby improving model adaptability and robustness.  Results and Discussions  To evaluate cross-domain detection across different generative paradigms, PIDSNet is trained on the ProGAN subset and tested on multiple GAN and DM datasets. For GAN detection, the mean Accuracy (Acc.) reaches 95.2% on the ForenSynths test set containing four GANs (Table 3). This value is 5.3 and 5.2 percentage points higher than those of LGrad and FreqNet, respectively. On the GANGen dataset containing nine GANs (Tables 4 and 5), the mean Acc. reaches 95.5%. This result represents a 20.1 percentage-point improvement over F3Net. Compared with FreqNet, PIDSNet improves mean Acc. and mean Average Precision (A.P.) by 4.1 and 1.3 percentage points, respectively. For DM detection, tests are conducted on the DiffusionForensics and Ojha datasets. On DiffusionForensics (Table 6), the mean Acc. reaches 95.4%, which is 4.8 and 13.2 percentage points higher than those of LGrad and FreqNet, respectively. On Ojha (Table 7), the mean Acc. and mean A.P. reach 96.1% and 99.4%, respectively. More importantly, PIDSNet has only 2.4 M parameters (Table 8) and achieves mean Acc. and mean A.P. values of 95.7% and 98.7% across 25 datasets, outperforming competing methods. These experiments indicate that PIDSNet, although trained only on the ProGAN subset, adapts to multiple GAN types and effectively detects DM-generated images with different spatial and frequency artifact characteristics. This confirms its strong cross-model and cross-paradigm generalization ability. In addition, Gradient-weighted Class Activation Mapping (Grad-CAM) visualizations indicate that PIDSNet identifies detection-relevant regions in face images, although face images are absent from the training data (Fig. 5).  Conclusions  This study addresses the weak domain adaptability and poor generalization of current GAN and DM detection methods, which often rely on domain-specific artifacts or fixed parameters and have limited modality interaction. A spatio-frequency collaborative learning framework and a dynamic artifact tracking mechanism are constructed to reduce reliance on specific artifacts and fixed parameters. This design improves the extraction of general forgery features. The effectiveness of PIDSNet is validated on image datasets generated by 25 different GAN and DM models. Compared with current advanced models, the mean Acc. and A.P. are improved, confirming strong performance in cross-domain deepfake detection. However, PIDSNet still has limitations. For specific models such as S3GAN, whose high-frequency energy distribution is close to that of real images, performance can still be improved. Future work should further optimize frequency-domain feature extraction, improve detection under compression distortion and noise interference, and study artifact separation and detection for images generated by multiple models. These directions may further improve model adaptability in complex real-world settings.
Circuit and System Design
A Method for Parallel Testing of Interlayer Vias in Monolithic 3D Integrated Circuits
CHEN Tian, CHEN Weikun, LIU Jun, LIANG Huaguo, LU Yingchun
2026, 48(6): 2754-2764.   doi: 10.11999/JEIT251375
[Abstract](626) [FullText HTML](524) [PDF 6385KB](44)
Abstract:
  Objective  As device dimensions in conventional two-dimensional integrated circuits approach fundamental physical limits, further improvements in performance and integration density face major challenges. Monolithic Three-Dimensional Integrated Circuits (M3D ICs), in which multiple active device layers are sequentially stacked on a single wafer, provide an effective way to address these limitations. In M3D ICs, Monolithic Interlayer Vias (MIVs) are used to realize vertical interconnections between device tiers. Compared with Through-Silicon Vias (TSVs), MIVs have much smaller dimensions, lower parasitic capacitance, and shorter interconnect delay. However, because of their small electrical variations and large numbers, defects are mainly manifested as subtle delay shifts. This places stringent demands on test accuracy, efficiency, and robustness to Process, Voltage, and Temperature (PVT) variations. Existing MIV test methods have limited scalability, show strong sensitivity to PVT variations, and have difficulty achieving both small-delay defect detection and fault localization in large-scale arrays. To address these issues, a parallel MIV test method based on a Time-to-Digital Converter (TDC) is presented to enable efficient and reliable testing of large MIV arrays with low area and time overhead.  Methods  Large-scale MIVs are logically organized into a two-dimensional array. Each basic test cell consists of a device-under-test MIV, a tri-state buffer, and a D flip-flop, and multiple cells are cascaded to form row and column test chains. By systematically exploiting the inherent input capacitance mismatch between the data and clock terminals of the D flip-flop, an embedded TDC structure that incorporates the MIV under test is constructed. Test stimuli are generated by a Digitally Controlled Delay Line (DCDL), which produces START and STOP pulse signals with multiplicatively adjustable phase differences. These signals are injected into different propagation paths of the test chains, so that time quantization is achieved through a signal-chasing mechanism. Structural symmetry between the test chains is used to reduce the effect of PVT variations. As the phase difference between START and STOP is progressively amplified, multiple TDC readings are collected to characterize defect-induced small delay variations and to distinguish them from measurement noise and PVT-induced fluctuations. After fault information is obtained for individual test chains, cross-analysis of the row and column test results is used to localize faults within the two-dimensional MIV array.  Results and Discussions  Simulation results based on the Nangate 45 nm standard cell library show that, under fault-free conditions, TDC readings obtained at different phase-difference settings exhibit a stable linear proportional relationship (Fig. 7). Extensive Monte Carlo simulations are conducted to determine a robust deviation tolerance threshold of 2, which effectively separates normal variations caused by PVT fluctuations from abnormal shifts induced by defects. Fault-injection experiments confirm that small-delay defects occurring in both the START chain and the STOP chain can be effectively detected and distinguished (Fig. 8). In terms of quantitative detection capability, the minimum detectable resistive open defect is approximately 8.4 kΩ, whereas the maximum detectable leakage defect and resistive short defect are about 67 kΩ and 32 kΩ, respectively, outperforming existing methods (Fig. 9). Moreover, the row-column decomposition architecture effectively alleviates the increase in test time as the MIV array size grows, which substantially reduces the overall test overhead. Area evaluation indicates that the average area overhead of the embedded built-in self-test structure is only 5.594 μm2 per MIV, which makes the method suitable for high-density M3D integration.  Conclusions  A parallel testing approach based on a TDC is presented for large-scale MIV arrays. By combining row-column decomposition, phase-difference multiplication, and a proportional deviation-based decision mechanism, efficient detection and accurate localization of both hard faults and small-delay defects are achieved. Structural symmetry within the test chains effectively improves robustness to PVT variations. Simulation results confirm that the proposed method can reliably detect resistive open, leakage, and short defects while maintaining low area and time overhead. Compared with existing techniques, the proposed method achieves a favorable balance among test accuracy, robustness to PVT variations, test efficiency, and hardware cost. Owing to its scalability and practical feasibility, it provides an effective and reliable solution for MIV testing in advanced M3D ICs.
News
more >
Conference
more >
Author Center

Wechat Community