DeCo icon indicating copy to clipboard operation
DeCo copied to clipboard

R_GAE execution

Open ZarkPanda opened this issue 11 months ago • 3 comments

Which part of the code do you need most urgently: DeCo training, inference, ckpts or the interpretability tool R_GAE?

Originally posted by @yaolinli in #7

I need the code about the interpretability tool R_GAE. How could it be executed between any two layers?

ZarkPanda avatar Jan 25 '25 11:01 ZarkPanda

I plan to clarify the R_GAE demo code around February 25. The R-GAE code initializes the matrix as an identity matrix, based on the intuition that each input token's relevance score is initially identical, and will be propagated across layers. To compute relevance between two layers, we can set the start layer (S) as the initial matrix and propagate it through to the end layer (E), executing between any two layers (S and E). For more details, you can refer to Appendix A.1 and A.2 in the paper. The R_GAE code is specific to the MLLM architecture, and we will release the version compatible with the LLaVA-v1.5 model.

yaolinli avatar Feb 03 '25 15:02 yaolinli

@yaolinli When will the code related to R-GAE be released? Thank you.

CoderXuans avatar Mar 17 '25 05:03 CoderXuans

Where can I get the R_GAE demo code? This will really be helpful!

realRav3n avatar Mar 25 '25 14:03 realRav3n

Hi, I have released the R-GAE code.

yaolinli avatar Jul 13 '25 09:07 yaolinli