中文
相关论文

相关论文: Adapting Vision Transformer for Efficient Change D…

200 篇论文

Prompt tuning (PT) has long been recognized as an effective and efficient paradigm for transferring large pre-trained vision-language models (VLMs) to downstream tasks by learning a tiny set of context vectors. Nevertheless, in this work,…

计算机视觉与模式识别 · 计算机科学 2025-03-17 Shihan Wu , Ji Zhang , Pengpeng Zeng , Lianli Gao , Jingkuan Song , Heng Tao Shen

Computer vision methods that explicitly detect object parts and reason on them are a step towards inherently interpretable models. Existing approaches that perform part discovery driven by a fine-grained classification task make very…

计算机视觉与模式识别 · 计算机科学 2024-07-23 Ananthu Aniraj , Cassio F. Dantas , Dino Ienco , Diego Marcos

The vision transformer is a model that breaks down each image into a sequence of tokens with a fixed length and processes them similarly to words in natural language processing. Although increasing the number of tokens typically results in…

机器学习 · 计算机科学 2023-07-06 Qiqi Zhou , Yichen Zhu

Prompt tuning and adapter tuning have shown great potential in transferring pre-trained vision-language models (VLMs) to various downstream tasks. In this work, we design a new type of tuning method, termed as regularized mask tuning, which…

计算机视觉与模式识别 · 计算机科学 2023-08-08 Kecheng Zheng , Wei Wu , Ruili Feng , Kai Zhu , Jiawei Liu , Deli Zhao , Zheng-Jun Zha , Wei Chen , Yujun Shen

Transferring knowledge from an image synthesis model trained on a large dataset is a promising direction for learning generative image models from various domains efficiently. While previous works have studied GAN models, we present a…

计算机视觉与模式识别 · 计算机科学 2022-10-04 Kihyuk Sohn , Yuan Hao , José Lezama , Luisa Polania , Huiwen Chang , Han Zhang , Irfan Essa , Lu Jiang

We present a new method that views object detection as a direct set prediction problem. Our approach streamlines the detection pipeline, effectively removing the need for many hand-designed components like a non-maximum suppression…

计算机视觉与模式识别 · 计算机科学 2020-05-29 Nicolas Carion , Francisco Massa , Gabriel Synnaeve , Nicolas Usunier , Alexander Kirillov , Sergey Zagoruyko

Attention-based vision models, such as Vision Transformer (ViT) and its variants, have shown promising performance in various computer vision tasks. However, these emerging architectures suffer from large model sizes and high computational…

计算机视觉与模式识别 · 计算机科学 2024-12-04 Jinqi Xiao , Miao Yin , Yu Gong , Xiao Zang , Jian Ren , Bo Yuan

Despite the success of transformers on various computer vision tasks, they suffer from excessive memory and computational cost. Some works present dynamic vision transformers to accelerate inference by pruning redundant tokens. A key to…

计算机视觉与模式识别 · 计算机科学 2023-10-27 Fengyuan Shi , Limin Wang

Current state-of-the-art results in computer vision depend in part on fine-tuning large pre-trained vision models. However, with the exponential growth of model sizes, the conventional full fine-tuning, which needs to store a individual…

计算机视觉与模式识别 · 计算机科学 2023-08-01 Shibo Jie , Haoqing Wang , Zhi-Hong Deng

In this paper, we present token labeling -- a new training objective for training high-performance vision transformers (ViTs). Different from the standard training objective of ViTs that computes the classification loss on an additional…

计算机视觉与模式识别 · 计算机科学 2021-06-10 Zihang Jiang , Qibin Hou , Li Yuan , Daquan Zhou , Yujun Shi , Xiaojie Jin , Anran Wang , Jiashi Feng

Recent advances of Transformers have brought new trust to computer vision tasks. However, on small dataset, Transformers is hard to train and has lower performance than convolutional neural networks. We make vision transformers as…

计算机视觉与模式识别 · 计算机科学 2022-03-07 Bin Chen , Ran Wang , Di Ming , Xin Feng

The ImageNet pre-training initialization is the de-facto standard for object detection. He et al. found it is possible to train detector from scratch(random initialization) while needing a longer training schedule with proper normalization…

计算机视觉与模式识别 · 计算机科学 2021-06-08 Yang Li , Hong Zhang , Yu Zhang

Recently, test-time adaptation has garnered attention as a method for tuning models without labeled data. The conventional modus operandi for adapting pre-trained vision-language models (VLMs) during test-time primarily focuses on tuning…

计算机视觉与模式识别 · 计算机科学 2025-02-11 Raza Imam , Asif Hanif , Jian Zhang , Khaled Waleed Dawoud , Yova Kementchedjhieva , Mohammad Yaqub

Pre-training has marked numerous state of the arts in high-level computer vision, while few attempts have ever been made to investigate how pre-training acts in image processing systems. In this paper, we tailor transformer-based…

计算机视觉与模式识别 · 计算机科学 2022-03-22 Wenbo Li , Xin Lu , Shengju Qian , Jiangbo Lu , Xiangyu Zhang , Jiaya Jia

Fine-tuning large pre-trained language models on downstream tasks has become the de-facto learning paradigm in NLP. However, conventional approaches fine-tune all the parameters of the pre-trained model, which becomes prohibitive as the…

计算与语言 · 计算机科学 2022-02-03 Junxian He , Chunting Zhou , Xuezhe Ma , Taylor Berg-Kirkpatrick , Graham Neubig

Change detection is a key task in Earth observation applications. Recently, deep learning methods have demonstrated strong performance and widespread application. However, change detection faces data scarcity due to the labor-intensive…

计算机视觉与模式识别 · 计算机科学 2025-03-27 Ziyu Zhou , Keyan Hu , Yutian Fang , Xiaoping Rui

Transformers are remarkably versatile, suggesting the existence of generic inductive biases beneficial across modalities. In this work, we explore a new way to instil such biases in vision transformers (ViTs) through pretraining on…

计算机视觉与模式识别 · 计算机科学 2026-03-24 Zachary Shinnick , Liangze Jiang , Hemanth Saratchandran , Damien Teney , Anton van den Hengel

Good weight initialization serves as an effective measure to reduce the training cost of a deep neural network (DNN) model. The choice of how to initialize parameters is challenging and may require manual tuning, which can be time-consuming…

计算机视觉与模式识别 · 计算机科学 2024-07-17 Yifan Gong , Zheng Zhan , Yanyu Li , Yerlan Idelbayev , Andrey Zharkov , Kfir Aberman , Sergey Tulyakov , Yanzhi Wang , Jian Ren

Recently, while significant progress has been made in remote sensing image change captioning, existing methods fail to filter out areas unrelated to actual changes, making models susceptible to irrelevant features. In this article, we…

计算机视觉与模式识别 · 计算机科学 2024-09-20 Cong Yang , Zuchao Li , Hongzan Jiao , Zhi Gao , Lefei Zhang

With the recent surge in the research of vision transformers, they have demonstrated remarkable potential for various challenging computer vision applications, such as image recognition, point cloud classification as well as video…

计算机视觉与模式识别 · 计算机科学 2021-06-10 Ziyuan Huang , Zhiwu Qing , Xiang Wang , Yutong Feng , Shiwei Zhang , Jianwen Jiang , Zhurong Xia , Mingqian Tang , Nong Sang , Marcelo H. Ang