Papers for

manufacturing automation teams

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.

Dynin Robotics uses shared model to improve robot action and goal prediction

Dynin-Robotics: Omnimodal Unified Diffusion Vision-Language-Action Model

Abstract: Visual goal and dynamics prediction can provide language-conditioned robot policies with both a target outcome and a representation of action-dependent scene changes. We bring these predictions into action generation and selection through a shared trajectory model. Dynin-Robotics implements this formulation on Dynin-Omni, an omnimodal masked-diffusion backbone, representing language, visual observations, goals, and actions as discrete tokens. By varying conditioning and target spans, the same model learns action prediction, action-conditioned next-observation prediction, terminal goal-state prediction, and trajectory-to-instruction reconstruction. These interfaces support test-time scaling through goal prediction, action-candidate evaluation, and joint refinement of action and future-state predictions. We continually pretrain the model on approximately 1.33 million trajectories from 48 Open X-Embodiment datasets and adapt it separately to downstream domains. On two VLABench tasks, robot pretraining improves adaptation within a fixed Stage-2 step budget, and the full objective mixture improves shifted-instruction success over Policy-only post-training under the same coupled decoder. Combining goal guidance with joint action-next-state denoising further improves shifted-instruction success over action-only decoding; the benefit depends on how the predictions are composed. Dynin-Robotics achieves competitive performance on LIBERO and zero-shot LIBERO-Plus, together with a 78.4% average success rate across four manipulation conditions on a Franka Research 3 robot. An optimized block-parallel implementation accelerates model-side action decoding by up to 29.2x relative to the base implementation under the reported profiling setup. These results support shared trajectory modeling as a common interface for learning complementary robot objectives and composing their predictions during control.

Fri 11 SeptRoboticsArtificial IntelligenceMachine Learning
The gist
Robots need to understand both what to do and how their actions change the world to succeed at tasks described by language. The authors developed Dynin-Robotics, a single model that learns to predict robot actions, future scenes, goals, and instructions all together. It does this by turning everything into tokens and training on a large variety of robot data. This unified approach helps robots perform better in new tasks and speeds up decision-making. The model was tested successfully on several robot benchmarks and a real robot arm.
Open 2609.13053v1

Agentic AI autonomously configures smart digital twins in manufacturing

Agentic AI-enabled Semantic Commissioning of a Cognitive Digital Twin for Reconfigurable Manufacturing

Abstract: Rapid bespoke commissioning of the Cognitive Digital Twin (CDT) is a major challenge in reconfigurable manufacturing. Traditional digital twin (DT) construction methods primarily focus on geometric reconstruction, often neglecting the deep semantic integration and functional interoperability necessary for autonomous reasoning. This paper proposes an agent-based, AI-driven workflow to automate end-to-end CDT debugging. The system utilises LangGraph as a multi-agent orchestration engine to achieve dual-path synthesis: the semantic path extracts technical specifications from unstructured documents using Retrieval Augmented Generation (RAG), while the functional path autonomously discovers and binds to real-time industrial telemetry data using Model Context Protocol (MCP). Experimental validation in a robotic machining cell demonstrates that the system achieves a mean average accuracy (mAP) of 97.2% in perception and reduces the deployment cycle from several weeks to an average of 2 hours, marking a paradigm shift from manual scripting to autonomous orchestration.

Tue 8 SeptRoboticsMultiagent Systems
The gist
Setting up digital twins—virtual copies of machines—for manufacturing is usually slow and manual. The authors developed an AI system that reads technical documents and connects live machine data automatically to create smart digital twins faster. Tested on a robotic machining cell, their method cut setup time from weeks to just a couple of hours with high accuracy. This approach lets factories adjust machines more quickly without needing experts to write lots of custom code.
Open 2609.09503v1

Deep learning improves predicting falls in nonrepetitive robot walking

A Multimodal Label Forecasting Method for Aperiodic Visuo-Motor Time Series

Abstract: Deep learning models have been increasingly applied to Time Series Forecasting (TSF) in recent years. Transformer-based and MLP-based models have both been used effectively on many real-world TSF regression benchmarks, and there is ongoing debate as to which family of methods is best. While these benchmarks have drawn much attention, it is also worth noting that many current datasets and methods assume approximate periodicity in the time series. In this work, we focus on a new TSF task without periodicity: anticipating falls during humanoid locomotion, on the basis of egocentric vision and proprioception. When the locomotion trajectories are sufficiently diverse, periodicity is violated. We contribute two new benchmark datasets (one from simulation, one from real hardware), showing that periodicity is violated and recent deep TSF methods struggle on these benchmarks. We also propose a novel deep learning architecture that exploits both endogenous and exogenous variables and a training process that rigorously enforces i.i.d sampling of training examples. Our results show statistically significant improvement over prior art in multiple experimental conditions, by 12.73% or more on the real data and 10.40% or more on the simulation data. Code and datasets will be available upon acceptance.

