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

Point Transformer #9

Open
Erhushenshou opened this issue Dec 3, 2024 · 3 comments
Open

Point Transformer #9

Erhushenshou opened this issue Dec 3, 2024 · 3 comments

Comments

@Erhushenshou
Copy link

Hi, really awsome work! I have few confusions to figure out. Does Point Transformer require pretraining on large dataset first? Or can your pipeline work on self supervised tasks directly?

@ChenYutongTHU
Copy link
Owner

ChenYutongTHU commented Dec 9, 2024

Hi, thanks for your interest in our work.
We did not pre-train point transformer on other datasets before training it on our objaverse/shapenet-OOD dataset.
However, it may be worth trying to initialize it from the PointTransformer-v3 checkpoint pretrained with multi-dataset point prompt training. (Paper, Checkpoint)

Self-supervised learning is an interesting topic which extends beyond the scope of this work. Here is a related recent work.

@Erhushenshou
Copy link
Author

I mean self-supervised here to be the case we only use 3D Gaussian Splatting to reconstruct a single 3D object or scene. Is point transformer beneficial to this task?

@ChenYutongTHU
Copy link
Owner

Hi. This is an interesting approach, though we didn't try it. We only experimented with using point transformer to predict 3DGS in a feed-forward manner :)

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