Silicon Analysts
Memory & HBM

Beyond HBM: How V-Die, MOSAIC, and Memristor In-Memory Compute Are Reshaping Edge AI Memory Architecture

By Silicon Analysts
9 min read
AI AcceleratorsAdvanced Packaging

Executive Summary

The thermal ceiling on conventional HBM stacking is driving two parallel research fronts: architectural redesigns of the stack itself (V-Die, MOSAIC) and a more fundamental departure from the von Neumann model via memristor in-memory compute. Neither path is production-ready today, but both address real constraints that are already visible in current accelerator bill-of-materials economics. The convergence of these approaches will define the memory architecture of the next edge AI generation.

1Thermal wall, not bandwidth: The limiting constraint on deeper HBM stacks is heat extraction from the middle dies, not interconnect bandwidth — V-Die and MOSAIC both attack this physical ceiling rather than adding more TSVs.
2Memristor CIM cuts data movement: By performing multiply-accumulate operations inside the memory array, memristor-based compute-in-memory can eliminate most of the processor-to-memory data shuttle that dominates AI inference energy budgets, with NUS researchers reporting more than 50% power reduction in integrated prototypes.
3Edge AI is the earliest viable market: Power envelopes at the edge (typically single-digit to low tens of watts) make the energy efficiency argument for CIM compelling well before datacenter-scale deployments, where raw throughput still favors established HBM stacks.
4Production timelines remain speculative: Both V-Die and MOSAIC were presented as research results at the 2026 IEEE/JSAP VLSI Symposium, not product roadmap disclosures — multi-year gaps between academic demonstration and qualified HBM production are the historical norm.

The Thermal Ceiling That Conventional HBM Cannot Stack Its Way Past

Every generation of high-bandwidth memory has answered the bandwidth question the same way: add another die to the stack. HBM2 shipped with up to eight DRAM dies; HBM3e, which ships in NVIDIA's H200 and Blackwell-family products, pushes toward twelve. The interconnect math works. The thermal math is beginning not to.

Heat generated by active dies in the middle of a tall TSV stack has no efficient conduction path. The dies above act as insulation; the interposer below is a bottleneck. As stack heights increase and per-die power densities rise with faster interfaces, junction temperatures in center dies climb toward limits that degrade retention and accelerate wear-out. This is not a future problem — it is visible today in the thermal design constraints that govern how aggressively datacenter operators can clock HBM3e stacks under sustained inference load.

Two research groups presented architectural responses to this problem at the 2026 IEEE/JSAP Symposium on VLSI Technology and Circuits. The Korean V-Die collaboration and the University of Tokyo-led MOSAIC project arrive at different implementations but share a common insight: if vertical stacking creates the thermal problem, reorienting the die arrangement can create new thermal extraction paths [1]. V-Die vertical stacking rotates die orientation within the stack to expose more die edge area to lateral heat spreaders. MOSAIC HBM architecture takes a modular approach, decomposing the monolithic stack into sub-assemblies with inter-module thermal break layers.

Neither design is a qualified product. Presentations at academic symposia reflect research maturity, not manufacturing readiness. The gap between a VLSI symposium result and a qualified HBM SKU on a memory supplier's roadmap is typically measured in years and involves yield qualification, interface standardization through JEDEC, and integration testing with logic die partners. Procurement teams should treat these as horizon signals, not near-term sourcing options.

What they signal is directionally important: the roadmap assumption that HBM scaling continues on its current trajectory — more dies, taller stacks, same basic geometry — is being challenged from within the research community that feeds that roadmap.

Memristor In-Memory Compute: Attacking the Problem One Layer Up

V-Die and MOSAIC redesign the memory stack. Memristor-based compute-in-memory (CIM) asks a more disruptive question: what if the data never had to move at all?

The von Neumann architecture that underlies every conventional accelerator — including the GPUs currently consuming the majority of datacenter AI capacity — physically separates compute from storage. For matrix-heavy AI workloads, this means the processor repeatedly fetches weights from memory, multiplies them against activations, and writes results back. As model sizes have grown, this data shuttle has become the dominant energy expenditure in inference pipelines. Researchers at the National University of Singapore demonstrated a fully integrated CIM system pairing 2D memristors with silicon selectors, reporting power reductions exceeding 50% by performing multiply-accumulate operations inside the memory array itself [3].

