中文
相关论文

相关论文: Maximizing the Position Embedding for Vision Trans…

200 篇论文

The Position Embedding (PE) is critical for Vision Transformers (VTs) due to the permutation-invariance of self-attention operation. By analyzing the input and output of each encoder layer in VTs using reparameterization and visualization,…

计算机视觉与模式识别 · 计算机科学 2022-12-23 Runyi Yu , Zhennan Wang , Yinhuai Wang , Kehan Li , Yian Zhao , Jian Zhang , Guoli Song , Jie Chen

Position Embeddings (PEs), an arguably indispensable component in Vision Transformers (ViTs), have been shown to improve the performance of ViTs on many vision tasks. However, PEs have a potentially high risk of privacy leakage since the…

计算机视觉与模式识别 · 计算机科学 2023-05-29 Bin Ren , Yahui Liu , Yue Song , Wei Bi , Rita Cucchiara , Nicu Sebe , Wei Wang

Positional embeddings (PE) play a crucial role in Vision Transformers (ViTs) by providing spatial information otherwise lost due to the permutation invariant nature of self attention. While absolute positional embeddings (APE) have shown…

计算机视觉与模式识别 · 计算机科学 2026-04-14 Md Abtahi Majeed Chowdhury , Md Rifat Ur Rahman , Akil Ahmad Taki

Without positional information, attention-based Transformer neural networks are permutation-invariant. Absolute or relative positional embeddings are the most popular ways to feed Transformer models with positional information. Absolute…

机器学习 · 计算机科学 2021-11-10 Tatiana Likhomanenko , Qiantong Xu , Gabriel Synnaeve , Ronan Collobert , Alex Rogozhnikov

Multimodal large language models (MLLMs) have achieved strong performance on vision-language tasks, yet often suffer from inefficiencies due to redundant visual tokens. Existing token merging methods reduce sequence length but frequently…

计算机视觉与模式识别 · 计算机科学 2026-02-06 Mouxiao Huang , Borui Jiang , Dehua Zheng , Hailin Hu , Kai Han , Xinghao Chen

Vision Transformer (ViT) extracts the final representation from either class token or an average of all patch tokens, following the architecture of Transformer in Natural Language Processing (NLP) or Convolutional Neural Networks (CNNs) in…

计算机视觉与模式识别 · 计算机科学 2022-12-09 Byungsoo Ko , Han-Gyu Kim , Byeongho Heo , Sangdoo Yun , Sanghyuk Chun , Geonmo Gu , Wonjae Kim

We introduce Perception Encoder (PE), a state-of-the-art vision encoder for image and video understanding trained via simple vision-language learning. Traditionally, vision encoders have relied on a variety of pretraining objectives, each…

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

In federated learning, Transformer, as a popular architecture, faces critical challenges in defending against gradient attacks and improving model performance in both Computer Vision (CV) and Natural Language Processing (NLP) tasks. It has…

计算机视觉与模式识别 · 计算机科学 2026-01-21 Weixin Ye , Wei Wang , Yahui Liu , Yue Song , Bin Ren , Wei Bi , Rita Cucchiara , Nicu Sebe

How discriminative position information is for image classification depends on the data. On the one hand, the camera position is arbitrary and objects can appear anywhere in the image, arguing for translation invariance. At the same time,…

计算机视觉与模式识别 · 计算机科学 2025-05-20 Robert-Jan Bruintjes , Jan van Gemert

This paper revisits the role of positional embeddings (PEs) within vision transformers (ViTs) from a geometric perspective. We show that PEs are not mere token indices but effectively function as geometric priors that shape the spatial…

计算机视觉与模式识别 · 计算机科学 2026-02-02 Jian Shi , Michael Birsak , Wenqing Cui , Zhenyu Li , Peter Wonka

Global pooling, such as max- or sum-pooling, is one of the key ingredients in deep neural networks used for processing images, texts, graphs and other types of structured data. Based on the recent DeepSets architecture proposed by Zaheer et…

机器学习 · 计算机科学 2020-01-23 Łukasz Maziarka , Marek Śmieja , Aleksandra Nowak , Jacek Tabor , Łukasz Struski , Przemysław Spurek

In Transformers, Position Embeddings (PEs) significantly influence Length Generalization (LG) performance, yet their fundamental role remains unclear. In this work, we investigate the limitations and capabilities of PEs in achieving LG. We…

机器学习 · 计算机科学 2025-10-07 Yang Chen , Yitao Liang , Zhouchen Lin

Unsupervised learning of vision transformers seeks to pretrain an encoder via pretext tasks without labels. Among them is the Masked Image Modeling (MIM) aligned with pretraining of language transformers by predicting masked patches as a…

计算机视觉与模式识别 · 计算机科学 2023-03-15 Xiao Wang , Ying Wang , Ziwei Xuan , Guo-Jun Qi

The distinguishing power of graph transformers is closely tied to the choice of positional encoding: features used to augment the base transformer with information about the graph. There are two primary types of positional encoding:…

机器学习 · 计算机科学 2024-08-26 Mitchell Black , Zhengchao Wan , Gal Mishne , Amir Nayyeri , Yusu Wang

We propose Parabolic Position Encoding (PaPE), a parabola-based position encoding for vision modalities in attention-based architectures. Given a set of vision tokens-such as from videos, event camera streams, images, or point clouds-our…

In this work, we first tackle the problem of simultaneous pixel-level localization and image-level classification with only image-level labels for fully convolutional network training. We investigate the global pooling method which plays a…

计算机视觉与模式识别 · 计算机科学 2018-09-25 Suo Qiu

Vision-Language Models (VLMs) have demonstrated strong performance across various multimodal tasks, where position encoding plays a vital role in modeling both the sequential structure of textual information and the spatial structure of…

计算机视觉与模式识别 · 计算机科学 2025-11-04 Ruoxiang Huang , Xindian Ma , Rundong Kong , Zhen Yuan , Peng Zhang

Visual Semantic Embedding (VSE) is a dominant approach for vision-language retrieval, which aims at learning a deep embedding space such that visual data are embedded close to their semantic text labels or descriptions. Recent VSE models…

计算机视觉与模式识别 · 计算机科学 2021-07-07 Jiacheng Chen , Hexiang Hu , Hao Wu , Yuning Jiang , Changhu Wang

In this paper, we address the problem of detecting 3D objects from multi-view images. Current query-based methods rely on global 3D position embeddings (PE) to learn the geometric correspondence between images and 3D space. We claim that…

计算机视觉与模式识别 · 计算机科学 2023-03-21 Kaixin Xiong , Shi Gong , Xiaoqing Ye , Xiao Tan , Ji Wan , Errui Ding , Jingdong Wang , Xiang Bai
‹ 上一页 1 2 3 10 下一页 ›