RAE와 MoE는 어떤 실패를 남기나
RAE의 latent가 연속적이면 diffusion에 자연스럽지만 원본을 완전하게 담는 것은 아닙니다. Encoder가 작은 글자와 정확한 count를 버리면 Transformer가 downstream에서 복원할 수 없습니다. Reconstruction image와 이해 task를 함께 평가해 보기 좋은 복원이 정보 보존을 대신하지 않게 해야 합니다.
MoE는 modality와 token에 따라 capacity를 다르게 쓸 수 있지만 router가 한 expert에 몰리면 일부 capacity가 놀고 일부가 과부하됩니다. Expert utilization과 load balancing loss, modality별 routing 분포를 봅니다. Image expert와 text expert가 완전히 분리되면 기대한 shared representation이 약해질 수도 있습니다.
Inference에서도 전체 expert weight storage와 통신 비용이 남습니다. 한 장 image generation과 짧은 text answer, 긴 multimodal context에서 활성 expert, latency, memory를 따로 측정해야 합니다. Training IsoFLOP 이득이 serving 비용으로 같은 비율로 이어진다고 가정하지 않습니다.