The memristor's physical property that enables this is its programmable resistance: a crossbar array of memristive devices can represent a weight matrix in its conductance state, and the matrix-vector multiply emerges from Ohm's law and Kirchhoff's current law as an analog computation — no data movement required [6]. Separately, researchers have demonstrated wafer-scale fabrication of memristive passive crossbar circuits using CMOS-compatible processes, achieving approximately 95% device yield on 4-inch wafers [2]. That yield figure is encouraging for research purposes, but scaling to 300mm production wafers and meeting the defect density requirements of commercial memory suppliers remains an open engineering problem.

For edge AI memory specifically, the energy efficiency argument is compelling at a structural level. Edge deployments — autonomous sensors, on-device inference for robotics, industrial vision systems — operate under power envelopes where even a 30–50% reduction in memory access energy can meaningfully extend battery life or relax thermal design constraints. The academic literature frames memristor CIM as particularly well-suited to neuromorphic and sparse AI workloads that map naturally onto analog crossbar arrays [5].

The manufacturing integration challenge is real. Memristor materials — typically transition metal oxides or phase-change compounds — must be deposited in back-end-of-line steps without degrading the CMOS front-end. CMOS-compatible process flows exist in research settings, but achieving the uniformity, endurance, and retention specifications that memory procurement teams require at volume is a different order of engineering problem [6].

Current Accelerator Memory Economics: The Baseline Memristor and V-Die Would Displace

To assess the commercial stakes of these alternative memory topologies, it is useful to establish what conventional HBM actually costs in production today. The table below uses Silicon Analysts canonical manufacturing cost estimates for representative NVIDIA accelerators.

AcceleratorHBM CapacityHBM Cost Est.Packaging Cost Est.Total Mfg Cost Est.HBM as % of Total
H100 SXM580 GB HBM3~$1,350~$750~$3,320~41%
H200 SXM5141 GB HBM3e~$1,500~$750~$4,250~35%
B100192 GB HBM3e~$2,900~$1,100~$6,500~45%
B200192 GB HBM3e~$2,900~$1,100~$6,400~45%
GB200 Superchip384 GB HBM3e~$5,800~$2,200~$13,500~43%

Sources: Silicon Analysts canonical accelerator economics. Packaging cost reflects total advanced packaging (interposer, assembly, test) at the platform level; CoWoS substrate components run ~$50–$90 per unit at the component level before full assembly and test costs are included.

HBM represents roughly 35–45% of total manufacturing cost across the leading-edge accelerator stack. That is the cost line that memristor CIM, if it reaches production, would compress — not by replacing DRAM entirely, but by reducing the capacity and bandwidth requirements placed on external memory when a meaningful share of computation migrates into the memory array.

For edge AI devices operating at far smaller die sizes and without CoWoS packaging, the memory cost fraction is structurally similar even though absolute numbers are orders of magnitude smaller. The proportional argument for in-memory compute holds across scales.

For a detailed breakdown of how HBM costs interact with logic die and packaging economics on specific platforms, the Chip Cost Calculator and HBM Market Analysis tools allow scenario modeling across different HBM generations and stack configurations.

Thermal Management as the Unifying Design Constraint

The thread connecting V-Die, MOSAIC, and memristor CIM is thermal management — not as a packaging afterthought, but as a first-order architectural constraint that is now driving memory topology decisions.

V-Die and MOSAIC attack the thermal problem at the stack level by creating new heat extraction geometries. A conventional vertical stack relies on conduction through the bottom die to the heat spreader; reorienting dies or introducing thermal break layers creates lateral or distributed extraction paths that reduce peak junction temperatures in the hottest interior dies [1].

Memristor CIM attacks the thermal problem at the system level. If data movement is the dominant power consumer in AI inference, and data movement generates heat distributed across memory buses, controllers, and buffer stages, then eliminating that movement reduces thermal load across the entire system — not just inside the memory package. This is particularly relevant for edge AI deployments where the thermal design point of the enclosure is fixed and cannot be relaxed by adding more cooling infrastructure.

