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

Is normalization to unit sphere mandatory? #312

Open
adosar opened this issue Apr 9, 2024 · 0 comments
Open

Is normalization to unit sphere mandatory? #312

adosar opened this issue Apr 9, 2024 · 0 comments

Comments

@adosar
Copy link

adosar commented Apr 9, 2024

During the training of PointNet all point clouds are normalized into a unit sphere.

Is this step necessary when the scale of the point cloud is significant for the task at hand?

For example, if we want to regress the volume of the point cloud, the its scale matters. Since the normalization is not aware of the other point clouds, this can confuse the network. For example, assume we have two 2D point clouds (for simplicity). Point cloud A has points {(1, 1), (-1, -1), (1, -1), (-1, 1)} and point cloud B has points {(2, 2), (-2, -2), (2, -2), (-2, 2)}. After normalization, both point clouds will become the same point cloud (although they were different, with different initial volumes).

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

1 participant