Next Article in Journal
Shield Tunnel Crack Detection Based on Improved Unet
Next Article in Special Issue
Dynamic Occlusion–Predictive Neural Network for Robust Roadside Multi-Vehicle Tracking
Previous Article in Journal
Hyperspectral Imaging for the Colorimetric Characterization of Purple Manuscripts: Accuracy, Biases, and Diagnostic Potential
Previous Article in Special Issue
Recent Advances in Intelligent Point Cloud Processing, Sensing, and Comprehension
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Distillation Style Regulators and Semantic Prior-Guided Framework for Non-Ideal Single-View 3D Vehicle Point Cloud Reconstruction

1
School of Mechanical Engineering, Jiangsu University of Science and Technology, Zhenjiang 212100, China
2
School of Electronic Science and Engineering, Nanjing University, Nanjing 210023, China
3
School of Internet of Things Engineering, Jiangnan University, Wuxi 214122, China
4
School of Energy and Power Engineering, Nanjing Institute of Technology, Nanjing 211167, China
*
Author to whom correspondence should be addressed.
Sensors 2026, 26(11), 3359; https://doi.org/10.3390/s26113359
Submission received: 30 March 2026 / Revised: 20 May 2026 / Accepted: 21 May 2026 / Published: 26 May 2026

Abstract

The closed-loop testing of autonomous driving systems critically depends on large-scale libraries of diverse and realistic 3D vehicle assets, yet current pipelines still rely on labor-intensive modeling or multi-view capture, making efficient construction a key bottleneck. To overcome this bottleneck and enable convenient, cost-effective 3D asset generation, we propose a semantic prior-guided framework for accurate and robust vehicle point cloud reconstruction from casually captured single-view photographs. Our framework is built on a diffusion backbone but is fundamentally driven by two forms of prior knowledge: First, geometric and appearance priors from camera-aware image features, masks, and distance-transform maps are projected onto the evolving point cloud, compensating for the severe information loss in single-view inputs. Second, we introduce distillation-style regulators—pretrained neural networks that encode vehicle type and model semantics; they act as teacher networks that impose high-level constraints on the generated point clouds, transferring rich semantic knowledge and effectively regularizing the learning process. With these priors, our model infers vehicle-specific semantics from limited observations and reconstructs high-quality 3D point cloud assets. On the 3DRealCar++ dataset, our method clearly surpasses state-of-the-art point cloud baselines in both F-score and Chamfer Distance.

1. Introduction

The construction of large-scale, diverse, and realistic 3D vehicle assets has become a central bottleneck for closed-loop testing of autonomous driving systems. While current research shows that the primary limitation of autonomous driving algorithms lies in data scarcity and the resulting poor handling of corner cases [1], collecting such rare and often dangerous scenarios (e.g., collisions, near-misses) in the real world is constrained by safety, ethical, and legal concerns [2,3]. Closed-loop testing addresses this issue by evaluating autonomous vehicles in virtual environments, enabling rapid, safe, and cost-effective iteration of algorithms [3]. However, the realism and coverage of these tests are fundamentally limited by the quality and diversity of the underlying 3D assets.
Early closed-loop testing mainly relied on simulation environments, where scenes were crafted using 3D rendering tools and computer graphics techniques [4,5,6]. Despite the visual fidelity of modern simulators, researchers soon identified a noticeable gap between results obtained in simulation and those in the real world [7]. This has led to a shift toward constructing 3D assets directly from real-world data via 3D reconstruction, and then using these assets for more faithful closed-loop evaluation [8]. To further reduce manual effort and cost, recent work explores reconstructing 3D vehicle assets from relatively simple and readily available inputs, such as single images or sparse views [9,10,11]. Despite recent progress in single-image 3D reconstruction, existing vehicle reconstruction frameworks still suffer from two major limitations: First, most existing methods primarily rely on visual observations while neglecting semantic prior information such as vehicle brand, model, and category attributes, which are highly correlated with global geometric structure. Second, general-purpose reconstruction frameworks often assume relatively complete or ideal observations and, therefore, struggle under real-world non-ideal conditions involving occlusion, truncation, arbitrary viewpoints, and incomplete structural information.
Therefore, we propose a novel perspective: Can we design a reliable algorithm to reconstruct the 3D assets of vehicles with specific types and brands from casually taken images captured from non-ideal viewpoints? Addressing and exploring this problem will constitute the primary focus of this work. Thanks to the rapid advances in techniques like Gaussian splatting [12] and NeRF [13], reconstructing a 3D scene or object from multiple images and their associated camera parameters has become significantly more accessible. In contrast, single-view 3D reconstruction is a highly ill-posed problem. Reconstructing 3D objects from a single image, where both geometric and semantic information are limited, has increasingly attracted attention in recent research.
In many practical closed-loop testing scenarios, simply representing vehicles as generic “cars” is no longer sufficient. Perception performance, interaction behavior, and safety margins depend strongly on fine-grained properties such as vehicle type (e.g., SUV, truck, sedan) and specific model (e.g., compact hatchback vs. long-wheelbase sedan). For example, accurate modeling of occlusions, visibility, and sensor returns depends on the true size and shape of the vehicle; realistic simulation of traffic flow and collision risk requires distinguishing between heavy trucks and small passenger cars; and scenario libraries for functional safety and regulation testing often specify particular brands and models involved in corner cases. Therefore, being able to reconstruct vehicles with specific types and brands is critical for building high-fidelity, semantically consistent 3D asset libraries [14,15].
This work focuses on the following key question: Given a casually captured single image of a vehicle from a non-ideal viewpoint, can we reliably reconstruct a 3D point cloud asset that is both geometrically plausible and semantically faithful to its specific type and model? This setting is highly challenging. Real-world images typically exhibit occlusions, truncated views, and cluttered backgrounds; single-view 3D reconstruction is inherently ill-posed due to severe depth and shape ambiguities; and existing methods are often trained on idealized datasets and treat all vehicles uniformly as “cars”, ignoring fine-grained semantics. As illustrated in Figure 1, vehicle images captured in real-world scenarios are often obtained from arbitrary viewpoints and under non-ideal conditions. Such images frequently contain severe occlusions, truncation, incomplete contours, and missing structural regions, making single-view reconstruction highly ambiguous. In these situations, the visible image regions are often insufficient for reliably inferring the complete global geometry of the vehicle.
When these non-ideal inputs are directly processed by general-purpose image-to-3D reconstruction frameworks, the generated results may become severely distorted or semantically inconsistent. This is because universal reconstruction models typically rely heavily on visible image observations and lack sufficient prior understanding of vehicle-specific geometric structures and semantic characteristics. As a result, they may reconstruct only partial structures or generate geometrically implausible assets that do not match the actual vehicle category or shape.
This observation reveals an important gap between generic reconstruction frameworks and practical autonomous-driving asset reconstruction scenarios. Therefore, we argue that introducing semantic and geometric prior information during the generation process is necessary for guiding the model toward structurally plausible and semantically consistent vehicle reconstruction under non-ideal single-view conditions.
Under these conditions, existing universal reconstruction frameworks tend to generate incomplete geometries, semantically inconsistent structures, or reconstructions that are biased toward the visible regions only. These failure cases reveal that purely image-driven reconstruction methods are insufficient when the input observations are sparse or partially missing. Therefore, introducing semantic and geometric prior knowledge becomes necessary for recovering structurally plausible and semantically consistent vehicle point clouds under non-ideal single-view scenarios..
To cope with these challenges, we choose 3D point clouds as the target representation. Compared with meshes, point clouds impose weaker topological constraints and are more tolerant to missing or uncertain regions, reducing the risk of severe geometric artifacts under non-ideal viewpoints. At the same time, point clouds serve as a flexible intermediate representation: given additional information or stronger downstream modules, they can be converted into meshes or textured surface models with high fidelity [16].
Beyond conceptual motivation, we also conduct a feasibility study to verify that vehicle type and textual semantics provide informative priors for point cloud reconstruction. Following feature [17] extraction from vehicle point clouds by our proposed Vehicle Type Regulator, we apply t-SNE [18] to visualize their distributions across different vehicle types; clear clusters emerge for categories such as “Sedan” and “SUV” (Figure 2), indicating that type labels correlate strongly with geometric structure and can serve as effective guidance signals. In parallel, we encode textual prompts [19] of the form “Brand; Model; Type” (e.g., “BMW; X3; SUV”) using our proposed Vehicle Model Regulator and compare their t-SNE maps with those of the corresponding point cloud features (Figure 3a,b). The two distributions exhibit similar clustering patterns, which reveals a strong alignment between geometric features and text semantics, while also supporting our use of textual information as a high-level prior in the diffusion model.
To investigate whether the proposed Vehicle Model Regulator effectively captures semantic vehicle information, we visualize both textual semantic embeddings and point cloud feature embeddings using t-SNE, as shown in Figure 3a,b, respectively. Different colors correspond to different vehicle categories/types.
As observed in the visualizations, semantically related vehicle categories exhibit similar clustering tendencies in both the textual embedding space and the point cloud feature space. Representative categories such as SUVs, sedans, and pickup vehicles form relatively consistent neighborhood distributions across the two feature domains. This observation suggests that the proposed semantic regulator helps align textual semantic priors with geometric point cloud representations, thereby providing semantically meaningful guidance during the reconstruction process.
Our key idea is to embed rich prior knowledge into a diffusion-based point cloud generator so that the model can compensate for the information loss of single-view inputs and adhere to fine-grained vehicle semantics. Concretely, we design a prior-guided multimodal diffusion framework [20] in which (i) geometric priors from the input image (camera parameters, vehicle mask, distance-transform map, and vision backbone features) are projected onto the evolving 3D point cloud as control signals at each denoising step, providing strong structural cues under occlusion and viewpoint bias; (ii) semantic priors are introduced via textual prompts of the form “Brand; Model; Type”, whose CLIP embeddings are fused into the point cloud features through a cross-attention mechanism, guiding the generation toward vehicle-specific semantics; and (iii) a set of regulators, i.e., pretrained neural networks that encode high-level semantic priors, are used during training to regularize the diffusion process. The Vehicle Type Regulator learns the distribution of different vehicle categories and encourages type-consistent outputs, while the Vehicle Model Regulator aligns point cloud features with text features, suppressing mode collapse and semantic drift in low-information regimes. Intuitively, these regulators act as semantic critics that gently push the diffusion trajectory toward globally coherent and brand/model-consistent shapes.
Based on the above design motivations, our contributions are summarized as follows:
  • We investigate the problem of single-view vehicle point cloud reconstruction under non-ideal real-world conditions and analyze the limitations of existing general-purpose reconstruction frameworks in handling incomplete and semantically ambiguous vehicle observations.
  • We propose a prior-guided reconstruction framework that introduces semantic vehicle information, including brand, model, and category attributes, to improve semantic consistency and geometric plausibility during the point cloud generation process.
  • Extensive experiments demonstrate that the proposed framework achieves superior reconstruction quality and robustness compared with existing reconstruction approaches under challenging vehicle observation conditions.