The thermal management challenge in advanced packaging more broadly is examined in our Advanced Semiconductor Packaging Costs analysis, which covers how CoWoS and competing interposer architectures handle heat extraction at the package level — a relevant baseline for understanding what V-Die and MOSAIC would need to match.

What the Convergence Means for Procurement and Strategic Planning

For corporate procurement teams and strategic planners, the practical implications of these research directions are worth framing explicitly.

In the near term — the next 12 to 24 months — nothing changes in the qualified memory supply landscape. HBM3e from SK Hynix, Samsung, and Micron is the production reality for datacenter AI accelerators. The HBM qualification race timeline illustrates how long supplier qualification cycles actually run; novel architectures like V-Die or MOSAIC would need to complete that cycle before appearing in any qualified bill of materials.

In the medium term — roughly 2027 to 2030 — V-Die or MOSAIC thermal management improvements could enable taller stacks at controlled power, meaning bandwidth per package increases without proportional thermal penalty. If either architecture reaches standardization and production qualification, it relaxes one of the binding constraints on next-generation accelerator design. That scenario matters for hyperscaler procurement teams negotiating multi-year HBM supply agreements today.

For edge AI specifically, memristor CIM timelines are harder to call. The wafer-scale fabrication results [2] and the integrated CIM demonstrations [3] represent genuine progress, but commercial memory product qualification from a standing research result has historically taken five to eight years for novel device types. The market opportunity, however, is real: IoT and edge computing expansion is already a named driver of memristor market development [4], and the energy efficiency differential at edge power envelopes makes the business case structurally attractive once manufacturing yields reach commercial thresholds.

The strategic read is asymmetric: the downside of ignoring these trajectories is being surprised by a cost-structure shift in memory — historically one of the most structurally stable cost lines in AI accelerator BOMs. The upside of tracking them is positioning supplier relationships and architectural choices before qualification queues fill.

References & Sources

[1] Tom's Hardware, "Researchers turn HBM on its side to tackle AI memory's heat wall — Korean V-Die and Japanese MOSAIC designs promise higher bandwidth, denser stacks, and cooler future GPUs," covering presentations at the 2026 IEEE/JSAP Symposium on VLSI Technology and Circuits, June 2026.

[2] Programming Helper Tech, "Memristor Technology 2026: How Computing-in-Memory Is Revolutionizing AI Acceleration and Enabling Brain-Scale Neuromorphic Systems," citing research published in Nature Communications on wafer-scale fabrication of memristive passive crossbar circuits, 2026.

[3] National University of Singapore (via ScienceDaily / institutional release), "Memristor chip merges memory and computing, cutting AI power use by more than half," describing a fully integrated compute-in-memory system pairing 2D memristors with silicon selectors, 2026.

[4] Coherent Market Insights, "Memristors Market Size, Share and Forecast, 2026–2033," noting edge computing and IoT device expansion as key demand drivers.

[5] Kim, Bokyung; Li, Hai Helen; Chen, Yiran, "Emerging Computing Mechanisms for Edge AI: Memristor, Neuromorphic to In-Memory Computing," ADS/SciX, reviewing neuromorphic computing motivations and memristor-based hardware design status.

[6] PMC / National Institutes of Health open access, "Advances of Emerging Memristors for In-Memory Computing," reviewing low power consumption, high density, and nonvolatile properties of memristive devices for CIM applications.

Sources & Methodology

Data Verified PublicAll data sourced from public filings, press releases, and published reports

Methodology

This analysis is based exclusively on publicly available information including quarterly earnings calls, investor presentations, SEC/regulatory filings, published analyst reports, industry conference proceedings, trade publications, and government disclosures. All cost models use cross-validated benchmarks derived from these public sources. No proprietary, classified, or confidential information is used.

The views expressed on this site are my own and do not represent those of my employer. This is a personal research project for educational purposes. All data is sourced exclusively from public filings, press releases, and published industry reports. No proprietary or confidential information is used.

Related Analysis

Free Weekly Briefing

Weekly semiconductor analysis in your inbox

Get our weekly briefing with AI chip analysis, foundry updates, and supply chain intelligence.

View past issues & subscribe

Explore Our Tools