[7] Khattak, M. U., et al. (2023). MaPLe: Multi-modal prompt learning. CVPR.
[6] von Oswald, J., et al. (2020). Continual learning with hypernetworks. ICLR. auto seed vl2
The consistency loss and gradient-conditioned generation are crucial. Seed pruning is memory-efficient without hurting accuracy. We measure FWT: performance on task ( t ) after training on tasks ( 1..t-1 ). Auto-Seed VL2 achieves positive forward transfer (FWT = +4.1%) on VL-CL, meaning seeds from earlier tasks help learn new tasks. ER-VLM shows near-zero FWT; generative replay shows negative transfer due to noisy synthetic images. 7. Analysis and Discussion What do generated seeds encode? We project seeds into CLIP space and compare to real class means. The cosine similarity is 0.89 ± 0.05, indicating faithful representation. However, seeds are more “regularized” – they have lower variance along task-irrelevant directions. [7] Khattak, M
. A seed is a tuple ( s = (v, w) ), where ( v \in \mathbbR^d ) is a visual prototype and ( w \in \mathbbR^d ) is a textual prototype, such that for any example ( (x, y) ) from a past task, ( |f_I(x) - v| ) and ( |f_T(y) - w| ) are small, and ( \textsim(v, w) ) is high. MaPLe: Multi-modal prompt learning
[7] Khattak, M. U., et al. (2023). MaPLe: Multi-modal prompt learning. CVPR.
[6] von Oswald, J., et al. (2020). Continual learning with hypernetworks. ICLR.
The consistency loss and gradient-conditioned generation are crucial. Seed pruning is memory-efficient without hurting accuracy. We measure FWT: performance on task ( t ) after training on tasks ( 1..t-1 ). Auto-Seed VL2 achieves positive forward transfer (FWT = +4.1%) on VL-CL, meaning seeds from earlier tasks help learn new tasks. ER-VLM shows near-zero FWT; generative replay shows negative transfer due to noisy synthetic images. 7. Analysis and Discussion What do generated seeds encode? We project seeds into CLIP space and compare to real class means. The cosine similarity is 0.89 ± 0.05, indicating faithful representation. However, seeds are more “regularized” – they have lower variance along task-irrelevant directions.
. A seed is a tuple ( s = (v, w) ), where ( v \in \mathbbR^d ) is a visual prototype and ( w \in \mathbbR^d ) is a textual prototype, such that for any example ( (x, y) ) from a past task, ( |f_I(x) - v| ) and ( |f_T(y) - w| ) are small, and ( \textsim(v, w) ) is high.