paper-with-me

Papers

Dynamic Perceiver for Efficient Visual Recognition

2023-06-20 · ICCV 2023 1 · Yizeng Han, Dongchen Han, Zeyu Liu, Yulin Wang, Xuran Pan, Yifan Pu, Chao Deng, Junlan Feng, Shiji Song, Gao Huang

Early exiting has become a promising approach to improving the inference efficiency of deep networks. By structuring models with multiple classifiers (exits), predictions for ``easy'' samples can be generated at earlier exits, negating the need for executing deeper layers. Current multi-exit networks typically implement linear classifiers at intermediate layers, compelling low-level features to encapsulate high-level semantics. This sub-optimal design invariably undermines the performance of later exits. In this paper, we propose Dynamic Perceiver (Dyn-Perceiver) to decouple the feature extraction procedure and the early classification task with a novel dual-branch architecture. A feature branch serves to extract image features, while a classification branch processes a latent code assigned for classification tasks. Bi-directional cross-attention layers are established to progressively fuse the information of both branches. Early exits are placed exclusively within the classification branch, thus eliminating the need for linear separability in low-level features. Dyn-Perceiver constitutes a versatile and adaptable framework that can be built upon various architectures. Experiments on image classification, action recognition, and object detection demonstrate that our method significantly improves the inference efficiency of different backbones, outperforming numerous competitive approaches across a broad range of computational budgets. Evaluation on both CPU and GPU platforms substantiate the superior practical efficiency of Dyn-Perceiver. Code is available at https://www.github.com/LeapLabTHU/Dynamic_Perceiver.

📄 PDF Abstract BibTeX arXiv:2306.11248

Code (1)

leaplabthu/dynamic_perceiver 공식 구현 pytorch

Tasks

Action RecognitionClassificationCPUEarly ClassificationGPUimage-classificationImage Classificationobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Frame Order Matters: A Temporal Sequence-Aware Model for Few-Shot Action Recognition

2024-08-22 · Bozheng Li, Mushui Liu, Gaoang Wang, Yunlong Yu

In this paper, we propose a novel Temporal Sequence-Aware Model (TSAM) for few-shot action recognition (FSAR), which incorporates a sequential perceiver adapter into the pre-training framework, to integrate both the spat…

Action RecognitionDecision MakingFew-Shot action recognitionFew Shot Action Recognition

Perceiver-Prompt: Flexible Speaker Adaptation in Whisper for Chinese Disordered Speech Recognition

2024-06-14 · Yicong Jiang, Tianzi Wang, Xurong Xie, Juan Liu 외

Disordered speech recognition profound implications for improving the quality of life for individuals afflicted with, for example, dysarthria. Dysarthric speech recognition encounters challenges including limited data, s…

speech-recognitionSpeech Recognition

Dynamic Query Selection for Fast Visual Perceiver

2022-05-22 · Corentin Dancette, Matthieu Cord

Transformers have been matching deep convolutional networks for vision architectures in recent works. Most work is focused on getting the best results on large-scale benchmarks, and scaling laws seem to be the most succe…

Active Object Perceiver: Recognition-guided Policy Learning for Object Searching on Mobile Robots

2018-07-30 · Xin Ye, Zhe Lin, Haoxiang Li, Shibin Zheng 외

We study the problem of learning a navigation policy for a robot to actively search for an object of interest in an indoor environment solely from its visual inputs. While scene-driven visual navigation has been widely s…

Deep Reinforcement LearningObjectObject RecognitionReinforcement Learning+1

Multimodal Prompt Perceiver: Empower Adaptiveness Generalizability and Fidelity for All-in-One Image Restoration

2024-01-01 · CVPR 2024 1 · Yuang Ai, Huaibo Huang, Xiaoqiang Zhou, Jiexiang Wang 외

Despite substantial progress all-in-one image restoration (IR) grapples with persistent challenges in handling intricate real-world degradations. This paper introduces MPerceiver: a novel multimodal prompt learning a…

AllDecoderImage RestorationPrompt Learning