YiLunLee / missing_aware_prompts

Multimodal Prompting with Missing Modalities for Visual Recognition, CVPR'23
https://yilunlee.github.io/missing_aware_prompts/
166 stars 9 forks source link

The number of prompts #18

Open Xiaofu233 opened 1 year ago

Xiaofu233 commented 1 year ago

Hi, thanks for the excellent work!

I am confused by the number of prompts, i.e., M^2 -1. When M=3, why the number of prompts is 8? Suppose there are a, b, c, modalities, the prompts for only a, only b, only c, a+b, b+c, a+c, a+b+c are 7.

Looking forward to the reply, thanks again!

LinnHY commented 1 year ago

maybe it contain a situation that all the modalities are missing

IcecreamArtist commented 1 year ago

I am also confused in this problem. It seems the answer should be 2^M-1, not M^2-1. it is not quadratic, but exponential.