Papers for

industrial automation engineers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Underactuated multi-finger hand design improves stable object grasping

Quasi-static analysis of passive stability in a novel underactuated multi-finger hand

Abstract: Underactuated robotic hands achieve adaptive and robust grasping with a reduced number of actuators, but predicting the stable equilibrium pose of the grasped object remains a significant challenge. This paper introduces a quasi-static analytical approach to assess passive stability in underactuated multi-finger hands. A novel three-finger hand architecture integrating a differential spring-loaded slider mechanism is introduced, enabling versatile and adaptive grasping. The study focuses on how the differential mechanism influences the overall grasp behavior and analyzes the effect of object size on the stable equilibrium configurations for two canonical grasp types: cylindrical and spherical.

Thu 10 SeptRobotics
The gist
Grasping objects with robotic hands that use fewer motors is tricky because it's hard to predict how the object will stay balanced. The authors created a new three-finger robotic hand with a clever spring and slider system that adapts its grip more naturally. They studied how this design affects the hand's ability to hold cylindrical and spherical objects stably, considering different object sizes. Their approach helps understand which hand positions will keep an object from slipping or falling.
Open 2609.11579v1

Unified robot system improves quadruped property inspection reliability

Harness Robotic OS: A Unified Embodied-Agent Runtime for Closed-Loop Quadruped Inspection

Abstract: Autonomous property inspection requires more than robust robot navigation: a deployable system must connect heterogeneous sensing, reusable autonomy capabilities, multimodal scene understanding, human interaction, and enterprise response within a traceable operational loop. Existing quadruped inspection systems commonly integrate these functions through task-specific interfaces, making contextual coordination, knowledge reuse, and controlled adaptation difficult. This paper presents \textit{Harness Robotic OS} (HROS), a unified embodied-agent runtime, and Argos, its realization for residential-community inspection. HROS organizes the system into robot runtime, embodied autonomy skills, cognitive agent runtime, and interaction and operations planes. A shared context connects physical state with agent reasoning; streaming ASR/TTS supports voice-based mission interaction; hierarchical working, episodic, and semantic memory preserves operational knowledge; and a safety-gated self-evolution loop converts execution traces into versioned candidate updates without permitting unconstrained online modification. The Argos prototype integrates a Vbot quadruped, Fast-LIO2 localization and mapping, Hobot-Stereo depth perception, PCT-Planner global planning, EGO-Planner local motion generation, and OpenClaw-orchestrated Qwen3-VL inspection analysis. Experiments in a residential property environment achieved 100\% waypoint reachability, outdoor localization error below 10~cm, local obstacle-response latency below 200~ms, representative hazard-detection rates of 85--95\%, and 99\% success in alarm delivery and structured-report generation. These results validate the deployed navigation and inspection closed loop, while HROS provides an extensible software foundation for memory-augmented, voice-aware, and continuously improvable embodied inspection agents.

Thu 10 SeptRobotics
The gist
Inspecting properties automatically with robots is tricky because it needs many things working together smoothly, like moving well, understanding scenes, talking with people, and reporting back clearly. The authors built a software system called Harness Robotic OS that unifies these parts into one smart robot 'brain' for inspection. They tested this on a robot dog inspecting homes, and it performed very well, finding hazards, moving accurately, and giving reports with few errors. This system also remembers what it learned and can improve over time without risking uncontrolled changes.
Open 2609.11225v1

Framework improves robot cooperation by sensing human intent accurately

A Confidence-Aware Multimodal Fusion Framework for Industrial Human-Robot Collaboration

