Close Menu
Automotive Testing Technology International
  • News
    • A-H
      • ADAS & CAVs
      • Aerodynamics
      • Appointments, Partnerships, Investments & Acquisitions
      • Automotive Testing Expo
      • Batteries & Powertrain Testing
      • Component Testing
      • Safety and crash testing
      • Dynamometers
      • EMC & Electronics Testing
      • Emissions & Fuel Consumption
      • Facilities
      • Full-vehicle Testing
    • I-Z
      • Interiors & Infotainment Testing
      • Measurement Tools, Test Systems & Equipment
      • Motorsport
      • NVH & Acoustics
      • Proving Grounds
      • R&D
      • Sensors & Transducers
      • CAE, Simulation & Modeling
      • Software Engineering & SDVs
      • Tire Testing
  • Features
  • Online Magazines
    • Crash Test Technology – 2025
    • September 2025
    • June 2025
    • March 2025
    • Crash Test Technology – 2024
    • November 2024
    • September 2024
    • June 2024
    • Crash Test Technology – 2023
    • Automotive Testing Technology
    • Subscribe to Automotive Testing
    • Crash Test Technology
    • Subscribe to Crash Test Technology
  • Opinion
  • Awards
    • About
    • What’s new and key dates
    • Eligibility and nomination
    • Get in touch
    • Judges
    • Winner interviews
  • Videos
  • Supplier Spotlight
  • Proving Grounds
  • Events
LinkedIn Facebook X (Twitter)
  • Automotive Interiors
  • Automotive Powertrain
  • ADAS & Autonomous Vehicle
  • Professional Motorsport
  • Tire Technology
  • Media Pack
    • 2026 Media Pack
    • 2025 Media Pack
LinkedIn
Subscribe
Automotive Testing Technology International
  • News
      • ADAS & CAVs
      • Aerodynamics
      • Appointments, Partnerships, Investments & Acquisitions
      • Automotive Testing Expo
      • Batteries & Powertrain Testing
      • Component Testing
      • Safety and crash testing
      • Dynamometers
      • EMC & Electronics Testing
      • Emissions & Fuel Consumption
      • Facilities
      • Full-vehicle Testing
      • Interiors & Infotainment Testing
      • Measurement Tools, Test Systems & Equipment
      • Motorsport
      • NVH & Acoustics
      • Proving Grounds
      • R&D
      • Sensors & Transducers
      • CAE, Simulation & Modeling
      • Software Engineering & SDVs
      • Tire Testing
  • Features
  • Online Magazines
    1. Crash Test Technology – 2025
    2. September 2025
    3. June 2025
    4. March 2025
    5. November 2024
    6. Crash Test Technology – 2024
    7. September 2024
    8. June 2024
    9. Automotive Testing Technology
    10. Subscribe to Automotive Testing
    11. Crash Test Technology
    12. Subscribe to Crash Test Technology
    Featured
    October 7, 2025

    In this Issue – 2025

    Crash Test Technology By Rachel Evans
    Recent

    In this Issue – 2025

    October 7, 2025

    In this Issue – September 2025

    September 5, 2025

    In this Issue – June 2025

    June 18, 2025
  • Opinion
  • Awards
    • About
    • What’s new and key dates
    • Eligibility and nomination
    • Get in touch
    • Judges
    • Winner interviews
    • ATTI Awards Forum
  • Videos
  • Supplier Spotlight
  • Proving Grounds
  • Events
LinkedIn
Subscribe
Automotive Testing Technology International
CAE, Simulation & Modeling

Entering the era of rig-aware geometric foundation models with Wayve’s Rig3R

Zahra AwanBy Zahra AwanOctober 16, 20254 Mins Read
Share LinkedIn Twitter Facebook Email
An Argoverse dataset from Waymo’s Rig3R geometric foundation model
Credit: Wayve

Modern self-driving vehicles rely on multi-camera rigs to see the world, but transforming those streams into 3D understanding is a challenge. Rig3R, Wayve’s latest advance in geometric foundation models, has been designed to power robust ego-motion and 3D structure estimation from embodied camera rigs

Robustly estimating the structure of the world and ego-motion of the vehicle has been a multi-decade pursuit in computer vision. Classical feature-based and photogrammetry methods have long defined the state of the art in multi-view geometry. However, recent advances have shown that large-scale, transformer-based learning can push this frontier even further. Still, these methods fall short in the autonomous vehicle setting, where multiple cameras continuously capture the world through synchronized, structured rigs.

Rig3R is the first learning-based method to explicitly use multi-camera rig constraints for accurate and robust 3D reconstruction. It achieves state-of-the-art performance in complex, real-world driving scenarios.

The solution extends geometric foundation models with the advantage of rig awareness, leveraging rig information when available and inferring rig structure and calibration when it is not. This flexibility is essential for handling the diverse and evolving sensor setups found in embodied AI systems.

Wayve Autonomous Car.
Wayve autonomous car

How Rig3R works

Rig3R is a machine learning model that takes images from multiple cameras and builds an accurate 3D understanding of the world. A large Vision Transformer (ViT-Large) processes each input image, breaking it into small patch tokens using 2D sine-cosine positional embeddings.  Each patch is enriched with a compact metadata tuple: Camera ID, Timestamp and a 6D Raymap, which encodes the camera’s pose relative to the rig. These fields provide spatial and temporal context, helping the model reason across multiple views and time.

