paper-with-me

홈 › Papers

Hyperbolic Safety-Aware Vision-Language Models

2025-03-15 · CVPR 2025 1 · Tobia Poppi, Tejaswi Kasarla, Pascal Mettes, Lorenzo Baraldi, Rita Cucchiara

Addressing the retrieval of unsafe content from vision-language models such as CLIP is an important step towards real-world integration. Current efforts have relied on unlearning techniques that try to erase the model's knowledge of unsafe concepts. While effective in reducing unwanted outputs, unlearning limits the model's capacity to discern between safe and unsafe content. In this work, we introduce a novel approach that shifts from unlearning to an awareness paradigm by leveraging the inherent hierarchical properties of the hyperbolic space. We propose to encode safe and unsafe content as an entailment hierarchy, where both are placed in different regions of hyperbolic space. Our HySAC, Hyperbolic Safety-Aware CLIP, employs entailment loss functions to model the hierarchical and asymmetrical relations between safe and unsafe image-text pairs. This modelling, ineffective in standard vision-language models due to their reliance on Euclidean embeddings, endows the model with awareness of unsafe content, enabling it to serve as both a multimodal unsafe classifier and a flexible content retriever, with the option to dynamically redirect unsafe queries toward safer alternatives or retain the original output. Extensive experiments show that our approach not only enhances safety recognition but also establishes a more adaptable and interpretable framework for content moderation in vision-language models. Our source code is available at https://github.com/aimagelab/HySAC.

📄 PDF Abstract BibTeX arXiv:2503.12127

Code (1)

aimagelab/hysac 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Adaptive Hyperbolic Kernels: Modulated Embedding in de Branges-Rovnyak Spaces

2025-11-13 · Leping Si, Meimei Yang, Hui Xue, Shipeng Zhu 외 arxiv

Hierarchical data pervades diverse machine learning applications, including natural language processing, computer vision, and social network analysis. Hyperbolic space, characterized by its negative curvature, has demons…

Rank-Aware Hyperbolic Alignment for Vision-Language Dataset Distillation

2026-06-28 · Jongoh Jeong, Sun-Kyung Lee, Kuk-Jin Yoon hf

Vision-language dataset distillation (VLDD) compresses a large image-text paired dataset into a small set of synthetic pairs that can efficiently train contrastive vision-language models under strict data and compute bud…

Cross-Modal Retrieval

Robust Hyperbolic Learning with Curvature-Aware Optimization

2024-05-22 · Ahmad Bdeir, Johannes Burchert, Lars Schmidt-Thieme, Niels Landwehr

Hyperbolic deep learning has become a growing research direction in computer vision due to the unique properties afforded by the alternate embedding space. The negative curvature and exponentially growing distance metric…

EEGMetric Learning

Compositional Entailment Learning for Hyperbolic Vision-Language Models

2024-10-09 · Avik Pal, Max van Spengler, Guido Maria D'Amely di Melendugno, Alessandro Flaborea 외

Image-text representation learning forms a cornerstone in vision-language models, where pairs of images and textual descriptions are contrastively aligned in a shared embedding space. Since visual and textual concepts ar…

Language ModellingRepresentation LearningSentence

H2G: Hierarchy-Aware Hyperbolic Grouping for 3D Scenes

2026-05-12 · ByungHa Ko, Youngmin Lee, Dong Hwan Kim arxiv

Hierarchical 3D grouping aims to recover scene groups across multiple granularities, from fine object parts to complete objects, without relying on semantic labels or a fixed vocabulary. The main challenge is to transfor…