Abstract: A confidence-aware multimodal fusion framework (CAMF) is proposed to realize reliable human intention prediction for industrial human-robot collaboration. This framework fuses four heterogeneous modalities including object 6D pose, gaze, skeletal motion and IMU-based hand motion. It embeds a confidence-trend-driven dynamic fusion mechanism into BiLSTM to adaptively balance bidirectional temporal features according to real-time modality reliability. A confidence-guided balanced learning strategy combined with a confidence freezing mechanism is further adopted to adjust network gradients dynamically, suppress noise from low-quality modalities and mitigate cross-modal learning bias. A physical platform based on the UR3 collaborative robot is built for experimental validation. Comparative results show that the proposed method reaches an intention recognition accuracy of 91.86% and outperforms existing multimodal fusion approaches in overall performance and stability. It also maintains satisfactory accuracy under low light and partial occlusion interference. In practical assembly tasks, the framework enables proactive and stable human-robot cooperation with strong environmental adaptability.

Wed 9 SeptRoboticsHuman-Computer Interaction
The gist
Industrial robots need to understand what humans want to do to help safely and efficiently. This work introduces a system that combines different signals like hand movement, gaze, and object position to predict human intentions better. The system also checks which signals are reliable in real time and adjusts how it uses them. Tests on a real robot show it works well even in tricky conditions like poor lighting or when some views are blocked. This makes human and robot teamwork smoother and more adaptable in factory settings.
Open 2609.10339v1

Lightweight model estimates full shapes of flexible objects fast

Deformable Object Manipulation under Partial Observability via Real-Time Full-Shape Estimation

Abstract: Manipulating deformable objects (DOs) is challenging due to their high-dimensional state space, underactuated dynamics, and partial observability. In this paper, we propose cRVAE, a lightweight conditional recurrent variational autoencoder that estimates the full DO state from only partial corner-node observations during inference. The resulting model is used as the forward model in a receding-horizon optimal control framework for obstacle-aware collaborative DO manipulation. In simulation on rope and fabric, cRVAE estimates the full DO state from the available corner-node measurements alone, matching the accuracy of a parameter-identified XPBD model. At inference it uses no physical parameters as model inputs and performs no online parameter identification. It also runs approximately 350 times faster on the rope and over 1500 times faster on the fabric per forward pass, keeping horizon-based planning within the 100 ms control budget where XPBD exceeds it already at short horizons. Full-shape estimation from corner sensing at in-loop speed is what makes the model deployable on hardware, which we demonstrate on a Unitree Go2 robot.

Wed 9 SeptRobotics
The gist
Manipulating objects that bend and stretch, like ropes and fabrics, is hard because you can't see or measure their entire shape easily. The authors created a fast and simple computer model called cRVAE that guesses the whole shape of these objects using only limited information from their corners. This model works much faster than older methods and is accurate enough to control robots in real time. They tested it with simulations and a robot, showing it can handle complex shapes quickly without needing to know physical details upfront.
Open 2609.10308v1

Violet enables running real-time OS on risc-v virtual machines

Violet: Enabling Full Virtualization for M-mode RTOS on RISC-V

Abstract: In embedded systems, complex configurations may be required, such as the simultaneous execution of a real-time operating system (RTOS) and a general-purpose operating system (GPOS), or the operation of multiple RTOS instances. Embedded system hypervisors have been studied and developed to meet these requirements for architectures like ARM and x86. RISC-V is experiencing growing adoption in embedded systems and faces similar needs. However, RISC-V's virtualization support targets only U-mode (where applications run) and S-mode (where general-purpose OSs run) as virtualization levels. The M-mode, where RTOSs like FreeRTOS or Zephyr run, is excluded from virtualization. This means that, similar to architectures like ARM, running an RTOS on a Virtual Machine (VM) using methods based on virtualization support features is impossible. Therefore, this paper proposes the Violet hypervisor. Violet combines RISC-V's virtualization features with software-based emulation, enabling the execution of unmodified M-mode RTOSs. Evaluation verified the validity of the M-mode emulation functionality using RISC-V architecture tests. Furthermore, this was implemented on the SiFive HiFive Premier P550 hardware, demonstrating that existing RTOSs can run on Violet's VM and that coexistence with GPOSs like Linux is also possible. The performance evaluation also quantified the overhead introduced by M-mode emulation on M-mode CSR accesses, timer interrupt latency, and context switching.

