Niko Pueringer (Corridor Crew) released CorridorKey, an open-source neural network tool that solves the fundamental problem of green screen keying: unmixing foreground color from background spill. The tool reconstructs the true color and transparency of every pixel, even motion blur and out-of-focus edges, without the manual rotoscoping or complex edge mattes traditional keyers require.
Key capabilities: Physically accurate color unmixing with straight color and linear alpha channels. Resolution-independent inference handling 4K plates. Native 16/32-bit EXR output for Nuke, Fusion, and Resolve. Automatic cleanup of tracking markers and background artifacts.
The Green Screen Problem
When you film against a green screen, the edges of your subject inevitably blend with the background. This creates pixels that are a mix of subject color and green screen color. Traditional keyers struggle to untangle these colors, forcing VFX artists to spend hours building complex edge mattes or manually rotoscoping. Even modern AI roto solutions typically output a harsh binary mask, destroying the semi-transparent pixels needed for realistic compositing.
CorridorKey solves this unmixing problem by predicting, for every single pixel, the true un-multiplied straight color of the foreground element alongside a clean linear alpha channel. It doesn't guess what is opaque and transparent; it actively reconstructs the color of the foreground object as if the green screen was never there.
How It Works
The tool requires two inputs: the original RGB green screen frame and a coarse alpha hint (a rough black-and-white mask isolating the subject). The neural network then separates the foreground from the background, preserving hair, motion blur, and translucency that traditional keyers destroy.
CorridorKey includes optional modules for generating the alpha hint automatically. GVM (Generative Video Matting) works completely automatically and performs exceptionally well on people but can struggle with inanimate objects. VideoMaMa requires you to provide a rough mask hint but delivers more controllable, spectacular results.
