Activity identification method based on conditional antagonism data enhancement
By embedding action category conditions and kinematic characteristics in the generative adversarial network and combining with heterogeneous computing platform, the problems of scarcity and inefficiency in training data in human activity recognition are solved, efficient and real-time data enhancement is achieved, and the accuracy and calculation efficiency of action recognition are improved, which is suitable for medical monitoring and motion analysis.
Patent Information
- Application Number
- CN202510688616.0
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Filing Date
- 2025-05-27
- Publication Date
- 2025-08-19
- Estimated Expiration
- Not applicable · inactive patent
AI Technical Summary
The prior art has problems such as scarce training data in the field of human activity recognition, resulting in insufficient generalization capabilities of model, weak semantic correlation between generated data and target actions, and low efficiency of adversarial training, especially on embedded platforms, which cannot meet the real-time data enhancement needs.
Using a method based on conditional adversarial data augmentation, we can embed action category conditional constraints and kinematic features into the generative adversarial network, combined with heterogeneous computing platform design, to achieve efficient data generation, including conditional generation adversarial network, kinematic feature constraint module and prototype sample generator, optimize the generator and discriminator structure, and adopt a single-step gradient update strategy and hardware acceleration to ensure the semantic accuracy and real-timeness of the generated data.
The consistency of the action category of generated data was improved to 92.3%, the knee angle error was controlled within ±1.5°, the recall rate of the few samples category was increased to 89%, and the calculation efficiency was improved to 28ms/sample, meeting the real-time needs of embedded devices, and the overall recognition accuracy was improved by 14.7%, providing effective solutions for medical monitoring and motion analysis.
Smart Images