Wed 9 SeptOperating Systems
The gist
Running real-time operating systems (RTOS) that control hardware directly is tricky on RISC-V computers when using virtual machines, because the usual hardware support doesn't include the mode RTOSs run in. The authors created Violet, a system that mixes built-in virtualization with software tricks to let RTOSs run unmodified inside virtual machines on RISC-V. They tested Violet on real hardware and showed it can run these RTOSs alongside regular Linux operating systems. They also measured the performance costs introduced by their approach.
Open 2609.09833v1

Iiot sensor node criticality ranked by data and security risks

Quantifying IIoT Sensor Node Criticality by Fusing its Data Criticality and Security Vulnerability

Abstract: The integration of the Industrial Internet of Things (IIoT) into manufacturing has transformed industrial operations by optimising production management and ensuring product quality through smart industrial sensors that regulate processes based on real-time data. However, these sensor nodes are highly vulnerable to cyber threats, posing significant security risks that compromise their reliability and integrity. While existing research explores cybersecurity vulnerabilities and cyberattack-based methods for ranking critical nodes, some studies assess node criticality based on the impact of sensor data on product quality. However, a comprehensive approach that integrates both data criticality and cybersecurity vulnerability remains unexplored. To bridge this gap, this study introduces a novel framework that evaluates IIoT sensor node criticality by leveraging Dempster--Shafer (D-S) theory to fuse data criticality and cybersecurity vulnerabilities. The proposed method is validated using a dataset from red wine production, demonstrating its effectiveness in ranking sensor nodes based on both factors. The results show that criticality rankings based on security vulnerability scores computed using CVSS version 4.0 differ significantly from those obtained with CVSS version 3.1, highlighting the influence of enhanced vulnerability assessment methodologies. While initially applied to wine manufacturing, this framework is adaptable to broader industrial applications with minimal modifications, offering a robust approach to securing IIoT-enabled production systems.

Wed 9 SeptCryptography and Security
The gist
Industrial sensors help factories run smoothly by constantly checking processes. But these sensors can be hacked or fail, which causes trouble. The authors made a way to figure out which sensors are most important by looking at both how their data affects the product and how vulnerable they are to cyberattacks. They tested their method using sensors in wine production and found some differences depending on the security scoring system used. This approach can be used in many factories to keep sensor networks more secure and reliable.
Open 2609.09807v1

HiRAD improves large-scale warehouse AGV routing speed and efficiency

HiRAD: A Flexible Large-Scale AGV Routing System

Abstract: Automatic Guided Vehicles (AGVs) substantially boost warehouse throughput, but routing large-scale AGV fleets remains challenging. Classical Multi-Agent Pathfinding solvers suffer from exploding combinatorial complexity and super-quadratic runtime, while relying on idealized grid or piecewise-linear motion models that mismatch real-world kinematics. Recent Reinforcement Learning (RL) solutions improve flexibility via decentralized agent policies but depend on discretized spatiotemporal representations, require millions of episodes to converge, and incur full-map observation at every step, which leads to large models, slow convergence, and high inference latency that violates real-time industrial control constraints. To address these bottlenecks, we propose HiRAD, a hierarchical RL framework for continuous-space AGV routing with real-time guarantees: (1) a step-level spatiotemporal representation that translates continuous motion into a differentiable RL problem, (2) a hierarchical strategy that splits heading choice from velocity control to reduce the action space, and (3) an asynchronous event-driven decision pipeline that lowers inference complexity from O(n^2) to O(n) and cuts per-step latency by as much as 71 percent. Across random graphs and two warehouse maps, HiRAD reduces makespan by 45 percent to 63 percent and shortens end-to-end runtime.

Wed 9 SeptRoboticsArtificial Intelligence
The gist
Coordinating many warehouse robots to move goods quickly is very hard for computers because the problem gets complicated as more robots are added. The authors propose HiRAD, a new system that breaks down the robot movement decisions into simpler steps and uses clever methods to make real-time routing faster and more efficient. Their approach reduces delays by up to 63% and runs much faster than existing methods while working in continuous, real-world robot movement settings. This makes managing large fleets of warehouse robots easier and quicker.
Open 2609.09752v1

