← Latest papers
💻 computer science

PASR: Pose-Aware 3D Shape Retrieval from Occluded Single Views

PASR (Pose-Aware 3D Shape Retrieval) is a framework that improves single-view 3D shape retrieval by distilling knowledge from a 2D foundation model into a 3D encoder and employing a test-time, analysis-by-synthesis optimization to jointly search for the best shape and pose, ensuring robustness against occlusions.

Original authors: Jiaxin Shi, Guofeng Zhang, Wufei Ma, Naifu Liang, Adam Kortylewski, Alan Vuile

Published 2026-04-27
📖 4 min read☕ Coffee break read

Original authors: Jiaxin Shi, Guofeng Zhang, Wufei Ma, Naifu Liang, Adam Kortylewski, Alan Vuile

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 looking at a photo of a partially hidden object—say, a chair tucked behind a table—and you want to find the exact 3D model of that chair in a massive digital warehouse.

Current AI models usually try to do this by "guessing" based on a general vibe. They look at the photo and say, "This looks 80% like a wooden chair," and then they grab the closest thing they have. But if the chair is half-covered or at a weird angle, they often get confused and grab a stool or a sofa instead.

The researchers behind PASR have created a smarter way to solve this. Here is how it works, explained through a few simple analogies.

1. The "Master Artist" (Knowledge Distillation)

Imagine you want to teach a student how to draw 3D objects, but you only have 2D sketches to work with. To make the student an expert, you pair them with a Master Artist (this is the "2D Foundation Model" like DINOv3).

The Master Artist knows everything about colors, textures, and shapes in 2D. The student (the 3D Encoder) tries to draw a 3D object, and the Master Artist looks at the drawing and says, "Not quite! The way the light hits that corner is wrong." By constantly trying to match the Master's vision, the student learns to understand 3D shapes so deeply that they can "see" the 3D structure even when looking at a flat 2D photo.

2. The "Flashlight and Shadow" Method (Analysis-by-Synthesis)

This is the "secret sauce" of PASR. Most AI models look at a photo and try to match it to a memory. PASR does something different: it reconstructs the scene.

Think of it like this: You have a dark room and a mysterious object. Instead of just guessing what it is, you take a 3D model from your warehouse, shine a flashlight on it at a certain angle, and look at the shadow it casts on the wall.

  • If the shadow doesn't match the shape of the object in your photo, you don't give up.
  • You rotate the model and change the angle of the light until the shadow perfectly matches the outline of the object in your photo.

In the paper, this is called "Test-time Optimization." The AI doesn't just pick a shape and move on; it actively "fidgets" with the 3D model—turning it and tilting it—until the 3D features "click" into place with the pixels in the photo.

3. Why is this a big deal? (The "Occlusion" Superpower)

Because PASR uses this "shadow-matching" technique, it is incredibly good at dealing with occlusions (when something is blocking the view).

Imagine you are playing "I Spy," but someone is holding a piece of paper over half of the object. A normal AI might see a "leg" and a "seat" and think it's a stool. But PASR says, "Wait, if I rotate this chair model to this specific angle, the part that is visible matches perfectly, and the part that is hidden is exactly where the paper is blocking the view."

It uses the visible parts to "solve" the puzzle of the hidden parts.

Summary: The Three Big Wins

  • It’s a Multi-Tasker: Because it’s so good at matching shapes and angles, it doesn't just find the object; it also tells you exactly how it’s tilted (Pose Estimation) and what it is (Classification).
  • It’s a Generalist: It can find shapes it has never even seen before because it understands the logic of geometry, not just a list of memorized objects.
  • It’s Robust: It doesn't get "distracted" by messy backgrounds or objects being partially hidden.

In short: PASR doesn't just look at a picture and guess; it plays a high-speed game of "match the shadow" to find the truth.

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 →