OpenTie: Open-vocabulary Sequential Rebar Tying System
Mingze Liu, Sai Fan, Haozhen Li, Haobo Liang, Yixing Yuan, Yanke Wang

TL;DR
OpenTie is a versatile, training-free robotic system that uses RGB-to-point-cloud conversion and open-vocabulary detection to accurately tie rebar in various orientations, addressing a gap in existing construction robotics.
Contribution
The paper introduces OpenTie, a novel 3D, training-free rebar tying framework utilizing RGB-to-point-cloud generation and open-vocabulary detection for flexible construction tasks.
Findings
High accuracy in rebar tying demonstrated in real-world experiments
Effective handling of both horizontal and vertical rebar tasks
System operates without prior model training
Abstract
Robotic practices on the construction site emerge as an attention-attracting manner owing to their capability of tackle complex challenges, especially in the rebar-involved scenarios. Most of existing products and research are mainly focused on flat rebar setting with model training demands. To fulfill this gap, we propose OpenTie, a 3D training-free rebar tying framework utilizing a RGB-to-point-cloud generation and an open-vocabulary detection. We implements the OpenTie via a robotic arm with a binocular camera and guarantees a high accuracy by applying the prompt-based object detection method on the image filtered by our propose post-processing procedure based a image to point cloud generation framework. The system is flexible for horizontal and vertical rebar tying tasks and the experiments on the real-world rebar setting verifies that the effectiveness of the system in practice.
| Item | Value |
|---|---|
| Sensor | Sony IMX477, 12.3 MP, 1/2.3 |
| Baseline | |
| Original focal length | px, px |
| Processed focal length | px, px |
| Processing resolution | |
| Recommended range | – |
| Lens distortion | Mild barrel distortion |
| Stereo matching | Learning-based matching on a remote GPU server |
| Post-processing | Occlusion detection and depth-range filtering (without median or bilateral filtering) |
| Theoretical depth precision |
| Method | S1 | S2 | S3 | S4 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RTSR | N1 | N2 | RTSR | N1 | N2 | RTSR | N1 | N2 | N3 | RTSR | N1 | N2 | N3 | |
| YOLOTie | 93.3 | 1.62 | 1.75 | 93.3 | 1.84 | 1.96 | 60.0 | 2.31 | 2.58 | 2.79 | 53.3 | 2.66 | 2.91 | 3.14 |
| OpenTie | 100.0 | 1.41 | 1.48 | 100.0 | 1.52 | 1.57 | 93.3 | 1.61 | 1.68 | 1.75 | 93.3 | 1.72 | 1.78 | 1.85 |
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
OpenTie: Open-vocabulary Sequential Rebar Tying System*
Sai Fan1 and Mingze Liu1 and Haozhen Li1
Haobo Liang1 and Yixing Yuan1 and Yanke Wang © 2026 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works.This paper was funded by InnoHK-HKCRC.*Corresponding author: Yanke Wang.This work was done during the internship of Sai Fan and Mingze Liu at HKCRC.1Sai Fan, Mingze Liu, Haozhen Li, Haobo Liang, and Yixing Yuan are with Hong Kong Center for Construction Robotics, The Hong Kong University of Science and Technology, Units 808 to 813 and 815, 8/F, Building 17W, Hong Kong Science Park, Pak Shek Kok, New Territories, Hong Kong SAR, China 2Yanke Wang is now with the Division of Business and Hospitality Management (BHM), College of Professional and Continuing Education (CPCE), The Hong Kong Polytechnic University (PolyU), Hong Kong SAR, China and was with Hong Kong Center for Construction Robotics, The Hong Kong University of Science and Technology, Units 808 to 813 and 815, 8/F, Building 17W, Hong Kong Science Park, Pak Shek Kok, New Territories, Hong Kong SAR, China [email protected]
Abstract
Robotic practices on the construction site emerge as an attention-attracting manner owing to their capability of tackling complex challenges, especially in the rebar-involved scenarios. Most of existing products and research are mainly focused on the collection of large amounts of data with model training demands. To fulfill this gap, we propose OpenTie, a 3D training-free rebar tying framework utilizing a RGB-to-point-cloud generation and an open-vocabulary rebar detection on the real-world test. We implement the OpenTie via a robotic arm with a binocular camera and guarantee a high accuracy by applying the prompt-based object detection method on the image filtered by our proposed post-processing procedure for the image-to-point-cloud generation framework. Our pipeline requires no training efforts and outperforms the training-based object detection, i.e., YOLO-based method, with the verification on the real-world sequential rebar tying test. The system is flexible for horizontal and vertical rebar tying tasks and holds the potential application to the real construction site with possibility of commercialization.
I INTRODUCTION
In the realm of construction engineering, rebar tying [7] stands out as a critical process that ensures the structural integrity of reinforced concrete elements. However, manual rebar tying presents significant challenges [28], including high labor intensity that induces worker fatigue and increases the risk of work-related accidents. These issues are exacerbated in harsh construction environments.
To address these labor-intensive challenges, robotic manipulation has emerged as a promising avenue. With the advent of Vision-Language-Action (VLA) and Vision-Language Models (VLM), training-free robotic manipulation, often encompassing zero-shot or few-shot learning paradigms, leverages pre-trained models to enable robots to perform tasks without extensive task-specific data collection or retraining. Some SOTA examples, such as SuSIE [2], leverage image-editing diffusion models to generate intermediate subgoals, enabling zero-shot robotic manipulation across novel tasks. VidBot [4] derives 3D affordances from monocular RGB human videos for zero-shot execution. Other approaches such as BC-Z [18] and RoboBERT [35] demonstrate zero-shot robotic manipulation by enabling robots to generalize to unseen tasks and novel language-driven action–object compositions without additional task-specific training. Despite these progresses, challenges persist, including limited generalization to novel objects or cluttered environments, difficulties in handling dynamic uncertainties, and computational demands for real-time decision-making [6]. By enabling zero-shot adaptation, these approaches facilitate rapid deployment, improve efficiency in diverse project scales without the need for site-specific datasets [1, 14].
So far, to the best of our knowledge, it is still an open question to explore a training-free pipeline for the autonomous sequential rebar tying task. Focusing on the challenges in rebar tying and training-free manipulation, such as precise tying in chaotic backgrounds without prior data, real-time robustness and high success rates, we propose a novel zero-shot robotic system for autonomous sequential rebar tying, OpenTie. We implement the OpenTie pipeline by using a robotic arm equipped with a binocular camera, achieving high accuracy through prompt-based object detection applied to images refined by our proposed post-processing procedure, which is built on an image-to-point-cloud generation framework for flexible rebar tying. Our contributions are summarized as follows:
The proposal of an automated sequential rebar tying system (OpenTie), 2. 2.
The design and implementation of the hardware and software systems, 3. 3.
The application of a training-free object detection method and image-to-point-cloud framework to the pipeline, and 4. 4.
Validations and comparisons with experiments on challenging sequential rebar tying tasks under different complex scenarios, demonstrating the effectiveness of the pipeline.
This system achieves a success rate of around 90% in real-world tests on unstructured setup. Furthermore, it demonstrates zero-shot generalization to new rebar diameters and layouts, addressing key gaps in current SOTA by minimizing deployment time and enhancing scalability for construction automation.
The rest of the paper is organized as follows. Section II reviews the existing rebar tying robots, training-free manipulation, and vision models in 2D and 3D. Section III introduces the proposed OpenTie framework with its hardware and software designs. Section IV details experimental setup, results, discussion with limitations. The conclusion is drawn in Section V.
II RELATED WORK
II-A Rebar Tying Robots and Existing Automation Systems
Automated rebar tying has made substantial progress, particularly through advancements in vision-based systems and robotic planning. Recent systems have employed RGB-D imaging combined with techniques such as Hough transform multi-segment fitting, active perception, deep learning-based keypoint detection, and enhanced point cloud registration methods to achieve accurate and flexible robotic tying operations [26, 31, 20]. Additionally, collaborative multi-robot approaches have optimized workspace utilization through coordinated trajectory planning, enhancing system flexibility and operability [15]. Lightweight models tailored for mobile platforms, such as YOLO-FAS and MobileNetV3SSD, further address computational constraints, enabling real-time detection and path planning [5, 11]. Moreover, real-time rebar spacing inspection methods based on 3D keypoint detection have been integrated effectively with robotic systems, supporting automated quality control [8].
Despite these significant advances, existing robotic rebar tying systems continue to face critical challenges. Most vision-based systems heavily rely on extensive training datasets, limiting their generalization capabilities in complex, dynamic construction environments. Moreover, current systems frequently require precise calibration and constrained operational conditions, reducing their flexibility and adaptability. The development of more generalized, robust, and easily deployable robotic solutions remains an important research direction to address these limitations comprehensively.
II-B Open-Vocabulary Robotic Manipulation
Recent studies and reviews in open-vocabulary robotic manipulation show that VLM/VLA-based frameworks can interpret natural-language instructions and integrate visual perception, language understanding, and embodied control to improve instruction grounding, task planning, real-time decision-making, and adaptive execution in complex environments [9, 16]. MOKA introduces a visual prompting method enabling robots to reason about keypoint affordances and generate task-specific motions [25]. OpenAD expands affordance detection into 3D point clouds, achieving zero-shot capability by linking semantic affordances directly with geometric point cloud data [30]. AnyPart and OVGNet propose frameworks integrating open-vocabulary object detection with grasp pose estimation, allowing precise manipulation and robust performance on novel object categories [34, 23]. Additionally, Point2Graph offers an end-to-end method for generating open-vocabulary 3D scene graphs purely from point cloud inputs, facilitating flexible robot navigation and interaction [36].
However, existing open-vocabulary robotic manipulation methods still face several drawbacks. These approaches often depend heavily on large-scale pretrained models, which may compromise robustness and responsiveness in dynamic, real-world environments. Furthermore, achieving precise and reliable performance in structured, repetitive industrial tasks remains challenging, indicating a clear need for advancements in model efficiency, generalization, and practical deployment capabilities.
II-C Visual Perception From 2D to 3D
Extracting reliable 3D geometric information from 2D images is crucial for precise robotic manipulation tasks. Recent methods like Segment Anything Model (SAM) [22] have substantially advanced general-purpose segmentation from single-view images, enabling more accurate object delineation and spatial reasoning. Approaches combining depth estimation and segmentation [8] have facilitated effective point cloud reconstruction from RGB-D sensors, simplifying the 3D perception pipeline. Nevertheless, existing perception frameworks often struggle in environments characterized by repetitive patterns and structural occlusions, such as rebar grids. Robust detection and accurate 3D reconstruction under such conditions remain challenging, requiring specialized methods capable of consistently segmenting fine-grained geometric features critical for manipulation.
Automated rebar diameter classification has been explored through point cloud-based machine learning methods. For instance, Kim et al. [21] propose a data-driven approach for classifying rebar diameters. However, at intersections of small-diameter rebars, the scanning resolution is often insufficient, resulting in sparse and noisy point clouds that hinder accurate classification. Similarly, methods such as Liga-stereo [13] and TLS-based shape recognition [17] focus primarily on large objects in terms of area and volume. These approaches involve expensive, bulky equipment and lack validation on smaller, fine-grained targets such as steel bars, with limited experimental evidence to support their applicability. In contrast, our binocular camera setup provides a more compact, cost-effective, and flexible alternative for generating accurate point clouds in rebar-intensive scenes.
Existing point cloud segmentation methods present various trade-offs between deployment complexity, efficiency, and segmentation accuracy. Frangez et al. [12] employ multi-view camera setups with time-consuming calibration, resulting in high deployment overhead. In contrast, our binocular camera can generate point clouds within minutes with minimal setup. Trevor and Gedikli [33] propose efficient segmentation techniques for ordered RGB-D data, but lack considerations for parallax priors or parallel-plane specialization. Möls and Li et al. [29] introduce a highly parallelized method based on spherical convex hulls and region growing, prioritizing speed over boundary precision. However, their method does not support unified modeling and inlier selection for parallel planes. Similarly, Byrne and Taylor [3] focus on obstacle avoidance and assume a single ground plane, which is not well-suited for tasks involving closely aligned parallel surfaces that demand robust planar segmentation.
In this paper, we address these challenges by integrating open-vocabulary, training-free vision-language-action pipelines with robust single-view 3D point cloud inference specifically tailored for sequential rebar tying tasks. In addition, we incorporate the training-free T-rex model [19] to identify rectangular regions formed by rebar crossbars, ensuring flexible and efficient detection without the need for retraining. Our method demonstrates enhanced adaptability and reduced deployment complexity compared with traditional rebar tying robots, and provides reliable perception under challenging construction conditions.
III SYSTEM DESIGN
The proposed OpenTie is aimed at a training-free, sequential rebar tying by using the necessary tools like robotic arm and sensor. In our frame, we conducted real-world experiments by using the UR5e robotic arm and AI stereo binocular camera. This section details the hardware design as well as the software framework.
Additionally, a YOLO-based tying pipeline (YOLOTie) is also implemented as a control experimental group, based on the collection of a large amount of data for training.
III-A Hardware Design
As visualized in Fig. 1, the system is employed on a robotic arm, Universal Robot (UR5e), with a binocular camera set fixed out of the robot and a modified rebar tying tool installed at the end effector. The rebar tying tool, model Makita DTR181, is remolded as I/O-controlled rebar tying gun to enable automated tying functionality. The depth camera, model D435i, is used for YOLOTie and facilitates a comparative analysis of the YOLO-based object detection method against the proposed OpenTie under both chaotic and tidy scene conditions. The customized binocular camera, AI Stereo Cam, is applied for eye-to-hand calibration and point cloud generation to determine the positions of steel bars.
These hardware components jointly provide the perception capabilities and execution interfaces required for fully automatic rebar tying. We can also use this integrated solution to compare the traditional algorithm process directly based on YOLO with the proposed OpenTie framework that does not require training under different scene complexities.
III-B Software Framework
Two frameworks are proposed to do the sequential rebar tying in this work, i.e., YOLOTie and OpenTie, as visualized in Fig. 2. In YOLOTie, YOLOv12 [32] is utilized for rebar cell detection, followed by trajectory planning with MoveIt to reach a specified rebar node location calculated by the rebar cell for the grasping and tying task. Regarding OpenTie, a binocular camera captures two images of the rebar and reconstructs a 3D point cloud. We use a self- developed stereo vision camera, the specific specifications and parameters of the camera are shown in Table I. The proposed OpenTie framework complements conventional CNN-based instruction generation methods, which have been widely used to convert visual or sensory inputs into robotic control commands [27], [10]. While YOLO performs well in structured scenes with sufficient training data, OpenTie improves robustness in cluttered or unseen construction scenarios through training-free open-vocabulary detection and geometry-aware 3D verification. It enables AI generation of 4K dense point cloud, based on the stereo matching algorithm. We first perform standard stereo rectification by using OpenCV and obtain the intrinsic matrix , then apply a synchronized scaling factor () to to match the resized image resolution. The scaled intrinsic matrix is defined as
[TABLE]
The rectified left image is sent to a remote server to compute the disparity map. Pixels that are visible in the left view but occluded in the right view are filtered out, after which the disparity map is converted into a depth map. After removing occluded pixels and pixels with unreliable disparity values, the depth of each remaining pixel is computed as
[TABLE]
where , , and denote the processed focal length, stereo baseline, and disparity value at pixel , respectively. Finally, we back-project the depth map to reconstruct a 3D point cloud. The back-projection is formulated as
[TABLE]
where is the principal point of the processed camera intrinsic matrix.
Parallel planes are then identified in the point cloud to produce a filtered image. Before plane extraction, we remove unreliable points by applying a disparity threshold , performing statistical outlier removal based on the 20 nearest neighbors, and conducting voxel downsampling with a voxel size of . The target rebar plane is then extracted by RANSAC [24] with K-Means clustering:
[TABLE]
where is the plane normal vector, is a 3D point on the plane, and is the plane offset. This filtered image is automatically labeled by using T-rex to recognize the rebar cell, and vertex coordinates of the rebar cell are used to calculate the image coordinates of the binding nodes. Given two selected 3D vertices, the tying node is computed as
[TABLE]
where and are the two selected rebar-cell vertices represented in the camera coordinate system, and is the resulting tying-node position in the camera frame. Hand-eye calibration provides the transformation matrix to convert these binding node positions to the robotic arm’s base coordinate system, incorporating a bias matrix to account for the rebar tying tool’s installation position. The final tying position in the robot base frame is
[TABLE]
where is the hand-eye calibration matrix from the camera frame to the robot base frame, is the installation offset of the rebar tying tool, and is the executable tying position in the robot base coordinate system.
Finally, socket communication facilitates trajectory planning, enabling the robotic arm to reach the binding points accurately.
The detailed background-filtering results are visualized in Fig. 3, where the reconstructed point cloud is progressively filtered to retain the target rebar plane under complex backgrounds.
III-C Evaluation Metrics
We evaluate the system via objective, repeatable measurements. For the rebar-tying node of each scene, we repeat the full perception-to-execution procedure 15 times and report localization error statistics together with a physical pull-test criterion for task success for each scene.
Rebar Tying Success Rate (RTSR): We define a trial as successful if all tying nodes in the sequential binding process pass a pull-test under a prescribed tensile load. For the -th trial, suppose that there are tying nodes in the scene. After the sequential tying operation, a constant tensile load is applied to each tied node, and the corresponding displacement is measured for the -th node, where . The -th trial is counted as successful only if all tied nodes satisfy
[TABLE]
where is the displacement threshold (in mm). Accordingly, the success indicator for the -th trial is defined as
[TABLE]
where is the indicator function. The RTSR over repeated trials is then computed as
[TABLE]
3D Localization Error (3D-LE): To quantify the accuracy of the 2D–3D mapping and coordinate transformation, we compute the 3D localization error between the predicted tying-node position and the ground-truth (GT) position in the robot base frame. We adopt GT-1 (robot contact-based ground truth): for each tying node , the end-effector is guided to lightly touch a physical reference at the target location, and the corresponding end-effector position in the base frame is recorded as the ground-truth position by using robot forward kinematics. Let denote the predicted 3D position of node in the -th trial of scene . The Euclidean localization error (in mm) is defined as
[TABLE]
For each node, we report the root-mean-square error (RMSE) over repeated trials:
[TABLE]
When needed, the scene-level or overall 3D localization error is obtained by averaging the per-node RMSE values over all tying nodes in the corresponding scene or over all scenes.
IV EXPERIMENT AND VALIDATION
To verify the effectiveness of the proposed OpenTie, we conducted experiments in different scenarios and made the comparison with the YOLO-based method. This section details the setup and results of the experiments.
IV-A Experimental Setup
As shown in the right side of Fig. 2, to experiment with the proposed OpenTie model, we utilized UR5e as the necessary tool and selected AI stereo camera as our sensor to test the success rate of binding in each scene. As for YOLOTie, we utilized an Intel RealSense camera to collect a number of rebar images for training by using the YOLO object detection algorithm. The training process was conducted in different background environments.
To examine the robustness of OpenTie and YOLOTie under varying environmental conditions, as shown in Fig. 4, we systematically evaluated the accuracy of rebar node coordinates across different rebar scenes. Particularly, Scene 1 and Scene 2 represent clean and uncluttered backgrounds, and Scenes 3 to 10 are composed of more complex and cluttered environments. In each scene, we conducted 15 repeated experiments of steel bar binding. In the simple scenes such as Scene 1 and 2, we choose to bind two nodes sequentially for testing, and in the chaotic scenario, i.e., Scene 3-10, we sequentially bind three nodes for testing. we then used the 3D-LE and RTSR indicators to conduct positioning error analysis and success rate. In the experiments, the applied constant tensile force is set to , the displacement threshold of the tied joint is set to , and repeated trials is set to 15. After the -th tying operation in each scene, a pull-test is performed to measure the displacement of the tied node under the applied load. All the tied nodes pass the pull-test, which is considered a success in this trial.
In order to achieve the experimental pipeline, one important step cannot be ignored, i.e., the hand-eye calibration, as shown in Fig. 2. We applied the proposed OpenTie and YOLOTie pipelines to the Universal Robots (UR5e) collaborative Robot arm. Only we have the coordinates of the rebar node obtained after calibration, our entire identification and binding process can be a completed processing. The hand-eye calibration was done by MATLAB, and we obtained the transformation from the camera coordinate system to the robot base coordinate system to calculate the coordinates of the rebar node in the robot base coordinate system. In detail, we aim to solve for the rigid transformation between the end-effector and the camera. The classic AX=XB formulation is expressed as,
[TABLE]
- •
: Transformation matrix of end-effector relative to robot base.
- •
: Transformation matrix of calibration object in camera frame.
- •
: Fixed unknown transformation from camera to end-effector.
In practice, multiple motion pairs are collected and used to solve for by using least square method or quaternion-based methods.
Finally, in each scenario, we conducted complete rebar tying experiments by using OpenTie and YOLOTie respectively, and recorded the success rate as well as the measurement error at the same time.
IV-B Results
For each node of scene, we conducted repeated tests of 15 groups of experiments. We calculated the node coordinates in the camera coordinate system and manually measured the ground-truth values of these coordinates in the camera coordinate system. By using these two values, we obtain the 3D-LE of each node in every replicate experiment, and then calculate the mean value of each node 3D-LE over 15 experiments, the results of two methods are summarized in Table. II. The results show that YOLO has a relatively locating error in node recognition under simple backgrounds, but a high error under complex backgrounds. The results indicate that in simple scenes, the results detected by YOLO tend to stabilize, but in complex scenes, the results detected by YOLO fluctuate greatly. There are also failure cases where rebar cells cannot be identified such as in scene 7, 9, 10.
Because YOLO requires a large amount of data collection and training, we chose to use a training-free method T-rex to identify the rebar cell. Finally, we controled the wire gun automatically to achieve the tying of the reinforcing bars. We switched to different backgrounds to tie the rebars. The average success rate of binding was over 90%, and Fig. 5-6 vividly list the sequential key frames for the tying of two nodes in the simple-background scene and three nodes in the chaotic-background scene, with multiple vertically-positioned nodes involved. The failures of OpenTie are more likely due to the higher sensitivity of the pull-test to parameter setting and the physical execution uncertainty in complex scenes. The superficially acceptable ties may still fail because of slightly inadequate tightening, or uneven local force distribution, indicating a limited mechanical robustness margin rather than a perception error.
In general, it is necessary to collect a large amount of data in every scenario for annotation and training when we want YOLOTie to achieve better results. However, by using the proposed OpenTie method, we only need to perform point cloud reconstruction and filtering processing for each scene once. We can obtain the position of each rebar node training-free through T-rex, and the success rate is over 90%.
This experimental visualization is a proof that the proposed OpenTie works simply and effectively in the continuous rebar-tying task. Additionally, we list the images of the tied nodes in Fig. 7 for an extra proof of the valid automatic tying process after pull-test, which confirms the validity of the proposed OpenTie.
IV-C Discussion and Limitation
To systematically analyze failures in chaotic scenes, we divide OpenTie failures into perception-related and execution-related errors. Perception-related errors are mainly caused by incomplete point-cloud reconstruction, occlusion, or node-position shifts around thin or overlapping rebars, especially in Scenes 8-10. Execution-related errors occur after valid node detection, including slight tool-pose deviation, insufficient tightening, uneven wire contact, or pull-test failure. Among the 11 failed OpenTie trials out of 150 repeated trials, 4 were perception-related and 7 were execution-related, indicating that most failures came from the manipulation stage rather than visual detection.
OpenTie achieved 100% RTSR in clean Scenes 1 and 2, and the most challenging cases were Scenes 8-10 due to cluttered backgrounds and tilted rebar frames. Compared with YOLOTie, which failed to detect valid rebar cells in several chaotic scenes, OpenTie maintained more stable localization through training-free open-vocabulary detection and geometry-aware point-cloud filtering. However, current experiments were conducted in a controlled laboratory environment with real-site-like complexities, including cluttered backgrounds, overlapping rebar layers, and tilted frames. Future work will validate the system on real construction sites to improve robustness under dynamic site conditions.
V CONCLUSIONS
In construction sites, steel bars are usually in a rather complex environment. In response to the high demand of sequential rebar tying system for vertically-positioned rebar structure, we propose a training-free pipeline OpenTie to achieve accurate rebar detection, localization, and tying in 3D by using low-cost camera setup with image-to-point-cloud generation. We design the hardware system via a UR5e robotic arm and the software system by implementing the proposed OpenTie as well as the YOLO-based pipeline for comparison. In the case where YOLO is used, a considerable amount of manual effort is required for annotation, and a certain amount of computing power is needed for training. The use of OpenTie can solve the problems of insufficient computing power and human resources. Moreover, our camera can generate point clouds of steel bars, allowing us to segment the point clouds and obtain the desired normal planes for recognition, which is conducive to the identification of steel bar nodes. The experiments prove that OpenTie can achieve better rebar detection than YOLOTie and the success ratio is over 90%. The future step is to test the proposed system on the real site and we believe the OpenTie can change the manner of human tying rebars on site, especially for those vertically positioned.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1[1] S. Batra and G. Sukhatme (2025) Zero-shot visual generalization in robot manipulation . ar Xiv preprint ar Xiv:2505.11719 . Cited by: §I .
- 2[2] K. Black, M. Nakamoto, P. Atreya, H. Walke, C. Finn, A. Kumar, and S. Levine (2024) Zero-shot robotic manipulation with pre-trained image-editing diffusion models . In International Conference on Representation Learning , pp. 33431–33452 . Cited by: §I .
- 3[3] J. Byrne and C. J. Taylor (2009) Expansion segmentation for visual collision detection and estimation . In 2009 IEEE International Conference on Robotics and Automation , pp. 875–882 . Cited by: § II-C .
- 4[4] H. Chen, B. Sun, A. Zhang, M. Pollefeys, and S. Leutenegger (2025) Vid Bot: learning generalizable 3D actions from in-the-wild 2D human videos for zero-shot robotic manipulation . ar Xiv preprint ar Xiv:2503.07135 . Cited by: §I .
- 5[5] B. Cheng and L. Deng (2024) Vision detection and path planning of mobile robots for rebar binding . Journal of Field Robotics 41 ( 6 ), pp. 1864–1886 . Cited by: § II-A .
- 6[6] J. Cui and J. Trinkle (2021) Toward next-generation learned robot manipulation . Science Robotics 6 ( 54 ), pp. eabd 9461 . Cited by: §I .
- 7[7] A. J. Dababneh and T. R. Waters (2000) Ergonomics of rebar tying . Applied Occupational and Environmental Hygiene 15 ( 10 ), pp. 721–727 . Cited by: §I .
- 8[8] L. Deng, S. Wang, J. Guo, R. Cao, and M. Liu (2025) 3D keypoint detection-based automated rebar spacing inspection: application for robotic integration . Advanced Engineering Informatics 66 , pp. 103418 . Cited by: § II-A , § II-C .
