Loading...

Table of Content

    10 August 2026, Volume 26 Issue 8 Previous Issue   

    For Selected: Toggle Thumbnails
    Face forgery detection method based on high-frequency feature enhancement and key region preservation
    Chen Wei, Tian Bo, Li Shunchang, Luo Guangchun, Qin Ke, Wang Fangyuan
    2026, 26 (8):  1169-1182.  doi: 10.3969/j.issn.1671-1122.2026.08.001
    Abstract ( 23 )   HTML ( 5 )   PDF (17278KB) ( 8 )  

    With the widespread deployment of face recognition technology in critical fields such as identity authentication and financial payment, the authenticity and security of face data have become core challenges in data security governance. Existing methods, such as those based on latent space reconstruction error that rely on diffusion model priors, insufficiently sensitive to subtle tampering that only affects local regions, as the local forgery error signals are easily diluted by global reconstruction errors. To address this issue, this paper proposed an improved reconstruction error detection method based on an autoencoder, which was distinct from diffusion-model-driven latent space reconstruction error and integrates dual mechanisms of high-frequency feature enhancement and key region protection, specifically optimized for local tampering detection in a lightweight manner. First, generated spatial weight mask via a multi-task cascaded convolutional network to guide the model to focus on key regions such as facial features; then, it designed a lightweight learnable high-pass filter to adaptively extract and enhance high-frequency forgery traces in images; finally, by incorporating both mechanisms into the reconstruction error calculation, it achieved cooperative enhancement of the error signals in both spatial and frequency domains. Experimental results show that the proposed method achieves significant performance improvement in local tampering detection tasks, with a local tampering sensitivity of 89.4%; in cross-dataset tests, it attains average precision of 92.1% on DeepFakeDetection and 90.8% on WildDeepfake, demonstrating good generalization capability; meanwhile, it exhibits only minor performance degradation under noise and compression perturbations, reflecting strong robustness.

    Figures and Tables | References | Related Articles | Metrics
    A dual-branch intrusion detection method integrated with lightweight attention mechanism
    Jin Zhigang, Li Qirui, Ding Yu
    2026, 26 (8):  1183-1193.  doi: 10.3969/j.issn.1671-1122.2026.08.002
    Abstract ( 14 )   HTML ( 3 )   PDF (12413KB) ( 1 )  

    To address the inherent trade-off between detection accuracy and computational efficiency in intrusion detection systems (IDS) deployed under resource-constrained environments, this paper proposed a dual-branch intrusion detection method integrated with a lightweight attention mechanism. Motivated by the feature degradation commonly caused by model compression and the inter-class confusion among heterogeneous attack types, a collaborative Dual-Branch-DSC-ECA architecture was constructed: a dual-branch structure captures multi-scale features from network traffic to ensure comprehensive perception of complex attack behaviors; depthwise separable convolutions substantially reduced parameter count and computational complexity, while residual connections compensate for representational loss caused by depthwise separable decomposition; at the feature fusion stage, the efficient channel attention (ECA) mechanism adaptively recalibrates channel-wise feature responses to enhance the model’s sensitivity to anomalous traffic patterns. Experimental results on the UNSW-NB15 dataset show that the proposed method outperforms all baseline models, achieving 89.69% accuracy, 89.83% precision; and an F1-score of 89.70%—a 7.13-percentage-point improvement over the second-best baseline—reflecting a well-balanced trade-off between precision and recall. With only 0.043M parameters, comparable to the 1D CNN model, the proposed method demonstrates its suitability for deployment in resource-constrained network environments.

    Figures and Tables | References | Related Articles | Metrics
    Survey on the research status, key issues, and development directions of trusted execution environment in privacy computing
    Shi Jun, Wang Hao, Li Zengpeng, Gu Yiyu, Ma Huiling
    2026, 26 (8):  1194-1208.  doi: 10.3969/j.issn.1671-1122.2026.08.003
    Abstract ( 18 )   HTML ( 6 )   PDF (17945KB) ( 6 )  

    With the rapid development of privacy computing technologies, trusted execution environment based on hardware-level security isolation has become a key technology for protecting data privacy and security. Currently, the trusted execution environment technology ecosystem includes various architectures such as Intel SGX, Intel TDX, AMD SEV, ARM TrustZone, and RISC-V Keystone, and has extended into GPU and FPGA heterogeneous computing domains. These architectures have made significant advancements in enhancing security mechanisms, optimizing performance efficiency, and building ecosystems, with widespread applications in cloud computing platforms, mobile devices, and edge computing scenarios. However, the technology still faces numerous challenges in engineering practice, particularly regarding security, cross-platform compatibility, and standardization. This paper systematically reviewed and compared cutting-edge research achievements in trusted execution environment, summarized five key research challenges faced by trusted execution environment technologies in privacy-preserving computing scenarios. On this basis, this paper outlined future research directions to provide theoretical support and practical guidance for the innovation and application of trusted execution environment technologies.

    Figures and Tables | References | Related Articles | Metrics
    A blockchain-sharding enabled verifiable cross-chain query scheme
    Fu Zhangjie, Liu Tianyi, Song Fuyuan, Jiang Qin
    2026, 26 (8):  1209-1223.  doi: 10.3969/j.issn.1671-1122.2026.08.004
    Abstract ( 19 )   HTML ( 4 )   PDF (17720KB) ( 1 )  

    Aiming at the problems of low efficiency of cross-chain query and complex process of verifying the integrity of cross-chain query in existing blockchains, this article proposed a verifiable cross-chain query framework for blockchain VCS-Chain. This framework designed a three-layer architecture including the storage layer, verification layer and application layer. The storage layer contained two storage forms: transaction chain and dependency chain. This article had built a verifiable inverted index on the dependency chain and adopted a centralized sharding scheme for input accounts on the transaction chain. This article had also transferred the sharding results off-chain, significantly optimizing the efficiency of data storage and querying. In the verification layer, a bidirectional hash cross-validation mechanism had been used to verify the correctness of the data on the transaction chain and ensure the reliability of the query results. Meanwhile, this article introduced the RSA cumulative hash verification algorithm, which verifies the integrity of the dependency chain query. In the application layer, VCS-Chain can perform efficient and verifiable cross-chain queries in various scenarios, enabling efficient tracking and traceability of data on the blockchain. Experimental results show that compared with the scheme Vassago, the query latency of the VCS-Chain scheme has been reduced by more than 24.43% overall in multiple datasets, and the throughput of the system is significantly improved.

    Figures and Tables | References | Related Articles | Metrics
    Cross-domain collaborative zero-trust model for industrial Internet to counter APT data theft
    Feng Jingyu, Yin Jingyi, Zhang Senyong, Li Jinghui
    2026, 26 (8):  1224-1236.  doi: 10.3969/j.issn.1671-1122.2026.08.005
    Abstract ( 13 )   HTML ( 3 )   PDF (13458KB) ( 0 )  

    With the increasing integration of information technology and industrial control systems, advanced persistent threat (APT) have caused increasingly severe sensitive data leaks in the industrial Internet. However, current APT theft defenses have mainly focused on the information technology (IT) domain of the industrial Internet, neglecting cross-domain threats that penetrate into the operational technology (OT) domain after bypassing IT domain defenses. To address this challenge, this paper proposed a cross-domain collaborative zero-trust model for industrial Internet to counter APT data theft. First, a deployment scheme for cross-domain collaborative software defined perimeter (SDP) zero-trust components was designed to simultaneously monitor behavioral data from both IT and OT domains, thereby avoiding missed threat detection caused by insufficient data from a single domain, the behavioral data were normalized and feature-processed to construct a differentiated dynamic trust assessment model. After that, the BiLSTM-MultiHead Attention model was introduced to capture the temporal dependencies of APT cross-domain behaviors, and a mutation factor prediction scheme was developed to enable rapid responses to compromised terminal behaviors and dynamic adjustments of trust values. Furthermore, a cross-domain collaborative decision-making and compromise detection algorithm was designed to identify and promptly block compromised terminals. Experimental results show that the proposed model demonstrates better collaborative defense performance against APT cross-domain threats on the CMU-CERT dataset, with a mutation factor prediction precision of 99.81%, enabling effective identification of compromised terminals.

    Figures and Tables | References | Related Articles | Metrics
    Secure blockchain based on semi-quantum network
    Han Yanyan, Du Yupeng, Yu Zhuozhou, Liu Ang, Liu Wen
    2026, 26 (8):  1237-1249.  doi: 10.3969/j.issn.1671-1122.2026.08.006
    Abstract ( 13 )   HTML ( 3 )   PDF (14246KB) ( 2 )  

    To address the problems that classical blockchains are difficult to resist quantum attacks, post-quantum blockchains lack rigorous security proofs, and the threshold for quantum blockchain nodes is excessively high, this paper proposed a secure blockchain architecture based on the semi-quantum network. First, a quantum hash function and a semi-quantum signature algorithm were used, whose security was realized based on the laws of physics, and which can effectively resist the attacks of quantum adversaries. Second, a bookkeeping node selection scheme based on the quantum voting protocol was used, aiming to solve the problem of the traditional DPoS consensus mechanism that cannot effectively resist the attack of quantum adversaries. Finally, in order to reduce the threshold of quantum blockchain node access, a transaction scheme based on semi-quantum designated verifier signatures was proposed. The security analysis shows that the scheme has good scalability and high operational efficiency while ensuring the security of the blockchain.

    Figures and Tables | References | Related Articles | Metrics
    Review of zero trust architecture and its technical applications
    Zhao Min, Qu Kangjian
    2026, 26 (8):  1250-1263.  doi: 10.3969/j.issn.1671-1122.2026.08.007
    Abstract ( 14 )   HTML ( 3 )   PDF (17368KB) ( 2 )  

    With the rapid development of cloud computing and the Internet of things (IoT), network boundaries are becoming increasingly blurred, exposing the limitations of traditional perimeter-based security models. The zero trust security model follows the principle of “never trust, always verify”, requiring continuous authentication for every access attempt without assuming trust for any device or user. This paper reviewed the core concepts and evolution of zero trust, summarized leading architectures, and examined key supporting technologies. It further explored zero trust applications in cloud computing, IoT, and blockchain, analyzed its advantages and limitations, particularly its applicability in multi-cloud environments and resource-constrained IoT devices. Finally, it investigated technical challenges and debated surrounding zero trust implementation, highlighted future research directions, with a focus on the potential integration of artificial intelligence and zero trust.

    Figures and Tables | References | Related Articles | Metrics
    Argus6: an IPv6 DDoS threat detection model
    Zhang Hongtao, Wang Qingtao, Zhang Liancheng, Wang Jichang
    2026, 26 (8):  1264-1276.  doi: 10.3969/j.issn.1671-1122.2026.08.008
    Abstract ( 17 )   HTML ( 4 )   PDF (15691KB) ( 2 )  

    This paper presented a hybrid deep-learning method, Argus6, for IPv6 DDoS threat detection under limited labeled data. The method parallelized a transformer-based branch to capture global temporal dependencies and a Mamba state-space branch to model long-sequence dynamics efficiently. Ablation studied on two benchmark datasets showed that the proposed method significantly outperformed its single-branch variants. On Dataset 1, it achieved an F1-Score of 0.9874 and an AUC of 0.9986; on Dataset 2, it obtained an F1-Score of 0.9926 and an AUC of 0.9995, with false positive and false negative rates reduced to 1.19% and 0.84%, respectively. In K-shot experiments, the method demonstrated strong data efficiency: with only 10 labeled samples per class, it yielded an F1-Score of approximately 0.78 and an AUC of approximately 0.81; when the number of samples per class exceeded 100, the F1-Score and AUC reached approximately 0.91 and 0.96, respectively. On the full IPv6 DDoS threat dataset, the method surpasses 1D-CNN, CNN-LSTM, MF-Net, and classical baselines in accuracy, F1-Score, AUC, and error-rate metrics, which confirms its robustness and data efficiency for large-scale DDoS threat defense.

    Figures and Tables | References | Related Articles | Metrics
    Secure model loading mechanism for edge AI based on Chinese commercial cryptography
    Xie Xuesong, Cai Jiakai, Luo Baizhi
    2026, 26 (8):  1277-1289.  doi: 10.3969/j.issn.1671-1122.2026.08.009
    Abstract ( 16 )   HTML ( 3 )   PDF (13891KB) ( 1 )  

    With the migration of artificial intelligence technologies to the edge, edge AI systems have been widely deployed in critical scenarios such as smart cities, industrial internet, and autonomous driving. However, existing edge AI platforms lack end-to-end security mechanisms during model distribution and loading, exposing them to severe threats including model stealing, tampering, and man-in-the-middle attacks—posing significant risks to intellectual property protection and system trustworthiness. To address this issue, this paper proposed an embedded secure model loading mechanism based on Chinese national cryptographic algorithms. By implementing a dedicated SM3/SM4 co-processor in the programmable logic of an FPGA, the mechanism deeply integrated integrity verification and confidentiality protection into the entire AI model loading pipeline, ensuring trustworthy and controllable model handling from distribution and validation to execution. The system adopted a heterogeneous architecture combining Zynq-7020 and Orange Pi AI Pro, achieving high-performance inference while complying with China’s commercial cryptography regulations. Moreover, this paper validated the feasibility of domestic substitution: the Zynq-7020 can be replaced by domestically developed FPGAs, and the Ascend 310, selected for its alignment with the Information Technology Application Innovation (ITAI) ecosystem. Experimental results demonstrate that the proposed mechanism preserves original inference accuracy on representative edge AI models, with manageable hardware resource overhead, offering a practical and viable technical pathway toward building autonomous, secure, and trustworthy edge intelligence infrastructure.

    Figures and Tables | References | Related Articles | Metrics
    An anomaly behavior differentiation method for weak networks based on dual-relation graph temporal modeling
    Zhu Huimin, Wang Chenlong, Liu Guanghua
    2026, 26 (8):  1290-1307.  doi: 10.3969/j.issn.1671-1122.2026.08.010
    Abstract ( 12 )   HTML ( 3 )   PDF (22284KB) ( 0 )  

    Wireless weak-link sensor networks are long-term deployed in underground spaces, pipeline systems, and complex industrial environments. Their wireless communication links are susceptible to rainfall, high humidity, obstructions, and medium attenuation, leading to link quality fluctuations and packet loss. Abnormal data transmission behaviors in weak-link networks may arise either from external environmental changes or from malicious attacks such as selective forwarding, packet dropping, or tampering. Since environment-induced disturbances and malicious behaviors exhibit similar observation patterns, existing methods struggle to distinguish between them, limiting their capability for anomaly identification in complex scenarios.To address this, this paper proposed a dual-graph variational temporal model (DGVT). The environmental covariation graph captured node co-variations caused by rainfall, high humidity, and synchronous packet loss, while the communication link quality graph characterizes link quality and forwarding relationships under normal communication or malicious attacks. The model employed a variational graph autoencoder to learn node structural representations, a temporal module to capture the evolution of anomalies over consecutive time windows, and a multi-label prediction layer to output two non-mutually-exclusive labels: environmental covariation anomalies and attack anomalies.Experimental results show that DGVT significantly outperforms baseline methods in precision, recall, and F1-score. For attack anomalies, the F1-score and exact-match ratio improve by over 10% and 27%, respectively, compared to conventional multi-label classification models. Ablation studies further validate the critical roles of both graphs in distinguishing different anomaly types. The proposed approach extends anomaly detection from a binary "anomalous or not" judgment to a fine-grained classification of anomaly categories, offering a feasible technical pathway for differentiating environmental disturbances from malicious node behaviors in weak-link networks, and providing security support for subsequent environmental status confirmation, attack alerting, and node mitigation.

    Figures and Tables | References | Related Articles | Metrics
    ASCON-based lightweight industrial IoT authentication scheme resistant to implicit attacks
    Liu Zhefan, Guo Yajun, Guo Yimin, Zhao Sufen
    2026, 26 (8):  1308-1326.  doi: 10.3969/j.issn.1671-1122.2026.08.011
    Abstract ( 13 )   HTML ( 3 )   PDF (23462KB) ( 0 )  

    Industrial 5.0 centered on human-machine collaboration, green efficiency, and resilient manufacturing. It’s underlying industrial IoT faced high real-time demands, lightweight constraints and distributed collaboration requirements, alongside security risks including resource-limited terminals, vulnerable human-machine interaction links and single-point failures of centralized authentication architectures. Existing protocols failed to adapt to the fog-edge-cloud collaborative framework and low-power green design standards of Industry 5.0, and they could not effectively defend against complex implicit attacks. To address scenario-specific demands and technical characteristics of Industry 5.0, this paper proposed a customized lightweight authentication protocol. It deeply integrated Physically Unclonable Functions, the NIST-standard lightweight cipher ASCON, consortium blockchain and three-factor authentication. The scheme combined fog nodes’ edge computing capacity, blockchain’s distributed trust and ASCON’s low-cost encryption/decryption advantages with human-machine collaboration scenarios of Industry 5.0, and it constructed a dedicated network architecture matching the fog-edge-cloud hierarchy. The authors defined multiple attack types based on the DY and CK threat models and adopted the strongest implicit attack model to verify security performances. Formal proofs under the ROR model and informal security analyses were conducted.Results show that the protocol satisfies core security properties including mutual authentication, user anonymity and forward secrecy under various implicit attacks. Performance comparisons and scenario-based tests prove that the proposed scheme meets the core requirements of Industry 5.0 featuring low computational overhead, low communication latency and low energy consumption while maintaining robust security. It delivers reliable secure communication support for device interaction and remote control in human-machine collaborative manufacturing.

    Figures and Tables | References | Related Articles | Metrics