中文
相关论文

相关论文: Towards Cross-Modal Text-Molecule Retrieval with B…

200 篇论文

Vision-language retrieval is an important multi-modal learning topic, where the goal is to retrieve the most relevant visual candidate for a given text query. Recently, pre-trained models, e.g., CLIP, show great potential on retrieval…

计算机视觉与模式识别 · 计算机科学 2025-09-03 Haojun Jiang , Jianke Zhang , Rui Huang , Chunjiang Ge , Zanlin Ni , Shiji Song , Gao Huang

Visual appearance is considered to be the most important cue to understand images for cross-modal retrieval, while sometimes the scene text appearing in images can provide valuable information to understand the visual semantics. Most of…

计算机视觉与模式识别 · 计算机科学 2022-04-01 Mengjun Cheng , Yipeng Sun , Longchao Wang , Xiongwei Zhu , Kun Yao , Jie Chen , Guoli Song , Junyu Han , Jingtuo Liu , Errui Ding , Jingdong Wang

With the increasing development of e-commerce and online services, personalized recommendation systems have become crucial for enhancing user satisfaction and driving business revenue. Traditional sequential recommendation methods that rely…

信息检索 · 计算机科学 2023-04-27 Kunzhe Song , Qingfeng Sun , Can Xu , Kai Zheng , Yaming Yang

Most existing cross-modal retrieval methods employ two-stream encoders with different architectures for images and texts, \textit{e.g.}, CNN for images and RNN/Transformer for texts. Such discrepancy in architectures may induce different…

计算机视觉与模式识别 · 计算机科学 2023-08-09 Yi Bin , Haoxuan Li , Yahui Xu , Xing Xu , Yang Yang , Heng Tao Shen

In text-video retrieval, the objective is to learn a cross-modal similarity function between a text and a video that ranks relevant text-video pairs higher than irrelevant pairs. However, videos inherently express a much wider gamut of…

计算机视觉与模式识别 · 计算机科学 2022-03-30 Satya Krishna Gorti , Noel Vouitsis , Junwei Ma , Keyvan Golestan , Maksims Volkovs , Animesh Garg , Guangwei Yu

Due to the large cross-modality discrepancy between 2D sketches and 3D shapes, retrieving 3D shapes by sketches is a significantly challenging task. To address this problem, we propose a novel framework to learn a discriminative deep…

计算机视觉与模式识别 · 计算机科学 2018-07-06 Jiaxin Chen , Yi Fang

We introduce two new benchmarks REST and REST+ (Render-Equivalence Stress Tests) to enable systematic evaluation of cross-modal inconsistency in multimodal large language models (MLLMs). MLLMs are trained to represent vision and language in…

人工智能 · 计算机科学 2026-04-23 Angela van Sprang , Laurens Samson , Ana Lucic , Erman Acar , Sennay Ghebreab , Yuki M. Asano

Motivated by the success of coarse-grained or fine-grained contrast in text-video retrieval, there emerge multi-grained contrastive learning methods which focus on the integration of contrasts with different granularity. However, due to the…

信息检索 · 计算机科学 2025-04-08 Xiaolun Jing , Genke Yang , Jian Chu

Vision-Language Models (VLMs) achieve strong cross-modal performance, yet recent evidence suggests they over-rely on textual descriptions while under-utilizing visual evidence -- a phenomenon termed ``text shortcut learning.'' We propose an…

计算机视觉与模式识别 · 计算机科学 2026-04-21 Lijie Zhou

Converting different modalities into generalized text, which then serves as input prompts for large language models (LLMs), is a common approach for aligning multimodal models, particularly when pairwise data is limited. Text-centric…

机器学习 · 计算机科学 2024-08-20 Yun-Da Tsai , Ting-Yu Yen , Keng-Te Liao , Shou-De Lin

The natural world is abundant with concepts expressed via visual, acoustic, tactile, and linguistic modalities. Much of the existing progress in multimodal learning, however, focuses primarily on problems where the same set of modalities…

机器学习 · 计算机科学 2020-12-08 Paul Pu Liang , Peter Wu , Liu Ziyin , Louis-Philippe Morency , Ruslan Salakhutdinov

In this paper, we study the cross-modal image retrieval, where the inputs contain a source image plus some text that describes certain modifications to this image and the desired image. Prior work usually uses a three-stage strategy to…

计算机视觉与模式识别 · 计算机科学 2021-03-11 Chunbin Gu , Jiajun Bu , Xixi Zhou , Chengwei Yao , Dongfang Ma , Zhi Yu , Xifeng Yan

The key challenge in cross-modal retrieval is to find similarities between objects represented with different modalities, such as image and text. However, each modality embeddings stem from non-related feature spaces, which causes the…

机器学习 · 统计学 2021-05-11 Barbara Rychalska , Mikolaj Wieczorek , Jacek Dabrowski

Common image-text joint understanding techniques presume that images and the associated text can universally be characterized by a single implicit model. However, co-occurring images and text can be related in qualitatively different ways,…

计算机视觉与模式识别 · 计算机科学 2022-04-18 Malihe Alikhani , Fangda Han , Hareesh Ravi , Mubbasir Kapadia , Vladimir Pavlovic , Matthew Stone

The pre-trained vision and language (V\&L) models have substantially improved the performance of cross-modal image-text retrieval. In general, however, V\&L models have limited retrieval performance for small objects because of the rough…

计算机视觉与模式识别 · 计算机科学 2024-09-26 Naoya Sogi , Takashi Shibata , Makoto Terao

Molecule-and-text cross-modal representation learning has emerged as a promising direction for enhancing the quality of molecular representation, thereby improving performance in various scientific fields. However, most approaches employ a…

定量方法 · 定量生物学 2025-03-04 Yikun Zhang , Geyan Ye , Chaohao Yuan , Bo Han , Long-Kai Huang , Jianhua Yao , Wei Liu , Yu Rong

Small molecules are essential to drug discovery, and graph-language models hold promise for learning molecular properties and functions from text. However, existing molecule-text datasets are limited in scale and informativeness,…

生物大分子 · 定量生物学 2025-06-03 Yihan Zhu , Gang Liu , Eric Inae , Meng Jiang

Molecular representation learning lays the foundation for drug discovery. However, existing methods suffer from poor out-of-distribution (OOD) generalization, particularly when data for training and testing originate from different…

机器学习 · 计算机科学 2023-10-24 Xiang Zhuang , Qiang Zhang , Keyan Ding , Yatao Bian , Xiao Wang , Jingsong Lv , Hongyang Chen , Huajun Chen

As a challenging vision-language task, Zero-Shot Composed Image Retrieval (ZS-CIR) is designed to retrieve target images using bi-modal (image+text) queries. Typical ZS-CIR methods employ an inversion network to generate pseudo-word tokens…

计算机视觉与模式识别 · 计算机科学 2025-08-07 Haiwen Li , Fei Su , Zhicheng Zhao

This paper presents a three-tier modality alignment approach to learning text-image joint embedding, coined as JEMA, for cross-modal retrieval of cooking recipes and food images. The first tier improves recipe text embedding by optimizing…

计算机视觉与模式识别 · 计算机科学 2021-08-19 Zhongwei Xie , Ling Liu , Lin Li , Luo Zhong