Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about Unsupervised LiDAR Densification #3

Open
sky-fly97 opened this issue Oct 21, 2022 · 1 comment
Open

Question about Unsupervised LiDAR Densification #3

sky-fly97 opened this issue Oct 21, 2022 · 1 comment

Comments

@sky-fly97
Copy link

sky-fly97 commented Oct 21, 2022

Hello, I have two questions to ask for advice.

  1. In simple terms, is the task of this article to upsample a given point cloud? From one input can be sampled to get different styles of virtaual point clouds, thus expanding the dataset?
  2. How to understand Unsupervised LiDAR Densification, with a 4-beam point cloud as input, and supervision is 16-beam, so where is the unsupervised representation?
@vzyrianov
Copy link
Owner

Hello Xiangchao, thank you for checking out our paper!

  1. The task of the article is to learn the distribution of LiDAR data with a diffusion model. Once the distribution is learned, it is possible to generate unconditional samples or use guided diffusion for conditional sampling (e.g., conditioning on 4 beams to upsample to 64 beam).

  2. There is no supervision for the densification task. Only the sampling process is modified. In the results, we upsample 4 -> 64 and 16 -> 64 by using a form of classifier guidance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants