Subtopic Deep Dive

Markerless Tracking in Augmented Reality
Research Guide

What is Markerless Tracking in Augmented Reality?

Markerless tracking in augmented reality uses computer vision techniques like SLAM, feature detection, and pose estimation to track camera pose and objects without artificial fiducials in dynamic environments.

Researchers develop robust algorithms for real-time 6DoF tracking under varying lighting, occlusions, and motion. Evaluations emphasize metrics such as accuracy, latency, and robustness (van Krevelen and Poelman, 2010; 1630 citations). Surveys highlight markerless methods as key to seamless AR deployment over marker-based systems.

15
Curated Papers
3
Key Challenges

Why It Matters

Markerless tracking enables consumer AR glasses and mobile apps for untethered experiences in education and training (Yuen et al., 2011; 976 citations). In surgery, it supports precise overlay of virtual models on patient anatomy without fiducials (Kamphuis et al., 2014; 313 citations; Vávra et al., 2017; 377 citations). Industrial applications benefit from robust tracking in uncontrolled environments, driving adoption in manufacturing and remote assistance (Siriwardhana et al., 2021; 635 citations).

Key Research Challenges

Lighting and Occlusion Robustness

Algorithms fail under rapid illumination changes or partial occlusions, degrading feature matching (van Krevelen and Poelman, 2010). Dynamic environments introduce motion blur, challenging SLAM stability (Santos et al., 2014; 456 citations).

Real-Time Latency Constraints

Balancing computational demands with 30+ FPS requirements strains mobile hardware (Siriwardhana et al., 2021). Edge computing integration is explored but adds network latency (Siriwardhana et al., 2021; 635 citations).

Scale and Long-Term Drift

Markerless SLAM accumulates drift over large areas without loop closure (van Krevelen and Poelman, 2010). Hybrid visual-inertial methods address this but require sensor fusion calibration (Dey et al., 2018; 418 citations).

Essential Papers

1.

A Survey of Augmented Reality Technologies, Applications and Limitations

D. W. F. van Krevelen, Ronald Poelman · 2010 · International Journal of Virtual Reality · 1.6K citations

A Survey of Augmented Reality Technologies, Applications and Limitations

2.

Impact of an augmented reality system on students' motivation for a visual art course

Ángela Di Serio, María Blanca Ibáñez, Carlos Delgado Kloos · 2012 · Computers & Education · 1.1K citations

3.

Augmented Reality: An Overview and Five Directions for AR in Education

Steve Chi-Yin Yuen, Gallayanee Yaoyuneyong, Erik Johnson · 2011 · Journal of Educational Technology Development and Exchange · 976 citations

Augmented Reality (AR) is an emerging form of experience in which the Real World (RW) is enhanced by computer-generated content tied to specific locations and/or activities. Over the last several y...

4.

A Survey on Mobile Augmented Reality With 5G Mobile Edge Computing: Architectures, Applications, and Technical Aspects

Yushan Siriwardhana, Pawani Porambage, Madhusanka Liyanage et al. · 2021 · IEEE Communications Surveys & Tutorials · 635 citations

The Augmented Reality (AR) technology enhances the human perception of the world by combining the real environment with the virtual space. With the explosive growth of powerful, less expensive mobi...

5.

Augmented Reality Learning Experiences: Survey of Prototype Design and Evaluation

Marc Ericson C. Santos, Angie Chen, Takafumi Taketomi et al. · 2014 · IEEE Transactions on Learning Technologies · 456 citations

Augmented reality (AR) technology is mature for creating learning experiences for K-12 (pre-school, grade school, and high school) educational settings. We reviewed the applications intended to com...

6.

A Systematic Review of 10 Years of Augmented Reality Usability Studies: 2005 to 2014

Arindam Dey, Mark Billinghurst, Robert W. Lindeman et al. · 2018 · Frontiers in Robotics and AI · 418 citations

Augmented Reality (AR) interfaces have been studied extensively over the last few decades, with a growing number of user-based experiments. In this paper, we systematically review 10 years of the m...

7.

Recent Development of Augmented Reality in Surgery: A Review

P Vávra, Jan Roman, P Zonča et al. · 2017 · Journal of Healthcare Engineering · 377 citations

