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

Does CTUNet 's masked self-attention mechanism in the graph attention network USE the neighbours relation in Structural Graph Construction part? #165

Open
Arlen-yuzu opened this issue Nov 29, 2023 · 1 comment

Comments

@Arlen-yuzu
Copy link

No description provided.

@Arlen-yuzu Arlen-yuzu changed the title Does CTUNet 's masked self-attention mechanism in the graph attention network Use Does CTUNet 's masked self-attention mechanism in the graph attention network USE the neighbours relation in Structural Graph Construction part? Nov 29, 2023
@Arlen-yuzu
Copy link
Author

From the codes opensource in CTUNet, I only see this:
multimodal_context, batched_img_label, batched_img_bieo_label, bert_token_embeddings = \ self.infor_context_module(info_feat_list, pos_feat=gt_bboxes[0], img_metas=img_metas, info_labels=None, bieo_labels=None, gt_texts=gt_texts[0], char_nums=char_nums)
I can't see any param about graph neighborhood information, which I can find is that the codes use bert encoder to excute the masked self-attention mechanism.

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