2. Related Works

As previously discussed, 3D reconstruction from single-view inputs has emerged as an active and important research area in recent years.

2.1. Single Image to Point Cloud

Due to their sparsity and weak geometric constraints, point clouds have attracted widespread attention. Early methods for reconstructing complete point clouds from a single view primarily adopted encoder–decoder architectures. For example, the pioneering work 3D-R2N2 [21] employs a standard 2D convolutional network to encode the input 2D image into a low-dimensional embedding, processes this embedding using a 3D-LSTM [22], and then decodes it into a point cloud using a 3D convolutional network. Furthermore, LSM [23] first extracts feature maps from images using a 2D network and then lifts these features into a 3D point cloud representation, which is subsequently refined through a 3D convolutional network. Pix2Vox [24] and its enhanced version Pix2Vox++ [25] adopt a straightforward encoder–decoder framework, where a 2D convolutional encoder is paired with a 3D convolutional decoder, complemented by a multi-scale fusion mechanism. More recently, LegoFormer [26] introduces a transformer-driven method: it encodes the input image into a feature vector and reconstructs a dense voxel grid by generating sequences of small blocks. The decoding process relies on a non-autoregressive transformer decoder utilizing learned query embeddings. Inspired by the above works, in 2025, RGB2Point [27] proposed a transformer-based method for point cloud reconstruction, achieving the best performance among encoder–decoder-based approaches. In this paper, we regard RGB2Point [27] as the SOTA baseline for comparison with our proposed method. With the advancement of generative models, the PC2 [28] model has brought a disruptive change to this task. PC2 proposes a diffusion-based single-image point cloud reconstruction framework, where 2D encoded image features are projected into 3D space and used as conditional guidance during the denoising process for point cloud reconstruction. The design philosophy of PC2 inspired our model design for the proposed task. We regard PC2 [28] as our baseline and use it as a reference and comparison point in subsequent experiments. BDM [29] proposes a diffusion model based on Bayesian fusion of multiple models, claiming that the fused results outperform PC2 [28] on public datasets. We consider BDM [29] as the SOTA among fusion-based models and include it in our subsequent experimental comparisons. Although these methods achieve promising results in general object reconstruction, they are primarily designed for generic image-to-3D generation tasks and often rely heavily on visible image observations. Consequently, their reconstruction quality may significantly degrade under non-ideal vehicle scenarios involving occlusion, truncation, and incomplete structural information.

2.2. From Single Images to Other Forms of 3D Data

Recently, neural-field-based methods and implicit representations have also been widely explored for single-view 3D object reconstruction [30,31]. These approaches can achieve high-quality novel-view synthesis and geometric reconstruction, but they often rely on computationally expensive volumetric rendering and may suffer from instability under sparse-view or incomplete observation conditions. Apart from single-view 3D reconstruction methods that output point clouds, recent years have also seen the emergence of approaches that reconstruct meshes or adopt implicit representations. Works such as Nerf-WCE [32] and PixelNeRF [33] have developed NeRF-based [13] single-view reconstruction methods, which condition on image features from reference views and perform rendering through NeRF [13]. However, NeRF-based methods have been shown to have limitations, as discussed in [28]. In contrast, mesh-based methods have recently emerged as high-performance alternatives [34,35,36], with One-2-3-45++ [37,38] and Spar3d [39] being representative examples. One-2-3-45++ [38] generates consistent multi-view images by fine-tuning a 2D diffusion model, and it efficiently reconstructs textured 3D meshes by leveraging a 3D diffusion model. Spar3d [32] proposes an efficient 3D reconstruction method based on a diffusion model, which generates sparse point clouds and combines image information to quickly generate accurate 3D meshes. We took these two methods (One-2-3-45++ [38] and Spar3d [39]) as representative works based on other data formats and conducted comparative experiments. Existing point cloud reconstruction frameworks mainly focus on geometric generation and feature learning but generally do not explicitly incorporate semantic vehicle prior information such as brand, model, and category attributes. As a result, these methods may struggle to maintain semantic consistency and structural plausibility in ambiguous single-view reconstruction scenarios.

2.3. Asset Reconstruction Based on Non-Ideal Single View in Autonomous Driving Scenarios

As far as we know, VQA-Diff [40] is the only work that explores the reconstruction of vehicle assets from novel viewpoints by reconstructing assets from non-ideal perspectives. The authors relied on prior knowledge from LLMs to recognize and regenerate vehicles from existing non-ideal viewpoints. However, their work merely used prior knowledge from LLMs [41] to generate 2D novel viewpoints, rather than 3D assets with geometric information. Additionally, their work is only a pipeline, not a full model or algorithm. We reproduced their pipeline and compared it with our experimental results. Based on the above related works, we propose a neural network model that is different from and more novel and effective than the existing approaches [42]. We innovatively leverage prior information to improve both the input features and supervision of the model. Under the condition of non-ideal single-view input, we achieve more accurate vehicle point cloud asset reconstruction. In the following sections, we provide a detailed introduction to our proposed method and experimental results.

2.4. Discussion and Methodological Comparison

To further clarify the distinctions between the proposed framework and existing reconstruction approaches, we summarize the methodological characteristics of representative studies in Table 1.
Existing reconstruction frameworks mainly focus on recovering plausible geometry from single-view inputs, while largely ignoring fine-grained semantic consistency such as vehicle brand, model, and type. Encoder–decoder-based methods such as RGB2Point [34] primarily rely on direct feature mapping and often struggle under severely incomplete viewpoints. Diffusion-based methods such as PC2 [35] and BDM [36] improve geometric generation quality through iterative denoising, but they still lack explicit semantic constraints.
Meanwhile, methods such as PixelNeRF [38], One-2-3-45++ [23], and Spar3D [18] mainly focus on novel-view synthesis or mesh reconstruction, rather than semantically consistent vehicle asset generation under non-ideal viewpoints. VQA-Diff [43] introduces LLM-based prior reasoning; however, it relies heavily on the correctness of external semantic inference and does not directly constrain 3D geometric generation.
In contrast, our method jointly incorporates geometric priors, text-guided semantic priors, and frozen semantic regulators into a unified diffusion framework. This design enables the model to maintain both geometric plausibility and semantic consistency under severely under-constrained single-view conditions, thereby improving robustness against occlusion, truncation, and viewpoint ambiguity.
In summary, despite recent advances in image-to-3D and point cloud reconstruction, existing methods still suffer from two important limitations for real-world vehicle reconstruction tasks: (1) insufficient utilization of semantic vehicle prior information, and (2) limited robustness under non-ideal single-view observations with incomplete structural visibility. These limitations motivate the proposed prior-guided semantic reconstruction framework.

3. Methodology

3.1. Overview

Although point clouds provide a flexible and lightweight geometric representation for vehicle reconstruction, they are not directly suitable for high-fidelity rendering in simulation environments. In practical applications, the reconstructed point clouds can be further integrated with downstream surface reconstruction or mesh generation methods, such as Poisson surface reconstruction, neural surface fitting, or Gaussian-splatting-based rendering frameworks, to generate renderable vehicle assets. Compared with directly reconstructing meshes under incomplete observations, point clouds impose weaker topological constraints and, therefore, provide greater robustness under occlusion and non-ideal viewpoints.
Vehicle point cloud reconstruction from casually captured single-view images is particularly challenging due to severe occlusion, incomplete structural visibility, arbitrary viewpoints, and semantic ambiguity between visually similar vehicle categories. Therefore, an effective reconstruction framework should simultaneously model geometric consistency and semantic structural priors.
We propose a prior-guided diffusion model S θ R 3 × N R 3 × N for vehicle point cloud reconstruction from non-ideal monocular image inputs. The single-view image I R H × W × 3 and the corresponding textual prompts T serve as inputs, while the reconstructed point cloud P p r e d R N × 3 is generated as the output. As shown in Figure 4, the inputs are used as conditioning signals for the diffusion model, serving as enhanced features of the point cloud at each denoising step. During the training phase, apart from the predefined noise ϵ R 3 × N , we also supervise the reconstructed point cloud P p r e d through pretrained regulators.

3.2. Architecture

3.2.1. Prior-Guided Multimodal Conditional Diffusion Model