Improving asset data extraction with retrieval-augmented learning

AAS-RAIL: Improving Information Extraction for Asset Administration Shells through Retrieval-Augmented In-Context Learning

Abstract: The Asset Administration Shell (AAS) is a cornerstone of Industry 4.0 and the Digital Product Passport, providing standardized digital representations of industrial assets. While manufacturers already maintain extensive technical product documentation, generating AAS instances from existing product datasheets remains a labor-intensive task because technical information is extracted from heterogeneous document structures and often involves company-specific terminology and conventions. In this work, we present AAS-RAIL, a retrieval-augmented information extraction (IE) approach that automatically generates Asset Administration Shells from PDF product datasheets using large language models (LLMs). Instead of relying on a fixed set of few-shot examples, the proposed retrieval-augmented in-context learning (RAIL) approach retrieves LLM-generated extraction helpers from similar Asset Administration Shells to provide instance-specific in-context learning (ICL). This enables the model to adapt its extraction behavior to company-specific naming conventions and formatting styles without fine-tuning. Our core contribution is the dynamic selection of company-specific AAS examples for each datasheet, replacing static prompting with an extraction pipeline that adapts to instances and combines semantic retrieval and structured information extraction. The proposed approach is evaluated on a collection of industrial product datasheets using a selection of open- and closed-weight LLMs. Experimental results show that RAIL consistently improves extraction quality over conventional few-shot prompting, yielding relative improvements of 30.4-52.4%. These results demonstrate that our approach provides an effective improvement for company-specific AAS generation.

Mon 7 SeptArtificial Intelligence
The gist
Creating detailed digital profiles for industrial assets is important but hard because product datasheets vary a lot and use company-specific language. The authors propose a method called AAS-RAIL that uses smart language models combined with examples from similar assets to better understand and extract information automatically. This method adjusts to different companies' naming styles without needing time-consuming retraining. Tests showed their approach was much better at pulling out the right information than traditional methods.
Open 2609.07334v1

Llm quality metrics identify errors in digital manufacturing models

Quality Metrics for LLM-Generated Asset Administration Shells: A Perturbation-Based Evaluation Approach

Abstract: The rapid digital transformation of manufacturing, often referred to as Industry 4.0, relies on seamless interoperability between physical and software assets. A central enabler is the Asset Administration Shell (AAS), a standardized digital representation of such assets. Recent advances in large language models (LLMs) enable the generation of AAS submodels from unstructured sources such as product datasheets but raise challenges for quality assurance. In particular, unexpected errors, the lack of ground truth references, and the absence of standardized quality metrics hinder reliable adoption. In this work, we evaluate quality metrics for AI-generated AAS using a perturbation-based evaluation framework. By systematically degrading AAS generation along multiple dimensions, we assess how well different metrics reflect quality changes. Based on a dataset of 200 products from multiple manufacturers, we generate 6,400 AAS instances using GPT-4o-mini, Qwen3, and DeepSeek-R1. Our results show that metrics based on exact matching of property names and similarity-based soft matching of property values, in particular value-based recall and name-based F1 score, provide the most reliable indicators of quality degradation. Furthermore, we quantify the impact of different perturbation types and analyze differences across model families and product segments. These findings support the selection of suitable metrics, the tuning of LLM-based pipelines, and the integration of AI-generated AAS into industrial applications.

Mon 7 SeptSoftware EngineeringArtificial Intelligence
The gist
Making digital versions of factory equipment helps machines and programs talk to each other in Industry 4.0. The authors look at how well different measures catch mistakes when AI tools build these digital models from product data sheets. They test this by messing up the models in different ways and seeing which metrics notice the problems best. Their study finds that checking exact names and how well values match works best for spotting errors. This helps companies trust AI tools to make accurate digital factory models.
Open 2609.07290v1

Large language models differ in robot safety compliance and behavior

How Long Until Your Robot Ignores You? A Safety Benchmark for LLM Orchestrators in Human-Humanoid Collaboration

Abstract: Large Language Models (LLMs) are increasingly employed to orchestrate robot behavior through natural-language interfaces, yet no benchmark exists to evaluate their reliability as safety-aware decision makers in human-humanoid collaboration. Unlike deterministic safety systems that enforce binary allow/deny decisions, LLM-based orchestrators exhibit a compliance spectrum ranging from overcompliance (refusing safe actions) to full safety violations. This paper introduces the first safety benchmarking environment for LLM orchestrators in human-humanoid collaboration, built on a Model Context Protocol (MCP)-based architecture with safety invariants grounded in ISO 10218-2:2025 protective measures. The benchmark defines five testable safety invariants, a four-level compliance taxonomy (correct compliance, overcompliance, undercompliance, full violation), and a three-layer evaluation pipeline (text prompting, simulated sensor-actuator loops, and physical validation on a Unitree G1 EDU humanoid). We report Layer-1 results: three cloud backends (Claude Haiku 4.5, GPT-4o-mini, Gemini 2.5 Flash) and a local open-weights baseline (qwen3:8b) across 40 100-turn sessions under full-context and sliding-window budget conditions, while the simulation and physical layers remain ongoing. We find that (1) model family determines the safety floor, as Claude and Gemini remain at or near zero violations while GPT-4o-mini commits up to 13 per session, (2) context management dissociates two failure axes, reducing mean behavioral issues by 42-57% for every cloud backend while nearly doubling GPT-4o-mini's violations (3.8 to 7.2 per session), and (3) proportional compliance, clamping movement speed to the rule-specified maximum rather than refusing, emerges consistently only in Gemini; the preliminary simulation layer reproduces the model ranking and the GPT-4o-mini failure-mode inversion.

Mon 7 SeptRobotics
The gist
Robots guided by large language models (LLMs) need to act safely around humans, but there was no way to test how well these AI systems keep people safe. The authors created the first safety test for AI that controls humanoid robots, checking if the robot follows safety rules, refuses unsafe actions, or disobeys them altogether. They tested several popular LLM systems and found big differences: some rarely broke safety rules, while others made more mistakes. The way the AI remembers conversation context also affected safety behaviors in surprising ways.
Open 2609.07288v1

Scalable planning coordinates autonomous vehicles in underground mining

Eventually Optimal and Scalable Multi-Agent Planning for Block Cave Mining

Abstract: Automation in underground mining has the potential to significantly enhance safety, operational efficiency, and sustainability. However, effectively coordinating fleets of autonomous vehicles in dynamic mine environments introduces substantial challenges in both optimization and motion planning. To address these challenges, we introduce and formalize the \emph{Block Cave Mining (BCM)} problem, which focuses on computing a transport plan that maximizes ore throughput while satisfying draw ratio constraints. To solve this problem, we propose SAMM, an eventually optimal anytime solver that jointly integrates task assignment, scheduling, and path planning via a mixed-integer linear programming formulation. To improve scalability, we also introduce SAMMS, a variant of SAMM that trades optimality guarantees for efficiency by decomposing the problem into shorter planning subcycles. Experimental evaluations using realistic industrial mine scenarios demonstrate that SAMMS achieves near-optimal throughput and scales effectively to larger fleets and mine layouts.

Mon 7 SeptRobotics
The gist
Coordinating many autonomous vehicles in underground mines is hard because the environment changes and lots of planning is needed. The authors define a new problem called Block Cave Mining that focuses on moving ore efficiently while following mining rules. They created SAMM, a solver that plans tasks and paths together to eventually find the best solutions, and SAMMS, a faster version that works well on bigger problems with near-best results. Their tests show these methods can handle realistic mining setups and large vehicle fleets.
Open 2609.07109v1