Papers for

robotic system 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.

Hexapod legs evolve walking patterns independently for better coordination

Decentralized Evolution of Hexapod Gaits with Independent Leg Controllers

Abstract: This paper presents a novel approach to hexapod locomotion by evolving each leg's gait independently through a decentralized evolutionary algorithm. Using the Webots simulator and the Mantis hexapod robot, we optimize individual leg controllers without centralized coordination, allowing emergent behaviors to drive the development of efficient, coordinated locomotion. Our decentralized method is benchmarked against cooperative coevolution, demonstrating improved efficacy in generating stable and adaptive gaits while showing interesting emergent coordination. By enabling independent evolution of leg controllers, this method reduces the complexity of gait optimization and highlights the potential of decentralized strategies for scalable and adaptive robotic systems.

Fri 11 SeptArtificial IntelligenceRobotics
The gist
Making six-legged robots walk can be complicated because all legs must work together smoothly. This paper shows how evolving each leg's movement pattern separately, without a central controller, lets good walking styles emerge on their own. The authors used simulation and a real robot to test this idea and found that it led to more stable and adaptable walking compared to methods where legs evolve together. This approach also makes it easier to improve robots with many legs by breaking down a complex problem into simpler parts.
Open 2609.12400v1

OCT tracking improves motion accuracy using predictive landmark updates

Predictive Multi-Landmark OCT Tracking for Increased Motion Robustness

Abstract: Optical coherence tomography is a promising modality for markerless motion tracking due to its high spatial resolution and inherent depth perception. However, existing OCT-based tracking approaches are limited in terms of trackable velocity, particularly when multiple landmarks are tracked sequentially for 6D pose estimation. In this work, we present a predictive tracking approach that propagates positional updates between multiple tracked landmarks to obtain a global pose prediction. This enables more robust tracking under high velocities. Our results demonstrate RMSEs below 1 mm for velocities up to 100 mm/s and up to nine consecutively tracked landmarks, highlighting the potential of global motion propagation and prediction for improving the robustness of OCT-based tracking.

Thu 10 SeptComputer Vision and Pattern Recognition
The gist
Tracking devices inside the body during movement is tricky because fast motion can confuse the tracking system. The authors found a way to predict where multiple landmarks will be during quick motion, making the system more reliable. Their approach keeps errors below 1 millimeter even when objects move fast and many landmarks are tracked one after another. This could help technologies that rely on precise tracking in 3D space work better under challenging conditions.
Open 2609.11330v1

Robot manipulation improved by predicting consistent 3D waypoints

3DWay: Generalizing Robot Manipulation via 3D Consistent Waypoints

Abstract: Intermediate representations are key to bridging the modality gap between generalizable manipulation policies and large-scale pretrained vision-language models (VLMs). Among these, trajectory-based representations compactly represent motion-relevant cues, yet most existing approaches predict trajectories in 2D image space, resulting in intrinsic 3D ambiguity. Moreover, using 2D trajectories with depth still leaves the free-space waypoints ambiguous, limiting reliable 3D reasoning. To address this, we propose predicting 3D consistent waypoints (3DWay) from multi-view images. By reformulating 3D waypoints prediction as generating multi-view consistent 2D waypoints followed by geometric triangulation, we enable explicit 3D motion specification while preserving the strong priors of pretrained VLMs. The predicted waypoints can guide existing VLA models for better generalization or be directly executed on simple tasks. Extensive experiments show that 3DWay substantially improves 3D spatial grounding and vision-language reasoning, demonstrating strong potential for generalizable robot manipulation. Codes will be released at https://github.com/ziqin-h/3DWay.

Tue 8 SeptRoboticsArtificial Intelligence
The gist
Robots need clear instructions to move and manipulate objects, but usually these instructions are given in 2D images, which can cause confusion about the object’s 3D position. The authors propose a way to predict waypoints in 3D by combining multiple camera views, making the robot’s movements more accurate and reliable. This method helps robots understand and execute tasks better using vision and language inputs. Their experiments show better results in robot spatial reasoning and task generalization.
Open 2609.08224v1