arXiv Weekly Digest — Week 32, 2026
Fetched: 2026-08-03 | Categories: cs.RO, cs.LG, cs.HC, cs.CV | Papers: 20
Bootstrapping Self-Supervised Learning of Binary Classification Using Error Bounds: A Case Study on a Robotic Insertion Task
Authors: Zebin Duan, Norbert Krüger, Juan Heredia et al. | Submitted: 2026-07-31 | arXiv: 2607.29640
Categories: cs.RO
Research Background: Flexible manufacturing demands rapid deployment with minimal setup; a key challenge is controlling error levels because failures range from minor degradation to catastrophic equipment damage. Conventional approaches lack principled mechanisms to bound task failure rates at deployment.
Technical Approach: The work proposes a bootstrapping self-supervised framework for binary classification that incorporates error-bound guarantees directly into the learning loop. By iteratively labeling data using confidence thresholds derived from statistical error bounds, the system tightens its own supervision signal over successive iterations without requiring manual annotation.
Key Takeaway: Error-bound-guided self-supervision enables robots to deploy insertion tasks rapidly with controllable failure rates, even under sparse initial labeled data.
Balancing of Humanoid with Object Mass: Trade-off Analyses and Lifting Control
Authors: Hyunjong Song, William Z. Peng, Joo H. Kim | Submitted: 2026-07-31 | arXiv: 2607.29625
Categories: cs.RO
Research Background: Humanoid loco-manipulation involving carried objects is increasingly demanded, but most stability controllers rely on heuristics or black-box ML without rigorously accounting for the effect of payload mass on balance dynamics.
Technical Approach: This paper derives analytical trade-off relationships between object mass, center-of-mass shift, and zero-moment-point margins, then exploits these relations to design a principled lifting control law. The formulation enables explicit trading off between lift height, speed, and stability margin.
Key Takeaway: Rigorous dynamic analysis of object-mass effects yields a lifting controller that achieves stable humanoid manipulation with provable balance margins.
RayViT: Ray-Conditioned Visual Representations for Viewpoint-Robust Imitation Learning
Authors: Qian Wang, Longrui Chen, Peiran Sun et al. | Submitted: 2026-07-31 | arXiv: 2607.29622
Categories: cs.RO, cs.CV
Research Background: Visual imitation learning suffers from brittleness to camera viewpoint changes because RGB observations lack explicit geometric cues, limiting policy generalization when camera pose shifts between demonstrations and deployment.
Technical Approach: RayViT augments a Vision Transformer encoder by conditioning each image patch on its corresponding camera ray direction. This lightweight modification embeds viewpoint geometry directly into visual tokens, giving the policy invariance to camera perturbations without additional depth sensors or 3D reconstruction.
Key Takeaway: Ray-conditioning ViT encoders substantially improves visuomotor policy robustness to camera pose variations with negligible computational overhead.
WCM: A World Critic Model for Vision-Language-Action Reinforcement Learning
Authors: Senyu Fei, Xiaopeng Yu, Siyin Wang et al. | Submitted: 2026-07-31 | arXiv: 2607.29613
Categories: cs.RO, cs.CL, cs.CV
Research Background: Reinforcement learning fine-tuning of VLA models is promising for robotic manipulation, but critic-based RL methods are limited by value estimators operating on single-frame observations, ignoring temporal context crucial for manipulation tasks.
Technical Approach: WCM introduces a World Critic Model that rolls out a learned world model to synthesize multi-step future observations, allowing the critic to evaluate action sequences over predicted trajectories rather than single frames. The critic is trained jointly with the VLA policy under an RL objective.
Key Takeaway: Incorporating world-model rollouts into the critic substantially improves sample efficiency and final performance for RL fine-tuning of VLA models on contact-rich manipulation.
HAM-VLN: Harnessing Hierarchical Agentic Memory for Zero-Shot Vision-and-Language Navigation
Authors: An Liu, Bingxi Liu, Hongyu Ding et al. | Submitted: 2026-07-31 | arXiv: 2607.29600
Categories: cs.RO
Research Background: Vision-and-language navigation in unseen environments is a key HRI capability; training-free paradigms that query multimodal LLMs are appealing but struggle with long-horizon tasks where a single context window cannot retain all relevant history.
Technical Approach: HAM-VLN builds a hierarchical agentic memory system with three levels: working memory for immediate observations, episodic memory for landmark-indexed experiences, and semantic memory for scene-level abstractions. The LLM agent queries this structured memory when planning each navigation step rather than relying solely on the current observation.
Key Takeaway: Hierarchical agentic memory enables zero-shot VLN in large unseen environments by providing the LLM planner with relevant historical context at multiple granularities.
FibVLA: An Efficient Temporal Vision-Language-Action Model with Fibonacci Sampling
Authors: Li Lin, Wujun Xu, Weiwei Meng et al. | Submitted: 2026-07-31 | arXiv: 2607.29596
Categories: cs.RO, cs.CV
Research Background: VLA models for embodied AI typically process only the current frame, missing temporal context that is essential for tracking object state changes and predicting future actions in dynamic tasks.
Technical Approach: FibVLA adopts a Fibonacci sequence-based temporal sampling strategy to select past frames at exponentially increasing intervals, efficiently capturing both short-range motion and long-range context. These frames are encoded and fused with current observations before action generation.
Key Takeaway: Fibonacci temporal sampling provides a compute-efficient way to inject multi-scale temporal context into VLAs, improving performance on tasks requiring memory of recent actions.
Safe Vision Language Action Models via Barrier Enhanced Flow Matching
Authors: Kasra Sinaei, Hung-Chieh Wu, Donald Ebeigbe | Submitted: 2026-07-31 | arXiv: 2607.29569
Categories: cs.RO, eess.SY
Research Background: Deploying VLA models in safety-critical settings requires constraint satisfaction guarantees that generative models alone cannot provide, yet post-hoc safety filters applied to final outputs can be overly conservative or inconsistent.
Technical Approach: The framework embeds Control Barrier Function constraints directly into the Flow Matching denoising process, modifying intermediate denoising steps to steer trajectories away from unsafe regions rather than filtering outputs afterward. This yields a modular safety layer that can wrap any pretrained flow-matching VLA.
Key Takeaway: Integrating CBF constraints into the generative denoising process enables provably safe VLA inference while preserving the expressiveness of the underlying flow-matching model.
TransGraspNet: Physically and Geometrically Consistent Manipulation of Transparent Labware
Authors: Hailing Hu, Mingyi Zhu, Yiquan An et al. | Submitted: 2026-07-31 | arXiv: 2607.29567
Categories: cs.RO
Research Background: Grasping transparent laboratory glassware containing liquids is safety-critical—geometric estimation errors cause unstable grasps and hazardous spillage—yet transparent object perception remains challenging due to specular reflections and depth sensor failures.
Technical Approach: TransGraspNet jointly models transparent object geometry and liquid fill level to produce grasps that satisfy both collision-free and spill-avoidance constraints. It fuses RGB and polarization cues for surface normal estimation, then plans grasps consistent with liquid dynamics.
Key Takeaway: Physically-aware grasp planning that accounts for liquid dynamics enables safe, stable manipulation of transparent labware under geometric uncertainty.
LEMUR: Learning to Align with Multi-Objective Reinforcement Learning from Preference Feedback
Authors: Manith Adikari, Bei Peng, Samuele Vinanzi et al. | Submitted: 2026-07-31 | arXiv: 2607.29559
Categories: cs.AI, cs.RO
Research Background: Real-world decision-making involves multiple competing objectives like performance vs. efficiency; learning from a single scalar reward fails to capture this, especially when ground-truth reward functions are hard to specify and human preferences are inherently multi-dimensional.
Technical Approach: LEMUR extends RLHF to the multi-objective setting by learning a vectorized reward model from preference feedback decomposed across objectives, then applying multi-objective RL to find Pareto-optimal policies. Users can interactively specify objective weights to navigate the Pareto frontier.
Key Takeaway: Multi-objective RLHF yields robot policies that can adapt behavior trade-offs at inference time according to user preferences without retraining.
STAGE: STyle-controllable Action GEneration for personalized autonomous driving
Authors: Zihao Liu, Xing Liu, Yizhai Zhang et al. | Submitted: 2026-07-31 | arXiv: 2607.29517
Categories: cs.RO, cs.HC
Research Background: Autonomous driving systems that cannot adapt to individual driving style preferences reduce user trust and acceptance; personalization is a key HRI challenge for deployment at scale.
Technical Approach: STAGE conditions a generative action model on a learned style embedding extracted from a user’s driving history. The style code captures aggressiveness and comfort preferences, enabling the planner to generate trajectories that match individual behavioral profiles while maintaining safety constraints.
Key Takeaway: Style-conditioned action generation significantly improves user satisfaction scores in simulated personalized autonomous driving evaluations.
Homotopy-Aware Corridor Generation without Predefined Reference Paths
Authors: Haoze Dong, Minghan Li, Meng Guo et al. | Submitted: 2026-07-31 | arXiv: 2607.29513
Categories: cs.RO
Research Background: Safe corridor generation for collision-free motion planning typically relies on a predefined reference path, which biases corridor geometry and artificially limits the homotopy classes a planner can explore.
Technical Approach: The proposed method generates free-space corridors directly from occupancy without a reference path by enumerating topologically distinct homotopy classes through a skeleton-based decomposition of the free space, then constructing a corridor for each class in parallel.
Key Takeaway: Reference-path-free corridor generation allows motion planners to explore all viable homotopy classes, improving solution quality in cluttered and narrow environments.
Tri-Space Operational Control of Redundant Multilink and Hybrid Cable-Driven Parallel Robots Using an Iterative-Learning based Reactive Approach
Authors: Dipankar Bhattacharya, Yin Pok Chan, Siqi Shang et al. | Submitted: 2026-07-31 | arXiv: 2607.29500
Categories: cs.RO, eess.SY
Research Background: Cable-Driven Parallel Robots (CDPRs) face two levels of actuation redundancy and numerous workspace constraints across cable, joint, and operational spaces, making trajectory tracking challenging and analytically intractable in the general case.
Technical Approach: An iterative-learning control scheme operates simultaneously across all three spaces (tri-space), using a reactive approach that corrects cable tension distributions based on measured trajectory error after each iteration. This avoids explicit inverse kinematics while respecting cable positivity constraints.
Key Takeaway: Tri-space iterative learning converges to accurate trajectory tracking for complex CDPR configurations without requiring explicit kinematic models.
Temporal Policy: History-Initialized Action Generation for Robotic Learning from Demonstration
Authors: Dylan Miller, Martin Jagersand | Submitted: 2026-07-31 | arXiv: 2607.29482
Categories: cs.RO
Research Background: Standard diffusion and flow-matching policies initialize from uninformative Gaussian priors, forcing the model to learn complex vector fields bridging noise and physical action space—a costly and sometimes unstable process for learning from demonstration.
Technical Approach: Temporal Policy initializes the generative process from a history-derived action embedding rather than pure noise, substantially shortening the transport distance the model must learn. The history encoder aggregates past actions and observations to produce a warm-start latent that biases generation toward plausible continuations.
Key Takeaway: History-initialized flow matching reduces required denoising steps and improves action consistency in multi-modal demonstration datasets.
Automated Straight-line Sewing of Stretchable Fabrics with Different Lengths
Authors: Bingchen Jin, Akinari Kobayashi, Dipankar Bhattacharya et al. | Submitted: 2026-07-31 | arXiv: 2607.29464
Categories: cs.RO, eess.SY
Research Background: Automating sewing of stretchable fabrics with mismatched lengths (Different Length Alignment Sewing) is a key challenge in garment manufacturing robotics, requiring precise stretch-and-align control under deformable material uncertainty.
Technical Approach: The system combines vision-based seam tracking with a force-controlled stretching strategy that adaptively adjusts fabric tension to align edges while feeding material at matched rates. A real-time controller corrects for fabric slip and stretch variation during the sewing pass.
Key Takeaway: Adaptive force-controlled stretching combined with visual seam tracking achieves reliable straight-line sewing across fabrics of differing stretchability and length mismatch.
AquaJEPA: Action-Conditioned Multimodal Predictive Representations for Underwater Robot Dynamics
Authors: Alan-Barsag Gazzaev, Alexey Gavrilov, Sergey Muravyov | Submitted: 2026-07-31 | arXiv: 2607.29393
Categories: cs.RO
Research Background: Underwater robots must fuse heterogeneous sensors—RGB cameras, sonar, proprioception—whose reliability varies abruptly with visibility and motion, making unified predictive modeling for robot dynamics particularly difficult.
Technical Approach: AquaJEPA extends the Joint Embedding Predictive Architecture (JEPA) to the action-conditioned multimodal setting. A shared latent space is learned across all sensor modalities by predicting future latent representations given action inputs, with explicit sensor reliability weighting to handle modality dropout.
Key Takeaway: Action-conditioned JEPA pretraining across heterogeneous underwater sensors yields robust predictive representations that improve downstream control under partial sensor failure.
SAGP: Semantic Affordance-Guided Grasp Planning via Coarse-Zone VLM Reasoning
Authors: Muhayy Ud Din, Irfan Hussain | Submitted: 2026-07-31 | arXiv: 2607.29374
Categories: cs.RO
Research Background: Geometry-only grasp planners produce physically valid but semantically inappropriate grasps—gripping a mug by its rim, a knife by the blade—because they ignore functional affordance, limiting safe and intuitive human-robot handovers.
Technical Approach: SAGP uses a Vision-Language Model to reason about coarse functional zones on an object surface (handle, blade, rim, body), then restricts grasp candidate sampling to semantically appropriate zones. This combines VLM semantic understanding with established geometry-based grasp quality metrics.
Key Takeaway: VLM-guided zone restriction produces functionally appropriate grasps without sacrificing geometric validity, enabling safer human-robot handovers.
BWM: A Low-Cost High-Fidelity World Simulator for Robot Learning
Authors: BWM Team | Submitted: 2026-07-31 | arXiv: 2607.29302
Categories: cs.RO, cs.CV
Research Background: Robot learning requires world simulators for predicting action consequences—including risky outcomes—before hardware execution, but physics simulators demand costly asset construction and still suffer sim-to-real gaps, while video generative models lack physical consistency.
Technical Approach: BWM trains a video-prediction world model on large-scale robot interaction data, conditioning on robot actions to generate physically plausible future observations. A lightweight physics-aware regularization encourages consistency with rigid-body dynamics without requiring explicit physics engines.
Key Takeaway: A data-driven world simulator bridging video generation and physics constraints enables low-cost, high-fidelity prediction of robot manipulation outcomes including failure modes.
TRACT: Temporally Routed Action Chunks with Chronological Phase Authority for Contact-Rich Manipulation
Authors: Jiahao Liu, Kento Kawaharazuka, Tasuku Makabe et al. | Submitted: 2026-07-31 | arXiv: 2607.29285
Categories: cs.RO
Research Background: Action chunking in imitation learning reduces decision frequency by predicting multiple future actions, but standard phase conditioning assigns the current phase to the entire chunk even when the horizon spans a procedural boundary, introducing temporal misalignment.
Technical Approach: TRACT assigns phase authority chronologically within each chunk: each predicted action step receives its own phase token derived from its position in the predicted timeline. A routing mechanism selects conditioning features per step, allowing smooth transitions across procedural boundaries within a single chunk.
Key Takeaway: Chronological phase authority within action chunks significantly reduces boundary artifacts in contact-rich manipulation, improving task success rates over standard phase-conditioned chunking.
MDIR: A Task-Manifold Impedance Retargeting Method for Contact-Rich Teleoperation
Authors: Liu Jiahao, Kento Kawaharazuka, Tasuku Makabe et al. | Submitted: 2026-07-31 | arXiv: 2607.29271
Categories: cs.RO
Research Background: Fixed Cartesian impedance simplifies teleoperation demonstration collection for contact-rich tasks, but the same gains that stabilize contact also create undesirable force variability—a fundamental impedance-retargeting problem when transferring demonstrations across controllers.
Technical Approach: MDIR identifies a task-specific constraint manifold from a single demonstration, then retargets impedance parameters by solving an optimization that preserves the demonstrated contact force profile on the manifold while reducing off-manifold stiffness to improve compliance.
Key Takeaway: Task-manifold impedance retargeting from a single demonstration enables safe, compliant reproduction of contact-rich teleoperation tasks with modified controllers.
CorrelationFlow: A Training-Free Geometric Approach for LiDAR Scene Flow Estimation
Authors: Minh-Quan Dao, Yancong Lin, Julie Stephany Berrio Perez et al. | Submitted: 2026-07-31 | arXiv: 2607.29237
Categories: cs.CV, cs.RO
Research Background: LiDAR scene flow estimation has converged on feed-forward architectures with self-supervised losses, inheriting shared blind spots—particularly for sparse, distant, or fast-moving objects—that no amount of incremental supervision can fully remedy.
Technical Approach: CorrelationFlow takes a training-free geometric approach: it computes point-to-point correspondences via geometric correlation fields derived from surface normals and local geometry descriptors, then estimates flow by optimizing correspondence consistency without any learned parameters.
Key Takeaway: A purely geometric, training-free scene flow estimator achieves competitive accuracy on standard benchmarks while generalizing out-of-the-box to domain shifts where learned methods degrade.