REVIEW 4 major objections 5 minor 48 references
OLiDM: Object-aware LiDAR Diffusion Models for Autonomous Driving
T0 review · 4 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read OLiDM generates LiDAR scenes by first generating controllable foreground objects, then conditioning the scene on them, improving fidelity and downstream detection.
desk verdict Solid engineering contribution with a real two-stage object-to-scene architecture, but the KITTI-360 object-fidelity claim is undermined by using the same SECOND detector for both training data and evaluation. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central machinery is a two-stage diffusion pipeline: an object denoiser, a voxel-based diffusion transformer, that takes CLIP text embeddings and a Fourier-embedded 3D box as conditions, and a scene-level U-Net denoiser over range images, steered by a zero-convolution scene controller that injects the generated object range image. OSA computes category-wise binary masks from the object conditions and uses them to form c-channel masked range images, with an extra diffusion loss on those masked channels to align features within each semantic subspace.
What would settle it
Train an independent object detector, or use human labels, to count and compare objects in OLiDM-generated KITTI-360 scenes against the real-data benchmark of 9.06 boxes per scene; if the independent count does not approach that number while SECOND does, the claimed object fidelity is an artifact of the evaluation detector. Alternatively, fine-tune a detector on OLiDM-only synthetic data and evaluate on real KITTI-360; poor real-world performance would indicate the generated objects do not capture the distribution the paper claims.
Extended reading notes
Core claim
OLiDM's central claim is that foreground objects, not whole scenes, should be the unit of LiDAR generation. The Object-Scene Progressive Generation (OPG) module first denoises object point clouds conditioned on a text description and a 3D bounding box, then projects those objects into a range image that a scene controller feeds into the scene denoiser. The Object Semantic Alignment (OSA) module adds per-category masked channels to the range image so the diffusion loss is balanced across semantic subspaces. The paper reports that this object-first, scene-second design yields the best FPD and JSD on KITTI-360, with OLiDM exceeding UltraLiDAR by 17.5 in FPD, and that the generated objects improve downstream 3D detection on nuScenes by 2.4% mAP and 1.9% NDS.
Load-bearing premise
The premise that SECOND detector outputs are an unbiased definition of real foreground objects is load-bearing: if SECOND systematically misses or double-counts objects, both the training database of KITTI-360 objects and the object-level evaluation are biased in the same direction.
Editorial extensions
If this is right
- If correct, OLiDM gives a single pipeline that outputs both a LiDAR scene and the 3D object annotations for the objects it placed, since the objects are generated first.
- It enables user control of object category, description, position, and size, which can be used to create rare or corner-case scenarios for perception testing.
- The reported sparse-to-dense completion gains suggest the same conditional mechanism can upsample low-beam LiDAR to high-beam density with better semantic preservation.
- The downstream improvement over GT-Aug indicates that object-first synthetic data can serve as a data augmentation source for 3D detectors.
Reading between the lines
- The object-first design could be applied to other sensor modalities such as radar or event cameras, where foreground-background imbalance also exists, though the paper does not test this.
- Because object crops are generated before the scene, the framework could, in principle, be extended to insert a requested number of objects per category at desired locations, enabling stress-testing of perception systems; the paper only demonstrates uniform and prompted sampling.
- The reliance on SECOND detections for the KITTI-360 object database suggests that using ground-truth annotations instead could shift both training and evaluation, and it is an open question how the reported object-level metrics would change under an independent detector.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. OLiDM proposes an object-aware LiDAR diffusion framework that generates foreground objects first, conditioned on CLIP text embeddings and Fourier-encoded 3D boxes, and then generates a full scene from a range image using a scene controller and an Object Semantic Alignment (OSA) loss. Experiments on KITTI-360 report strong scene-level FPD/JSD, object-level Chamfer/JSD/#Box numbers, sparse-to-dense completion results, and downstream nuScenes detection improvements over GT-Aug and LiDAR-Aug. The paper's central novelty is the object-first, scene-second progressive generation, which is reasonable and potentially useful, but the object-level evaluation is weakened by a training/evaluation circularity and the abstract contains quantitative claims that do not match the reported tables.
Significance. If the claims hold, OLiDM would be a practical contribution because it is the first LiDAR generator in this line that separates foreground-object generation from background-scene generation and provides initial object annotations for downstream tasks. The scene-level FPD/JSD improvements and the nuScenes detection gains are externally benchmarked and deserve credit: the FPD improvement over UltraLiDAR (25.1 to 7.60 in Table 1) is large, and the CenterPoint mAP gain of 2.9 points over a strong baseline is a concrete, falsifiable result. However, the headline claim of high-fidelity object generation on KITTI-360 is not yet established, because the object training database and the object-level evaluation both rely on the same SECOND detector. The paper also omits error bars and has abstract numbers inconsistent with Tables 3 and 4. The architecture is original, and the OSA idea is clearly presented, but the experimental validation needs to be strengthened before the central object-level claim can be accepted.
major comments (4)
- [§4.2, Appendix A] The object-level evaluation is circular. Appendix A states that the KITTI-360 object training database is built by running SECOND (trained on KITTI) on KITTI-360, and Section 4.2 states that the object-level evaluation uses the same detector family to identify and count generated objects, with the reference value #Box = 9.06 being the average SECOND-detected box count in real scenes. Consequently, the low CD/JSD values and the #Box count in Table 2 may reflect the model reproducing SECOND's detection biases (typical box shapes, easy poses, false-positive patterns) rather than geometric or semantic fidelity to human-annotated objects. The comparison is also asymmetric, because LiDARGen and R2DM were not trained on this detector-derived object distribution. Please re-evaluate object-level metrics against KITTI-360 ground-truth annotations or an independent detector, and report, for example, point-to-surface distance to annotated 3D boxes and per-category recall/precision of detected generated objects.
- [Abstract, Tables 3 and 4] The abstract's quantitative claims do not match the reported tables. The claim of a '57.47% increase in semantic IoU' in sparse-to-dense completion is not a relative increase: Table 3 reports semantic IoU 22.46 for LiDARGen and 79.93 for OLiDM, which is an absolute increase of 57.47 percentage points and a relative increase of about 256%. The claim of '2.4% in mAP and 1.9% in NDS' is also not directly supported by Table 4, where PointPillars shows +1.9 mAP / +2.8 NDS and CenterPoint shows +2.9 mAP / +2.7 NDS; neither detector gives 1.9 NDS, and the mAP value is only the average of two detectors. Please state the exact aggregation rule or correct the abstract.
- [Tables 1–4] No random seeds, number of runs, or confidence intervals are reported for any quantitative result. Diffusion sampling is stochastic, and several reported differences are small (e.g., JSD 0.49 vs. 0.42 in Table 1; NDS differences in Table 4), so without repeated runs it is unclear whether these differences are significant. Please run at least three seeds for the main generation and detection experiments and report mean and standard deviation, or an equivalent statistical statement.
- [§4.2, Table 2] The description of the object-level reference set is incomplete. The text reports CD, SS, and JSD for 'foreground objects' and states that 'we sample 1000 objects for the evaluation,' but it does not state what the reference point clouds are, how the generated objects are extracted (e.g., by cropping detected boxes), or how each generated object is matched to a real object for the Chamfer Distance computation. If the real reference objects are also the SECOND-extracted patches used in Appendix A, then the CD and SS numbers are not an independent measure of fidelity. Please specify the full evaluation protocol.
minor comments (5)
- [§4.1] The sentence 'R2DM is our baseline, with range image inputs (Sec.3.1 w = 1024)' is unclear: R2DM is a prior method, and Section 3.1 does not define the symbol w. If R2DM is reimplemented, state the reimplementation details and the source of the numbers in Table 1.
- [§3.3, Eq. (9)] The OSA loss in Eq. (9) is written without the scene controller or the object-conditioned features used in Eq. (8), but the text says Eq. (9) is used jointly with Eq. (8). Please clarify whether Eq. (9) is computed with the same conditioned denoiser and specify how the mask M is obtained during training (e.g., from ground-truth object boxes or from detector outputs).
- [§3.3] The text refers to 'fig. 17' when first introducing the OSA motivation, but Figure 17 is in the appendix and is not called out until later. Please renumber or move the reference so the figure is introduced at the appropriate point.
- [Table 3] The header 'Reflectence' appears to be a typo for 'Reflectance'.
- [§4.1 and Table 2] The notation OLiDM, OLiDM−, OLiDMT, and OLiDMB is used in Table 2, but the caption only explains the abbreviations loosely. Please define each row explicitly in the caption or in the text before the table.
Circularity Check
Object-level KITTI-360 claim is partially circular: both the object training database and the object evaluation metric are built from the same SECOND detector, so high object-level scores partly reflect a closed detector loop; scene-level and nuScenes downstream claims remain independent.
-
self definitional
[Appendix A (Training Dataset) and Section 4.2 (Object-Aware LiDAR Generation), Table 2]
"Appendix A: "As for KITTI-360, we utilize a well-trained 3D detector ( i.e., SECOND [38] trained on KITTI [12]) to identify foreground objects on KITTI360. We also sample 55k real LiDAR objects from these detected objects." Section 4.2: "We utilize a well-trained 3D detector (Yan, Mao, and Li 2018) to identify foreground objects within LiDAR scenes.""
On KITTI-360, 'real foreground objects' are operationally defined as SECOND detections: Appendix A builds the 55k-object training set by running SECOND on KITTI-360, and Section 4.2 evaluates object-level fidelity with that same SECOND detector. The paper's #Box reference value 9.06 is the mean number of SECOND-detected boxes in real scenes, so 'approaching 9.06' means matching the output distribution of the very detector used to create the training patches. Because OLiDM's object denoiser is trained to reproduce SECOND-detected patches, the high CD, SS, JSD, and #Box numbers measure closeness to the detector's own output distribution, not to an independent human-annotated object distribution.
full rationale
The paper's central scene-level generation results are not circular: FPD, JSD, and MMD on KITTI-360 compare generated range/BEV point distributions against real LiDAR using external feature representations, and OLiDM is not optimized against those metrics. The nuScenes downstream experiments are also independent: the object database there uses ground-truth annotations, and the improved mAP/NDS of PointPillars and CenterPoint is measured by external detectors on real validation data. The one genuinely load-bearing circular element is the object-level evaluation on KITTI-360, where the training target and the evaluation instrument are both SECOND detections. That loop weakens the claim that OLiDM produces 'high-fidelity' foreground objects in an absolute sense; it more directly demonstrates fidelity to SECOND's detected-object distribution. Since the object-level claim is a headline contribution, this partial circularity prevents a 0-2 score, but the independent scene-level and downstream evidence keep the overall derivation from collapsing to a fit, so a moderate score of 3 is appropriate.
Assumptions & free parameters
free parameters (6)
- voxel size V =
32
- object point count N =
1024
- range image height H =
64 for KITTI-360, 32 for nuScenes
- scene training steps and batch =
300k steps, batch 16, lr 1e-5
- OSA loss weight =
not reported
- number of diffusion timesteps =
not reported
assumptions (7)
- standard math DDPM noise-adding and denoising objective
- standard math Cross-attention and zero-convolution designs transfer from image diffusion to LiDAR range images
- domain assumption CLIP text embeddings and BLIP2 captions are semantically meaningful for LiDAR objects
- domain assumption SECOND detections define ground-truth foreground objects on KITTI-360
- domain assumption OpenShape cosine similarity is a valid object-quality metric
- ad hoc to paper Splitting range-image features into category masks reduces spatial misalignment
- ad hoc to paper Object-first, scene-later progressive generation helps rather than hurts scene fidelity
Cite this review
Pith. "Pith review of OLiDM: Object-aware LiDAR Diffusion Models for Autonomous Driving." pith.science (2026). https://pith.science/paper/3KU3TB3G
@misc{pith2026241217226,
author = {Pith},
title = {Pith review of: OLiDM: Object-aware LiDAR Diffusion Models for Autonomous Driving},
year = {2026},
howpublished = {\url{https://pith.science/paper/3KU3TB3G}},
note = {Machine review of arXiv:2412.17226}
}
read the original abstract
To enhance autonomous driving safety in complex scenarios, various methods have been proposed to simulate LiDAR point cloud data. Nevertheless, these methods often face challenges in producing high-quality, diverse, and controllable foreground objects. To address the needs of object-aware tasks in 3D perception, we introduce OLiDM, a novel framework capable of generating high-fidelity LiDAR data at both the object and the scene levels. OLiDM consists of two pivotal components: the Object-Scene Progressive Generation (OPG) module and the Object Semantic Alignment (OSA) module. OPG adapts to user-specific prompts to generate desired foreground objects, which are subsequently employed as conditions in scene generation, ensuring controllable outputs at both the object and scene levels. This also facilitates the association of user-defined object-level annotations with the generated LiDAR scenes. Moreover, OSA aims to rectify the misalignment between foreground objects and background scenes, enhancing the overall quality of the generated objects. The broad effectiveness of OLiDM is demonstrated across various LiDAR generation tasks, as well as in 3D perception tasks. Specifically, on the KITTI-360 dataset, OLiDM surpasses prior state-of-the-art methods such as UltraLiDAR by 17.5 in FPD. Additionally, in sparse-to-dense LiDAR completion, OLiDM achieves a significant improvement over LiDARGen, with a 57.47\% increase in semantic IoU. Moreover, OLiDM enhances the performance of mainstream 3D detectors by 2.4\% in mAP and 1.9\% in NDS, underscoring its potential in advancing object-aware 3D tasks. Code is available at: https://yanty123.github.io/OLiDM.
Figures
Figures from the paper (14 more)
Reference graph
Works this paper leans on
-
[1]
Achlioptas, P.; Diamanti, O.; Mitliagkas, I.; and Guibas, L. 2018. Learning representations and generative models for 3d point clouds. In International conference on machine learning, 40--49. PMLR
2018
-
[2]
Bai, Y.; Fei, B.; Liu, Y.; Ma, T.; Hou, Y.; Shi, B.; and Li, Y. 2024. RangePerception: Taming LiDAR Range View for Efficient and Accurate 3D Object Detection. Advances in Neural Information Processing Systems, 36
work page 2024
-
[3]
Caccia, L.; Van Hoof, H.; Courville, A.; and Pineau, J. 2019 a . Deep generative modeling of lidar data. In 2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 5034--5040. IEEE
work page 2019
-
[4]
Caccia, L.; Van Hoof, H.; Courville, A.; and Pineau, J. 2019 b . Deep generative modeling of lidar data. In 2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 5034--5040. IEEE
work page 2019
-
[5]
H.; Vora, S.; Liong, V
Caesar, H.; Bankiti, V.; Lang, A. H.; Vora, S.; Liong, V. E.; Xu, Q.; Krishnan, A.; Pan, Y.; Baldan, G.; and Beijbom, O. 2020. nuscenes: A multimodal dataset for autonomous driving. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 11621--11631
2020
-
[6]
Chang, A. X.; Funkhouser, T.; Guibas, L.; Hanrahan, P.; Huang, Q.; Li, Z.; Savarese, S.; Savva, M.; Song, S.; Su, H.; et al. 2015. Shapenet: An information-rich 3d model repository. arXiv preprint arXiv:1512.03012
arXiv 2015
-
[7]
Chen, T.; Kornblith, S.; Norouzi, M.; and Hinton, G. 2020. A simple framework for contrastive learning of visual representations. In International conference on machine learning, 1597--1607. PMLR
2020
-
[8]
Cheng, W.; Yin, J.; Li, W.; Yang, R.; and Shen, J. 2023 a . Language-guided 3d object detection in point cloud for autonomous driving. arXiv preprint arXiv:2305.15765
arXiv 2023
Show all 48 references
-
[9]
G.; and Gui, L.-Y
Cheng, Y.-C.; Lee, H.-Y.; Tulyakov, S.; Schwing, A. G.; and Gui, L.-Y. 2023 b . Sdfusion: Multimodal 3d shape completion, reconstruction, and generation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 4456--4465
2023
-
[10]
Geiger, A.; Lenz, P.; Stiller, C.; and Urtasun, R. 2013. Vision meets robotics: The kitti dataset. The International Journal of Robotics Research, 32(11): 1231--1237
2013
-
[11]
Han, W.; Tao, R.; Ling, H.; and Shen, J. 2024. Weakly Supervised Monocular 3D Object Detection by Spatial-Temporal View Consistency. IEEE Transactions on Pattern Analysis and Machine Intelligence
2024
-
[12]
Ho, J.; Jain, A.; and Abbeel, P. 2020. Denoising diffusion probabilistic models. In Advances in neural information processing systems, volume 33, 6840--6851
2020
-
[13]
H.; Vora, S.; Caesar, H.; Zhou, L.; Yang, J.; and Beijbom, O
Lang, A. H.; Vora, S.; Caesar, H.; Zhou, L.; Yang, J.; and Beijbom, O. 2019. Pointpillars: Fast encoders for object detection from point clouds. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 12697--12705
2019
-
[14]
Lee, S.-g.; Kim, H.; Shin, C.; Tan, X.; Liu, C.; Meng, Q.; Qin, T.; Chen, W.; Yoon, S.; and Liu, T.-Y. 2021. PriorGrad: Improving conditional denoising diffusion models with data-dependent adaptive prior. arXiv preprint arXiv:2106.06406
2021 arXiv
-
[15]
Li, J.; Li, D.; Xiong, C.; and Hoi, S. 2022. Blip: Bootstrapping language-image pre-training for unified vision-language understanding and generation. In International Conference on Machine Learning, 12888--12900. PMLR
2022
-
[16]
Li, X.; Yin, J.; Li, W.; Xu, C.; Yang, R.; and Shen, J. 2024. Di-v2x: Learning domain-invariant representation for vehicle-infrastructure collaborative 3d object detection. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 38, 3208--3215
2024
-
[17]
Li, X.; Yin, J.; Shi, B.; Li, Y.; Yang, R.; and Shen, J. 2023 a . Lwsis: Lidar-guided weakly supervised instance segmentation for autonomous driving. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 37, 1433--1441
2023
-
[18]
Li, Y.; Liu, H.; Wu, Q.; Mu, F.; Yang, J.; Gao, J.; Li, C.; and Lee, Y. J. 2023 b . Gligen: Open-set grounded text-to-image generation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 22511--22521
2023
-
[19]
Liao, Y.; Xie, J.; and Geiger, A. 2022. KITTI-360: A novel dataset and benchmarks for urban scene understanding in 2d and 3d. IEEE Transactions on Pattern Analysis and Machine Intelligence, 45(3): 3292--3310
2022
-
[20]
Liu, M.; Shi, R.; Kuang, K.; Zhu, Y.; Li, X.; Han, S.; Cai, H.; Porikli, F.; and Su, H. 2023. OpenShape: Scaling Up 3D Shape Representation Towards Open-World Understanding. arXiv preprint arXiv:2305.10764
2023 arXiv
-
[21]
Lugmayr, A.; Danelljan, M.; Romero, A.; Yu, F.; Timofte, R.; and Van Gool, L. 2022. Repaint: Inpainting using denoising diffusion probabilistic models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 11461--11471
2022
-
[22]
Luo, S.; and Hu, W. 2021. Diffusion probabilistic models for 3d point cloud generation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2837--2845
2021
-
[23]
Meng, Q.; Wang, W.; Zhou, T.; Shen, J.; Van Gool, L.; and Dai, D. 2020. Weakly supervised 3d object detection from lidar point cloud. In European Conference on computer vision, 515--531. Springer
2020
-
[24]
P.; Tancik, M.; Barron, J
Mildenhall, B.; Srinivasan, P. P.; Tancik, M.; Barron, J. T.; Ramamoorthi, R.; and Ng, R. 2021. Nerf: Representing scenes as neural radiance fields for view synthesis. Communications of the ACM, 65(1): 99--106
2021
-
[25]
Milioto, A.; Vizzo, I.; Behley, J.; and Stachniss, C. 2019. Rangenet++: Fast and accurate lidar semantic segmentation. In 2019 IEEE/RSJ international conference on intelligent robots and systems (IROS), 4213--4220. IEEE
2019
-
[26]
Mo, S.; Xie, E.; Chu, R.; Hong, L.; Niessner, M.; and Li, Z. 2024. Dit-3d: Exploring plain diffusion transformers for 3d shape generation. Advances in Neural Information Processing Systems, 36
2024
-
[27]
Nakashima, K.; and Kurazume, R. 2023. LiDAR Data Synthesis with Denoising Diffusion Probabilistic Models. arXiv preprint arXiv:2309.09256
2023 arXiv
-
[28]
Nichol, A.; Jun, H.; Dhariwal, P.; Mishkin, P.; and Chen, M. 2022. Point-e: A system for generating 3d point clouds from complex prompts. arXiv preprint arXiv:2212.08751
2022 arXiv
-
[29]
Ran, H.; Guizilini, V.; and Wang, Y. 2024. Towards Realistic Scene Generation with LiDAR Diffusion Models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 14738--14748
2024
-
[30]
Ronneberger, O.; Fischer, P.; and Brox, T. 2015. U-net: Convolutional networks for biomedical image segmentation. In Medical image computing and computer-assisted intervention--MICCAI 2015: 18th international conference, Munich, Germany, October 5-9, 2015, proceedings, part II...
2015
-
[31]
L.; Ghasemipour, K.; Gontijo Lopes, R.; Karagol Ayan, B.; Salimans, T.; et al
Saharia, C.; Chan, W.; Saxena, S.; Li, L.; Whang, J.; Denton, E. L.; Ghasemipour, K.; Gontijo Lopes, R.; Karagol Ayan, B.; Salimans, T.; et al. 2022. Photorealistic text-to-image diffusion models with deep language understanding. Advances in Neural Information Processing Syste...
2022
-
[32]
Sauer, A.; Chitta, K.; M \"u ller, J.; and Geiger, A. 2021. Projected gans converge faster. Advances in Neural Information Processing Systems, 34: 17480--17492
2021
-
[33]
W.; Park, S
Shu, D. W.; Park, S. W.; and Kwon, J. 2019. 3d point cloud generative adversarial network based on tree structured graph convolutions. In Proceedings of the IEEE/CVF international conference on computer vision, 3859--3868
2019
-
[34]
Sun, J.; Zhang, Q.; Kailkhura, B.; Yu, Z.; Xiao, C.; and Mao, Z. M. ???? MODELNET40-C: ARobustness BENCHMARK FOR 3D POINT CLOUD RECOGNITION UNDER CORRUPTION
-
[35]
Tao, R.; Han, W.; Qiu, Z.; Xu, C.-Z.; and Shen, J. 2023. Weakly supervised monocular 3d object detection using multi-view projection and direction consistency. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 17482--17492
2023
-
[36]
Wu, Y.; Wang, Y.; Zhang, S.; and Ogai, H. 2020. Deep 3D object detection networks using LiDAR data: A review. IEEE Sensors Journal, 21(2): 1152--1171
2020
-
[37]
Xiong, Y.; Ma, W.-C.; Wang, J.; and Urtasun, R. 2023. Learning Compact Representations for LiDAR Completion and Generation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1074--1083
2023
-
[38]
Yan, Y.; Mao, Y.; and Li, B. 2018. Second: Sparsely embedded convolutional detection. Sensors, 18(10): 3337
2018
-
[39]
Yin, J.; Shen, J.; Chen, R.; Li, W.; Yang, R.; Frossard, P.; and Wang, W. 2024. Is-fusion: Instance-scene collaborative fusion for multimodal 3d object detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 14905--14915
2024
-
[40]
J.; and Yang, R
Yin, J.; Shen, J.; Gao, X.; Crandall, D. J.; and Yang, R. 2021. Graph neural network and spatiotemporal transformer attention for 3D video object detection from point clouds. IEEE Transactions on Pattern Analysis and Machine Intelligence, 45(8): 9822--9835
2021
-
[41]
Yin, T.; Zhou, X.; and Krahenbuhl, P. 2021. Center-based 3d object detection and tracking. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 11784--11793
2021
-
[42]
Y.; Zhang, H.; Pang, R.; Qin, J.; Ku, A.; Xu, Y.; Baldridge, J.; and Wu, Y
Yu, J.; Li, X.; Koh, J. Y.; Zhang, H.; Pang, R.; Qin, J.; Ku, A.; Xu, Y.; Baldridge, J.; and Wu, Y. 2021. Vector-quantized image modeling with improved vqgan. arXiv preprint arXiv:2110.04627
2021 arXiv
-
[43]
Zhang, L.; Rao, A.; and Agrawala, M. 2023. Adding conditional control to text-to-image diffusion models. In Proceedings of the IEEE/CVF International Conference on Computer Vision, 3836--3847
2023
-
[44]
Zhang, X.; Zheng, Z.; Gao, D.; Zhang, B.; Pan, P.; and Yang, Y. 2022. Multi-view consistent generative adversarial networks for 3d-aware image synthesis. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 18450--18459
2022
-
[45]
Zhou, L.; Du, Y.; and Wu, J. 2021. 3d shape generation and completion through point-voxel diffusion. In Proceedings of the IEEE/CVF International Conference on Computer Vision, 5826--5835
2021
-
[46]
Zyrianov, V.; Zhu, X.; and Wang, S. 2022. Learning to generate realistic lidar point clouds. In European Conference on Computer Vision, 17--35
2022
-
[47]
, " * write output.state after.block = add.period write newline
ENTRY address archivePrefix author booktitle chapter edition editor eid eprint howpublished institution isbn journal key month note number organization pages publisher school series title type volume year label extra.label sort.label short.list INTEGERS output.state before.all...
-
[48]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.