Your Embedding Is a Point. It Should Be a Cloud.
Summary
Every retrieval system treats an embedding as a point: one vector, one location, one distance to the query. That assumption hides something, because content is not equally specific. A five second clip of someone walking is unambiguous; a two minute clip of a wedding is many things at once. Both collapse to a single point, and the system ends up exactly as confident about each. The Distribution-Alignment Bridge (Chae, Lee, Ahn, ECCV 2026) models text and video embeddings as Gaussians defined by a mean and a variance, so a vague caption becomes a wide distribution and a precise one becomes tight. Matching becomes distribution alignment rather than point distance, trained with a KL based distribution aware contrastive loss and a deterministic diffusion style bridge that refines the text distribution toward the video distribution over a truncated number of steps, evaluated on MSR-VTT, MSVD and VATEX. The payoff is calibrated uncertainty in the ranking. Paper: arxiv.org/abs/2607.20984
About this video
Every retrieval system treats an embedding as a point: one vector, one location, one distance to the query. That assumption hides something, because content is not equally specific. A five second clip of someone walking is unambiguous; a two minute clip of a wedding is many things at once. Both collapse to a single point, and the system ends up exactly as confident about each. The Distribution-Alignment Bridge (Chae, Lee, Ahn, ECCV 2026) models text and video embeddings as Gaussians defined by a mean and a variance, so a vague caption becomes a wide distribution and a precise one becomes tight. Matching becomes distribution alignment rather than point distance, trained with a KL based distribution aware contrastive loss and a deterministic diffusion style bridge that refines the text distribution toward the video distribution over a truncated number of steps, evaluated on MSR-VTT, MSVD and VATEX. The payoff is calibrated uncertainty in the ranking. Paper: arxiv.org/abs/2607.20984