← Latest papers
💻 computer science

SAM+D: Parameter-Efficient Dimensional Lifting of SAM-Family Models via Depth-Routed LoRA and Depth Shifting

This paper introduces SAM+D, a parameter-efficient framework that adapts 2D SAM-family models to 3D and 4D volumetric segmentation tasks by integrating Depth-Routed LoRA and Depth Shift Modules, achieving competitive performance with minimal trainable parameters while preserving pre-trained weights.

Original authors: Yu Song, Hao Sun, Shiyu Teng, Ikuko Nishikawa, Yen-wei Chen

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

Original authors: Yu Song, Hao Sun, Shiyu Teng, Ikuko Nishikawa, Yen-wei Chen

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 teaching a robot to see the world. For years, the best robots have been experts at looking at flat, two-dimensional pictures, like a photograph of a cat or a map of a city. They are incredibly good at this, trained on billions of images to recognize shapes and boundaries instantly. But the real world isn't flat; it's deep. It has thickness, layers, and time passing. When doctors look at a 3D scan of a human body or biologists watch cells move under a microscope over time, they aren't looking at a single flat picture; they are looking at a stack of them, a volume.

The problem is that these flat-image experts get confused when you hand them a 3D object. If you ask a robot trained only on photos to understand a 3D tumor, it might try to look at each slice of the tumor one by one, like flipping through a book without realizing the pages are connected. It misses the big picture of how the object exists in space. To fix this, scientists usually have to build entirely new, massive robots from scratch, which takes huge amounts of data and computing power. But what if we could just give our existing flat-image expert a pair of 3D glasses and a little bit of training, without rebuilding its whole brain? That is the big question this paper tackles: How do we take a model that knows 2D and teach it to understand 3D (and even 4D, which is 3D plus time) without starting over?


Enter SAM+D, a clever new framework that acts like a magical adapter for these "flat" vision models. The authors, Yu Song and his team, wanted to take the famous Segment Anything Model (SAM) and its video-savvy cousin, SAM2, and lift them up by one dimension. Think of SAM as a master painter who can perfectly trace the outline of a cat in a photo. SAM+D is the tool that lets that same painter suddenly start painting a 3D sculpture of a cat, or even a movie of a cat running, without needing to relearn how to hold the brush.

The secret sauce of SAM+D is that it doesn't touch the model's heavy, pre-trained brain. Instead, it slips in two tiny, lightweight "gadgets" into every layer of the model's thinking process. These gadgets are so small that the team only had to train about 2.8% of the model's parameters for the 3D version and 3.7% for the 4D version. It's like upgrading a car's engine by adding two small turbochargers rather than replacing the whole engine.

The first gadget is called Depth-Routed LoRA (DRLoRA). Imagine you are looking at a loaf of bread. The crust on the top slice is different from the soft middle slice, which is different from the bottom crust. A standard AI might try to treat every slice the same way. DRLoRA is like a smart guide who knows exactly which slice you are looking at. It has a team of tiny experts (called "LoRA experts") and a router that says, "Hey, we are looking at the crust, so Expert A should handle this," or "We are in the middle, so Expert B should take over." This allows the model to adapt its understanding based on the depth of the slice, capturing the unique features of different parts of the volume.

The second gadget is the Depth Shift Module (DSM). This is even cooler because it costs absolutely nothing extra in terms of computer power. Imagine a line of people passing a note. Usually, Person 1 only talks to Person 2, and Person 2 only talks to Person 3. But in a 3D volume, the slice above and the slice below are neighbors too. The DSM acts like a magical whisperer that lets a slice "borrow" a few features from the slice right above it and the slice right below it before it does its own thinking. It shifts a small fraction of the information sideways between slices. This happens instantly, with zero extra math calculations, allowing the model to understand that the object continues smoothly from one slice to the next.

The team tested this magic adapter in two very different worlds. First, they used it on medical CT scans (3D images of kidneys, pancreases, livers, and colons). They gave the model just a single dot (a "point prompt") on the image to say "start here," and SAM+D successfully traced the entire 3D organ. It performed as well as, or better than, other methods that required much more training and data, all while using a tiny fraction of the computing power.

Second, they took it to the microscopic world of cell tracking (4D, which is 3D space plus time). Here, they watched cells divide and move over time. By using the same adapter on SAM2 (the video version), they could track cells through time and space, handling cell divisions and new cells appearing, all with the same single-point prompt. The results showed that the model could keep track of cells much better than just looking at each frame separately.

The paper is very clear about what this does not do. It doesn't claim to be a perfect, universal solution for every possible 3D task yet, and it notes that it hasn't been tested on the newest "text-prompted" version of SAM (SAM3) just yet. However, the results are solid: by using these two lightweight modules, the team successfully lifted 2D models into 3D and 4D, proving that you don't need to throw away your old, smart models to understand the deep, moving world. You just need to give them the right glasses.

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 →