The diffusion model is a general generative model based on stochastic differential equations and nonequilibrium thermodynamics principles. The proposed multimodal diffusion model S θ can be introduced from two aspects: the training phase and the sampling phase. In the training phase, we denote the ground-truth point cloud P g t R 3 × N as X 0 . As shown in Equation (1), X 0 undergoes t iterations of periodic noise addition, resulting in X t .
ρ ( X t | X 0 ) = α ¯ t X 0 + 1 α ¯ t ϵ
where ρ ( ) represents the data distribution, and α ¯ t = ⨿ i = 1 t ( 1 β i ) and β i [ 0 , 1 ] are predefined variance parameters of Gaussian distribution; ϵ N ( 0 , I ) is a Gaussian noise. Due to the noise distribution at each step of the noise addition process being known, the transition between two adjacent noise steps can be expressed as shown in Equation (2).
The role of the prior-guided multimodal conditional diffusion model S θ is to predict the reverse process ρ ( X t 1 | X t ) . During the training phase, the diffusion model takes the noisy input X t , along with the prior information C (the detailed process and implementation are elaborated in Section 3.2.2) related to X t . We denote this process as S θ ( X t 1 | X t , C ) ρ ( X t 1 | X t ) .
Through t steps of the reverse process, i.e., the denoising process, we obtain the predicted noise ϵ p r e d R 3 × N . During the training phase, ϵ p r e d is supervised using the ground-truth ϵ and regulators. The details of the regulators and supervision process are provided in Section 3.3. Once the predicted noise ϵ p r e d is obtained, the reconstructed or predicted point cloud P p r e d can be derived using the formula shown in Equation (3).
ρ ( X t | X t 1 ) = N ( X t ; 1 β t X t 1 , β t I )
P p r e d = X t 1 α ¯ t ϵ p r e d α ¯ t
During the sampling phase, the single-view image and text prompt remain as the conditioning signal C, while X t is a randomly sampled Gaussian noise, X t N ( 0 , I 3 × N ) . After t steps of denoising, we obtain the reconstructed point cloud P p r e d , conditioned on C. In the experimental process, two sampling strategies (DDPM [44] and DDIM [43]) are tested.

3.2.2. Prior Information Control

This section primarily provides a detailed pipeline describing the role of C in the process of S θ ( X t 1 | X t , C ) mentioned in Section 3.2.1. As mentioned in the Section 1, we incorporate prior information to enhance the noisy point cloud input during the denoising process. Our enhancement approach is as follows: we use the single-view input image and corresponding camera parameters (intrinsic and extrinsic) to provide geometric prior guidance for the noisy point cloud. To address challenges such as complex backgrounds, we also treat the vehicle mask in the image, along with the quantization of the distance from each point in the image to the nearest pixel of the mask, as an additional channel in the image input. We aim to leverage the prior mask information to help the neural network focus more on the specified vehicle target. In addition to the image features, based on our findings, we extract the text prompt as feature embeddings using CLIP [19]. These embeddings are then fused with the noise-enhanced point cloud through a cross-attention mechanism, providing prior information guidance for the subsequent point cloud generation.
Formally, for the monocular image input I R H × W × 3 , we obtain the mask of the specified vehicle, denoted as M R H × W , using LSAM [45]. For the mask M, we calculate the Euclidean distance M R H × W of each pixel to the nearest valid point V = ( x q , y q ) | M ( x q , y q ) = 1 , as shown in Equation (4):
D ( p ) = N o r m ( m i n q V p q 2 )
where p represents a pixel in the mask, and D ( p ) is a normalized and clipped Euclidean distance quantization, which is also incorporated as part of the prior information to guide the model S θ . For the image I itself, we use ViT to extract the features of I, resulting in F r g b R H × W × F 1 . We concatenate all of the 2D prior information together, and we denote it as F 2 D = Concat ( I , M , D , F rgb ) R H × W × ( 3 + 1 + 1 + F 1 ) (F1 is set to 384 in this paper).
For the output point cloud X t at each step t in the denoise phase, we project the 2D prior information F 2 D into the 3D space using a rasterizing projection operation F 3 D = P r ( X t , F 2 D ).
The F 3 D R ( 5 + F 1 ) × N feature is concatenated with the point cloud X t at the current t-th step; we denote it as X a u g = C o n c a t ( F 3 D , X t ) R ( 5 + F 1 + 3 ) × N . At this point, the noisy point cloud X a u g is enhanced with the information from the single-view image input, and then we further enhance X a u g using the text-based prior information. We use the pretrained CLIP model to extract features from the text information corresponding to the image, denoted as F t e x t R F 2 ( F 2 is set to 512 in this paper). We then fuse X a u g and F t e x t through a fully connected layer and the cross-attention structure, denoted as X + = C r o s s A t t e n ( X a u g , F t e x t ) R ( 5 + F 1 + 3 ) × N . Thus, process S θ ( X t 1 | X t , C ) can also be represented as process S θ ( X t 1 | X + ) .
As shown in Figure 5, we process the point cloud X t using two parallel branches: the point-based branch, which independently processes individual points using Multilayer Perceptrons (MLPs) [46]; and the voxel-based branch, which aggregates local features through 3D convolutions on a low-resolution voxel grid. The voxel features are then mapped back to the point cloud using trilinear interpolation, ensuring spatial alignment. By combining these two branches, the proposed diffusion model effectively captures both global and local structures while maintaining computational efficiency.
The overall procedure of the prior-guided conditional denoising at each diffusion step is summarized in Table 2.

3.3. Regulators and Supervision

This section primarily introduces the design of the regulators and the supervision mechanism in our proposed model.

3.3.1. Regulators

We propose a novel strategy by pretraining neural networks as regulators to learn the characteristics and distribution of existing data. This enables the diffusion model to be guided by high-dimensional prior features effectively. Under non-ideal vehicle observation conditions, visually similar local regions may correspond to structurally different vehicle categories, making purely appearance-driven reconstruction highly ambiguous. To alleviate this issue, we designed two types of regulators: the Vehicle Type Regulator Θ V T R explores the distribution characteristics of point clouds corresponding to different vehicle types (e.g., SUV, Sedan, etc.) and supervises the point clouds generated by the diffusion model S θ ; the Vehicle Model Regulator Θ V M R identifies the relationship between text-prompt features and their corresponding point clouds, supervising the diffusion model to generate point clouds that are closer to the associated textual prompt.
As shown in Figure 6, all of the regulators take the ground-truth point cloud P ˜ g t R 3 × N as input. The point clouds P g t R 3 × N undergo random augmentations such as scaling, rotation, translation, and index shuffling. We select the PointNet [17] Encoder as the encoder for the regulators. For the Θ V T R , we appended a max-pooling layer followed by three MLP layers after the PointNet Encoder to output the classification result for the input P ˜ g t . We labeled the P g t into “Sedan,” “SUV,” “Pickup,” “MPV,” “SportsCar,” “Van,” “Truck,” “Bus,” and “EV”; these labels are marked as C g t R 1 × N c l s . During the training of the Θ V T R , we used the cross-entropy loss, as shown in Equation (5):
L C E ( C g t , Θ V T R ( P ˜ g t ) ) = i = 1 N c l s C g t , i l o g ( Θ V T R ( P ˜ g t ) ) i
where N c l s represents the number of vehicle type categories. Unlike the Θ V T R , for the Θ V M R , we use two fully connected layers to align the features output by the encoder with the text features F t e x t R F 2 . Each fully connected layer is followed by a LayerNorm layer, and the first fully connected layer includes a sigmoid activation function. We train the Θ V M R by a contrastive loss, and this process is shown in Equation (6):
L Conj F text , Θ VMR P ˜ g t , Y L = Y L · F text Θ VMR P ˜ g t 2 2 + ( 1 Y L ) · max 0 , m F text Θ VMR P ˜ g t 2 2
where Y L is the label indicating whether the feature embedding F t e x t and the Θ V M R P ˜ g t are matched. We generate positive and negative samples by shuffling a batch of training data. The hyperparameter m represents the margin in the L C o n j (we set m = 1 in this paper). Once all of the regulators are trained, they are frozen and no longer updated. During the training phase of the S θ , these regulators take the P p r e d R 3 × N as input. Their inference results then serve as part of the supervisory loss for training the S θ .
From a regularization perspective, the frozen regulators play a similar role to auxiliary tasks in multi-task learning and teacher models in knowledge distillation. In both settings, additional structured signals act as inductive biases that constrain the hypothesis space and improve generalization, either by enforcing shared representations across related tasks or by encouraging the student to match a fixed teacher’s predictions or embeddings [47,48,49]. Analogously, our pretrained Vehicle Type and Vehicle Model Regulators impose semantic constraints on the generated point clouds, guiding the diffusion model toward solutions that are consistent with high-level type distributions and text–geometry alignments learned from the full dataset, rather than overfitting to the limited supervision of single-view inputs.

3.3.2. Supervision

According to the description in Section 3.2, our designed diffusion model S θ directly outputs the predicted noise ϵ p r e d = S θ ( X 0 | X t , C ) R 3 × N , from which the reconstructed point cloud P p r e d R 3 × N can be obtained using Equation (3). Therefore, our supervision is divided into two main parts: One part involves directly supervising the ϵ p r e d using the ground-truth noise ϵ g t = ρ ( X 0 | X t ) R 3 × N . This process is implemented with L2 loss, as formulated in Equation (7).
L g t = ϵ g t ϵ p r e d 2 2
On the other hand, for the reconstructed P p r e d , we input it into the regulators for supervision. For the Vehicle Type Regulator Θ V T R , we apply the cross-entropy loss for supervision, similar to Equation (5). This process is formulated in Equation (8):
L VTR C g t , Θ VTR * ( P p r e d ) = i = 1 N cls C g t , i · log Θ VTR * ( P p r e d ) i
where the ∗ in Θ V T R * indicates that the neural network weights are frozen and no longer updated. It is worth noting that L C E is not used for training the regulator Θ V T R . Instead, it guides the training of the diffusion model S θ by leveraging the output of Θ V T R * on P p r e d . For example, if the type label of the ground truth is “SUV,” we expect the regulator Θ V T R * to classify P p r e d as closer to “SUV.” This is the fundamental difference between Equations (8) and (5).
For the Vehicle Model Regulator Θ V M R , we use the matching score between the text feature F t e x t R F 2 and the point cloud feature Θ V M R * ( P p r e d ) R F 2 , which is obtained by inputting P p r e d into the Θ V M R * , as the supervision signal, as shown in Equation (9):
L VMR F text , Θ VMR * ( P pred ) = 1 F 2 i = 1 F 2 F text , i Θ VMR * ( P pred ) i 2 2
As shown in Equation (9), we use the mean trace of F t e x t and feature Θ V M R * ( P p r e d ) to represent their matching score, which guides the S θ to generate a point cloud P p r e d that better aligns with the textual semantics. For example, if the text prompt is (BMW, X3, SUV), the Θ V M R * , as a frozen regulator, extracts features from P p r e d . By supervising the L 2 loss between this feature Θ V M R * ( P p r e d ) and the text feature F t e x t , we guide P p r e d to better conform to the textual semantics.
L total = λ 1 L gt + λ 2 L VTR C g t , Θ VTR * ( P p r e d ) + λ 3 L VMR F text , Θ VMR * ( P p r e d )
In summary, during the training of the S θ , the total loss L t o t a l can be expressed in the form of Equation (10), where λ 1 , λ 2 , and λ 3 are hyperparameters that are responsible for maintaining the balance of the supervision strength.

