Papers for

media asset managers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Generative method finds people from text descriptions without labels

Generative Retrieval for Unsupervised Text-Based Person Search

Abstract: Text-based person search (TBPS) aims to retrieve images of a target person from a large image gallery based on a given natural language description. Most existing methods rely on supervised learning with manually annotated image-text pairs. In this paper, we explore unsupervised TBPS, with only unlabeled images. We propose GTR+, a two-stage generation-then-retrieval framework. In the generation stage, we introduce a tiered description generation framework designed to produce fine-grained and stylistically diverse textual descriptions through a three-tier sequential process. The base tier leverages an automated question-and-answer mechanism to generate basic visual attribute descriptions; the intermediate tier enhances fine-grained detail using an inter-sample contrastive mechanism; the advanced tier further enriches textual diversity via a stylized expansion mechanism. In the retrieval stage, to mitigate the impact of noisy pseudo texts, we develop an adaptive confidence-weighted retrieval learning framework. We model image-text pairs as clean or noisy using a Gaussian Mixture Model, calibrated by real-time image-text similarity and static text generation probability from the prior stage, yielding adaptive sample weights during training. Beyond that, we also contribute LargeFine-Person, a large-scale TBPS dataset with high-quality, fine-grained, and diverse textual annotations, enabling a practical and generalizable TBPS pre-training benchmark under unsupervised setting. Experiments on multiple TBPS benchmarks demonstrate the effectiveness and generalization of both GTR+ and LargeFine-Person. Code is available at: https://github.com/Flame-Chasers/GTR.

Fri 11 SeptComputer Vision and Pattern RecognitionArtificial Intelligence
The gist
Finding pictures of a person from a description usually needs many labeled examples, which take a lot of work. The authors propose a new two-step approach that first creates detailed and varied text descriptions from unlabeled images, then uses these to train a system to match text to images more accurately. They also introduce a large new dataset with detailed text annotations to help improve this kind of search. Their experiments show this method works well even without any labeled training data.
Open 2609.12965v1

Foundation models improve video search by adapting processing depth

Beyond Similarity: Foundation Models as an Efficient Backbone for Training-Free Composed Video Retrieval

Abstract: Composed video retrieval (CoVR) searches a gallery for the target video that realizes a natural-language modification of a source clip. However, at gallery scale, this creates a fundamental tension: compact embeddings enable efficient, reusable search but can miss the transient actions, state changes, and subtle constraints that demand fine-grained video reasoning, whereas applying large multimodal models uniformly sacrifices scalability. To address these limitations, we propose that frozen foundation models should instead occupy complementary roles, with inference depth adapted to query difficulty. Based on this premise, we introduce \methodname{}, a framework for training-free \methodexpansion{}. Specifically, a composed-query embedding first searches reusable video-only gallery representations; uncertain queries undergo bounded reranking and candidate expansion; ambiguous edits trigger target-description generation; and only close leading candidates reach multimodal verification. To support these roles, frame selection, spatial resolution, and time cues are adapted to each stage. Across complete target-gallery evaluations, our method reaches state-of-the-art performance among training-free approaches, with 89.55 and 93.43 R@1 on Dense-WebVid-CoVR and CoVR-R, respectively (with more than +35\% and +25\% absolute margins to the closest counterpart). These results show that adaptively orchestrating foundation-model capabilities can combine scalable retrieval with fine-grained reasoning without task-specific training. The source code and all relevant guidelines are available on https://github.com/demidovd98/CoVRAGE.

Wed 9 SeptComputer Vision and Pattern Recognition
The gist
Finding a video based on a change you describe from another video is hard because videos are complex and big. The authors show that using large pre-trained AI models in smart steps—starting simple and getting more detailed only when needed—makes searching much faster and more precise. Their method doesn’t require extra training and works well on big video libraries. This helps computers find videos that match complex descriptions without slowing down too much.
Open 2609.10008v1