paper-with-me

Papers

Perceiver: General Perception with Iterative Attention

2021-03-04 · Andrew Jaegle, Felix Gimeno, Andrew Brock, Andrew Zisserman, Oriol Vinyals, Joao Carreira

Biological systems perceive the world by simultaneously processing high-dimensional inputs from modalities as diverse as vision, audition, touch, proprioception, etc. The perception models used in deep learning on the other hand are designed for individual modalities, often relying on domain-specific assumptions such as the local grid structures exploited by virtually all existing vision models. These priors introduce helpful inductive biases, but also lock models to individual modalities. In this paper we introduce the Perceiver - a model that builds upon Transformers and hence makes few architectural assumptions about the relationship between its inputs, but that also scales to hundreds of thousands of inputs, like ConvNets. The model leverages an asymmetric attention mechanism to iteratively distill inputs into a tight latent bottleneck, allowing it to scale to handle very large inputs. We show that this architecture is competitive with or outperforms strong, specialized models on classification tasks across various modalities: images, point clouds, audio, video, and video+audio. The Perceiver obtains performance comparable to ResNet-50 and ViT on ImageNet without 2D convolutions by directly attending to 50,000 pixels. It is also competitive in all modalities in AudioSet.

📄 PDF Abstract BibTeX arXiv:2103.03206

Code (12)

deepmind/deepmind-research/tree/master/perceiver 공식 구현 jax
Rishit-dagli/Perceiver tf
Xianchao-Wu/perceiver-pytorch pytorch
clementpoiret/Perceiver_MNIST pytorch
fac2003/perceiver-multi-modality-pytorch pytorch
kietngt00/hmdb51-recognition pytorch
krasserm/perceiver-io pytorch
louislva/deepmind-perceiver pytorch
lucidrains/perceiver-pytorch pytorch
sooheon/perceiver-jax jax
towhee-io/towhee pytorch
yangyucheng000/University/tree/main/model-1/perceiver mindspore

Tasks

3D Point Cloud ClassificationAudio ClassificationImage Classification

Similar Papers 제목 키워드 기반

Perceiver-VL: Efficient Vision-and-Language Modeling with Iterative Latent Attention

2022-11-21 · Zineng Tang, Jaemin Cho, Jie Lei, Mohit Bansal

We present Perceiver-VL, a vision-and-language framework that efficiently handles high-dimensional multimodal inputs such as long videos and text. Powered by the iterative latent cross-attention of Perceiver, our framewo…

Cross-Modal RetrievalLanguage ModelingLanguage ModellingRetrieval

HiP: Hierarchical Perceiver

2022-02-22 · Joao Carreira, Skanda Koppula, Daniel Zoran, Adria Recasens 외

General perception systems such as Perceivers can process arbitrary modalities in any combination and are able to handle up to a few hundred thousand inputs. They achieve this generality by using exclusively global atten…

JPerceiver: Joint Perception Network for Depth, Pose and Layout Estimation in Driving Scenes

2022-07-16 · Haimei Zhao, Jing Zhang, Sen Zhang, DaCheng Tao

Depth estimation, visual odometry (VO), and bird's-eye-view (BEV) scene layout estimation present three critical tasks for driving scene perception, which is fundamental for motion planning and navigation in autonomous d…

Autonomous DrivingDepth EstimationMotion PlanningMulti-Task Learning+2

Uni-Perceiver v2: A Generalist Model for Large-Scale Vision and Vision-Language Tasks

2022-11-17 · CVPR 2023 1 · Hao Li, Jinguo Zhu, Xiaohu Jiang, Xizhou Zhu 외

Despite the remarkable success of foundation models, their task-specific fine-tuning paradigm makes them inconsistent with the goal of general perception modeling. The key to eliminating this inconsistency is to use gene…

DecoderLanguage ModellingMulti-Task Learning

VideoPerceiver: Enhancing Fine-Grained Temporal Perception in Video Multimodal Large Language Models

2025-11-24 · Fufangchen Zhao, Liao Zhang, Daiqi Shi, Yuanjun Gao 외 arxiv

We propose VideoPerceiver, a novel video multimodal large language model (VMLLM) that enhances fine-grained perception in video understanding, addressing VMLLMs' limited ability to reason about brief actions in short cli…

Reinforcement LearningAction Understanding