中文
相关论文

相关论文: Align before Adapt: Leveraging Entity-to-Region Al…

200 篇论文

Video-and-language pre-training has shown promising improvements on various downstream tasks. Most previous methods capture cross-modal interactions with a transformer-based multimodal encoder, not fully addressing the misalignment between…

计算机视觉与模式识别 · 计算机科学 2021-12-24 Dongxu Li , Junnan Li , Hongdong Li , Juan Carlos Niebles , Steven C. H. Hoi

Vision-Language-Action (VLA) models pre-trained on large, diverse datasets show remarkable potential for general-purpose robotic manipulation. However, a primary bottleneck remains in adapting these models to downstream tasks, especially…

机器人学 · 计算机科学 2025-09-08 Yang Zhang , Chenwei Wang , Ouyang Lu , Yuan Zhao , Yunfei Ge , Zhenglong Sun , Xiu Li , Chi Zhang , Chenjia Bai , Xuelong Li

Vision-Language Navigation (VLN) is a challenging task that requires an embodied agent to perform action-level modality alignment, i.e., make instruction-asked actions sequentially in complex visual environments. Most existing VLN agents…

计算机视觉与模式识别 · 计算机科学 2022-06-01 Bingqian Lin , Yi Zhu , Zicong Chen , Xiwen Liang , Jianzhuang Liu , Xiaodan Liang

Medical vision-language alignment through cross-modal contrastive learning shows promising performance in image-text matching tasks, such as retrieval and zero-shot classification. However, conventional cross-modal contrastive learning…

计算机视觉与模式识别 · 计算机科学 2025-06-11 Chenyu Lian , Hong-Yu Zhou , Dongyun Liang , Jing Qin , Liansheng Wang

Pretrained on web-scale open data, VLMs offer powerful capabilities for solving downstream tasks after being adapted to task-specific labeled data. Yet, data labeling can be expensive and may demand domain expertise. Active Learning (AL)…

计算机视觉与模式识别 · 计算机科学 2025-06-03 Tong Wang , Jiaqi Wang , Shu Kong

Current methods in training and benchmarking vision models exhibit an over-reliance on passive, curated datasets. Although models trained on these datasets have shown strong performance in a wide variety of tasks such as classification,…

计算机视觉与模式识别 · 计算机科学 2023-10-18 Xinran Liang , Anthony Han , Wilson Yan , Aditi Raghunathan , Pieter Abbeel

Point cloud video understanding is critical for robotics as it accurately encodes motion and scene interaction. We recognize that 4D datasets are far scarcer than 3D ones, which hampers the scalability of self-supervised 4D models. A…

计算机视觉与模式识别 · 计算机科学 2026-04-29 Yiding Sun , Jihua Zhu , Haozhe Cheng , Chaoyi Lu , Zhichuan Yang , Lin Chen , Yaonan Wang

Large Language Models (LLMs) have so far impressed the world, with unprecedented capabilities that emerge in models at large scales. On the vision side, transformer models (i.e., ViT) are following the same trend, achieving the best…

计算机视觉与模式识别 · 计算机科学 2023-10-30 Mustafa Shukor , Corentin Dancette , Matthieu Cord

A fundamental question in cognitive science and AI concerns whether different learning modalities: language, vision, and action, give rise to distinct or shared internal representations. Traditional views assume that models trained on…

人工智能 · 计算机科学 2026-02-02 Nicola Milano , Stefano Nolfi

With the advent of large-scale pre-trained models, interest in adapting and exploiting them for continual learning scenarios has grown. In this paper, we propose an approach to exploiting pre-trained vision-language models (e.g. CLIP) that…

计算机视觉与模式识别 · 计算机科学 2023-11-01 Xialei Liu , Xusheng Cao , Haori Lu , Jia-wen Xiao , Andrew D. Bagdanov , Ming-Ming Cheng

Compressed Deep Learning (DL) models are essential for deployment in resource-constrained environments. But their performance often lags behind their large-scale counterparts. To bridge this gap, we propose Alignment Adapter (AlAd): a…

机器学习 · 计算机科学 2026-02-17 Rohit Raj Rai , Abhishek Dhaka , Amit Awekar

We present ALT (ALignment with Textual feedback), an approach that aligns language models with user preferences expressed in text. We argue that text offers greater expressiveness, enabling users to provide richer feedback than simple…

计算与语言 · 计算机科学 2025-03-19 Saüc Abadal Lloret , Shehzaad Dhuliawala , Keerthiram Murugesan , Mrinmaya Sachan

Large-scale image-text contrastive pre-training models, such as CLIP, have been demonstrated to effectively learn high-quality multimodal representations. However, there is limited research on learning video-text representations for general…

计算机视觉与模式识别 · 计算机科学 2023-05-23 Xingjian He , Sihan Chen , Fan Ma , Zhicheng Huang , Xiaojie Jin , Zikang Liu , Dongmei Fu , Yi Yang , Jing Liu , Jiashi Feng

Vision-Language-Action (VLA) models typically bridge the gap between perceptual and action spaces by pre-training a large-scale Vision-Language Model (VLM) on robotic data. While this approach greatly enhances performance, it also incurs…

Weakly supervised temporal action localization (WTAL) aims to detect action instances in untrimmed videos using only video-level annotations. Since many existing works optimize WTAL models based on action classification labels, they…

计算机视觉与模式识别 · 计算机科学 2024-08-13 Geuntaek Lim , Hyunwoo Kim , Joonsoo Kim , Yukyung Choi

Recent vision transformer based video models mostly follow the ``image pre-training then finetuning" paradigm and have achieved great success on multiple video benchmarks. However, full finetuning such a video model could be computationally…

计算机视觉与模式识别 · 计算机科学 2023-02-07 Taojiannan Yang , Yi Zhu , Yusheng Xie , Aston Zhang , Chen Chen , Mu Li

Vision-language models (VLMs) like CLIP have demonstrated remarkable applicability across a variety of downstream tasks, including zero-shot image classification. Recently, the use of prompts or adapters for efficient transfer learning…

计算机视觉与模式识别 · 计算机科学 2024-10-14 Yongjin Yang , Jongwoo Ko , Se-Young Yun

Cross-modal alignment is one key challenge for Vision-and-Language Navigation (VLN). Most existing studies concentrate on mapping the global instruction or single sub-instruction to the corresponding trajectory. However, another critical…

计算机视觉与模式识别 · 计算机科学 2023-08-25 Yibo Cui , Liang Xie , Yakun Zhang , Meishan Zhang , Ye Yan , Erwei Yin

Aligning visual features with language embeddings is a key challenge in vision-language models (VLMs). The performance of such models hinges on having a good connector that maps visual features generated by a vision encoder to a shared…

Temporal modeling is crucial for various video learning tasks. Most recent approaches employ either factorized (2D+1D) or joint (3D) spatial-temporal operations to extract temporal contexts from the input frames. While the former is more…

计算机视觉与模式识别 · 计算机科学 2023-01-03 Yizhou Zhao , Zhenyang Li , Xun Guo , Yan Lu
‹ 上一页 1 2 3 10 下一页 ›