Intel Presents Its Own Texture Set Neural Compression SDK: Up to 18x Smaller Textures

Apr 10, 2026 at 03:00pm EDT
A presentation slide titled 'Texture Set Neural Compression' features a T-Rex model, image textures, and the text 'Uses AI,' with annotations describing reduced disk space and RAM usage, alongside Marissa du Bois credited as the Staff Graphics Engineer, with an Intel logo present.

At GDC 2026, Intel graphics engineer Marissa du Bois took the stage to present Intel's version of neural texture compression, very similar to NVIDIA's NTC in that both technologies are deterministic. The presentation was a follow-up to the original R&D prototype shown at GDC 2025, with the key news being that Intel has now productized that research into a standalone SDK.

Texture Set Neural Compression (TSNC) is essentially a smarter way to store game textures. Traditional GPU block compression formats (BC1 through BC7) use fixed mathematical rules to reduce texture size, and while they're fast and universally supported, they leave significant compression potential on the table. TSNC takes a fundamentally different approach: it trains a small neural network using stochastic gradient descent to learn to encode and decode the specific textures in a given set. The result is a compact latent space representation that a tiny multi-layer perceptron can reconstruct at runtime into the original diffuse, normal, roughness, metallics, ambient occlusion, and emissive data.

Related Story Roblox Reality Is a DLSS 5-Like AI Powered Photorealistic Model That’s Actually Integrated with the Engine

The key insight is that a texture set (all the PBR maps for a single material) has a lot of redundant structure across its channels. TSNC exploits that shared structure in ways that generic block compression simply cannot.

Feature Pyramids: The Two Tiers

At the heart of TSNC's compression scheme is the feature pyramid, a set of four BC1-encoded latent-space textures arranged across different resolution configurations. Intel currently offers two variants with different quality/compression trade-offs:

Since last year's R&D prototype, originally built on PyTorch, the entire Texture Set Neural Compression compressor has been rewritten from scratch using Slang compute shaders. Also, whether a developer is working in Unreal, a custom engine, or running decompression on the CPU, the same decompressor code can target the right backend.

On the GPU side, Intel now supports Microsoft's DirectX 12 Cooperative Vectors API, leveraging Intel Arc's XMX matrix cores (present on both A-series and B-series GPUs) for hardware-accelerated matrix inference. For hardware without XMX support, a standard FMA (fused multiply-and-add) fallback works on both CPUs and non-Intel GPUs.

Intel's Marissa du Bois broke down four different deployment strategies, each with a different trade-off between disk space savings and memory usage:

Developers will have to pick one depending on their particular use case and underlying engine.

Intel benchmarked inference on a Panther Lake laptop using B390 integrated graphics at a full 1080p compute shader workload. The results were:

That's a 3.4x speedup from hardware-accelerated matrix math, and the fact that these numbers hold up on integrated graphics makes the per-pixel sample-time deployment scenario look more viable than it might have seemed. For discrete GPUs, the overhead would be even lower. Intel plans to release an Alpha version of the Texture Set Neural Compression SDK later this year, followed by a beta and a public release, though those dates are not yet set in stone.

About the author: With over two decades of experience in gaming journalism, Alessio Palumbo has led the gaming vertical at Wccftech since August 2015. He started working at a young age for Italian websites like Everyeye.it, Gamestar.it, Nextgame.it, and Multiplayer.it before kickstarting the indie English-language publication Worlds Factory as its founder and Editor in Chief. In the last decade, he has coordinated the overall output of Wccftech's gaming section, managed PR relations, assigned reviews, produced daily news coverage, edited gaming content as needed, and delivered game reviews. Arguably, his trademark content is the long series of exclusive developer interviews that have been cited by Wikipedia and by the biggest news media and gaming publications. His passion for technology also makes him knowledgeable when it comes to gaming hardware and tech. His favorite genres include RPGs, MMORPGs, and action/adventure games.

Follow Wccftech on Google to get more of our news coverage in your feeds.