paper-with-me

홈 › Papers

Single Image 3D Shape Retrieval via Cross-Modal Instance and Category Contrastive Learning

2021-01-01 · ICCV 2021 10 · Ming-Xian Lin, Jie Yang, He Wang, Yu-Kun Lai, Rongfei Jia, Binqiang Zhao, Lin Gao

In this work, we tackle the problem of single image-based 3D shape retrieval (IBSR), where we seek to find the most matched shape of a given single 2D image from a shape repository. Most of the existing works learn to embed 2D images and 3D shapes into a common feature space and perform metric learning using a triplet loss. Inspired by the great success in recent contrastive learning works on self-supervised representation learning, we propose a novel IBSR pipeline leveraging contrastive learning. We note that adopting such cross-modal contrastive learning between 2D images and 3D shapes into IBSR tasks is non-trivial and challenging: contrastive learning requires very strong data augmentation in constructed positive pairs to learn the feature invariance, whereas traditional metric learning works do not have this requirement. Moreover, object shape and appearance are entangled in 2D query images, thus making the learning task more difficult than contrasting single-modal data. To mitigate the challenges, we propose to use multi-view grayscale rendered images from the 3D shapes as a shape representation. We then introduce a strong data augmentation technique based on color transfer, which can significantly but naturally change the appearance of the query image, effectively satisfying the need for contrastive learning. Finally, we propose to incorporate a novel category-level contrastive loss that helps distinguish similar objects from different categories, in addition to classic instance-level contrastive loss. Our experiments demonstrate that our approach achieves the best performance on all the three popular IBSR benchmarks, including Pix3D, Stanford Cars, and Comp Cars, outperforming the previous state-of-the-art from 4% - 15% on retrieval accuracy.

📄 PDF Abstract BibTeX

Code (1)

iglict/ibsr_jittor 공식 구현

Tasks

3D Shape RetrievalContrastive LearningData AugmentationMetric LearningRepresentation LearningRetrievalTriplet

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Optimizing Multi-Modal Models for Image-Based Shape Retrieval: The Role of Pre-Alignment and Hard Contrastive Learning

2026-03-07 · Paul Julius Kühn, Cedric Spengler, Michael Weinmann, Arjan Kuijper 외 arxiv

Image-based shape retrieval (IBSR) aims to retrieve 3D models from a database given a query image, hence addressing a classical task in computer vision, computer graphics, and robotics. Recent approaches typically rely o…

3D Shape ClassificationContrastive LearningMetric LearningPoint Clouds

Enhanced Cross-modal 3D Retrieval via Tri-modal Reconstruction

2025-04-02 · Junlong Ren, Hao Wang

Cross-modal 3D retrieval is a critical yet challenging task, aiming to achieve bi-directional retrieval between 3D and text modalities. Current methods predominantly rely on a certain 3D representation (e.g., point cloud…

Retrieval

TriCoLo: Trimodal Contrastive Loss for Text to Shape Retrieval

2022-01-19 · Yue Ruan, Han-Hung Lee, Yiming Zhang, Ke Zhang 외

Text-to-shape retrieval is an increasingly relevant problem with the growth of 3D shape data. Recent work on contrastive losses for learning joint embeddings over multimodal data has been successful at tasks such as retr…

Contrastive LearningMulti-Task LearningRepresentation LearningRetrieval

3D Shape Knowledge Graph for Cross-domain 3D Shape Retrieval

2022-10-27 · Rihao Chang, Yongtao Ma, Tong Hao, Weizhi Nie

The surge in 3D modeling has led to a pronounced research emphasis on the field of 3D shape retrieval. Numerous contemporary approaches have been put forth to tackle this intricate challenge. Nevertheless, effectively ad…

3D Shape RetrievalCross-Modal RetrievalGraph EmbeddingRetrieval

SCA3D: Enhancing Cross-modal 3D Retrieval via 3D Shape and Caption Paired Data Augmentation

2025-02-26 · Junlong Ren, Hao Wu, Hui Xiong, Hao Wang

The cross-modal 3D retrieval task aims to achieve mutual matching between text descriptions and 3D shapes. This has the potential to enhance the interaction between natural language and the 3D environment, especially wit…

Contrastive LearningData AugmentationRetrieval