Latest
Call for Papers: Vol. 42 closes 30 JuneNew: Quantum Security Summit registration openAxiom Standard 7042-2024 now ratifiedGrant cycle 2025 — $4.2M committedFellows election voting opens 15 JulyCall for Papers: Vol. 42 closes 30 JuneNew: Quantum Security Summit registration openAxiom Standard 7042-2024 now ratifiedGrant cycle 2025 — $4.2M committedFellows election voting opens 15 July
Digital Library

Research Archive

Search across 2.4 million peer-reviewed documents from journals, conferences, and standards.

Showing 2 of 2,418,902 results

Journal Article Open Access Robotics

Sim-to-Real Transfer in Robot Manipulation: Domain Randomization Strategies, Tactile Sensor Simulation, and Adaptive Policy Refinement for Dexterous Grasping of Novel Objects

Sim-to-real transfer -- the process of training robot control policies in simulation and deploying them on physical hardware -- offers the promise of unlimited safe training experience but is undermined by the reality gap: systematic discrepancies between simulated and physical dynamics that cause policies to fail on deployment. Dexterous manipulation is particularly sensitive to this gap due to its dependence on contact dynamics, friction, and object deformation that are notoriously difficult to simulate accurately. This paper presents a comprehensive study of sim-to-real transfer techniques for dexterous grasping, evaluating domain randomization strategies, tactile sensor simulation fidelity, and adaptive policy refinement methods on a 16-DOF robotic hand platform. We evaluate three domain randomization approaches -- uniform randomization, adaptive domain randomization (ADR), and automated domain randomization using Bayesian optimization -- across 48 novel object categories not present in training. ADR with tactile sensor simulation achieves 78.4 percent grasp success rate on novel objects, compared to 51.2 percent for uniform randomization without tactile sensing. A key finding is that tactile feedback simulation -- implemented through a GelSight sensor model integrated into the IsaacGym physics engine -- contributes more to sim-to-real transfer success than any single domain randomization parameter, improving novel object grasp success by 19.3 percentage points. Post-deployment adaptive policy refinement using 30 minutes of physical interaction data (DAgger-based) closes the remaining sim-to-real gap to within 4.1 percentage points of simulation performance.

Adunola Eze, Kristina Bergqvist, Hiroshi Suzuki, Nadia Mansour· Feb 2023· 312 citations
Journal Article Open Access Artificial Intelligence

MLOps: Operationalizing Machine Learning Pipelines Through DevOps Principles — Lifecycle Management, Drift Detection, and Governance Frameworks

The deployment of machine learning models into production systems introduces operational challenges that extend well beyond those encountered in traditional software delivery. MLOps — the application of DevOps principles to machine learning systems — has emerged as a discipline addressing model versioning, reproducibility, continuous training, drift detection, and governance at scale. This paper presents a systematic mapping study of 148 MLOps publications combined with practitioner case studies from five organizations operating large-scale ML systems in production. We propose the MLOps Lifecycle Reference Model (MLRM), which delineates eight lifecycle stages from data ingestion through model retirement, and maps DevOps practices to each stage with explicit articulation of how software delivery and ML-specific concerns intersect and diverge. A central contribution is our empirical evaluation of model drift detection strategies — including statistical process control, population stability index, and concept drift detectors — under real deployment conditions across tabular, NLP, and computer vision models. We find that concept drift is systematically underdetected by metric-only monitoring approaches in 78% of evaluated deployments. We also introduce an ML Governance Maturity Index (MGMI) and discuss how regulatory frameworks such as the EU AI Act interact with MLOps pipeline design. This paper provides the most comprehensive unified treatment of MLOps to date from an engineering lifecycle perspective.

Blessing Okwu, Annika Larsson, Hiroshi Yamamoto, Priya Chandrasekaran· Feb 2023· 618 citations