SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2504.14875 · CVPR · 2025

ReSpec: Relevance and Specificity Grounded Online Filtering for Learning on Video-Text Data Streams

Gunhee Kim, Aniruddha Kembhavi, Sangho Lee, Chris Kim, Sangwoo Moon, Jihwan Moon, Soonyoung Lee, Heeseung Yun, Christopher Clark, Sihaeng Lee

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 2 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
cdjkim/ReSpec — 1 of 2
FunctionStatusWhere it lives
OnlineFilter Ran cdjkim/ReSpec/models/respec.py
pointer only (licence: NONE) · get_code("c00e2f352759caa2")
ReSpec Not yet run cdjkim/ReSpec/models/respec.py
pointer only (licence: NONE) · get_code("83614df51bff06e8")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

The rapid growth of video-text data presents challenges in storage and computation during training. Online learning, which processes streaming data in real-time, offers a promising solution to these issues while also allowing swift adaptations in scenarios demanding real-time responsiveness. One strategy to enhance the efficiency and effectiveness of learning involves identifying and prioritizing data that enhances performance on target downstream tasks. We propose Relevance and Specificity-based online filtering framework (ReSpec) that selects data based on four criteria: (i) modality alignment for clean data, (ii) task relevance for target focused data, (iii) specificity for informative and detailed data, and (iv) efficiency for low-latency processing. Relevance is determined by the probabilistic alignment of incoming data with downstream tasks, while specificity employs the distance to a root embedding representing the least specific data as an efficient proxy for informativeness. By establishing reference points from target task data, ReSpec filters incoming data in real-time, eliminating the need for extensive storage and compute. Evaluating on large-scale datasets WebVid2M and VideoCC3M, ReSpec attains state-of-the-art performance on five zeroshot video retrieval tasks, using as little as 5% of the data while incurring minimal compute. The source code is available at https://github.com/cdjkim/ReSpec.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2504.14875")
get_code_for_paper("2504.14875")
have("2504.14875")

Connect an agent — have() is free.