NEWVectors or files. Pick a path.Start →
    Back to Research
    Meta AI (FAISS)arXiv:2607.13728

    Cluster with Auctions: The FAISS Team Teaches Vector Indexes to Learn From Queries

    Most IVF vector indexes assign queries with the same function that partitioned the data. Cluster with Auctions jointly learns a balanced partition and a neural probing function, reassigning vectors by a large-scale auction while the probe learns the live query distribution.

    Where this fits in Mixpeek

    Mixpeek's vector indexes use IVF/ANN partitioning to search millions of embeddings in milliseconds. How the index partitions data and picks which partitions to probe is exactly what determines recall-versus-latency. Query-aware partitioning like this is the research frontier behind tuning Mixpeek's index configs — balanced clusters plus a probe that matches real query traffic get more recall from the same nprobe budget.

    About this research

    IVF-style vector search partitions data into clusters and probes a few per query, but almost every system assigns queries with the same function that partitioned the data. Cluster with Auctions (Meta AI, the FAISS lineage) jointly learns a balanced partition and a neural probing function: vectors are reassigned by a large-scale auction while the probe learns the live query distribution. Paper: arxiv.org/abs/2607.13728

    vector-searchannivfindexingfaiss

    Frequently asked questions

    Put the research to work

    Mixpeek turns video, images, audio, and documents in your object storage into searchable, timestamped results through one API — the retrieval stack these papers describe.

    Search your own data, free