Sort:
Open Access Issue
From geometric analysis to semantic reasoning: the evolution of robotic grasping perception paradigms
Journal of National University of Defense Technology 2026, 48(3): 339-356
Published: 01 June 2026
Abstract PDF (5.3 MB) Collect
Downloads:0
Significance

Robotic grasping perception serves as a fundamental prerequisite for autonomous manipulation and embodied intelligence, acting as a core technology for robots to interact with the physical world. As application scenarios expand from structured industrial assembly lines to unstructured environments such as households and logistics, the challenges facing grasping tasks have become increasingly complex. Modern robots are required not only to perceive the geometric attributes of objects in scenes characterized by clutter, occlusion, and varying lighting but also to understand semantic information and task-specific contextual constraints. Despite the proliferation of research, existing literature often focuses on single technical branches or physical stability assessments, lacking a systematic tracing of the evolutionary logic of perception paradigms. Bridging this gap is essential for developing general-purpose robotic systems that possess high generalization performance and robust task comprehension.

Progress

The evolution of robotic grasping perception can be categorized into three logically progressive stages: analytical geometry-driven methods, visual data-driven methods, and semantic understanding and reasoning enhancement. The analytical geometry-driven paradigm represents the classical approach, focusing on deriving optimal grasp configurations through explicit mathematical definitions and geometric features. This paradigm includes three main categories. First, stability analysis based on contact mechanics models grasping as a set of contact points on an object's surface, using criteria like force-closure and form-closure to resist external disturbances. Second, explicit computation based on geometric features utilizes local geometric information, such as polyhedral models and grasp planes, to infer configurations without requiring complete physical models. Third, task-oriented grasping relies on predefined rules and tool affordances, where robots learn the effects of different actions on objects to complete tasks. While providing a theoretical foundation, these methods are often limited by their sensitivity to sensing noise and their dependency on precise physical parameters. The visual data-driven paradigm has emerged as the mainstream, shifting away from explicit modeling toward learning complex strategies from massive "experience" data. This paradigm leverages deep neural networks to establish direct mappings from visual observations to grasp poses. Key methodologies include imitation learning, which learns from expert demonstrations or template matching; two-stage paradigms that decouple grasp synthesis into candidate generation and quality evaluation; and end-to-end direct prediction methods. Recent advancements have also explored the use of 3D representations like Signed Distance Fields (SDF), Neural Radiance Fields (NeRF), and 3D Gaussian Splatting to capture high-order geometric features. The frontier of the field is currently defined by the semantic understanding and reasoning enhancement paradigm. Driven by the development of Large Language Models (LLMs) and Vision-Language Models (VLMs), this paradigm seeks to move beyond physical stability to achieve deep understanding of the physical world. It includes multimodal fusion approaches that align natural language instructions with visual features, hierarchical planning guided by high-level semantic reasoning, and end-to-end foundation models. For instance, Vision-Language-Action (VLA) models like Grasp VLA utilize billion-scale synthetic data to achieve zero-shot or few-shot generalization across diverse objects and tasks. In tandem with these paradigms, grasping datasets have evolved from early planar benchmarks like the Cornell Grasping Dataset to large-scale 6-DoF real-world benchmarks like GraspNet-1Billion and massive synthetic datasets like SynGrasp-1B. Evaluation systems have also matured, utilizing metrics such as success rate for task reliability and average precision for proposal accuracy.

Conclusions and Prospects

Robotic grasping perception undergoes a profound transformation from rigid geometric analysis to intelligent, semantic-driven reasoning. This evolution significantly enhances the generalization capabilities and task adaptability of robots in complex, unstructured environments. However, several common technical bottlenecks remain. Bridging the "Sim-to-Real" gap continues to be a major obstacle due to visual and dynamic domain shifts, though techniques like domain randomization and prompt learning offer potential solutions. Additionally, there is a critical need to improve computational efficiency and real-time control performance through model compression and knowledge distillation to enable deployment on resource-constrained platforms. Future research should focus on the deep integration of cross-modal information, particularly combining tactile feedback with vision to enhance precision when handling objects with diverse textures or under occlusion. Furthermore, the scope of grasping tasks must be expanded to include more challenging scenarios such as manipulating flexible or transparent objects, coordinating multi-object interactions, and performing mobile manipulation. The ultimate goal is to fuse embodied foundation models with high-degree-of-freedom dexterous manipulation, injecting common-sense reasoning and task understanding into low-level control strategies to push robotic systems toward real-world application in daily life.

Open Access Research Article Issue
THP: Tensor-field-driven hierarchical path planning for autonomous scene exploration with depth sensors
Computational Visual Media 2024, 10(6): 1121-1135
Published: 18 May 2024
Abstract PDF (8.1 MB) Collect
Downloads:51