4. Dataset Construction

This section mainly discusses the establishment and analysis of our dataset. To the best of our knowledge, 3DRealCar [50] is the first and currently the only large-scale 3D real car dataset, which contains 2500 car instances and their point clouds with actual sizes in real-world scenes. Based on 3DRealCar, we curate a higher-quality dataset, 3DRealCar++, tailored for fine-grained vehicle point cloud reconstruction.
The 3DRealCar dataset was collected using image-based 3D reconstruction methods such as COLMAP [51] and SAM [52]. However, this pipeline suffers from two key limitations: (1) the lack of accurate camera parameters and depth data introduces errors in pose estimation and point cloud generation; (2) semantic segmentation with SAM requires extensive manual validation to ensure the correctness of masks, which is labor-intensive and error-prone. We observed a large number of inaccurate masks and reconstruction artifacts in the dataset, as COLMAP fails to detect or correct erroneous inputs, instead propagating these errors throughout the reconstruction process.
Therefore, in 3DRealCar++, we optimize this process. The overall data curation and reconstruction pipeline is illustrated in Figure 7. For each image used for SfM [51], we employ LSAM [45] with the prompt “car” to perform segmentation, ensuring that all extracted masks correspond to vehicles.
We feed the images and the corresponding masks into VggSfM [53] for vehicle point cloud reconstruction. Additionally, based on the reprojection filtering functionality of VggSfM [53], the masks segmented by LSAM [45] undergo further filtering. Masks and their corresponding images with too few reprojected points are considered invalid and are discarded.
We then perform a final round of filtering for the reconstructed point clouds and corresponding images. Point clouds with fewer than 2048 points are considered invalid and discarded. For each valid point cloud, we manually check for errors and remove any erroneous reconstructions. Additionally, we review the quality of the corresponding images (e.g., lighting, motion blur) and discard those with poor quality. The remaining high-quality images, along with their camera parameters, are retained as monocular inputs, with each valid point cloud corresponding to multiple high-quality images.
Figure 8 illustrates our dataset filtering process. A comparison between the original 3DRealCar and our optimized 3DRealCar++ is shown in Figure 9. The comparison reveals that the original dataset’s reconstructed point clouds suffer from background noise and poor uniformity, with ground points surrounding the vehicle. In contrast, while our point clouds remain sparse, their uniformity and accuracy are significantly improved.
As introduced in Section 1, we assign textual descriptions to each instance using human annotation and LLM assistance (ChatGPT-4o API). For each instance, the most distinctive image is selected, and the LLM is queried for the vehicle’s brand, model, and type in the format “Brand; Model; Type” (e.g., “BMW; X3; SUV”). The generated descriptions are then manually reviewed for accuracy.
Table 3 presents the distribution and statistical results of our 3DRealCar++ dataset. After filtering, 2017 vehicle instances from the original 3DRealCar dataset were retained, each associated with multiple surrounding-view images and annotated for brand, model, and type.
To address the data imbalance (e.g., fewer buses compared to sedans), we applied augmentation techniques (flipping, rotation, scaling) for underrepresented types and randomly removed data from overrepresented types. The 3DRealCar++ dataset was split into 60% training (14,335 images) and 40% testing (9554 images), ensuring no overlap between the sets.

5. Experiments

5.1. Implemention Details

During training and evaluation, each image was resized to 256 × 256, and each point cloud was downsampled to 2048 points. Point clouds underwent random rotation, translation, scaling, and shuffling during training to improve generalization, while no augmentation or shuffling was applied during evaluation for consistency.
Regarding the training of the Vehicle Type Regulator Θ VTR , we employed the Adam optimizer with an initial learning rate of 5 × 10 4 . The optimizer was configured with β 1 = 0.9 and β 2 = 0.999 , an epsilon value of 1 × 10 8 , and a weight decay of 1 × 10 4 to prevent overfitting. The model was trained for 500 epochs using the designated training split of 3DRealCar++.
For the Vehicle Model Regulator Θ V M R , we used the same optimizer as Θ V T R , but we set the initial learning rate to 1 × 10−3 to achieve better convergence and stability based on empirical observations. Additionally, a learning rate scheduler was employed, reducing the learning rate by a factor of 0.7 every 20 epochs, aiming to stabilize training and promote convergence.
For the proposed diffusion model, we adopted a standard generative model training strategy. The model was trained for 100,000 iterations, with a batch size of 16 per training step. We used the AdamW optimizer with β 1 = 0.9 and β 2 = 0.999 [28]. Throughout the training process, we set the initial learning rate to 2 × 10 4 and applied linear decay to 0 over the course of the training steps.
For the hyperparameters in the loss function mentioned in Section 3.3.1, we set λ 1 = 1 , λ 2 = 0.1 , and λ 3 = 0.05 . The hyperparameter settings for the loss function mainly depend on the magnitude of each loss term. We aimed to keep their magnitudes and convergence speeds as consistent as possible.
For our diffusion noise schedule, we used a linear schedule with a warm-up phase, where β linearly increases from 1 × 10 5 to 8 × 10 3 .
For the sampling phase, we propose two sampling modes based on DDPM [44] and DDIM [43]. During the evaluation phase, similar to previous state-of-the-art works like PC2 [28], BDM [29], and PVD [54], we chose the F-score and Chamfer Distance [29] as the quantitative evaluation metrics. Our evaluation code is consistent with that of BDM [29], and more details can be found in their open-source code.
All experiments were conducted on a single NVIDIA RTX 3090 GPU. The code was primarily implemented in Python 3.9, with the core model built using PyTorch 2.0, and rasterization projections handled by PyTorch3D 0.7.4.

5.2. Semantic Annotation Workflow Discussion

The proposed semantic priors are annotated at the vehicle-instance level rather than the image level. Since multiple images correspond to the same reconstructed vehicle instance, only one semantic label of the form “Brand; Model; Type” is required for an entire image group. This significantly reduces the annotation burden compared with conventional image-wise labeling pipelines.The average human verification time for each vehicle instance is approximately 15 s.
To further improve efficiency, we employed an LLM-assisted annotation strategy using the ChatGPT-4o API to automatically generate candidate semantic descriptions. Human annotators mainly performed lightweight verification and correction instead of manually labeling all semantic information from scratch.
Therefore, the overall human workload remained manageable, while preserving semantic consistency across the dataset. Moreover, in practical deployment scenarios, semantic priors can be automatically estimated using existing vehicle recognition systems, OCR-based identification methods, or vision–language models, reducing the dependence on manual annotation during inference.

5.3. Comparison with Existing Methods

