Computer vision

Yandex Research team regularly contributes to the computer vision research community, mostly in the field of image retrieval and generative modelling.

Area 2. Computer Vision.svg

Posts

Publications

  • Inverse Entropic Optimal Transport Solves Semi-supervised Learning via Data Likelihood Maximization

    Computer visionGenerative modelsMachine learning theory
    Mikhail Persiianov
    Arip Asadulaev
    Nikita Andreev
    Nikita Starodubcev
    Dmitry Baranchuk
    Anastasis Kratsios
    Evgeny Burnaev
    Alexander Korotin
    ICML, 2026

    Learning conditional distributions π*(·|x) is a central problem in machine learning, which is typically approached via supervised methods with paired data (x, y) ∼ π*. However, acquiring paired data samples is often challenging, especially in problems such as domain translation. This necessitates the development of semi-supervised models that utilize both limited paired data and additional unpaired i.i.d. samples x ∼ π*ₓ and y ∼ π*ᵧ from the marginal distributions. The usage of such combined data is complex and often relies on heuristic approaches. To tackle this issue, we propose a new learning paradigm called EBiEOT that integrates both paired and unpaired data seamlessly using data likelihood maximization techniques. We demonstrate that our approach also connects intriguingly with inverse entropic optimal transport (OT). This finding allows us to apply recent advances in computational OT to establish an end-to-end learning algorithm to get π*(·|x). In addition, we derive the universal approximation property, demonstrating that our approach can theoretically recover true conditional distributions with arbitrarily small error. Finally, we demonstrate through empirical tests that our method effectively learns conditional distributions using paired and unpaired data simultaneously.

  • Rethinking Global Text Conditioning in Diffusion Transformers

    Computer visionGenerative models
    Nikita Starodubcev
    Daniil Pakhomov
    Zongze Wu
    Ilya Drobyshevskiy
    Yuchen Liu
    Zhonghao Wang
    Yuqian Zhou
    Zhe Lin
    Dmitry Baranchuk
    ICLR, 2026

    Diffusion transformers typically incorporate textual information via (i) attention layers and (ii) a modulation mechanism using a pooled text embedding. Nevertheless, recent approaches discard modulation-based text conditioning and rely exclusively on attention. In this paper, we address whether modulation-based text conditioning is necessary and whether it can provide any performance advantage. Our analysis shows that, in its conventional usage, the pooled embedding contributes little to overall performance, suggesting that attention alone is generally sufficient for faithfully propagating prompt information. However, we reveal that the pooled embedding can provide significant gains when used from a different perspective — serving as guidance and enabling controllable shifts toward more desirable properties. This approach is training-free, simple to implement, incurs negligible runtime overhead, and can be applied to various diffusion models, bringing improvements across diverse tasks, including text-to-image/video generation and image editing.

  • Scale-wise Distillation of Diffusion Models

    Computer visionGenerative models
    Nikita Starodubcev
    Ilya Drobyshevskiy
    Denis Kuznedelev
    Artem Babenko
    Dmitry Baranchuk
    ICLR, 2026

    Recent diffusion distillation methods have achieved remarkable progress, enabling high-quality ∼4-step sampling for large-scale text-conditional image and video diffusion models. However, further reducing the number of sampling steps becomes more and more challenging, suggesting that efficiency gains may be better mined along other model axes. Motivated by this perspective, we introduce SwD, a scale-wise diffusion distillation framework that equips few-step models with progressive generation, avoiding redundant computations at intermediate diffusion timesteps. Beyond efficiency, SwD enriches the family of distribution matching distillation approaches by introducing a simple patch-level distillation objective based on Maximum Mean Discrepancy (MMD). This objective significantly improves the convergence of existing distillation methods and performs surprisingly well in isolation, offering a competitive baseline for diffusion distillation. Applied to state-of-the-art text-to-image/video diffusion models, SwD approaches the sampling speed of two full-resolution steps and largely outperforms alternatives under the same compute budget, as evidenced by automatic metrics and human preference studies.

Datasets

  • Text-to-Image dataset for billion-scale similarity search

    Computer visionNatural language processing Nearest neighbor search
    Dmitry Baranchuk
    Artem Babenko

    Yandex Text-to-Image (T2I) dataset is collected to foster the research in billion-scale nearest neighbor search (NNS) when query distribution differs from the indexing one. In particular, this dataset addresses the cross-domain setting: a user specifies a textual query and requests the search engine to retrieve the most relevant images to the query. Notably, current large-scale indexing methods perform poorly in this setting. Therefore, novel highly-performant indexing solutions robust to out-of-domain queries are in high demand.

    The dataset represents a snapshot of the Yandex visual search engine and contains 1 billion 200-dimensional image embeddings for indexing. The image embeddings are produced by the Se-ResNext-101 model. The embeddings for textual queries are extracted by a variant of the DSSM model.

    Read more about the data format and how to download the dataset in the related post.