Opinion

Lightweight Encoding-Decoding Grasp Pose Detection with Context Aggregation

Archive editionLucas MeyerNov 10, 2023· 16,708 views

A lightweight grasp pose detection network using context aggregation achieves high accuracy and speed on Cornell and Jacquard datasets.

In context

In late 2023, robotic grasping in unstructured environments remained a key challenge for industrial automation, as traditional methods struggled with diverse, unknown objects. Deep learning approaches offered promise but often suffered from high computational costs and real-time performance limitations.

What was reported

Researchers proposed a lightweight encoding-decoding grasp pose detection network (LGDNet) that integrates a context aggregation strategy to improve accuracy and speed. The network uses depthwise separable convolutions and shuffle units to build feature extraction blocks, reducing parameters while enhancing feature extraction. A deep separation-reconstruction block, based on bilinear interpolation and depthwise separable convolutions, efficiently restores high-level features with fewer parameters.

To address the inconsistency between graspable regions and entire objects, the method introduces a grasp region context aggregation strategy using cross-entropy auxiliary loss and self-attention. This guides the network to focus on graspable areas and suppress redundant features from non-graspable pixels.

Experiments on the Cornell dataset achieved grasp detection accuracies of 97.8% (image-wise) and 93.8% (object-wise), with a detection speed of 64.93 frames per second. On the Jacquard dataset, accuracy reached 95.1% at 60.6 frames per second. Real-world tests on nine objects achieved a grasp success rate of 93.3%.

Why it mattered

This work demonstrated that lightweight network architectures with context aggregation can deliver both high accuracy and real-time performance, making them viable for industrial robotic grasping in unstructured settings. The approach offers a practical balance between computational efficiency and reliability, potentially accelerating deployment in dynamic manufacturing environments.

“Compared with the comparative networks, the proposed network not only has a small amount of calculation and parameters, but also has a significant improvement in the accuracy and speed of grasp detection.”

Source: 《机器人》期刊 (robot.sia.cn) · Published 2023-11-10 · “基于上下文聚合策略的轻量级编/解码抓取位姿检测”