← Latest papers
💻 computer science

360Anything: Geometry-Free Lifting of Images and Videos to 360°

360Anything is a geometry-free framework that leverages pre-trained diffusion transformers to lift perspective images and videos to 360° panoramas in a purely data-driven manner, eliminating the need for camera metadata while achieving state-of-the-art performance and resolving boundary artifacts through a novel Circular Latent Encoding technique.

Original authors: Ziyi Wu, Daniel Watson, Andrea Tagliasacchi, David J. Fleet, Marcus A. Brubaker, Saurabh Saxena

Published 2026-06-23
📖 4 min read☕ Coffee break read

Original authors: Ziyi Wu, Daniel Watson, Andrea Tagliasacchi, David J. Fleet, Marcus A. Brubaker, Saurabh Saxena

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 you have a photograph taken with a standard camera. It captures a narrow slice of the world, like looking through a keyhole. Now, imagine you want to turn that single, flat picture into a full 360-degree panoramic view where you can look left, right, up, and down, as if you were standing right there in the scene.

This is what the paper 360Anything does. It takes a normal photo or video and "lifts" it into a complete, immersive 360-degree world. Here is how it works, explained simply:

1. The Old Way: Trying to Force a Square Peg into a Round Hole

Previously, computers tried to do this by using a strict mathematical map. They would take the narrow photo and try to mathematically stretch and warp it onto a giant, flat map of the world (called an "equirectangular projection").

To do this, the computer needed to know the exact details of the camera that took the photo: How wide was the lens? Was the camera tilted? Which way was it pointing?

  • The Problem: Most photos on the internet (or from your phone) don't have this information. If the computer guesses wrong, the result looks broken or distorted. It's like trying to assemble a puzzle without the picture on the box, relying only on a manual you don't have.

2. The New Way: Learning by Example (The "360Anything" Approach)

The authors of this paper say, "Let's stop trying to do the math manually." Instead, they built a system called 360Anything that learns the relationship between a narrow photo and a full panorama simply by looking at thousands of examples.

  • The Analogy: Imagine teaching a child to draw a full room based on a small sketch. Instead of giving them a ruler and protractor (the camera math), you show them thousands of pairs of "small sketch" and "full room" drawings. Eventually, the child learns the pattern intuitively. They don't need to know the exact angle of the camera; they just know, "If I see a door here in the small sketch, the rest of the wall must continue like this."
  • The Result: 360Anything works on "in-the-wild" data—photos and videos taken by anyone, anywhere, with no special settings. It figures out the camera angle and position on its own.

3. Fixing the "Seam" Problem

When you wrap a flat image around a sphere to make a 360-degree view, the left edge and the right edge have to meet perfectly. If they don't, you see a ugly "seam" or a crack in the image, like a poorly stitched blanket.

  • The Old Fix: Previous methods tried to fix this after the image was made, using tricks to blur the seam or rotate the image during generation.
  • The 360Anything Fix: The authors realized the problem started before the image was even made. The computer's internal "translator" (called a VAE) was treating the edges of the image like a wall, putting a "zero" (a blank space) next to them. This created a glitch.
  • The Solution: They changed the translator to use "Circular Padding." Imagine the image is a loop of a belt. Instead of putting a blank wall at the end, the computer connects the right edge directly to the left edge before processing. This ensures the "seam" is smooth from the very beginning, resulting in a perfect, invisible circle.

4. What Can It Do?

The paper demonstrates that this method is incredibly powerful:

  • For Photos: It can take a single photo and generate a full 360-degree image that looks realistic, even if the original photo was taken at a weird angle or with a wide-angle lens.
  • For Videos: It can take a short video clip and turn it into a full 360-degree video. If you walk forward in the video, the system generates the world ahead of you. If you look up, it generates the sky.
  • 3D Reconstruction: Because the generated 360-degree videos are so consistent, you can use them to build a 3D model of the room or street. You can then "fly through" the scene in a computer, exploring it from angles that weren't in the original video.

5. Why It's a Big Deal

The paper claims that 360Anything is better than previous methods, even those that did have the perfect camera information. By removing the need for camera data and fixing the seam issue at the root, it creates cleaner, more accurate, and more immersive 3D worlds from simple, everyday photos and videos.

In short: It turns a flat, limited view of the world into a complete, explorable 360-degree experience, without needing a manual or a map to get there.

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 →