paper-with-me

홈 › Papers

EVP: Enhanced Visual Perception using Inverse Multi-Attentive Feature Refinement and Regularized Image-Text Alignment

2023-12-13 · Mykola Lavreniuk, Shariq Farooq Bhat, Matthias Müller, Peter Wonka

This work presents the network architecture EVP (Enhanced Visual Perception). EVP builds on the previous work VPD which paved the way to use the Stable Diffusion network for computer vision tasks. We propose two major enhancements. First, we develop the Inverse Multi-Attentive Feature Refinement (IMAFR) module which enhances feature learning capabilities by aggregating spatial information from higher pyramid levels. Second, we propose a novel image-text alignment module for improved feature extraction of the Stable Diffusion backbone. The resulting architecture is suitable for a wide variety of tasks and we demonstrate its performance in the context of single-image depth estimation with a specialized decoder using classification-based bins and referring segmentation with an off-the-shelf decoder. Comprehensive experiments conducted on established datasets show that EVP achieves state-of-the-art results in single-image depth estimation for indoor (NYU Depth v2, 11.8% RMSE improvement over VPD) and outdoor (KITTI) environments, as well as referring segmentation (RefCOCO, 2.53 IoU improvement over ReLA). The code and pre-trained models are publicly available at https://github.com/Lavreniuk/EVP.

📄 PDF Abstract BibTeX arXiv:2312.08548

Code (1)

lavreniuk/evp 공식 구현 pytorch

Tasks

DecoderDepth EstimationMonocular Depth EstimationReferring Expression Segmentation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Attention 설명 없음
Transformer A Transformer is a model architecture that eschews recurrence and instead relies entirely on an [attention…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Explaining the Unexplained: A CLass-Enhanced Attentive Response (CLEAR) Approach to Understanding Deep Neural Networks

2017-04-13 · Devinder Kumar, Alexander Wong, Graham W. Taylor

In this work, we propose CLass-Enhanced Attentive Response (CLEAR): an approach to visualize and understand the decisions made by deep neural networks (DNNs) given a specific input. CLEAR facilitates the visualization of…

Decision Making

AVA: Attentive VLM Agent for Mastering StarCraft II

2025-03-07 · Weiyu Ma, Yuqian Fu, Zecheng Zhang, Bernard Ghanem 외

We introduce Attentive VLM Agent (AVA), a multimodal StarCraft II agent that aligns artificial agent perception with the human gameplay experience. Traditional frameworks such as SMAC rely on abstract state representatio…

Retrieval-augmented GenerationSMACSMAC+Starcraft+1

Persistent Visual Memory: Sustaining Perception for Deep Generation in LVLMs

2026-05-01 · Siyuan Huang, Xiaoye Qu, Yafu Li, Tong Zhu 외 arxiv

While autoregressive Large Vision-Language Models (LVLMs) demonstrate remarkable proficiency in multimodal tasks, they face a "Visual Signal Dilution" phenomenon, where the accumulation of textual history expands the att…

Doubly Attentive Transformer Machine Translation

2018-07-30 · Hasan Sait Arslan, Mark Fishel, Gholamreza Anbarjafari

In this paper a doubly attentive transformer machine translation model (DATNMT) is presented in which a doubly-attentive transformer decoder normally joins spatial visual features obtained via pretrained convolutional ne…

DecoderImage CaptioningMachine TranslationMultimodal Machine Translation+1

Alpha-CLIP: A CLIP Model Focusing on Wherever You Want

2023-12-06 · CVPR 2024 1 · Zeyi Sun, Ye Fang, Tong Wu, Pan Zhang 외

Contrastive Language-Image Pre-training (CLIP) plays an essential role in extracting valuable content information from images across diverse tasks. It aligns textual and visual modalities to comprehend the entire image, …

3D Generation