A second ViT-Large decoder attends to all images jointly, across views and time, merging visual features, metadata and geometric cues into a shared latent space. During this fusion stage, Rig3R introduces a rig encoder to inject known rig constraints, enabling geometry-aware multi-view reasoning. The model is trained to leverage rig metadata when available but remains robust even when such information is missing. This fused representation forms the core of Rig3R’s multi-view 3D understanding.

Benchmarks and setup

Rig3R is evaluated on two multi-camera driving benchmarks: the Waymo Open validation set and WayveScenes101. Waymo provides lidar-based ground-truth, while WayveScenes101 uses COLMAP reconstructions. In the version presented in the recent paper, Rig3R is trained only on the Waymo training split, making WayveScenes101 an out-of-distribution test that evaluates generalization to unseen camera rigs.

Both datasets use five-camera rigs capturing approximately 200 frames per scene at 10fps. For evaluation, two 24-frame clips per scene are extracted, spaced approximately two seconds apart. Rig3R is benchmarked against feed-forward baselines, classical structure-from-motion and rig-aware methods.

The first objective, pose estimation, is assessed using relative rotation accuracy (RRA) and relative translation accuracy (RTA) at 5° and 15° thresholds, as well as mean average accuracy (mAA) up to 30°. The second objective, 3D pointmap reconstruction, is evaluated using accuracy, completeness and chamfer distance.

Entering the era of rig-aware geometric foundation models with Waymo’s Rig3R.

Results

The figure above compares pose estimation and pointmap reconstruction across four methods — Fast3R, DUSt3R-GA, Rig3R (unstructured) and Rig3R (with rig constraints) — on the same driving scene. The progression shows how Rig3R’s rig awareness improves both geometric coherence and reconstruction quality: while baseline methods often produce noisy or spatially inconsistent pointmaps and poses, Rig3R yields sharper, more consistent structures with rig poses that align sensibly across all views.

Why metadata matters

As more metadata is introduced, both pose estimation and pointmap reconstruction improve: predicted camera trajectories progressively align with the physical rig and reconstructed pointmaps become sharper and more consistent. This analysis illustrates how such structured priors, often readily available in embodied and robotic systems, can be effectively integrated into a learned geometric model to enhance both accuracy and generalization.

Rig3R achieves strong pose estimation and dense 3D reconstruction across diverse rig setups and conditions, including changes in baseline, field of view, lighting, speed and weather. It produces stable, low-drift trajectories and metrically consistent pointmaps, even in challenging scenes and in-the-wild driving videos — maintaining performance despite partial or missing metadata.

Many open problems remain in the quest to build a spatially intelligent foundation model. In addition to scaling up training, future improvements to Rig3R could include streaming representations, handling scene motion, multimodal inputs, multiple embodiments and multi-task outputs.

This is an edited version of an article that first appeared on Wayve’s blog on October 15, 2025.

In related news, Aeva introduces open-access FMCW 4D lidar and camera dataset for autonomous vehicle research

Share. Twitter LinkedIn Facebook Email
Previous ArticleFrom brake wear to brake care: Meeting Euro 7 standards
Zahra Awan

Zahra brings her background in reporting on the heavy manufacturing industry together with her passion for automotive as web editor at UKi Media & Events. She is keen to connect with people across the sector who share her enthusiasm for automotive innovation.

Related Posts

Automotive Testing Expo

Automotive Testing Expo North America opens next week!

October 15, 20252 Mins Read
Automotive Testing Expo

Automotive Testing Expo North America: Two weeks to go!

October 8, 20253 Mins Read
ADAS & CAVs

FISITA and Automotive Testing Expo: Global insights into the evolution of vehicle development and testing

October 8, 20257 Mins Read
Latest News

Entering the era of rig-aware geometric foundation models with Wayve’s Rig3R

October 16, 2025

From brake wear to brake care: Meeting Euro 7 standards

October 16, 2025

Pirelli launches Cinturato Winter 3 – the first tire developed at its new indoor winter test facility

October 15, 2025
Free Weekly E-Newsletter

Receive breaking stories and features in your inbox each week, for free


Enter your email address:


Our Social Channels
  • LinkedIn
Getting in Touch
  • Free Weekly E-Newsletter
  • Meet the Editors
  • Contact Us
  • Media Pack
    • 2026 Media Pack
    • 2025 Media Pack
RELATED UKI TITLES
  • Automotive Interiors
  • Automotive Powertrain
  • ADAS & Autonomous Vehicle
  • Professional Motorsport
  • Tire Technology
  • Media Pack
    • 2026 Media Pack
    • 2025 Media Pack
© 2025 UKi Media & Events a division of UKIP Media & Events Ltd
  • Terms and Conditions
  • Privacy Policy
  • Cookie Policy
  • Notice & Takedown Policy
  • Site FAQs

Type above and press Enter to search. Press Esc to cancel.

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Cookie settingsACCEPT
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled

Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.

CookieDurationDescription
cookielawinfo-checbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.

Functional

Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.

Performance

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

Analytics

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.

Advertisement

Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.

Others

Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.

SAVE & ACCEPT