It is challenging to automatically explore an unknown 3D environment with a robot only equipped with depth sensors due to the limited field of view. We introduce THP, a tensor field-based framework for efficient environment exploration which can better utilize the encoded depth information through the geometric characteristics of tensor fields. Specifically, a corresponding tensor field is constructed incrementally and guides the robot to formulate optimal global exploration paths and a collision-free local movement strategy. Degenerate points generated during the exploration are adopted as anchors to formulate a hierarchical TSP for global path optimization. This novel strategy can help the robot avoid long-distance round trips more effectively while maintaining scanning completeness. Furthermore, the tensor field also enables a local movement strategy to avoid collision based on particle advection. As a result, the framework can eliminate massive, time-consuming recalculations of local movement paths. We have experimentally evaluate our method with a ground robot in 8 complex indoor scenes. Our method can on average achieve 14% better exploration efficiency and 21% better exploration completeness than state-of-the-art alternatives using LiDAR scans. Moreover, compared to similar methods, our method makes path decisions 39% faster due to our hierarchical exploration strategy.

Open Access Research Article Issue
Learning accurate template matching with differentiable coarse-to-fine correspondence refinement
Computational Visual Media 2024, 10(2): 309-330
Published: 03 January 2024
Abstract PDF (9.2 MB) Collect
Downloads:154

Template matching is a fundamental task in computer vision and has been studied for decades. It plays an essential role in manufacturing industry for estimating the poses of different parts, facilitating downstream tasks such as robotic grasping. Existing methods fail when the template and source images have different modalities, cluttered backgrounds, or weak textures. They also rarely consider geometric transformations via homographies, which commonly exist even for planar industrial parts. To tackle the challenges, we propose an accurate template matching method based on differentiable coarse-to-fine correspondence refinement. We use an edge-aware module to overcome the domain gap between the mask template and the grayscale image, allowing robust matching. An initial warp is estimated using coarse correspondences based on novel structure-aware information provided by transformers. This initial alignment is passed to a refinement network using references and aligned images to obtain sub-pixel level correspondences which are used to give the final geometric transformation. Extensive evaluation shows that our method to be significantly better than state-of-the-art methods and baselines, providing good generalization ability and visually plausible results even on unseen real data.

Open Access Research Article Issue
6DOF pose estimation of a 3D rigid object based on edge-enhanced point pair features
Computational Visual Media 2024, 10(1): 61-77
Published: 30 November 2023
Abstract PDF (7 MB) Collect
Downloads:103

The point pair feature (PPF) is widely used for 6D pose estimation. In this paper, we propose an efficient 6D pose estimation method based on the PPF framework. We introduce a well-targeted down-sampling strategy that focuses on edge areas for efficient feature extraction for complex geometry. A pose hypothesis validation approach is proposed to resolve ambiguity due to symmetry by calculating the edge matching degree. We perform evaluations on two challenging datasets and one real-world collected dataset, demonstrating the superiority of our method for pose estimation for geometrically complex, occluded, symmetrical objects. We further validate our method by applying it to simulated punctures.

Open Access Research Article Issue
EFECL: Feature encoding enhancement with contrastive learning for indoor 3D object detection
Computational Visual Media 2023, 9(4): 875-892
Published: 03 August 2023
Abstract PDF (8.5 MB) Collect
Downloads:67

Good proposal initials are critical for 3D object detection applications. However, due to the significant geometry variation of indoor scenes, incomplete and noisy proposals are inevitable in most cases. Mining feature information among these "bad" proposals may mislead the detection. Contrastive learning provides a feasible way for representing proposals, which can align complete and incomplete/noisy proposals in feature space. The aligned feature space can help us build robust 3D representation even if bad proposals are given. Therefore, we devise a new contrast learning framework for indoor 3D object detection, called EFECL, that learns robust 3D representations by contrastive learning of proposals on two different levels. Specifically, we optimize both instance-level and category-level contrasts to align features by capturing instance-specific characteristics and semantic-aware common patterns. Furthermore, we propose an enhanced feature aggregation module to extract more general and informative features for contrastive learning. Evaluations on ScanNet V2 and SUN RGB-D benchmarks demonstrate the generalizability and effectiveness of our method, and our method can achieve 12.3% and 7.3% improvements on both datasets over the benchmark alternatives. The code and models are publicly available at https://github.com/YaraDuan/EFECL.

Open Access Research Article Issue
ARM3D: Attention-based relation module for indoor 3D object detection
Computational Visual Media 2022, 8(3): 395-414
Published: 08 March 2022
Abstract PDF (2.5 MB) Collect
Downloads:86

Relation contexts have been proved to be useful for many challenging vision tasks. In the field of 3D object detection, previous methods have been taking the advantage of context encoding, graph embedding, orexplicit relation reasoning to extract relation contexts. However, there exist inevitably redundant relation contexts due to noisy or low-quality proposals. In fact, invalid relation contexts usually indicate underlying scene misunderstanding and ambiguity, which may, on the contrary, reduce the performance in complex scenes. Inspired by recent attention mechanism like Transformer, we propose a novel 3D attention-based relation module (ARM3D). It encompasses object-aware relation reasoning to extract pair-wise relation contexts among qualified proposals and an attention module to distribute attention weights towards different relation contexts. In this way, ARM3D can take full advantage of the useful relation contexts and filter those less relevant or even confusing contexts, which mitigates the ambiguity in detection. We have evaluated the effectiveness of ARM3D by plugging it into several state-of-the-art 3D object detectors and showing more accurate and robust detection results. Extensive experiments show the capability and generalization of ARM3D on 3D object detection. Our source code is available at https://github.com/lanlan96/ARM3D.

Total 6