rayleizhu / BiFormer

[CVPR 2023] Official code release of our paper "BiFormer: Vision Transformer with Bi-Level Routing Attention"
https://arxiv.org/abs/2303.08810
MIT License
460 stars 36 forks source link

Region-to-region routing with directed graph. #39

Open Bian-666 opened 7 months ago

Bian-666 commented 7 months ago

The directed graph for establishing Bi-level routing is not described in detail in the paper. It is a key step in BRA. How is it done? Can you provide an intuitive schematic diagram?