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 CNC and HAC #16

Open
nathanneike opened this issue Oct 8, 2024 · 2 comments
Open

Question about CNC and HAC #16

nathanneike opened this issue Oct 8, 2024 · 2 comments

Comments

@nathanneike
Copy link

Hey,
Great work first all. I would be curious to know if the method described in CNC has already been implemented in the HAC algorithm (and if not why not).

@YihangChen-ee
Copy link
Owner

Hi, CNC is partially implemented in HAC.

Specifically, in HAC, the hash grid accounts for less than 5% of the overall model’s storage, so we simply binarize it and apply entropy constraints without incorporating context models to compress the hash grid, as context models on the hash grid would increase training complexity.

In contrast, in CNC, the hash grid comprises the majority of the model’s storage. Therefore, we additionally employ context models to reduce its size as much as possible.

@nathanneike
Copy link
Author

Interesting, thank you 👍

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