TLDR: This research introduces a new method for reconstructing past scene states, up to two minutes earlier, by analyzing residual heat traces captured by thermal cameras alongside standard RGB images. The framework uses Visual-Language Models (VLMs) to interpret these thermal imprints and guide a diffusion model to generate plausible past images, offering a novel approach to “time-reversed imaging” with potential applications in forensics and scene analysis.
Imagine being able to look at a scene and know what happened there just moments ago, even if there’s no visible evidence. This intriguing concept, often seen in science fiction, is moving closer to reality thanks to new research. A paper titled “SEE THE PAST: TIME-REVERSED SCENE RECONSTRUCTION FROM THERMAL TRACES USING VISUAL LANGUAGE MODELS” by Kebin Contreras, Luis Toscano-Palomino, Mauro Dalla Mura, and Jorge Bacca introduces a groundbreaking method to reconstruct past events using thermal imaging and artificial intelligence.
Traditional cameras, which capture visible light, only show us the present moment. Once an action is over, like someone sitting on a chair, there’s usually no visual trace left behind. However, our bodies are typically warmer than our surroundings. This means that when we interact with objects – sitting, touching, or leaning – we leave behind faint heat signatures. These “thermal traces” fade over time, but they act like passive temporal codes, holding clues about recent activities that RGB cameras simply can’t see.
The researchers propose a novel framework that combines standard RGB images with thermal images to infer scene states from a few seconds earlier. Their approach cleverly integrates Visual-Language Models (VLMs) with a constrained diffusion process. Think of it as a two-step AI process: one VLM analyzes the combined visual and thermal data to generate a detailed description of what likely happened, and another VLM then uses this description to guide the reconstruction of a plausible past image.
How Does It Work?
The method starts by taking two inputs: a regular RGB image and a co-registered thermal image of the same scene. The RGB image provides the spatial context and visual details, while the thermal image reveals the fading heat signatures. These two inputs are then fed into a VLM, specifically GPT-5 in this research, which acts as a “scene descriptor.” This VLM, without being retrained, generates a textual description of the past event, such as “a person was recently sitting on the chair; residual heat is visible.”
Next, this textual description, along with the original RGB and thermal inputs, guides another VLM – Gemini 2.5 Flash Image (also known as NanoBanana) – which is a pretrained diffusion model. This diffusion model is not retrained either; instead, its image generation process is constrained by the multimodal inputs and the generated text. This ensures that the reconstructed past image is not only visually plausible but also semantically and structurally consistent with the thermal evidence and the AI’s understanding of the scene.
Testing the Limits of Time
To validate their approach, the team conducted experiments in controlled scenarios, including someone sitting on a chair, touching an object, or leaning against a wall. They captured RGB and thermal images at various time delays (5, 15, 30, and 120 seconds) after the interaction. The reconstructions were evaluated using both low-level metrics (like image quality) and high-level metrics (like pose estimation and object detection accuracy).
The results were compelling. An ablation study showed that combining RGB and thermal data significantly improved reconstruction quality, but the most substantial gains came from incorporating the VLM-generated scene description. This semantic guidance helped the model infer higher-level interactions, like detecting that a book was being held. The research also explored how different prompt structures for the VLMs affected the accuracy of the descriptions and image predictions, finding that more structured prompts led to more specific and consistent results.
One of the most exciting findings was the “temporal reconstruction range.” The method could reliably reconstruct past frames up to 15 seconds with minimal degradation. Even at 30 seconds, and remarkably, up to 120 seconds (two minutes), the framework could still recover plausible past interactions, preserving the global structure of the scene. Beyond two minutes, the thermal traces became too faint for reliable detailed recovery.
Also Read:
- Unveiling the Dark: How Diffusion Models are Transforming Low-Light Image Enhancement
- Unpacking the Progress in Text-to-Video Generation: A Survey of Models and Benchmarks
Looking Ahead
This work represents a significant first step toward “time-reversed imaging” from thermal traces. By treating fading heat imprints as temporal codes, the researchers have opened new avenues for understanding past events. While currently demonstrated in controlled environments, future work aims to extend this framework to real-world scenarios with multiple subjects and varying conditions. The potential applications are vast, ranging from forensics and security monitoring to human-computer interaction. You can read more about this fascinating research in the full paper available here.