Mon 7 SeptRobotics
The gist
Predicting falls for humanoid robots is harder when their movements are irregular and not repeating over time. The authors created two new datasets showing this challenge and found that existing methods don’t work well on them. They designed a new deep learning approach that looks at both the robot’s internal signals and its visual surroundings to better anticipate falls. Their method improved prediction accuracy significantly on both simulation and real-robot data.
Open 2609.07930v1

Goal image fine-tuning improves visual robot task performance

GIFT: Goal-Injected Fine-Tuning for Efficient Manipulation Policy Adaptation

Abstract: Compared with relying solely on initial observations and language instructions, predicting goal images with generative models as high-level visual guidance can significantly enhance the robustness of Vision-Language-Action (VLA) models. However, most existing foundation models have not systematically incorporated goal image conditioning due to the high computational training cost. To this end, we propose Goal-Injected Fine-Tuning (GIFT), a lightweight and efficient fine-tuning framework that seamlessly integrates generated goal images into multiple representative pretrained VLA models. Our approach introduces goal image features into observations via a zero-initialized convolution which progressively grows parameters from zero and prevents harmful noise from disrupting the pretrained policy during fine-tuning. As training proceeds, goal information is gradually incorporated, enabling efficient goal understanding without disrupting model stability. We further introduce a refined image editing method to generate semantically and visually consistent goal images from initial observations and task instructions. Experiments show that goal-aware VLA models achieve substantial performance gains across tasks: with only a single epoch of fine-tuning, GIFT outperforms the base model by 6.0% and 13.4% on two SIMPLER settings, and by 4.7% on LIBERO, demonstrating both efficiency and effectiveness.

Mon 7 SeptComputer Vision and Pattern RecognitionRobotics
The gist
Robots that understand language and vision can perform tasks better if they know what the goal looks like. The authors developed a way to teach robots to use pictures of their task goals without needing expensive retraining. They create clear goal images by editing initial photos using task instructions, then slowly add this information into the robot’s existing brain without breaking it. Their method helps robots complete tasks more accurately and quickly.
Open 2609.07006v1

World synesthesia model improves robot in hand object control

WM-Craftnet: World Synesthesia Model for Generalizable and Robust Dexterous In-Hand Manipulation

Abstract: Generalizable and robust dexterous in-hand manipulation requires a policy to infer object pose, geometry, contact, and potential slip from partial and noisy observations. Although recent tactile and visuotactile RL methods achieve strong in-hand rotation in controlled settings, their robustness often degrades under pose shifts, force disturbances, and object variation. We propose WM-Craftnet, a world-model-conditioned framework that learns compact action-conditioned latent dynamics from proprioception, depth, tactile sensing, and actions, supervised by multimodal reconstruction and reward prediction. Rather than using the world model for latent imagination or policy optimization, WM-Craftnet uses the learned World Synesthesia Model (WSM) as recurrent task context for an asymmetric actor--critic policy. Importantly, WSM is trained to reconstruct clean depth targets from noisy depth inputs, providing a denoised geometric state for real-robot deployment. Ablations over recurrent baselines, auxiliary heads, tactile masking, and WSM modality heads show that predictive world modeling, clean-depth supervision, and tactile contact cues all shape the learned state. A WSM pretrained on nine \(z\)-axis objects serves as a reusable prior for \(49\)-object downstream policy learning. This context improves multi-object rotation, with quantitative and qualitative evidence for unseen-object, perturbation-recovery, and sim-to-real transfer.

Mon 7 SeptRobotics
The gist
Robots that can skillfully handle and rotate objects inside their hands need to understand the object's shape, position, and touch feedback, even when sensors are imperfect or objects change. The authors propose WM-Craftnet, which learns a compact world model that cleans up noisy sensor data and uses it to guide robot hand movements. This approach helps robots adapt to new objects and recover from disturbances more reliably than previous methods. Their robot system can even transfer what it learns in simulations to real-world settings.
Open 2609.07002v1