🧩 U-Net: Pixel-Perfect Image Segmentation
Explore U-Net, the encoder-decoder neural network that classifies every pixel in an image, powering medical scans, satellite maps, self-driving cars and image generators.
The simulation visualises image data flowing down through U-Net's contracting encoder and back up through its expanding decoder, showing the skip connections carrying detailed feature maps across the U in 3D.
🔬 What It Demonstrates
The simulation visualises image data flowing down through U-Net's contracting encoder and back up through its expanding decoder, showing the skip connections carrying detailed feature maps across the U in 3D.
🎮 How to Use
Pick a sample input image and press play to animate the forward pass layer by layer, or drag the speed slider and scrub manually to inspect how resolution and feature depth change at each stage.
💡 Did You Know?
The original 2015 U-Net paper won the ISBI cell tracking challenge by a large margin using only about 30 annotated training images, an astonishingly small dataset by deep learning standards.
Watch an image compress through a contracting encoder and expand back through a decoder, with skip connections restoring fine spatial detail for pixel-perfect segmentation.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install