← Latest papers
💻 computer science

ScaleVid: Geometry-Aware Video Object Scaling with Mesh-Free Inference

ScaleVid introduces a mesh-free, two-stage training framework that achieves geometry-aware video object scaling by decoupling foreground 3D deformation from background preservation using pseudo-source reconstruction, thereby enabling realistic anisotropic resizing without explicit 3D reconstruction at inference.

Original authors: Youze Huang, Penghui Ruan, Bojia Zi, Xianbiao Qi, Shihao Zhao, Rong Xiao

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

Original authors: Youze Huang, Penghui Ruan, Bojia Zi, Xianbiao Qi, Shihao Zhao, Rong Xiao

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 are holding a magic remote control for reality. You point it at a video of a cat, press a button, and suddenly the cat is twice as wide, or the car in the background shrinks to the size of a toy. This is the dream of "video editing" powered by artificial intelligence. For a long time, computers were great at changing the look of things—making a shirt red or removing a person from a photo. But changing the shape or size of an object in a video while keeping it looking real? That's like trying to stretch a rubber band without it snapping or turning into a weird blob. The computer has to understand that if you stretch a car sideways, its wheels shouldn't just stretch like taffy; they should look like they are actually getting wider in 3D space, and the background behind it needs to stay perfectly still. If the computer gets this wrong, the video looks like a glitchy nightmare where objects melt or float in impossible ways.

This is where a new idea called "ScaleVid" comes in. The researchers behind it wanted to solve a specific puzzle: how to resize objects in a video (making them bigger, smaller, wider, or taller) without needing to build a complex 3D model of the world first. Usually, to do this kind of resizing, you'd need to scan the object, build a 3D mesh (like a wireframe skeleton), stretch that skeleton, and then paint the video back onto it. It's slow, expensive, and requires a lot of manual work. ScaleVid suggests a smarter, faster way. Instead of building a 3D model, it uses a two-step "training" trick. First, it teaches a computer to stretch things in simple 2D ways (like squashing a photo flat). Then, it teaches the computer to understand how those stretches look when they happen in 3D space, using fake "practice" videos made from 3D models. Once trained, the computer can take a real video, stretch the object exactly how you want, and fill in the background perfectly, all without ever building a 3D model during the actual editing process.

The paper, titled "ScaleVid: Geometry-Aware Video Object Scaling with Mesh-Free Inference," presents a method that achieves this by splitting the job into two distinct stages. The authors argue that existing methods either rely on text prompts (which are often imprecise, like telling a computer to "make it big" without saying how big) or require heavy 3D reconstruction (which is too slow for real-time use). ScaleVid proposes a "progressive" approach. In the first stage, the system learns to handle simple, flat (2D) changes, like stretching a rectangle. This teaches it how to keep the background stable while the object changes. In the second stage, it learns to handle true 3D deformations. Here, the system uses a special "Deformer" module that takes a video and applies a specific 3D stretch based on user instructions (like "stretch width by 1.5x, height by 0.8x"). Crucially, the system is trained using "pseudo-sources"—fake videos created by stretching 3D models and then rendering them back into video format. This allows the AI to learn the rules of 3D geometry without needing real-world videos where the object is already resized (which are almost impossible to find).

The results are quite impressive. When tested on a variety of objects, from transparent glass goblets to complex cars, ScaleVid managed to resize them while keeping the geometry looking correct. For instance, if you stretch a car's depth, the rear wheels become visible in a way that makes sense physically, something simple 2D stretching cannot do. The paper shows that ScaleVid outperforms other methods in keeping the object's identity (it still looks like the same car, just bigger) and preserving the background (no weird warping of the sky or road). The authors measured this using several metrics, finding that their method achieved a scale accuracy score of 0.804 (IoU) and a geometric alignment error of only 0.237 degrees for yaw, significantly better than competitors like "DiffHandles" or "GeoDiffuser."

However, the paper is careful to note that this isn't a magic wand that fixes everything. The system still has limitations. If the object is very symmetrical, like a perfect sphere or a cylinder, the computer might get confused about which way is "width" and which is "depth," leading to ambiguous results. Also, if the object shrinks significantly, the system has to "invent" the background that was previously hidden behind the object, and sometimes it might hallucinate weird details in those new areas. The authors suggest that while their method is a major step forward, future work could focus on better handling these "invention" tasks and making the 3D stretching even more robust for tricky shapes.

In essence, ScaleVid is like a master chef who learns to cook a complex dish by first practicing on a simple, fake version of the ingredients, and then applying those skills to real, fresh food. By separating the "stretching" logic from the "painting" logic, the researchers created a system that can resize objects in videos with a level of geometric realism that was previously out of reach for fast, mesh-free methods. It suggests that we don't always need to build a full 3D world to edit it; sometimes, teaching the AI to understand the rules of 3D space through clever training is enough to make the magic happen.

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 →