Graph Neural Assisted Actor-Critic for Latency-Efficient Edge Vision System

2026-08-17Computer Vision and Pattern Recognition

Computer Vision and Pattern RecognitionArtificial Intelligence
AI summary

The authors address the problem of video delay when drones send footage to operators on the ground, which can affect monitoring tasks. They developed a system that only sends important pixel areas related to suspicious objects rather than full video frames, using a special neural network called a graph convolutional network (GCN) combined with reinforcement learning (A2C). This method helps pick out key pixels more efficiently, reducing the time it takes to send the video and lowering false alarms. Their experiments show this approach performs better than existing methods in cutting down delays and false detections.

UAVvideo transmissionlatencygraph convolutional networkdeep reinforcement learningA2CLagrangian dual formgradient descentpixel correlationfalse detection rate
Authors
Alam Noor, Luis Almeida, Kai Li, Jiyan Wu, Miguel Gutiérrez Gaitán, Eduardo Tovar
Abstract
UAV on-board vision systems are widely used for different activities, including monitoring in no-fly zones. In this case, the vision-equipped UAV streams a video to a ground server where an operator assists its activities. The latency of video transmission has a profound impact on the effectiveness of the operator assistance. However, most techniques available for video transmission still incur significant latency costs. In this paper, we propose a graph convolutional neural network-assisted (GCN-Assisted A2C) deep reinforcement learning (DRL) system model to find the optimal pixel-correlated area of a suspicious object. We combine the Lagrangian dual form with gradient descent to prevent lack of convergence and over- and under-penalization constraint violation during latency optimization. The proposed system model sends a sub-group pixel-correlated area of the frame from the UAV to the server rather than the transmission of the whole video frame. The proposed framework utilizes the GCN model to explore hidden representations of feature-correlated groups of pixels. Moreover, the GCN supervises the A2C model, which selects a subgroup to enhance transmission latency, thus supervising the training of UAV actions in A2C. Experimental results show that GCN-assisted A2C reduces video frame transmission latency together with false detection rate in UAV vision systems over other DRL and state-of-the-art models.