isyangshu / MambaMIL

[MICCAI 2024] Official Code for "MambaMIL: Enhancing Long Sequence Modeling with Sequence Reordering in Computational Pathology"
49 stars 1 forks source link

Order of patch sequence in Mamba #14

Closed anhtienng closed 4 weeks ago

anhtienng commented 1 month ago

Thank you for your work.

What is the order of patch sequences used in the Table 3 ?

image

I mean how the patch feature sequences were organized when being feed into the Mamba blocks ?

Thank you.

anhtienng commented 1 month ago
image

To be specific, what is the order of features after the Feature Extractor ? Is it lawnmower ?

wyhsleep commented 1 month ago

Sorry for the late reply. We actually follow the row-major order. This means we process each row from left to right, one row after another.