For point cloud-based reconstruction methods, we selected RGB2Point [27], PC2 [29], and BDM [32] as strong baselines, and we further included two recent diffusion-based 3D reconstruction approaches—SDFit [55] and ICDDPM [56]—for a comprehensive comparison with our method. We reimplemented all methods and followed the training settings reported in their original papers as closely as possible. To ensure fairness, however, every model was trained for the same number of iterations (100,000) on 3DRealCar++. The quantitative results under this unified protocol are summarized in Table 4.
Following several recent diffusion-based point cloud reconstruction frameworks [29], this work primarily adopts the Chamfer Distance (CD) and F-score for quantitative evaluation. Compared with the Earth Mover’s Distance (EMD), CD is more suitable for measuring the geometric coverage and structural consistency of generated point clouds under stochastic sampling conditions. Since the proposed task focuses on semantically plausible vehicle reconstruction rather than strict point-wise correspondence, CD-based evaluation provides a more computationally practical and structurally representative assessment for large-scale diffusion-based reconstruction experiments.
As shown in Table 4, our DDIM-based variant (Ours) already surpasses all baselines in terms of both F1-score and Chamfer Distance, improving the F1-score from 0.6163 (BDM) to 0.6990 and reducing the CD from 79.2421 to 70.0585. When switching to the DDPM sampling strategy (Ours-DDPM), performance is further boosted across all metrics: precision increases from 0.7020 to 0.7399, recall from 0.7278 to 0.7395, and F1-score from 0.6990 to 0.7226, while the Chamfer Distance decreases from 70.0585 to 62.1525. While DDPM sampling delivers the best reconstruction quality, it also entails higher computational cost; therefore, all main comparisons with prior SOTA methods and most ablation studies are reported using the DDIM-based variant, with DDPM results provided to reveal the upper-bound potential of our model under more expensive sampling settings.
Furthermore, as shown in Table 4, by adopting the DDPM sampling strategy, our method (Ours-DDPM) achieves further improvements across all metrics compared to the DDIM-based version (Ours), with precision increasing from 0.7020 to 0.7399, recall from 0.7278 to 0.7395, and F-score from 0.6990 to 0.7226, while the Chamfer Distance decreases from 70.0585 to 62.1525. Although DDPM-based sampling yields superior performance, it also incurs significantly higher computational costs. Therefore, all major comparisons with prior SOTA methods and ablation studies are conducted based on the DDIM-based results. The DDPM-based results are provided to demonstrate the further potential of our model under more powerful computational settings.
In Table 5, we provide detailed quantitative results for each vehicle category. Although data balancing techniques were applied during training, we can observe that model performance across categories remains closely correlated with the original sample distribution—categories with fewer real samples, such as Van and Sport Car, generally exhibit lower F-scores. Nevertheless, the overall performance, with an average F-score of 0.6990 achieved by our model, highlights its superiority over existing state-of-the-art approaches. Additionally, we provide several representative cases in Figure 10 for qualitative analysis.
From the results shown in Figure 10, our method reconstructs point clouds that most accurately approximate the ground-truth geometry, further validating the objectivity of our quantitative results. Combining both quantitative and qualitative analyses, we present the following discussions:
RGB2Point adopts a transformer-based encoder–decoder architecture; however, under non-ideal conditions, its performance falls short compared to diffusion-based models such as PC2 and BDM, which leverage iterative denoising. Nevertheless, the performance of PC2 remains significantly constrained due to the lack of prior information guidance. Although BDM incorporates a joint reasoning paradigm between two models, it also struggles to achieve robust performance when sufficient input information is unavailable.
In addition to the quantitative comparisons against point cloud-based reconstruction methods, we also compare our approach with other end-to-end monocular 3D reconstruction methods. As shown in Figure 11, we provide several case studies aimed at theoretically validating the robustness of our prior-based approach under non-ideal conditions, rather than relying solely on qualitative results.
Specifically, in Figure 11, we select two of the most prominent end-to-end mesh reconstruction methods—One-2-3-45++ [38] and Spar3d [39]—to benchmark against our approach. While these methods are highly effective for general reconstruction tasks, they can still produce notable errors when the input image contains limited visual information. For instance, One-2-3-45++ reconstructs an SUV as a sedan when only the front of the vehicle is visible, while Spar3D merely reconstructs a partial frontal section of the car.
From a narrow, image-consistency perspective, these results are technically correct, as they form a closed loop with the available image data. However, from the broader perspective of controllable asset generation for autonomous driving applications, such errors are critical. The root cause of these mistakes lies in the inherent limitations of single-view input images. In contrast, our prior-guided point cloud reconstruction method, informed by prior knowledge, successfully reconstructs the accurate 3D geometry of vehicles, even under information-sparse conditions.
Furthermore, VQA-Diff [40] introduces an LLM-based [41] approach that leverages the extensive knowledge and reasoning capabilities of LLMs to perform 3D reconstruction from single-view image inputs. We reproduced the LLM-related component of their work using ChatGPT-4o, and the results are shown in Figure 12.
Due to the hallucination issues inherent in current LLMs, their responses under suboptimal input conditions are not always accurate. As shown in Figure 12, both input images depict a “Hong Qi” brand vehicle of the “H5” model. However, the LLM fails to provide the correct identification, leading to inaccurate downstream reconstruction by VQA-Diff [40].
Therefore, we argue that guiding 3D reconstruction under constrained conditions using prior information is a more reliable and robust approach.

5.4. Ablation Studies

This section presents ablation studies to verify the importance and effectiveness of the key components in our method. Each experiment isolates a specific factor to clarify its contribution to the final performance.
We ablate the two regulators, Θ V T R and Θ V M R , introduced in Section 3.3.1. The results in Table 6 show that both modules exhibit improved performance, with Θ V T R providing a more pronounced gain. This is likely because features associated with different vehicle types are more separable in the feature space, offering stronger guidance for generating point clouds of the desired category.
We evaluate the feature fusion strategy described in Section 3.2.2. In particular, we study the effect of incorporating text features and the choice of cross-attention for fusion. As summarized in Table 7, introducing text features already leads to a clear performance boost (first vs. third column), and replacing simple concatenation with attention-based fusion yields further improvements (second vs. third column), confirming that our fusion design is both necessary and effective.
In addition to the fusion mechanism, we also examined the impact of different text encoders on our framework. We compared the original CLIP text encoder with two widely used language models—BERT [57] and RoBERTa [58]—as well as a baseline without any text priors. As shown in Table 8, using text priors consistently improves performance over the no-text setting, and CLIP provides the strongest gains among all choices, likely due to its stronger alignment between visual and textual semantics.
We further investigated the effects of different diffusion noise schedules while keeping the sampling strategy fixed. In particular, we compared a linear schedule with a warm-up (our default choice) against cosine and quadratic schedules. As reported in Table 9, all three schedules yield reasonable results, but the linear schedule consistently achieves the best F1-score and the lowest Chamfer Distance, justifying our design choice in Section 4.
To better understand the role of the regulators as semantic regularizers, we compared different training schemes: (i) removing both regulators, (ii) jointly training regulators and the diffusion model end-to-end, and (iii) using our two-stage strategy where the regulators are pretrained and then frozen. As summarized in Table 10, joint training improves over the no-regulator setting but still underperforms our frozen-regulator scheme, which achieves the best F1-score and the lowest Chamfer Distance. This supports our interpretation that frozen regulators act as stable, data-dependent regularizers rather than merely adding model capacity.
We also compared different sampling strategies for the diffusion model, as reported in Table 11. The first row corresponds to DDPM sampling with 100 steps from random Gaussian noise, the second row to DDIM sampling with 100 steps, and the third row to DDPM with 1000 steps. Consistent with expectations, DDPM with 1000 steps achieves the best reconstruction quality, but at a substantial cost in inference time. Therefore, we adopted DDIM with 100 steps as our default setting, which provides a favorable trade-off between accuracy and efficiency.
Finally, we designed a reverse experiment to further validate the effectiveness and necessity of the regulators. We fed four types of point clouds—Gaussian noise, outputs from PC2, our reconstructed results, and ground-truth point clouds—into the regulators and compared their evaluations. As shown in Table 12, the Vehicle Type Regulator (VTR) was assessed using instance accuracy, while the Vehicle Model Regulator (VMR) was evaluated using the matching score, defined as the Euclidean distance in Equation (9). Gaussian noise yielded the worst scores, ground truth the best, and our reconstructions consistently outperformed PC2. These results confirm that the regulators can reliably distinguish point clouds by type and model, and that their supervision provides meaningful priors that effectively enhance the performance of our diffusion model.

6. Conclusions

In this work, we tackled the challenging problem of reconstructing fine-grained 3D vehicle point clouds from a single non-ideal image, where severe viewpoint limitations, occlusions, and background clutter lead to highly ambiguous geometry. Our main contribution is a prior-guided conditional diffusion framework that injects rich geometric and semantic priors into both the denoising process and the training objective. Concretely, we (i) fused camera-aware image features, masks, and distance-transform maps with the evolving point cloud to provide strong geometric control; and (ii) embedded textual prompts of the form “Brand; Model; Type” through cross-attention, enabling vehicle-specific semantic guidance. On top of this, we introduced frozen Vehicle Type and Vehicle Model Regulators as semantic regularizers that enforce consistency with learned type distributions and text–geometry alignments. Extensive experiments on the 3DRealCar++ dataset show that our method significantly improves over state-of-the-art single-view point cloud reconstruction baselines.
In practical deployment scenarios, the proposed framework is primarily designed for offline or semi-online 3D asset generation in autonomous driving simulation and digital-twin systems, rather than strict real-time onboard perception. Therefore, reconstruction fidelity and semantic consistency are prioritized over ultra-low-latency inference. Nevertheless, the DDIM-based sampling strategy provides substantially faster inference while maintaining competitive reconstruction quality, demonstrating a favorable trade-off between computational efficiency and reconstruction performance.
Although the proposed framework utilizes semantic prior information such as vehicle brand, model, and category attributes, the objective is not to memorize fixed vehicle templates but to learn generalized semantic–geometric correlations across vehicle structures. Therefore, the proposed framework can maintain a certain generalization capability toward unseen or newly introduced vehicle variants. In practical deployment scenarios, newly emerging vehicle models can be incorporated through incremental dataset expansion and lightweight fine-tuning without modifying the overall reconstruction architecture. The text-prompt-based semantic guidance mechanism also provides a flexible way to extend the semantic space as new vehicle categories and models become available.
Future research may further improve the practicality of the proposed framework by reducing the dependence on human intervention during semantic prior generation. In particular, integrating vision–language models and automatic vehicle recognition systems may enable semantic priors such as vehicle brand, model, and type to be extracted directly from unconstrained real-world images. In addition, continual learning strategies could help the reconstruction model incrementally adapt to newly emerging vehicle models without requiring complete retraining. Exploring self-supervised semantic alignment mechanisms that jointly learn geometric and semantic consistency without explicit human verification also represents a promising direction toward fully automated and scalable vehicle reconstruction systems.

Author Contributions

Conceptualization, J.C.; methodology, J.C.; software, X.L.; validation, R.X.; resources, J.C.; visualization, J.C.; supervision, R.X.; project administration, R.X. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Postgraduate Research & Practice Innovation Program of Jiangsu Province KYCX24_0152.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

