中文
相关论文

相关论文: VITA: A Multi-Source Vicinal Transfer Augmentation…

200 篇论文

Composed Image Retrieval (CIR) is a challenging image retrieval paradigm that enables to retrieve target images based on multimodal queries consisting of reference images and modification texts. Although substantial progress has been made…

计算机视觉与模式识别 · 计算机科学 2026-04-21 Zhiwei Chen , Yupeng Hu , Zhiheng Fu , Zixu Li , Jiale Huang , Qinlei Huang , Yinwei Wei

Vision Transformer (ViT) architectures are becoming increasingly popular and widely employed to tackle computer vision applications. Their main feature is the capacity to extract global information through the self-attention mechanism,…

计算机视觉与模式识别 · 计算机科学 2024-05-06 Lorenzo Papa , Paolo Russo , Irene Amerini , Luping Zhou

Image Restoration (IR) methods based on a pre-trained diffusion model have demonstrated state-of-the-art performance. However, they have two fundamental limitations: 1) they often assume that the degradation operator is completely known and…

计算机视觉与模式识别 · 计算机科学 2024-11-06 Hamadi Chihaoui , Abdelhak Lemkhenter , Paolo Favaro

Real-world deployment of computer vision systems, including in the discovery processes of biomedical research, requires causal representations that are invariant to contextual nuisances and generalize to new data. Leveraging the internal…

计算机视觉与模式识别 · 计算机科学 2023-06-22 Wolfgang M. Pernice , Michael Doron , Alex Quach , Aditya Pratapa , Sultan Kenjeyev , Nicholas De Veaux , Michio Hirano , Juan C. Caicedo

Vision Transformer (ViT) architectures traditionally employ a grid-based approach to tokenization independent of the semantic content of an image. We propose a modular superpixel tokenization strategy which decouples tokenization and…

计算机视觉与模式识别 · 计算机科学 2025-11-18 Marius Aasan , Odd Kolbjørnsen , Anne Schistad Solberg , Adín Ramirez Rivera

The dissemination of visualizations is primarily in the form of raster images, which often results in the loss of critical information such as source code, interactive features, and metadata. While previous methods have proposed embedding…

计算机视觉与模式识别 · 计算机科学 2025-07-22 Huayuan Ye , Juntong Chen , Shenzhuo Zhang , Yipeng Zhang , Changbo Wang , Chenhui Li

Pretrained vision-language models such as CLIP achieve strong zero-shot generalization but remain vulnerable to distribution shifts caused by input corruptions. In this work, we investigate how corruptions affect CLIP's image embeddings and…

计算机视觉与模式识别 · 计算机科学 2025-10-28 Wenxuan Bao , Ruxi Deng , Jingrui He

We introduce a set of image transformations that can be used as corruptions to evaluate the robustness of models as well as data augmentation mechanisms for training neural networks. The primary distinction of the proposed transformations…

计算机视觉与模式识别 · 计算机科学 2022-05-02 Oğuzhan Fatih Kar , Teresa Yeo , Andrei Atanov , Amir Zamir

This study examines various feature extraction techniques in computer vision, the primary focus of which is on Vision Transformers (ViTs) and other approaches such as Generative Adversarial Networks (GANs), deep feature models, traditional…

计算机视觉与模式识别 · 计算机科学 2025-07-28 Venant Niyonkuru , Sylla Sekou , Jimmy Jackson Sinzinkayo

Intra-frame inconsistency has been proved to be effective for the generalization of face forgery detection. However, learning to focus on these inconsistency requires extra pixel-level forged location annotations. Acquiring such annotations…

计算机视觉与模式识别 · 计算机科学 2022-10-25 Wanyi Zhuang , Qi Chu , Zhentao Tan , Qiankun Liu , Haojie Yuan , Changtao Miao , Zixiang Luo , Nenghai Yu

Mixup augmentation has been widely integrated to generate adversarial examples with superior adversarial transferability when immigrating from a surrogate model to other models. However, the underlying mechanism influencing the mixup's…

计算机视觉与模式识别 · 计算机科学 2023-11-30 Xiaosen Wang , Zeyuan Yin

Although Vision Transformers (ViTs) have recently advanced computer vision tasks significantly, an important real-world problem was overlooked: adapting to variable input resolutions. Typically, images are resized to a fixed resolution,…

计算机视觉与模式识别 · 计算机科学 2024-05-29 Wenzhuo Liu , Fei Zhu , Shijie Ma , Cheng-Lin Liu

We introduce four new real-world distribution shift datasets consisting of changes in image style, image blurriness, geographic location, camera operation, and more. With our new datasets, we take stock of previously proposed methods for…

Vision Transformer (ViT) architectures represent images as collections of high-dimensional vectorized tokens, each corresponding to a rectangular non-overlapping patch. This representation trades spatial granularity for embedding…

计算机视觉与模式识别 · 计算机科学 2024-05-08 Dong Lao , Yangchao Wu , Tian Yu Liu , Alex Wong , Stefano Soatto

Near-infrared imaging has been considered as a solution to provide high quality photographs in dim lighting conditions. This imaging system captures two types of multimodal images: one is near-infrared gray image (NGI) and the other is the…

计算机视觉与模式识别 · 计算机科学 2017-01-24 Chang-Hwan Son , Xiao-Ping Zhang

Diverse data augmentation strategies are a natural approach to improving robustness in computer vision models against unforeseen shifts in data distribution. However, the ability to tailor such strategies to inoculate a model against…

计算机视觉与模式识别 · 计算机科学 2022-02-28 Ryan Soklaski , Michael Yee , Theodoros Tsiligkaridis

Previous raw image-based low-light image enhancement methods predominantly relied on feed-forward neural networks to learn deterministic mappings from low-light to normally-exposed images. However, they failed to capture critical…

计算机视觉与模式识别 · 计算机科学 2023-08-16 Yufei Wang , Yi Yu , Wenhan Yang , Lanqing Guo , Lap-Pui Chau , Alex C. Kot , Bihan Wen

Knowledge distillation from pretrained visual representation models offers an effective approach to improve small, task-specific production models. However, the effectiveness of such knowledge transfer drops significantly when distilling…

机器学习 · 计算机科学 2025-07-01 Chengyu Dong , Huan Gui , Noveen Sachdeva , Long Jin , Ke Yin , Jingbo Shang , Lichan Hong , Ed H. Chi , Zhe Zhao

Despite notable advancements, the integration of deep learning (DL) techniques into impactful clinical applications, particularly in the realm of digital histopathology, has been hindered by challenges associated with achieving robust…

图像与视频处理 · 电气工程与系统科学 2024-07-04 Sebastian Doerrich , Francesco Di Salvo , Christian Ledig

Vision transformers (ViTs) have been successfully deployed in a variety of computer vision tasks, but they are still vulnerable to adversarial samples. Transfer-based attacks use a local model to generate adversarial samples and directly…

计算机视觉与模式识别 · 计算机科学 2023-06-06 Jianping Zhang , Yizhan Huang , Weibin Wu , Michael R. Lyu