paper-with-me

Papers

Hyperbolic Contrastive Learning for Visual Representations beyond Objects

2022-12-01 · CVPR 2023 1 · Songwei Ge, Shlok Mishra, Simon Kornblith, Chun-Liang Li, David Jacobs

Although self-/un-supervised methods have led to rapid progress in visual representation learning, these methods generally treat objects and scenes using the same lens. In this paper, we focus on learning representations for objects and scenes that preserve the structure among them. Motivated by the observation that visually similar objects are close in the representation space, we argue that the scenes and objects should instead follow a hierarchical structure based on their compositionality. To exploit such a structure, we propose a contrastive learning framework where a Euclidean loss is used to learn object representations and a hyperbolic loss is used to encourage representations of scenes to lie close to representations of their constituent objects in a hyperbolic space. This novel hyperbolic objective encourages the scene-object hypernymy among the representations by optimizing the magnitude of their norms. We show that when pretraining on the COCO and OpenImages datasets, the hyperbolic loss improves downstream performance of several baselines across multiple datasets and tasks, including image classification, object detection, and semantic segmentation. We also show that the properties of the learned representations allow us to solve various vision tasks that involve the interaction between scenes and objects in a zero-shot fashion. Our code can be found at \url{https://github.com/shlokk/HCL/tree/main/HCL}.

📄 PDF Abstract BibTeX arXiv:2212.00653

Code (1)

shlokk/hcl 공식 구현 pytorch

Tasks

Contrastive Learningimage-classificationImage ClassificationObjectobject-detectionObject DetectionRepresentation LearningSemantic Segmentation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

HSG: Hyperbolic Scene Graph

2026-04-19 · Liyang Wang, Zeyu Zhang, Hao Tang arxiv

Scene graph representations enable structured visual understanding by modeling objects and their relationships, and have been widely used for multiview and 3D scene reasoning. Existing methods such as MSG learn scene gra…

Representation LearningContrastive Learning

Multi-hop Relational Contrastive Learning: Extending Spatial Contrastive Pre-training Beyond Pairwise Relations

2026-05-15 · Sheikh Tanvir Ahmed, Md. Tanvir Raihan arxiv

Understanding how objects relate to each other in space is fundamental to scene understanding, yet most contrastive pre-training approaches only model pairwise relationships, leaving richer compositional and multi-hop in…

Contrastive LearningScene UnderstandingQuestion Answering

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

Hyperbolic Image-Text Representations

2023-04-18 · Karan Desai, Maximilian Nickel, Tanmay Rajpurohit, Justin Johnson 외

Visual and linguistic concepts naturally organize themselves in a hierarchy, where a textual concept "dog" entails all images that contain dogs. Despite being intuitive, current large-scale vision and language models suc…

image-classificationImage ClassificationImage-text RetrievalRetrieval+1

Enhancing Hyperbolic Graph Embeddings via Contrastive Learning

2022-01-21 · Jiahong Liu, Menglin Yang, Min Zhou, Shanshan Feng 외

Recently, hyperbolic space has risen as a promising alternative for semi-supervised graph representation learning. Many efforts have been made to design hyperbolic versions of neural network operations. However, the insp…

Contrastive LearningGraph Representation LearningNode ClassificationRepresentation Learning+1