Papers › U-RED: Unsupervised 3D Shape Retrieval and Deformation for Partial Point Clouds

U-RED: Unsupervised 3D Shape Retrieval and Deformation for Partial Point Clouds

11 Aug 2023ICCV 2023 1arXiv:2308.06383archive 2025-07-28

Yan Di, Chenyangguang Zhang, Ruida Zhang, Fabian Manhardt, Yongzhi Su, Jason Rambach, Didier Stricker, Xiangyang Ji, Federico Tombari

In this paper, we propose U-RED, an Unsupervised shape REtrieval and Deformation pipeline that takes an arbitrary object observation as input, typically captured by RGB images or scans, and jointly retrieves and deforms the geometrically similar CAD models from a pre-established database to tightly match the target. Considering existing methods typically fail to handle noisy partial observations, U-RED is designed to address this issue from two aspects. First, since one partial shape may correspond to multiple potential full shapes, the retrieval method must allow such an ambiguous one-to-many relationship. Thereby U-RED learns to project all possible full shapes of a partial target onto the surface of a unit sphere. Then during inference, each sampling on the sphere will yield a feasible retrieval. Second, since real-world partial observations usually contain noticeable noise, a reliable learned metric that measures the similarity between shapes is necessary for stable retrieval. In U-RED, we design a novel point-wise residual-guided metric that allows noise-robust comparison. Extensive experiments on the synthetic datasets PartNet, ComplementMe and the real-world dataset Scan2CAD demonstrate that U-RED surpasses existing state-of-the-art approaches by 47.3%, 16.7% and 31.6% respectively under Chamfer Distance.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2308.06383")

Code

Syntology Ran 6 of 14 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zhangcyg/u-red officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 6 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
1ran · fixture could not drive it
3ran
8unverified

Licence: 14 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from zhangcyg/u-red. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

FeedForwardNet_norm zhangcyg/u-red/network/deformation_net.py official repository ran fingerprinted no licence file found · pointer only · 384c2193e4e4a98b · report
GeneralizedFavorAttention zhangcyg/u-red/network/deformation_net.py official repository ran no licence file found · pointer only · 8bddc8c728a762ba · report
MultiheadAttention zhangcyg/u-red/network/deformation_net.py official repository ran no licence file found · pointer only · c9afeb7769ae9b17 · report
get_attention_mechanism zhangcyg/u-red/network/deformation_net.py official repository ran · our draft was wrong no licence file found · pointer only · b2c4f20e9d6d15a3 · report
linear_attention zhangcyg/u-red/network/deformation_net.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · e44c028c4b4ffc80 · report
linear_attention_elu zhangcyg/u-red/network/deformation_net.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · a877505eed6a7d45 · report
DeformNet_MatchingNet zhangcyg/u-red/network/deformation_net.py official repository unverified no licence file found · pointer only · 4b0f9015b6d03df6 · report
DescriptorsCrossAttention zhangcyg/u-red/network/deformation_net.py official repository unverified no licence file found · pointer only · 540314b85d9e8c44 · report
DescriptorsSelfAttention zhangcyg/u-red/network/deformation_net.py official repository unverified no licence file found · pointer only · 446399ca52f6ed68 · report
FavorAttention zhangcyg/u-red/network/deformation_net.py official repository unverified no licence file found · pointer only · 844393af52f001c5 · report
GraphAttentionNet zhangcyg/u-red/network/deformation_net.py official repository unverified no licence file found · pointer only · 43809d289d7b133c · report
ResidualAttentionMessagePropagation zhangcyg/u-red/network/deformation_net.py official repository unverified no licence file found · pointer only · 4267d6a47c78f546 · report
SoftmaxFavorAttention zhangcyg/u-red/network/deformation_net.py official repository unverified no licence file found · pointer only · 41c3f8363a9597c3 · report
softmax_attention zhangcyg/u-red/network/deformation_net.py official repository unverified no licence file found · pointer only · c243e6486ecd3d91 · report

Tasks

3D Shape RetrievalRetrieval

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

fail

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections