HYPE: Hyperbolic Entailment Filtering for Underspecified Images and Texts
Wonjae Kim, Sanghyuk Chun, Taekyung Kim, Dongyoon Han, Sangdoo Yun
TL;DR
The paper addresses the problem of training self-supervised models on noisy image–text data by moving beyond alignment-focused filtering to also measure specificity. It introduces HYPerbolic Entailment Filtering (HYPE), which combines uni-modal specificity in hyperbolic space with cross-modal CLIP signals via a MERU-based hyperbolic CLIP and entailment-cone concepts, yielding a composite HYPE score that effectively filters underspecified or misaligned samples. The key contributions include defining image and text specificity ($\\epsilon_i$, $\\epsilon_t$), leveraging the negative Lorentzian distance ($-d_{\\mathcal{L}}$) and cosine similarity ($\\cos(\\theta)$), and formulating the HYPE score with $\\text{HYPE}_{\\text{score}} = \\epsilon_i + \\epsilon_t - d_{\\mathcal{L}} + \\cos(\\theta) + c_{IN}$. Empirical results on the DataComp benchmark show state-of-the-art filtering performance for small/medium datasets and demonstrate data-efficient improvements for image-only SSL; the method also enables high-quality image-only data induction and improves retrieval tasks. The work advances data filtering for self-supervised learning by integrating modality-specific signals with hyperbolic geometry, offering practical gains in data quality and SSL efficiency.
Abstract
In an era where the volume of data drives the effectiveness of self-supervised learning, the specificity and clarity of data semantics play a crucial role in model training. Addressing this, we introduce HYPerbolic Entailment filtering (HYPE), a novel methodology designed to meticulously extract modality-wise meaningful and well-aligned data from extensive, noisy image-text pair datasets. Our approach leverages hyperbolic embeddings and the concept of entailment cones to evaluate and filter out samples with meaningless or underspecified semantics, focusing on enhancing the specificity of each data sample. HYPE not only demonstrates a significant improvement in filtering efficiency but also sets a new state-of-the-art in the DataComp benchmark when combined with existing filtering techniques. This breakthrough showcases the potential of HYPE to refine the data selection process, thereby contributing to the development of more accurate and efficient self-supervised learning models. Additionally, the image specificity $ε_{i}$ can be independently applied to induce an image-only dataset from an image-text or image-only data pool for training image-only self-supervised models and showed superior performance when compared to the dataset induced by CLIP score.
