Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. Virtual Logical Depth (VLD)

Virtual Logical Depth (VLD)

A scaling dimension for neural networks that increases effective algorithmic depth through weight reuse, without adding parameters.

Year: 2025Generality: 500Added: Sep 4, 2026
Back to Vocab

Virtual Logical Depth (VLD) is a scaling dimension for neural networks introduced by Zhu et al. in 2025. The three conventional scaling dimensions are depth (number of layers), width (hidden size), and parameter count. VLD adds a fourth: a network with L base layers is run for K additional virtual layers by reusing the same weights, yielding K*L effective algorithmic depth without changing the parameter count.

VLD is distinct from inference-time scaling methods that operate per token, like chain-of-thought or self-consistency. VLD alters the internal computation graph during both training and inference. It is related to looped transformers and weight-tied recurrent depth, but framed as a scaling law rather than a specific architecture.

The 2506.18233 paper's central finding is that VLD substantially improves reasoning capability (measured on GSM8K) at fixed parameter count, while leaving knowledge capacity nearly unchanged. Knowledge capacity, as measured by information bits recoverable from the network, still scales with parameters rather than with VLD. The two scaling dimensions are complementary: parameters scale capacity, VLD scales reasoning.

VLD is one of several test-time compute and architectural depth techniques explored in 2024-2026, including mixture-of-recursions (arXiv 2507.10524), recurrent depth, and SMELT. OpenAI's Astra model, reported in The Information in September 2026, was described as using a recurrent depth or looped transformer design, which is the architectural family that VLD formalizes as a scaling law.

Sources

  1. Beyond Parameters: Exploring Virtual Logic Depth for Scaling Laws

    arXiv · Jun 23, 2025

  2. Zengyi Qin on VLD scaling and OpenAI Astra

    X (Twitter) · Sep 2, 2026

  3. Mixture-of-Recursions (Bae et al., 2025) related technique

    arXiv · Jul 14, 2025

Research this in Signals

Scan Virtual Logical Depth (VLD) for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Virtual Logical Depth (VLD) already loaded, so edit it or scan as is.