Machine Unlearning in Hyperbolic vs. Euclidean Multimodal Contrastive Learning: Adapting Alignment Calibration to MERU
Àlex Pujol Vidal, Sergio Escalera, Kamal Nasrollahi, Thomas B. Moeslund
TL;DR
The paper investigates machine unlearning for multimodal contrastive models in Euclidean versus hyperbolic geometry, introducing Hyperbolic Alignment Calibration (HAC) to adapt concept removal to hyperbolic space. HAC uses negative hyperbolic distance, entailment constraints, and norm regularization to aggressively forget targeted concepts, outperforming Euclidean Alignment Calibration (AC) in scalable forgetting scenarios. Through extensive experiments on RedCaps-derived data and zero-shot evaluation, HAC reorganizes semantic hierarchies in MERU, demonstrating a distinct unlearning dynamic driven by hyperbolic geometry. Latent-space visualizations and ablations reveal the trade-offs: HAC achieves stronger forgetting at the cost of some retained knowledge, while AC better preserves retain accuracy, highlighting geometry as a key factor in concept removal for vision-language models.
Abstract
Machine unlearning methods have become increasingly important for selective concept removal in large pre-trained models. While recent work has explored unlearning in Euclidean contrastive vision-language models, the effectiveness of concept removal in hyperbolic spaces remains unexplored. This paper investigates machine unlearning in hyperbolic contrastive learning by adapting Alignment Calibration to MERU, a model that embeds images and text in hyperbolic space to better capture semantic hierarchies. Through systematic experiments and ablation studies, we demonstrate that hyperbolic geometry offers distinct advantages for concept removal, achieving near perfect forgetting with reasonable performance on retained concepts, particularly when scaling to multiple concept removal. Our approach introduces hyperbolic-specific components including entailment calibration and norm regularization that leverage the unique properties of hyperbolic space. Comparative analysis with Euclidean models reveals fundamental differences in unlearning dynamics, with hyperbolic unlearning reorganizing the semantic hierarchy while Euclidean approaches merely disconnect cross-modal associations. These findings not only advance machine unlearning techniques but also provide insights into the geometric properties that influence concept representation and removal in multimodal models. Source code available at https://github.com/alex-pv01/HAC