All data covered in this paper are available from the corresponding author upon request.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Cui, Y.; Huang, S.; Zhong, J.; Liu, Z.; Wang, Y.; Sun, C.; Li, B.; Wang, X.; Khajepour, A. Drivellm: Charting the path toward full autonomous driving with large language models. IEEE Trans. Intell. Veh. 2023, 9, 1450–1464. [Google Scholar] [CrossRef]
  2. Claybrook, J.; Kildare, S. Autonomous vehicles: No driver… no regulation? Science 2018, 361, 36–37. [Google Scholar] [CrossRef] [PubMed]
  3. Bathla, G.; Bhadane, K.; Singh, R.K.; Kumar, R.; Aluvalu, R.; Krishnamurthi, R.; Kumar, A.; Thakur, R.; Basheer, S. Autonomous vehicles and intelligent automation: Applications, challenges, and opportunities. Mob. Inf. Syst. 2022, 2022, 7632892. [Google Scholar] [CrossRef]
  4. Klein, S.; Savelsberg, R.; Xia, F.; Guse, D.; Andert, J.; Blochwitz, T.; Bellanger, C.; Walter, S.; Beringer, S.; Jochheim, J.; et al. Engine in the loop: Closed loop test bench control with real-time simulation. SAE Int. J. Commer. Veh. 2017, 10, 95–105. [Google Scholar] [CrossRef]
  5. Chen, Y.; Chen, S.; Zhang, T.; Zhang, S.; Zheng, N. Autonomous vehicle testing and validation platform: Integrated simulation system with hardware in the loop. In Proceedings of the 2018 IEEE Intelligent Vehicles Symposium (IV); IEEE: Piscataway, NJ, USA, 2018; pp. 949–956. [Google Scholar]
  6. Szalay, Z. Next generation X-in-the-loop validation methodology for automated vehicle systems. IEEE Access 2021, 9, 35616–35632. [Google Scholar] [CrossRef]
  7. Stocco, A.; Pulfer, B.; Tonella, P. Mind the gap! A study on the transferability of virtual versus physical-world testing of autonomous driving systems. IEEE Trans. Softw. Eng. 2022, 49, 1928–1940. [Google Scholar] [CrossRef]
  8. Wang, Y.; He, J.; Fan, L.; Li, H.; Chen, Y.; Zhang, Z. Driving into the future: Multiview visual forecasting and planning with world model for autonomous driving. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 16–22 June 2024; pp. 14749–14759. [Google Scholar]
  9. Wang, Y.; Cheng, K.; He, J.; Wang, Q.; Dai, H.; Chen, Y.; Xia, F.; Zhang, Z.X. DrivingDojo dataset: Advancing interactive and knowledge-enriched driving world model. In Advances in Neural Information Processing Systems; Curran Associates, Inc.: Red Hook, NY, USA, 2024; Volume 37, pp. 13020–13034. [Google Scholar]
  10. Wang, X.; Zhu, Z.; Huang, G.; Chen, X.; Zhu, J.; Lu, J. DriveDreamer: Towards Real-World-Drive World Models for Autonomous Driving. In Proceedings of the European Conference on Computer Vision; Springer: Cham, Switzerland, 2024; pp. 55–72. [Google Scholar]
  11. Jia, F.; Mao, W.; Liu, Y.; Zhao, Y.; Wen, Y.; Zhang, C.; Zhang, X.; Wang, T. Adriver-I: A general world model for autonomous driving. arXiv 2023, arXiv:2311.13549. [Google Scholar] [CrossRef]
  12. Chen, G.; Wang, W. A survey on 3D gaussian splatting. arXiv 2024, arXiv:2401.03890. [Google Scholar] [CrossRef]
  13. Mildenhall, B.; Srinivasan, P.P.; Tancik, M.; Barron, J.T.; Ramamoorthi, R.; Ng, R. NeRF: Representing scenes as neural radiance fields for view synthesis. Commun. ACM 2021, 65, 99–106. [Google Scholar] [CrossRef]
  14. Navaneet, K.; Mathew, A.; Kashyap, S.; Hung, W.C.; Jampani, V.; Babu, R.V. From image collections to point clouds with self-supervised shape and pose networks. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 13–19 June 2020; pp. 1132–1140. [Google Scholar]
  15. Fu, K.; Peng, J.; He, Q.; Zhang, H. Single image 3D object reconstruction based on deep learning: A review. Multimed. Tools Appl. 2021, 80, 463–498. [Google Scholar] [CrossRef]
  16. Huang, Z.; Wen, Y.; Wang, Z.; Ren, J.; Jia, K. Surface reconstruction from point clouds: A survey and a benchmark. IEEE Trans. Pattern Anal. Mach. Intell. 2024, 46, 9727–9748. [Google Scholar] [CrossRef]
  17. Qi, C.R.; Su, H.; Mo, K.; Guibas, L.J. Pointnet: Deep learning on point sets for 3D classification and segmentation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 21–26 July 2017; pp. 652–660. [Google Scholar]
  18. Van der Maaten, L.; Hinton, G. Visualizing data using t-SNE. J. Mach. Learn. Res. 2008, 9, 2579–2605. [Google Scholar]
  19. Radford, A.; Kim, J.W.; Hallacy, C.; Ramesh, A.; Goh, G.; Agarwal, S.; Sastry, G.; Askell, A.; Mishkin, P.; Clark, J.; et al. Learning transferable visual models from natural language supervision. In Proceedings of the International Conference on Machine Learning; PMLR: New York, NY, USA, 2021; pp. 8748–8763. [Google Scholar]
  20. Yang, L.; Zhang, Z.; Song, Y.; Hong, S.; Xu, R.; Zhao, Y.; Zhang, W.; Cui, B.; Yang, M.H. Diffusion models: A comprehensive survey of methods and applications. ACM Comput. Surv. 2023, 56, 105. [Google Scholar] [CrossRef]
  21. Choy, C.B.; Xu, D.; Gwak, J.; Chen, K.; Savarese, S. 3D-R2N2: A unified approach for single and multi-view 3D object reconstruction. In Proceedings of the Computer Vision—ECCV 2016: 14th European Conference, Amsterdam, The Netherlands, 11–14 October 2016; Proceedings, Part VIII 14; Springer: Cham, Switzerland, 2016; pp. 628–644. [Google Scholar]
  22. Wang, Y.; Jiang, L.; Yang, M.H.; Li, L.J.; Long, M.; Li, F.F. Eidetic 3D LSTM: A model for video prediction and beyond. In Proceedings of the International Conference on Learning Representations, New Orleans, LA, USA, 6–9 May 2019; pp. 1–14. [Google Scholar]
  23. Brücker, C.; Hess, D.; Kitzhofer, J. Single-view volumetric PIV via high-resolution scanning, isotropic voxel restructuring and 3D least-squares matching (3D-LSM). Meas. Sci. Technol. 2012, 24, 024001. [Google Scholar] [CrossRef]
  24. Xie, H.; Yao, H.; Sun, X.; Zhou, S.; Zhang, S. Pix2Vox: Context-aware 3D reconstruction from single and multi-view images. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Seoul, Republic of Korea, 27 October–2 November 2019; pp. 2690–2698. [Google Scholar]
  25. Xie, H.; Yao, H.; Zhang, S.; Zhou, S.; Sun, W. Pix2Vox++: Multi-scale context-aware 3D object reconstruction from single and multiple images. Int. J. Comput. Vis. 2020, 128, 2919–2935. [Google Scholar] [CrossRef]
  26. Yagubbayli, F.; Wang, Y.; Tonioni, A.; Tombari, F. LegoFormer: Transformers for block-by-block multi-view 3D reconstruction. arXiv 2021, arXiv:2106.12102. [Google Scholar]
  27. Lee, J.J.; Benes, B. RGB2Point: 3D Point Cloud Generation from Single RGB Images. arXiv 2024, arXiv:2407.14979. [Google Scholar] [CrossRef]
  28. Ashish, V. Attention is all you need. In Advances in Neural Information Processing Systems; Curran Associates, Inc.: Red Hook, NY, USA, 2017; Volume 30, pp. 5998–6008. [Google Scholar]
  29. Melas-Kyriazi, L.; Rupprecht, C.; Vedaldi, A. PC2: Projection-conditioned point cloud diffusion for single-image 3D reconstruction. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Vancouver, BC, Canada, 17–24 June 2023; pp. 12923–12932. [Google Scholar]
  30. Elmenreich, W.; Moll, P.; Theuermann, S.; Lux, M. Making simulation results reproducible—Survey, guidelines, and examples based on Gradle and Docker. PeerJ Comput. Sci. 2019, 5, e240. [Google Scholar] [CrossRef] [PubMed]
  31. Pistellato, M.; Bergamasco, F. On-the-go reflectance transformation imaging with ordinary smartphones. In Proceedings of the European Conference on Computer Vision; Springer: Cham, Switzerland, 2022; pp. 251–267. [Google Scholar]
  32. Xu, H.; Lei, Y.; Chen, Z.; Zhang, X.; Zhao, Y.; Wang, Y.; Tu, Z. Bayesian diffusion models for 3D shape reconstruction. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 16–22 June 2024; pp. 10628–10638. [Google Scholar]
  33. Yu, A.; Ye, V.; Tancik, M.; Kanazawa, A. pixelNeRF: Neural radiance fields from one or few images. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Nashville, TN, USA, 20–25 June 2021; pp. 4578–4587. [Google Scholar]
  34. Xu, J.; Cheng, W.; Gao, Y.; Wang, X.; Gao, S.; Shan, Y. Instantmesh: Efficient 3D mesh generation from a single image with sparse-view large reconstruction models. arXiv 2024, arXiv:2404.07191. [Google Scholar]
  35. Yu, Q.; Li, X.; Tang, Y.; Han, X.; Hu, L.; Hao, Y.; Chen, M. Fancy123: One Image to High-Quality 3D Mesh Generation via Plug-and-Play Deformation. arXiv 2024, arXiv:2411.16185. [Google Scholar]
  36. Wei, X.; Zhang, K.; Bi, S.; Tan, H.; Luan, F.; Deschaintre, V.; Sunkavalli, K.; Su, H.; Xu, Z. MeshLRM: Large Reconstruction Model for High-Quality Meshes. arXiv 2024, arXiv:2404.12385. [Google Scholar]
  37. Liu, M.; Xu, C.; Jin, H.; Chen, L.; Varma T, M.; Xu, Z.; Su, H. One-2-3-45: Any single image to 3D mesh in 45 seconds without per-shape optimization. In Advances in Neural Information Processing Systems; Curran Associates, Inc.: Red Hook, NY, USA, 2023; Volume 36, pp. 22226–22246. [Google Scholar]
  38. Liu, M.; Shi, R.; Chen, L.; Zhang, Z.; Xu, C.; Wei, X.; Chen, H.; Zeng, C.; Gu, J.; Su, H. One-2-3-45++: Fast single image to 3D objects with consistent multi-view generation and 3D diffusion. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 16–22 June 2024; pp. 10072–10083. [Google Scholar]
  39. Huang, Z.; Boss, M.; Vasishta, A.; Rehg, J.M.; Jampani, V. SPAR3D: Stable Point-Aware Reconstruction of 3D Objects from Single Images. arXiv 2025, arXiv:2501.04689. [Google Scholar]
  40. Liu, Y.; Yang, Z.; Wu, G.; Ren, Y.; Lin, K.; Liu, B.; Liu, Y.; Shan, J. VQA-diff: Exploiting VQA and diffusion for zero-shot image-to-3D vehicle asset generation in autonomous driving. In Proceedings of the European Conference on Computer Vision; Springer: Cham, Switzerland, 2024; pp. 323–340. [Google Scholar]
  41. Yao, Y.; Duan, J.; Xu, K.; Cai, Y.; Sun, Z.; Zhang, Y. A survey on large language model (LLM) security and privacy: The good, the bad, and the ugly. High-Confid. Comput. 2024, 4, 100211. [Google Scholar] [CrossRef]
  42. Wang, M.; Tian, S. A brief introduction to intelligent point cloud processing, sensing, and understanding: Part II. Sensors 2025, 25, 1310. [Google Scholar] [CrossRef] [PubMed]
  43. Song, J.; Meng, C.; Ermon, S. Denoising diffusion implicit models. arXiv 2020, arXiv:2010.02502. [Google Scholar]
  44. Ho, J.; Jain, A.; Abbeel, P. Denoising diffusion probabilistic models. In Advances in Neural Information Processing Systems; Curran Associates, Inc.: Red Hook, NY, USA, 2020; Volume 33, pp. 6840–6851. [Google Scholar]
  45. Medeiros, L. Language Segment-Anything: Text-Prompted Instance Segmentation. 2023. Available online: https://github.com/luca-medeiros/lang-segment-anything (accessed on 22 April 2025).
  46. Liu, Z.; Tang, H.; Lin, Y.; Han, S. Point-voxel cnn for efficient 3d deep learning. In Advances in Neural Information Processing Systems; Curran Associates, Inc.: Red Hook, NY, USA, 2019; Volume 32. [Google Scholar]
  47. Lippl, S.; Lindsey, J. Inductive biases of multi-task learning and finetuning: Multiple regimes of feature reuse. In Advances in Neural Information Processing Systems; Curran Associates, Inc.: Red Hook, NY, USA, 2024; Volume 37, pp. 118745–118776. [Google Scholar]
  48. Moslemi, A.; Briskina, A.; Dang, Z.; Li, J. A survey on knowledge distillation: Recent advancements. Mach. Learn. Appl. 2024, 18, 100605. [Google Scholar] [CrossRef]
  49. Mansourian, A.M.; Ahmadi, R.; Ghafouri, M.; Babaei, A.M.; Golezani, E.B.; Ghamchi, Z.Y.; Ramezanian, V.; Taherian, A.; Dinashi, K.; Miri, A.; et al. A Comprehensive Survey on Knowledge Distillation. arXiv 2025, arXiv:2503.12067. [Google Scholar] [CrossRef]
  50. Du, X.; Wang, Y.; Sun, H.; Wu, Z.; Sheng, H.; Wang, S.; Ying, J.; Lu, M.; Zhu, T.; Zhan, K.; et al. 3DRealCar: An in-the-wild RGB-D car dataset with 360-degree views. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Honolulu, HI, USA, 19–23 October 2025; pp. 26488–26498. [Google Scholar]
  51. Schonberger, J.L.; Frahm, J.M. Structure-from-motion revisited. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; pp. 4104–4113. [Google Scholar]
  52. Kirillov, A.; Mintun, E.; Ravi, N.; Mao, H.; Rolland, C.; Gustafson, L.; Xiao, T.; Whitehead, S.; Berg, A.C.; Lo, W.Y.; et al. Segment anything. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Paris, France, 1–6 October 2023; pp. 4015–4026. [Google Scholar]
  53. Wang, J.; Karaev, N.; Rupprecht, C.; Novotny, D. VGGSfM: Visual geometry grounded deep structure from motion. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 16–22 June 2024; pp. 21686–21697. [Google Scholar]
  54. Zhou, L.; Du, Y.; Wu, J. 3D shape generation and completion through point-voxel diffusion. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Montreal, QC, Canada, 10–17 October 2021; pp. 5826–5835. [Google Scholar]
  55. Antić, D.; Paschalidis, G.; Tripathi, S.; Gevers, T.; Dwivedi, S.K.; Tzionas, D. SDFit: 3D object pose and shape by fitting a morphable SDF to a single image. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Honolulu, HI, USA, 19–25 October 2025; pp. 9616–9626. [Google Scholar]
  56. Zhao, L.; Hu, Y.; Yang, X.; Dou, Z.; Wu, Q. ICDDPM: Image-conditioned denoising diffusion probabilistic model for real-world complex point cloud single view reconstruction. Expert Syst. Appl. 2025, 259, 125370. [Google Scholar] [CrossRef]
  57. Koroteev, M.V. BERT: A review of applications in natural language processing and understanding. arXiv 2021, arXiv:2103.11943. [Google Scholar] [CrossRef]
  58. Liu, Y.; Ott, M.; Goyal, N.; Du, J.; Joshi, M.; Chen, D.; Levy, O.; Lewis, M.; Zettlemoyer, L.; Stoyanov, V. Roberta: A robustly optimized bert pretraining approach. arXiv 2019, arXiv:1907.11692. [Google Scholar]
