← Latest papers
💻 computer science

LumiTokens: 3D Relighting via Token-Space Lighting Transformation

LumiTokens is a novel 3D relighting framework that bypasses explicit material decomposition and rendering equations by directly transforming compact latent scene tokens into relit images through a self-attention-based editor, enabling unified, progressive, and composable lighting edits for diverse light sources.

Original authors: Yiwen Chen, Matheus Gadelha, Huaizu Jiang

Published 2026-08-20
📖 5 min read🧠 Deep dive

Original authors: Yiwen Chen, Matheus Gadelha, Huaizu Jiang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine taking a photograph of a character in a movie studio or a product in a laboratory and wanting to place it into a completely different world. You might want that character to stand under the warm glow of a sunset or that product to sit on a kitchen counter lit by a morning window. For decades, computer graphics has struggled with this task. To make a 3D object look real in a new light, traditional methods required a painstaking process of reverse-engineering the object. Artists and algorithms had to peel back the layers of the image to figure out the object's shape, its texture, and how shiny or rough its surface was. Only after solving this complex puzzle could they reassemble the image under a new light. This approach was slow, often required hundreds of photos to work correctly, and was limited by how well the computer could guess the physical properties of the material.

A newer wave of technology has tried to solve this by using artificial intelligence to simply guess what the new image should look like, much like a painter improvising a scene. While these methods can create beautiful results, they often struggle to keep the object looking consistent when viewed from different angles. If you move your camera around the object, the lighting might look right from one side but wrong from another, breaking the illusion of a solid 3D world. Furthermore, changing the light usually meant starting the entire painting process over from scratch. There was no way to save the object's state and simply add a new lamp or move the sun without regenerating everything.

Researchers at Northeastern University and Adobe Research have introduced a new approach called LumiTokens that changes how we think about this problem. Instead of trying to figure out the physical shape of an object or guessing the final image pixel by pixel, their system treats the entire 3D scene as a compact set of digital tokens. Think of these tokens as a highly efficient, compressed summary of the object that contains all its geometry and appearance, but without being tied to any specific physical description like a 3D model or a grid of points. The researchers discovered that they could manipulate this summary directly. By feeding the system a description of a new light source, they could transform these tokens to reflect the new lighting conditions, and then decode the result into a fresh, high-quality image.

The core of this method is a tool they call a Scene Token Editor. This component takes the compressed summary of the scene and the description of the new light, and it blends them together using a mechanism similar to how a search engine connects related ideas. The system does not need to know the exact 3D coordinates of the object or the physics of how light bounces off a surface. Instead, it learns to adjust the tokens so that when they are turned back into an image, the shadows fall correctly, the highlights shine in the right places, and the reflections appear natural. Crucially, this process works for many different types of light, whether it is a broad sky, a single point bulb, or a large glowing panel. The system converts all these different light sources into a common language of light rays, allowing it to handle them uniformly.

One of the most significant capabilities of this new system is that it allows for progressive editing. Because the system works on the compressed summary rather than the final image, a user can build up a lighting scene one source at a time. They can start with a base environment, add a key light, and then add a fill light, with each step modifying the same underlying summary. The system remembers the changes made in the previous step, so the user does not need to start over or re-calculate the entire scene for every new addition. This creates a fluid workflow where lighting can be designed incrementally, much like adding ingredients to a dish, while maintaining a consistent look from every angle.

The researchers tested their system on thousands of 3D objects, ranging from simple shapes to complex models with shiny and transparent surfaces. They found that their method produced images that were as sharp and accurate as the best existing techniques, and in many cases, superior. When they compared their results to other methods that rely on guessing the final image or those that try to reverse-engineer the physics, LumiTokens showed fewer errors in how the light interacted with the object. It avoided common mistakes like inconsistent shadows or lighting that looked different depending on the camera angle. The system was able to take just a handful of photos of an object and relight it under conditions it had never seen before, producing results that looked physically plausible.

This work suggests a new path forward for creating 3D assets for movies, video games, and virtual reality. By moving away from the need to explicitly define physical materials or run heavy physics simulations, the researchers have shown that lighting can be treated as a direct transformation of a scene's digital essence. The system does not claim to understand the physics of light in the way a human physicist does, but it has learned to mimic the visual outcome so effectively that the difference is invisible to the eye. This approach offers a faster, more flexible way to bring digital objects into new worlds, allowing creators to adjust the mood and atmosphere of a scene with a level of control that was previously difficult to achieve.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →