Hi, thank you for such an interesting work!
I am reading the code and a bit confused about the project function.
The function is likely designed to ensure that a given matrix R stays close to the zero matrix within a specified tolerance.
I guess this function corresponds the COFT formulation $| Q - 0 | \leq \epsilon^{\prime}$.
Is my understanding correct?
https://github.com/Zeju1997/oft/blob/84cebb965df69781e3d9c3c875f5980b421eaf24/oft-db/oft_utils/attention_processor.py#L393
Hi, thank you for such an interesting work! I am reading the code and a bit confused about the project function.
The function is likely designed to ensure that a given matrix R stays close to the zero matrix within a specified tolerance. I guess this function corresponds the COFT formulation $| Q - 0 | \leq \epsilon^{\prime}$. Is my understanding correct?