Figure 1. Motivation of the proposed prior-guided reconstruction framework. The upper-left image illustrates a casually captured vehicle image under non-ideal conditions, where severe viewpoint limitations, occlusions, truncation, and missing structural information introduce strong ambiguity into single-view reconstruction. The upper-right image shows that directly applying a general-purpose image-to-3D reconstruction framework to such inputs may lead to incomplete or semantically incorrect 3D assets. The bottom image illustrates that introducing semantic and geometric prior guidance during the generation process enables the model to better understand vehicle structure and generate more plausible and semantically consistent 3D point cloud assets.
Figure 1. Motivation of the proposed prior-guided reconstruction framework. The upper-left image illustrates a casually captured vehicle image under non-ideal conditions, where severe viewpoint limitations, occlusions, truncation, and missing structural information introduce strong ambiguity into single-view reconstruction. The upper-right image shows that directly applying a general-purpose image-to-3D reconstruction framework to such inputs may lead to incomplete or semantically incorrect 3D assets. The bottom image illustrates that introducing semantic and geometric prior guidance during the generation process enables the model to better understand vehicle structure and generate more plausible and semantically consistent 3D point cloud assets.
Sensors 26 03359 g001
Figure 2. The visualized mapping of vehicle point cloud feature distributions categorized by different vehicle types. It can be observed that the point cloud features of different vehicle types exhibit clear correlations. Therefore, the vehicle type information is considered to be an important prior and can serve as a guiding condition.
Figure 2. The visualized mapping of vehicle point cloud feature distributions categorized by different vehicle types. It can be observed that the point cloud features of different vehicle types exhibit clear correlations. Therefore, the vehicle type information is considered to be an important prior and can serve as a guiding condition.
Sensors 26 03359 g002
Figure 3. A t-SNE visualization of semantic distributions in different feature spaces. (a) Point cloud feature embeddings extracted by the proposed framework. (b) Corresponding text-prompt embeddings generated from semantic priors. Representative clusters corresponding to semantically related vehicle groups are highlighted for qualitative comparison. The visualization demonstrates that both point cloud features and text-prompt embeddings exhibit similar neighborhood distribution tendencies and semantic clustering structures, indicating effective semantic alignment between geometric representations and textual priors.
Figure 3. A t-SNE visualization of semantic distributions in different feature spaces. (a) Point cloud feature embeddings extracted by the proposed framework. (b) Corresponding text-prompt embeddings generated from semantic priors. Representative clusters corresponding to semantically related vehicle groups are highlighted for qualitative comparison. The visualization demonstrates that both point cloud features and text-prompt embeddings exhibit similar neighborhood distribution tendencies and semantic clustering structures, indicating effective semantic alignment between geometric representations and textual priors.
Sensors 26 03359 g003
Figure 4. The overall pipeline of the proposed model. A single-view image and the corresponding textual prompts serve as inputs, while the reconstructed point cloud is generated as the output. The proposed model is a multimodal conditional diffusion model. At each denoising step, every point in the point cloud is enhanced by its corresponding projected 2D features and text features. During the training process, in addition to the ground-truth supervision, the output is also regulated by the regulators.
Figure 4. The overall pipeline of the proposed model. A single-view image and the corresponding textual prompts serve as inputs, while the reconstructed point cloud is generated as the output. The proposed model is a multimodal conditional diffusion model. At each denoising step, every point in the point cloud is enhanced by its corresponding projected 2D features and text features. During the training process, in addition to the ground-truth supervision, the output is also regulated by the regulators.
Sensors 26 03359 g004
Figure 5. The structure of our diffusion model. It consists of two parallel branches, enabling the fusion of global and local features. The voxel branch consists of a series of 3D convolutions, while the point cloud branch is composed of MLPs.
Figure 5. The structure of our diffusion model. It consists of two parallel branches, enabling the fusion of global and local features. The voxel branch consists of a series of 3D convolutions, while the point cloud branch is composed of MLPs.
Sensors 26 03359 g005
Figure 6. The structures of the Vehicle Type Regulator and Vehicle Model Regulator. Both regulators take the augmented ground-truth point cloud as input and encode it using a combination of transformer blocks and MLPs. The Vehicle Type Regulator is designed to learn the data distribution characteristics across different vehicle types, while the Vehicle Model Regulator captures the association between the point cloud data and text prompts.
Figure 6. The structures of the Vehicle Type Regulator and Vehicle Model Regulator. Both regulators take the augmented ground-truth point cloud as input and encode it using a combination of transformer blocks and MLPs. The Vehicle Type Regulator is designed to learn the data distribution characteristics across different vehicle types, while the Vehicle Model Regulator captures the association between the point cloud data and text prompts.
Sensors 26 03359 g006
Figure 7. Pipeline of 3DRealCar++ construction. LSAM [45] is used to extract and filter vehicle masks, which are then fed into VggSfM [53] for point cloud reconstruction. The resulting high-quality point clouds serve as the ground truth for all images of the same instance.
Figure 7. Pipeline of 3DRealCar++ construction. LSAM [45] is used to extract and filter vehicle masks, which are then fed into VggSfM [53] for point cloud reconstruction. The resulting high-quality point clouds serve as the ground truth for all images of the same instance.
Sensors 26 03359 g007
Figure 8. Examples of our dataset filtering process. High-quality data is retained, while low-quality or erroneous data is discarded.
Figure 8. Examples of our dataset filtering process. High-quality data is retained, while low-quality or erroneous data is discarded.
Sensors 26 03359 g008
Figure 9. Qualitative comparison between the original 3DRealCar dataset and our optimized 3DRealCar++.
Figure 9. Qualitative comparison between the original 3DRealCar dataset and our optimized 3DRealCar++.
Sensors 26 03359 g009
Figure 10. Comparison between our model and state-of-the-art point cloud-based reconstruction methods.
Figure 10. Comparison between our model and state-of-the-art point cloud-based reconstruction methods.
Sensors 26 03359 g010
Figure 11. Case studies comparing our point cloud-based single-view reconstruction method with other end-to-end single-view reconstruction methods under non-ideal viewpoints. It can be observed that, due to limited visibility or missing information, general-purpose methods may not be effective under non-ideal conditions.
Figure 11. Case studies comparing our point cloud-based single-view reconstruction method with other end-to-end single-view reconstruction methods under non-ideal viewpoints. It can be observed that, due to limited visibility or missing information, general-purpose methods may not be effective under non-ideal conditions.
Sensors 26 03359 g011
Figure 12. A comparison of several case studies with the LLM-based VQA-Diff method. Due to the hallucination issues of LLMs, such methods may be unreliable under non-ideal conditions.
Figure 12. A comparison of several case studies with the LLM-based VQA-Diff method. Due to the hallucination issues of LLMs, such methods may be unreliable under non-ideal conditions.
Sensors 26 03359 g012
Table 1. Methodological comparison between the proposed method and representative single-view 3D reconstruction approaches.
Table 1. Methodological comparison between the proposed method and representative single-view 3D reconstruction approaches.
MethodRepresentationDiffusion-BasedSemantic PriorText GuidanceNon-Ideal View RobustnessSemantic Regularization
RGB2PointPoint Cloud×××Weak×
PC2Point Cloud××Moderate×
BDMPoint CloudPartial×Moderate×
PixelNeRFNeRF×××Weak×
One-2-3-45++××Moderate×
Spar3DMesh××Moderate×
VQA-DiffMulti-View ImagesPartialModerate×
OursPoint CloudStrong
Table 2. Prior-guided conditional denoising pipeline for a single step of S θ ( X t 1 X t , C ) .
Table 2. Prior-guided conditional denoising pipeline for a single step of S θ ( X t 1 X t , C ) .
InputNoisy point cloud X t R 3 × N , image I R H × W × 3 , camera intrinsics K, extrinsics T, text prompt T.
Step 1Obtain mask M R H × W from I using LSAM [45]. Compute distance map D R H × W by D ( p ) = Norm min q V p q 2 , where V = { ( x q , y q ) M ( x q , y q ) = 1 } . Extract image features F rgb R H × W × F 1 with ViT and form F 2 D = Concat ( I , M , D , F rgb ) R H × W × ( 3 + 1 + 1 + F 1 ) .
Step 2Project F 2 D onto X t using rasterizing projection with ( K , T ) to obtain F 3 D = P r ( X t , F 2 D , K , T ) R ( 5 + F 1 ) × N . Augment the noisy point cloud as X aug = Concat ( F 3 D , X t ) R ( 5 + F 1 + 3 ) × N .
Step 3Encode text prompt T using CLIP [19] to get F text R F 2 .
Step 4Fuse X aug and F text via fully connected layers and a cross-attention module, yielding X + = CrossAtten ( X aug , F text ) R ( 5 + F 1 + 3 ) × N .
Step 5Use X + as the condition of the diffusion model to predict noise ϵ pred = S θ ( X 0 X t , C ) = S θ ( X 0 X + ) , and update the sample with a DDPM/DDIM-style rule X t 1 = UpdateStep ( X t , ϵ pred , t ) .
Table 3. Category-wise image distribution of the 3DRealCar++ dataset.
Table 3. Category-wise image distribution of the 3DRealCar++ dataset.
CategoriesImages
Sedan4310
SUV5658
Van2235
Pickup2091
Sportcar3398
MPV2987
Others3210
Total23,889
Table 4. Quantitative comparison with existing methods on the 3DRealCar++ dataset.
Table 4. Quantitative comparison with existing methods on the 3DRealCar++ dataset.
MethodPrec. ↑Rec. ↑F1-Score ↑CD ↓
RGB2Point [27]0.34110.61080.415789.8521
SDFit [55]0.55230.64170.574284.3765
ICDDPM [56]0.61840.65920.615778.5349
PC2 [29]0.60710.61960.593881.7665
BDM [32]0.62800.64390.616379.2421
Ours0.70200.72780.699070.0585
Ours-DDPM0.73990.73950.722662.1525
Table 5. Per-category F-score comparison on the 3DRealCar++ dataset.
Table 5. Per-category F-score comparison on the 3DRealCar++ dataset.
CategoryRGB2Point [27]SDFit [55]ICDDPM [56]PC2 [28]BDM [29]Ours
Sedan0.43050.60160.66290.62190.66680.7441
SUV0.40850.59320.65920.61380.69600.7364
Van0.37790.53570.54100.53310.54870.6320
Pickup0.42680.58300.61330.61210.61100.7048
Sport Car0.35800.55980.60350.55140.60050.6649
MPV0.48270.59040.64710.60810.64890.7184
Others0.42580.55590.58270.61600.57160.6924
Avg. F-score ↑0.41570.57420.61570.59380.61630.6990
Table 6. Ablation study on the impact of regulators.
Table 6. Ablation study on the impact of regulators.
L VTR L VMR Prec. ↑Rec. ↑F1-Score ↑CD ↓
0.64400.65770.637177.4323
0.67160.70620.689471.7480
0.66030.68500.680774.4547
0.70200.72780.699070.0585
Table 7. Ablation study on the fusion methods.
Table 7. Ablation study on the fusion methods.
ExperimentPrec. ↑Rec. ↑F1-Score ↑CD ↓
No text prior (PC2)0.60710.61960.593881.7665
Broad fusion0.63430.63900.627477.5601
Attention fusion0.64400.65770.637177.4323
Table 8. Ablation study on different text encoders for semantic priors.
Table 8. Ablation study on different text encoders for semantic priors.
Text EncoderPrec. ↑Rec. ↑F1-Score ↑CD ↓
No text prior0.59380.60120.582483.4173
BERT [57]0.68150.70370.671972.8564
RoBERTa [58]0.69270.71590.685871.1925
CLIP (ours)0.70200.72780.699070.0585
Table 9. Ablation study on different diffusion noise schedules (DDIM, 100 steps).
Table 9. Ablation study on different diffusion noise schedules (DDIM, 100 steps).
Noise SchedulePrec. ↑Rec. ↑F1-Score ↑CD ↓
Cosine0.69320.71850.695171.4827
Quadratic0.68640.70930.688472.9062
Linear (ours)0.70200.72780.699070.0585
Table 10. Ablation study on different training schemes for the regulators.
Table 10. Ablation study on different training schemes for the regulators.
Training SchemePrec. ↑Rec. ↑F1-Score ↑CD ↓
W/o regulators0.64400.65770.637177.4323
Joint training (unfrozen)0.68420.71010.692372.9132
Pretrained + frozen (ours)0.70200.72780.699070.0585
Table 11. Ablation study on sampling strategies and sampling steps.
Table 11. Ablation study on sampling strategies and sampling steps.
Exp.Prec. ↑Rec. ↑F1-Score ↑CD ↓Infer. Time ↓
ddpm-100 steps0.68330.72250.692973.3210~2.7 s
ddim-100 steps0.70200.72780.699070.0585~2.6 s
ddpm-1000 steps0.74000.73950.722662.1525~26.7 s
Table 12. Ablation study on the necessity and effectiveness of the regulators.
Table 12. Ablation study on the necessity and effectiveness of the regulators.
MethodInstance Accuracy ↑Matching Score ↓
Ground Truth0.95363.7391
PC20.41194.8035
Ours0.57784.1256
Noise0.012123.8367
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Cao, J.; Liu, X.; Xue, R. Distillation Style Regulators and Semantic Prior-Guided Framework for Non-Ideal Single-View 3D Vehicle Point Cloud Reconstruction. Sensors 2026, 26, 3359. https://doi.org/10.3390/s26113359

AMA Style

Cao J, Liu X, Xue R. Distillation Style Regulators and Semantic Prior-Guided Framework for Non-Ideal Single-View 3D Vehicle Point Cloud Reconstruction. Sensors. 2026; 26(11):3359. https://doi.org/10.3390/s26113359

Chicago/Turabian Style

Cao, Jinghao, Xiajun Liu, and Rui Xue. 2026. "Distillation Style Regulators and Semantic Prior-Guided Framework for Non-Ideal Single-View 3D Vehicle Point Cloud Reconstruction" Sensors 26, no. 11: 3359. https://doi.org/10.3390/s26113359

APA Style

Cao, J., Liu, X., & Xue, R. (2026). Distillation Style Regulators and Semantic Prior-Guided Framework for Non-Ideal Single-View 3D Vehicle Point Cloud Reconstruction. Sensors, 26(11), 3359. https://doi.org/10.3390/s26113359

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop