paper-with-me

Papers

Learning 1D Causal Visual Representation with De-focus Attention Networks

2024-06-06 · Chenxin Tao, Xizhou Zhu, Shiqian Su, Lewei Lu, Changyao Tian, Xuan Luo, Gao Huang, Hongsheng Li, Yu Qiao, Jie zhou, Jifeng Dai

Modality differences have led to the development of heterogeneous architectures for vision and language models. While images typically require 2D non-causal modeling, texts utilize 1D causal modeling. This distinction poses significant challenges in constructing unified multi-modal models. This paper explores the feasibility of representing images using 1D causal modeling. We identify an "over-focus" issue in existing 1D causal vision models, where attention overly concentrates on a small proportion of visual tokens. The issue of "over-focus" hinders the model's ability to extract diverse visual features and to receive effective gradients for optimization. To address this, we propose De-focus Attention Networks, which employ learnable bandpass filters to create varied attention patterns. During training, large and scheduled drop path rates, and an auxiliary loss on globally pooled features for global understanding tasks are introduced. These two strategies encourage the model to attend to a broader range of tokens and enhance network optimization. Extensive experiments validate the efficacy of our approach, demonstrating that 1D causal visual representation can perform comparably to 2D non-causal representation in tasks such as global perception, dense prediction, and multi-modal understanding. Code is released at https://github.com/OpenGVLab/De-focus-Attention-Networks.

📄 PDF Abstract BibTeX arXiv:2406.04342

Code (1)

opengvlab/de-focus-attention-networks 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Mutually Causal Semantic Distillation Network for Zero-Shot Learning

2026-03-18 · Shiming Chen, Shuhuang Chen, Guo-Sen Xie, Xinge You arxiv

Zero-shot learning (ZSL) aims to recognize the unseen classes in the open-world guided by the side-information (e.g., attributes). Its key task is how to infer the latent semantic knowledge between visual and attribute f…

Zero-Shot Learning

VCD: Visual Causality Discovery for Cross-Modal Question Reasoning

2023-04-17 · Yang Liu, Ying Tan, Jingzhou Luo, Weixing Chen

Existing visual question reasoning methods usually fail to explicitly discover the inherent causal mechanism and ignore jointly modeling cross-modal event temporality and causality. In this paper, we propose a visual que…

Mitigating Modality Prior-Induced Hallucinations in Multimodal Large Language Models via Deciphering Attention Causality

2024-10-07 · Guanyu Zhou, Yibo Yan, Xin Zou, Kun Wang 외

Multimodal Large Language Models (MLLMs) have emerged as a central focus in both industry and academia, but often suffer from biases introduced by visual and language priors, which can lead to multimodal hallucination. T…

Causal InferencecounterfactualCounterfactual ReasoningHallucination+4

Causality Compensated Attention for Contextual Biased Visual Recognition

2023-02-25 · ICLR 2023 2 · Ruyang Liu, Jingjia Huang, Ge Li, Thomas H. Li

Visual attention does not always capture the essential object representation desired for robust predictions. Attention modules tend to underline not only the target object but also the common co-occurring context that th…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label Image ClassificationObject

Rethinking Causal Mask Attention for Vision-Language Inference

2025-05-24 · Xiaohuan Pei, Tao Huang, Yanxiang Ma, Chang Xu

Causal attention has become a foundational mechanism in autoregressive vision-language models (VLMs), unifying textual and visual inputs under a single generative framework. However, existing causal mask-based strategies…