Introduction . The development augmented reality devices allow physicians to incorporate data visualization into diagnostic and treatment procedures to improve work efficiency, safety, and cost and...

Reading Guide

Foundational Papers

Start with van Krevelen and Poelman (2010; 1630 citations) for comprehensive tracking taxonomy including markerless limitations, then Santos et al. (2014; 456 citations) for prototype evaluations emphasizing evaluation metrics.

Recent Advances

Study Siriwardhana et al. (2021; 635 citations) for 5G architectures enabling low-latency markerless AR, and Rokhsaritalemi et al. (2020; 357 citations) for MR tracking challenges.

Core Methods

Core techniques: feature detection (SIFT/ORB), dense SLAM (DTAM), visual-inertial fusion (OKVIS), evaluated via ATE/RPE metrics (Dey et al., 2018).

How PapersFlow Helps You Research Markerless Tracking in Augmented Reality

Discover & Search

Research Agent uses searchPapers('markerless tracking augmented reality SLAM') to retrieve van Krevelen and Poelman (2010; 1630 citations), then citationGraph reveals downstream works on robustness, and findSimilarPapers uncovers related SLAM surveys while exaSearch scans 250M+ papers for unpublished preprints.

Analyze & Verify

Analysis Agent applies readPaperContent on Santos et al. (2014) to extract evaluation metrics, verifyResponse with CoVe checks tracking accuracy claims against datasets, and runPythonAnalysis replots latency benchmarks using NumPy/pandas; GRADE assigns evidence scores to occlusion robustness methods.

Synthesize & Write

Synthesis Agent detects gaps in mobile markerless tracking via contradiction flagging across surveys, while Writing Agent uses latexEditText for AR workflow diagrams, latexSyncCitations for 50+ references, and latexCompile generates camera-ready review sections with exportMermaid for SLAM pipelines.

Use Cases

"Benchmark markerless SLAM latency from 2010-2022 AR papers using Python."

Research Agent → searchPapers → Analysis Agent → runPythonAnalysis (pandas aggregation of FPS metrics from 20 papers) → matplotlib latency plot exported as figure.

"Write LaTeX review section on markerless vs marker-based AR tracking."

Synthesis Agent → gap detection → Writing Agent → latexEditText (structure section) → latexSyncCitations (insert van Krevelen 2010 et al.) → latexCompile (PDF preview with pose estimation diagram).

"Find GitHub repos implementing robust feature tracking from AR papers."

Research Agent → citationGraph (Santos 2014) → Code Discovery → paperExtractUrls → paperFindGithubRepo → githubRepoInspect (extract ORB-SLAM fork with occlusion handling demo).

Automated Workflows

Deep Research workflow conducts systematic review: searchPapers(50+ markerless AR papers) → DeepScan (7-step metric extraction with GRADE checkpoints) → structured report on robustness trends. Theorizer generates hypotheses on 5G edge fusion for low-latency tracking from Siriwardhana et al. (2021). Chain-of-Verification ensures drift analysis claims match extracted data across van Krevelen survey citations.

Frequently Asked Questions

What defines markerless tracking in AR?

Markerless tracking relies on natural features, SLAM, and visual-inertial odometry without fiducials, enabling deployment in unprepared environments (van Krevelen and Poelman, 2010).

What are core methods in markerless AR tracking?

Key methods include feature-based matching (ORB, SIFT), direct methods, and hybrid VIO; surveys cover DTAM and KinectFusion variants (Santos et al., 2014; Dey et al., 2018).

Which papers define the field?

van Krevelen and Poelman (2010; 1630 citations) surveys tracking technologies; Yuen et al. (2011; 976 citations) outlines educational applications driving markerless needs.

What are open problems?

Challenges persist in extreme lighting/occlusion, mobile real-time performance, and drift correction; 5G edge computing shows promise but lacks standardization (Siriwardhana et al., 2021).

Research Augmented Reality Applications with AI

PapersFlow provides specialized AI tools for Computer Science researchers. Here are the most relevant for this topic:

See how researchers in Computer Science & AI use PapersFlow

Field-specific workflows, example queries, and use cases.

Computer Science & AI Guide

Start Researching Markerless Tracking in Augmented Reality with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Computer Science researchers