In power monitoring scenarios, real-time monitoring and analysis of personnel behavior are crucial for ensuring the safe and stable operation of power systems. However, directly exposing facial information in monitoring videos without proper processing poses serious privacy risks. Traditional face detection-based blurring methods face challenges such as insufficient robustness and high computational costs in complex power environments, making them hard to meet both accuracy and real-time requirements. To address these issues, a real-time face blurring method based on head skeleton point detection was proposed. Firstly, a lightweight head skeleton point detection framework based on a hierarchical processing strategy was designed to locate personnel regions in compressed videos rapidly and stitch the cropped areas at original resolution to batch-detect head skeleton points of all the people, thus improving detection efficiency and accuracy. Secondly, an adaptive inter-frame optimization strategy was introduced, to use frame differencing to detect changes in the number of personnel quickly and adjust detection frequency dynamically by incorporating a tracking mechanism for personnel detection boxes, thereby reducing redundant computational overhead effectively. Finally, a prototype system for real-time face blurring was constructed on edge nodes, and its performance was validated through experiments. Experimental results indicate that taking the KAPAO-S model as an example, the proposed method improves the face blurring accuracy in monitoring videos by 3.6 percentage points and reduces the processing time per frame by 2.5 ms approximately compared to the original model, thereby ensuring accuracy and real-time performance at the same time.
Concerning the structural diversity of medical Electronic Health Record (EHR) and the complicated correlation between coding in the automatic International Classification of Disease (ICD) coding task, an Automatic ICD Coding method integrating Heterogeneous Information (AIC-HI) was proposed. Firstly, various feature extractors were designed based on the distinctive characteristics of structured coding, semi-structured description, and unstructured medical text in the coding task. At the same time, the coding knowledge graph was constructed to fit the hierarchical relationship of coding, and the association relationships between different branches were transformed into triples containing head and tail coding. Then representation learning was used to fuse encoding and description information to calculate label features. Finally, the attention mechanism was used to extract the most relevant feature representation in unstructured documents. The experimental results show that, compared with the suboptimal baseline model MARN (Multitask bAlanced and Recalibrated Network), the microscopic F1-score of the model AIC-HI on the real clinical dataset MIMIC-Ⅲ is increased by 4.3 percentage points.