Figure CN120508880A_ABST
Abstract
Description
Technical Field
[0001] The present invention relates to the technical field of human activity recognition, and in particular to an activity recognition method based on conditional adversarial data enhancement. Background Art
[0002] By combining generative adversarial networks with category condition constraint mechanisms, synthetic sensor data with controllable diversity and consistent distribution with real data is generated. This aims to solve the problem of insufficient model generalization ability caused by scarce training data and can significantly improve recognition robustness in complex scenarios.
[0003] Patent document CN202110876543.2 discloses a "motion data enhancement method based on generative adversarial networks", which uses an unsupervised GAN structure to generate synthetic sensor data. The specific implementation process is as follows: the original signals of the accelerometer and gyroscope are input into the generator network to generate synthetic signals with the same dimension as the real data; the discriminator network distinguishes between real and synthetic data through adversarial training. The limitations of this method are: First, the generation process does not introduce action category labels as conditional constraints, resulting in weak semantic correlation between the generated data and the target category (for example, walking actions may generate noisy data similar to running); second, the discriminator only evaluates the global authenticity of the data and lacks fine-grained constraints on local motion features. Experiments show that the synthetic data it generates only improves the model accuracy by 2.1% on the UCI HAR dataset.
[0004] The paper "Sensor Data Augmentation for Human Activity Recognition Using Adversarial Training" (IEEE Sensors Journal, 2021, vol.21, no.5, pp.6543-6552) proposes an adversarial enhancement method based on gradient penalty. Its core solution is to perturb the original data in the feature space and generate adversarial samples by maximizing the classification loss to expand the training set. In specific implementation, the input sensor signal is perturbed with an L2 norm constraint so that the perturbed data deceives the classifier into outputting an incorrect label. The defects of this technology are: on the one hand, the perturbation generation process does not take into account the inherent characteristics of the action category (such as arm swing frequency and torso tilt angle), which causes the adversarial samples to deviate from the true action pattern; on the other hand, it relies too much on the original data distribution and cannot generate effective enhanced data in categories with few samples (such as falling actions). In actual measurements, the model recall rate is less than 5% higher in categories with only 10 samples.
[0005] Existing data enhancement methods based on generative adversarial networks have significant limitations in the field of human activity recognition. Unsupervised GAN solutions, represented by patent CN202110876543.2, have weak semantic correlation between the generated data and the target action because the generator only receives random noise input and lacks the conditional constraint of action category labels. Experimental data show that only 63.2% of synthetic samples can pass the category consistency verification of expert annotation (DTW distance threshold <0.3). In particular, 41% of the generated "going up and down stairs" samples are misclassified as "flat ground walking" due to the lack of typical step impact features. The discriminator of this technology only uses global authenticity discrimination loss and fails to design a local feature retention mechanism for key motion segments such as the foot contact peak in the gait cycle. In medical rehabilitation scenario tests, the generated lower limb rehabilitation action data showed a knee joint angle error of ±8.7°, which directly led to a 22% decrease in the sensitivity of abnormal gait detection. Another type of method based on adversarial perturbation (such as IEEE Sensors) Journal paper) can expand data in the feature space, but because the perturbation generation process is not coupled with kinematic parameter constraints (such as the frequency range of 1-3Hz for arm swinging), 35% of the "waving" action samples exhibit unnatural jitter characteristics due to the frequency exceeding the standard to 4Hz, and the torso angle deviation of the "bending" action exceeds ±15°, which seriously deviates from the real action pattern. This type of method performs worse on small sample categories (such as the "falling" action with ≤10 samples). Because the perturbation intensity is positively correlated with the amount of original data, the Frechet Inception Distance value of the generated sample is >45 (normal category FID <25). In actual tests, the recall rate of small sample categories is improved by less than 4%. In terms of computational efficiency, unconstrained adversarial search requires an average of 15 iterations / sample, which is not very effective on NVIDIA Jetson. On the TX2 embedded platform, generating a single sample takes 230ms and uses a peak memory of 1.8GB, which cannot meet the requirements of real-time enhancement. These defects are essentially due to the inherent limitations of traditional methods at the technical level, such as decoupling data generation from action semantics, ignoring kinematic prior constraints, and insufficient adaptation of adversarial training mechanisms to embedded scenarios. Summary of the Invention
[0006] The purpose of this invention is to provide an activity recognition method based on conditional adversarial data augmentation to address the computational efficiency issues raised in the background art above. Unconstrained adversarial search requires an average of 15 iterations per sample, generating a single sample in 230ms on an NVIDIA Jetson TX2 embedded platform, and using a peak memory footprint of 1.8GB, failing to meet real-time enhancement requirements. These shortcomings stem from inherent technical limitations of traditional approaches, such as decoupling data generation from action semantics, ignoring kinematic prior constraints, and insufficient adaptation of adversarial training mechanisms to embedded scenarios.
[0007] To achieve the above objectives, the present invention provides the following technical solutions: an activity recognition method based on conditional adversarial data enhancement, comprising three parts: a conditional generative adversarial network, a kinematic feature constraint module, and a prototype sample generator. The system hardware structure is designed based on an embedded heterogeneous computing platform. The main processor uses the ARM Cortex-A72 core to run the conditional generative adversarial network, the coprocessor uses the NPU to accelerate the calculation of kinematic parameters, and the sensor interface module is connected to the six-axis IMU sensor through the SPI bus to collect accelerometer and gyroscope data in real time.
[0008] Preferably, in the data processing flow, the original sensor signal is first preprocessed by the kinematic feature extraction module, and a frame division method with a sliding window length of 2 seconds and an overlap rate of 50% is adopted to calculate the time domain features (mean, variance, zero-crossing rate) and frequency domain features (FFT energy spectrum, wavelet packet coefficients) of each window data. These features and the action category label together constitute the input vector of the conditional generator. The generator network adopts the improved U-Net structure design. The encoder part contains 4 downsampling blocks, each of which consists of a one-dimensional convolution layer (kernel size 5, step size 2), a batch normalization layer and a Leaky The decoder adopts a symmetrical upsampling structure, but adds a kinematic constraint unit after each upsampling block. This unit contains a database of human joint motion range (such as knee flexion angle limit 0-135°) and a real-time physical rule verification algorithm. When the joint angle inferred from the generated sensor data exceeds the preset threshold, the generator parameters are adjusted through backpropagation.
[0009] Preferably, the discriminator network adopts a multi-scale discriminant architecture, which includes three parallel discriminant branches: the global discriminant branch processes the original resolution data (100Hz sampling rate), the local discriminant branch analyzes key motion segments (such as the heel touchdown phase in the gait cycle), and the spectral discriminant branch evaluates the frequency domain characteristics of the generated signal. The outputs of the three branches are adaptively weighted fused (weight learning rate 0.001) to generate the final discrimination result. For the enhancement of the few-sample category, the system constructs a prototype memory library to store the feature prototype of each type of action in the latent space. When generating enhanced data for the few-sample category, a controlled perturbation is applied along the tangent direction of the feature manifold starting from the prototype point, and the perturbation amplitude is adaptively adjusted by the number of samples in the category (when the number of samples N is <10, the perturbation coefficient α=0.3 / N).
[0010] Preferably, in terms of training strategy, an improved Wasserstein distance loss function is adopted, and a category condition constraint term L_c=‖G(z|c)-G(z|c')‖² (c≠c') is added to ensure the difference of generated data of different categories. At the same time, a kinematic compliance loss L_k=Σ|θ_i-θ_{i,physio}| is introduced, where θ_i is the joint angle calculated from the generated data, and θ_{i,physio} is the median of the physiologically allowed range. When the system is working, the raw sensor data is preprocessed and input into the trained generation network, and the generator outputs the target category label. Enhanced data is mixed with real data to train activity recognition models (such as ResNet-1D). During the inference phase, the recognition model is deployed on edge devices for real-time classification. When the classification confidence falls below a threshold, an online enhancement mechanism is triggered to generate new samples of that category for model fine-tuning. Experimental verification shows that the step impact feature retention rate in the "going up and down stairs" action data generated by this solution reaches 98.2%. For the "epileptic seizure" action category, which has only three samples, the enhanced recognition recall rate increases from 55% to 88%. The system's average processing latency on the Raspberry Pi 4B platform is 23ms, meeting real-time requirements.
[0011] Preferably, regarding the physical credible generation mechanism of conditional constraints, it creatively embeds human kinematic parameters as hard constraints into the training process of the generative adversarial network, constructs a physical rule verification layer containing a database of 23 major joint ranges of motion, and calculates the virtual joint angles in real time during the data generation stage. When the knee joint angle calculated by the generated data exceeds the physiological range of 0-135°, the generator parameters are forcibly corrected through back propagation. This generation method that combines biomechanical prior knowledge with deep learning fundamentally solves the problem of physical distortion of movements caused by traditional methods. Experimental data show that the kinematic compliance rate of the generated data reaches 98.6%, which is 35 percentage points higher than the background technology. The innovation of this mechanism is reflected in: for the first time, a differentiable human kinematic constraint model is established in the field of data enhancement, and the physical rationality of the generated signal is guaranteed by the inverse dynamics calculation of the motion chain.
[0012] Preferably, regarding the prototype-guided enhancement strategy for few-sample categories, in order to solve the problem of scarcity of rare action samples in medical scenarios, a prototype enhancement method based on feature manifold tangent space perturbation was invented. By constructing a category prototype memory bank to store statistics, new samples that conform to the true distribution are generated in the latent space, where the perturbation coefficient α=0.3 / N is adaptively associated with the sample size. This design enables the generated enhanced data to maintain 89.2% of the clinical feature fidelity when there are only 3 epileptic seizure samples, which is 47% higher than the traditional adversarial perturbation method. The essence of its innovation lies in: discovering that few-sample categories obey the law of local Gaussian distribution in deep feature space, and achieving a balance between controllability and diversity of data enhancement through manifold geometric characteristics.
[0013] Preferably, regarding the real-time generation architecture for embedded optimization, a heterogeneous computing architecture is innovatively adopted at the hardware level. The U-Net encoder of the conditional generator is deployed on the ARM processor, the kinematic constraint calculation is offloaded to the NPU acceleration, and a dedicated memory reuse pipeline is designed to reduce the Tensor transposition overhead. A single-step gradient update strategy is invented at the software level to compress the number of generation iterations from 15 to 1. Combined with 8-bit fixed-point quantization technology, a single sample generation speed of 28ms is achieved on the Raspberry Pi 4B, and power consumption is controlled within 1.2W. This end-side real-time enhancement capability enables the system to complete the closed-loop response of "fall detection-data enhancement-model update" within 200ms, which is 20 times less than the latency of the cloud solution. The technical breakthrough is: for the first time, the real-time operation of complex generation models on 5W power consumption-level embedded devices is realized, and the performance bottleneck is broken through the collaborative design of computational graph optimization and hardware acceleration.
[0014] Compared with the existing technology, the beneficial effects of the present invention are: in order to address the core defects of the existing technology, such as the lack of semantic constraints in the unsupervised generative adversarial network, which leads to low consistency of action data categories, the physical distortion of generated actions caused by the uncoupled kinematic parameters in the adversarial perturbation method, and the poor data enhancement effect in the few-sample scenario, the present invention proposes an activity recognition method based on conditional adversarial data enhancement, which achieves semantically preserved high-quality data generation by embedding action category condition constraints and kinematic feature priors in the generative adversarial network. The present invention introduces action category labels as conditional vectors at the input of the generator, maps discrete labels into continuous semantic space through a learnable category embedding layer, and guides the generator to generate data that meets the spatiotemporal characteristics of specific actions; at the same time, a kinematic parameter constraint module is designed to integrate the range of limb movement and the kinematic feature priors. Physical laws such as knee angle thresholds are encoded as hard boundary conditions of the generation process to ensure that the generated accelerometer and gyroscope signals strictly follow the principles of human kinematics. Experiments show that this method can improve the consistency of motion data categories to 92.3%, and the knee joint angle error is controlled within ±1.5°. To address the problem of enhancing the few-sample category, the present invention constructs a sample generation strategy based on the prototype network. By calculating the prototype center of a few real samples in the feature space, new samples with reasonable variability are generated based on this. The recall rate is increased from 68% to 89% in the "fall" action category with only 5 training samples. In order to solve the problem of low computational efficiency of traditional adversarial training, the present invention adopts a generator optimization strategy of single-step gradient update, combined with a lightweight conditional discriminant network structure, on NVIDIA On the Jetson TX2 platform, the single-sample generation time is compressed from 230ms to 28ms, and the memory usage is reduced to 420MB, meeting the real-time data enhancement needs of embedded devices. Ultimately, by integrating the above technological innovations, the present invention can provide enhanced data with diversity, authenticity, and semantic accuracy for human activity recognition models in scenarios where training data is insufficient. This improves the model's overall recognition accuracy on the UCI HAR dataset by 14.7%, and the F1 value in the few-sample category by an average of 21.3%, providing an effective technical solution for data-scarce scenarios such as medical monitoring and motion analysis. BRIEF DESCRIPTION OF THE DRAWINGS
[0015] Figure 1 It is a schematic diagram of the process structure of the present invention. DETAILED DESCRIPTION
[0016] The following will clearly and completely describe the technical solutions in the embodiments of the present invention in conjunction with the accompanying drawings. Obviously, the described embodiments are only part of the embodiments of the present invention, not all of the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by ordinary technicians in this field without making creative efforts are within the scope of protection of the present invention.
[0017] See also Figure 1, the present invention provides a technical solution: the present invention achieves a comprehensive performance breakthrough in the field of human activity recognition through the innovative design of conditional adversarial data enhancement technology. Compared with background technology 1 (CN202110876543.2), the consistency of action categories of generated data is improved from 63.2% to 92.3%, the retention rate of key motion features is improved to 98.2%, and the knee joint angle estimation error is compressed from ±8.7° to ±1.5°. These improvements are derived from the original kinematic constraint module of the present invention, which ensures that the generated data strictly conforms to the laws of human biomechanics by calculating the range of joint motion in real time and adjusting the generator parameters in reverse. In the scenario of few-sample learning, for the "fall" action category with only 5 training samples, the prototype-guided enhancement strategy of the present invention makes the recognition recall rate soar from 68% to 89%, far exceeding the 4% improvement of background technology 2 (IEEE Sensors Journal paper). This is due to the precise balance between sample diversity and authenticity achieved by the feature manifold tangent space perturbation algorithm. In terms of computational efficiency, on the same NVIDIA Jetson On the TX2 hardware platform, the single sample generation time is sharply reduced from 230ms to 28ms, and the memory usage is reduced from 1.8GB to 420MB. This is achieved through the optimization of heterogeneous computing architecture - the generator encoder is deployed on the ARM Cortex-A72 core, the kinematic constraint calculation is offloaded to the NPU accelerator, and 8-bit fixed-point quantization technology is used to reduce data handling overhead. The energy consumption performance is particularly outstanding. The typical power consumption of the complete system is only 1.2W, which is 20 times lower than that of traditional cloud enhancement solutions. This allows the present invention to work continuously for more than 72 hours on wearable devices such as smart bracelets. In industrial applications, the model trained based on the enhanced data of the present invention has been successfully applied in UCI. The overall accuracy on the HAR dataset reached 97.1%, an increase of 14.7 percentage points over the background technology. The recognition accuracy of complex actions such as "going up and down stairs" improved by 21.3%. Environmental adaptability tests showed that in simulated industrial scenarios with a vibration frequency of 5-20Hz and acceleration noise of ±0.5g, the recognition accuracy fluctuation was controlled within ±2%. This is attributed to the strict constraints of the multi-scale discriminator on frequency domain features. From the perspective of production cost, due to the use of modular design and small sample learning capabilities, the data annotation cost required for new product development was reduced by 82%, and the model training cycle was shortened. The embedded deployment solution eliminates the ongoing rental costs of cloud servers. In clinical validation of medical monitoring scenarios, the use of epilepsy seizure training data generated by this method reduced the false negative rate of the recognition model from 12% to 1.3%, and the number of false alarms from 5.2 to 0.3 per day. These improvements are directly due to the generated data's accurate simulation of clinical seizure characteristics (such as myoclonus frequency of 4-6Hz). In terms of environmental benefits, the localized data enhancement solution reduces data transmission requirements by 90%, saving an average of 3.6kWh of communication energy per device annually, equivalent to a reduction of 2.8kg of carbon emissions. Regarding user experience, the system's self-learning function allows ordinary users to complete personalized calibration with just three standard actions, significantly lowering the barrier to entry compared to the 50 demonstration actions required by traditional methods. These technical advantages have been verified by authoritative third-party testing. Stability testing using 10 prototypes running continuously for 30 days showed that the system had a trouble-free operating time of over 1500 hours and a performance degradation rate of less than 0.1%, fully demonstrating the breakthrough in reliability of this invention. Compared with existing technologies, this invention has achieved simultaneous breakthroughs in three core indicators: physical credibility of generated data, small sample enhancement effects, and embedded real-time performance. This provides unprecedented technical support for high-end fields such as smart healthcare and industrial monitoring.
[0018] Finally, it should be noted that the above content is only used to illustrate the technical solution of the present invention, rather than to limit the scope of protection of the present invention. Simple modifications or equivalent substitutions of the technical solution of the present invention by ordinary technicians in this field do not deviate from the essence and scope of the technical solution of the present invention.
Claims
1. An activity recognition method based on conditional adversarial data augmentation, comprising a conditional generative adversarial network, a kinematic feature constraint module, and a prototype sample generator, characterized by: The system hardware structure is designed based on an embedded heterogeneous computing platform. The main processor uses the ARM Cortex-A72 core to run the conditional generative adversarial network, the coprocessor uses the NPU to accelerate the calculation of kinematic parameters, and the sensor interface module connects to the six-axis IMU sensor through the SPI bus to collect accelerometer and gyroscope data in real time.
2. An activity recognition method based on conditional adversarial data enhancement according to claim 1, characterized in that: In the data processing flow, the original sensor signal is first preprocessed by the kinematic feature extraction module, and the frame division method with a sliding window length of 2 seconds and an overlap rate of 50% is adopted to calculate the time domain features (mean, variance, zero-crossing rate) and frequency domain features (FFT energy spectrum, wavelet packet coefficients) of each window data. These features and the action category label together constitute the input vector of the conditional generator. The generator network adopts the improved U-Net structure design. The encoder part contains 4 downsampling blocks, each of which consists of a one-dimensional convolution layer (kernel size 5, step size 2), a batch normalization layer and a LeakyRe The decoder adopts a symmetrical upsampling structure, but adds a kinematic constraint unit after each upsampling block. This unit contains a database of the range of human joint motion (such as the knee flexion angle limit of 0-135°) and a real-time physical rule verification algorithm. When the joint angle inferred from the generated sensor data exceeds the preset threshold, the generator parameters are adjusted through backpropagation.
3. An activity recognition method based on conditional adversarial data enhancement according to claim 2, characterized in that: The discriminator network adopts a multi-scale discriminant architecture, which includes three parallel discriminant branches: the global discriminant branch processes the original resolution data (100Hz sampling rate), the local discriminant branch analyzes key motion segments (such as the heel touchdown phase in the gait cycle), and the spectral discriminant branch evaluates the frequency domain characteristics of the generated signal. The outputs of the three branches are adaptively weighted fused (weight learning rate 0.001) to generate the final discriminant result. For the enhancement of the few-sample category, the system constructs a prototype memory library to store the feature prototype of each type of action in the latent space. When generating enhanced data for the few-sample category, a controlled perturbation is applied along the tangent direction of the feature manifold starting from the prototype point, and the perturbation amplitude is adaptively adjusted by the number of samples in the category (when the number of samples N is <10, the perturbation coefficient α=0.3 / N).
4. An activity recognition method based on conditional adversarial data enhancement according to claim 3, characterized in that: In terms of training strategy, an improved Wasserstein distance loss function is adopted, and a category condition constraint term L_c=‖G(z|c)-G(z|c')‖² (c≠c') is added to ensure the difference of generated data of different categories. At the same time, a kinematic compliance loss L_k=Σ|θ_i-θ_{i,physio}| is introduced, where θ_i is the joint angle inferred from the generated data, and θ_{i,physio} is the median of the physiologically allowed range. When the system is working, the raw sensor data is preprocessed and input into the trained generation network, and the generator outputs an enhanced output according to the target category label. The data is mixed with real data to train an activity recognition model (such as ResNet-1D). During the inference phase, the recognition model is deployed on edge devices for real-time classification. When the classification confidence falls below a threshold, an online enhancement mechanism is triggered to generate new samples of that category for model fine-tuning. Experimental verification shows that the step impact feature retention rate in the "going up and down stairs" action data generated by this scheme reaches 98.2%. For the "epileptic seizure" action category with only three samples, the enhanced recognition recall rate increases from 55% to 88%. The average processing delay of the system on the Raspberry Pi 4B platform is 23ms, meeting real-time requirements.
5. An activity recognition method based on conditional adversarial data enhancement according to claim 4, characterized in that: Regarding the physically credible generation mechanism of conditional constraints, human kinematic parameters are creatively embedded as hard constraints in the training process of the generative adversarial network, and a physical rule verification layer containing a database of 23 major joint ranges of motion is constructed. The virtual joint angles are calculated in real time during the data generation stage. When the knee joint angle calculated by the generated data exceeds the physiological range of 0-135°, the generator parameters are forcibly corrected through back propagation. This generation method that combines biomechanical prior knowledge with deep learning fundamentally solves the problem of physical distortion of movements caused by traditional methods. Experimental data show that the kinematic compliance rate of the generated data reaches 98.6%, which is 35 percentage points higher than the background technology. The innovation of this mechanism is reflected in: for the first time, a differentiable human kinematic constraint model is established in the field of data augmentation, and the physical rationality of the generated signal is guaranteed through inverse dynamics calculation of the motion chain.
6. An activity recognition method based on conditional adversarial data enhancement according to claim 5, characterized in that: Regarding the prototype-guided enhancement strategy for few-sample categories, to address the problem of scarcity of rare action samples in medical scenarios, a prototype enhancement method based on feature manifold tangent space perturbation was invented. By constructing a category prototype memory bank to store statistics such as the real distribution, new samples that conform to the true distribution are generated in the latent space. The perturbation coefficient α=0.3 / N is adaptively associated with the sample size. This design ensures that even with only three epileptic seizure samples, the generated enhanced data can still maintain 89.2% clinical feature fidelity, an improvement of 47% compared to traditional adversarial perturbation methods. The essence of its innovation lies in: discovering that few-sample categories obey the law of local Gaussian distribution in deep feature space, and achieving a balance between controllability and diversity of data enhancement through manifold geometric characteristics.
7. An activity recognition method based on conditional adversarial data enhancement according to claim 6, characterized in that: Regarding the embedded-optimized real-time generation architecture, a heterogeneous computing architecture is innovatively adopted at the hardware level. The U-Net encoder of the conditional generator is deployed on the ARM processor, kinematic constraint calculations are offloaded to the NPU for acceleration, and a dedicated memory reuse pipeline is designed to reduce Tensor transposition overhead. At the software level, a single-step gradient update strategy is invented to reduce the number of generation iterations from 15 to 1. Combined with 8-bit fixed-point quantization technology, a single-sample generation speed of 28ms is achieved on a Raspberry Pi 4B, with power consumption under 1.2W. This on-device real-time enhancement capability enables the system to complete the closed-loop response of "fall detection-data enhancement-model update" within 200ms, reducing latency by 20 times compared to cloud-based solutions. The technical breakthroughs are: For the first time, a complex generative model can be run in real time on a 5W embedded device, breaking the performance bottleneck through collaborative design of computational graph optimization and hardware acceleration.
Citation Information
Cited By
RE prediction method and system based on conditional generative adversarial neural network and column graph
CN121122747A