paper-with-me

Papers

GeminiFusion: Efficient Pixel-wise Multimodal Fusion for Vision Transformer

2024-06-03 · Ding Jia, Jianyuan Guo, Kai Han, Han Wu, Chao Zhang, Chang Xu, Xinghao Chen

Cross-modal transformers have demonstrated superiority in various vision tasks by effectively integrating different modalities. This paper first critiques prior token exchange methods which replace less informative tokens with inter-modal features, and demonstrate exchange based methods underperform cross-attention mechanisms, while the computational demand of the latter inevitably restricts its use with longer sequences. To surmount the computational challenges, we propose GeminiFusion, a pixel-wise fusion approach that capitalizes on aligned cross-modal representations. GeminiFusion elegantly combines intra-modal and inter-modal attentions, dynamically integrating complementary information across modalities. We employ a layer-adaptive noise to adaptively control their interplay on a per-layer basis, thereby achieving a harmonized fusion process. Notably, GeminiFusion maintains linear complexity with respect to the number of input tokens, ensuring this multimodal framework operates with efficiency comparable to unimodal networks. Comprehensive evaluations across multimodal image-to-image translation, 3D object detection and arbitrary-modal semantic segmentation tasks, including RGB, depth, LiDAR, event data, etc. demonstrate the superior performance of our GeminiFusion against leading-edge techniques. The PyTorch code is available at https://github.com/JiaDingCN/GeminiFusion

📄 PDF Abstract BibTeX arXiv:2406.01210

Code (1)

jiadingcn/geminifusion 공식 구현 pytorch

Tasks

3D Object DetectionImage-to-Image Translationobject-detectionObject DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

GeomPrompt: Geometric Prompt Learning for RGB-D Semantic Segmentation Under Missing and Degraded Depth

2026-04-13 · Krishna Jaganathan, Patricio Vela arxiv

Multimodal perception systems for robotics and embodied AI often assume reliable RGB-D sensing, but in practice, depth is frequently missing, noisy, or corrupted. We thus present GeomPrompt, a lightweight cross-modal ada…

Semantic Segmentation

Pixel-Wise Multimodal Contrastive Learning for Remote Sensing Images

2026-01-07 · Leandro Stival, Ricardo da Silva Torres, Helio Pedrini arxiv

Satellites continuously generate massive volumes of data, particularly for Earth observation, including satellite image time series (SITS). However, most deep learning models are designed to process either entire images …

Contrastive Learning

DMTrack: Spatio-Temporal Multimodal Tracking via Dual-Adapter

2025-08-03 · Weihong Li, Shaohua Dong, Haonan Lu, Yanhao Zhang 외 arxiv

In this paper, we explore adapter tuning and introduce a novel dual-adapter architecture for spatio-temporal multimodal tracking, dubbed DMTrack. The key of our DMTrack lies in two simple yet effective modules, including…

PixelGen: Improving Pixel Diffusion with Perceptual Supervision

2026-02-02 · Zehong Ma, Ruihan Xu, Shiliang Zhang arxiv

Pixel diffusion generates images directly in pixel space, avoiding the VAE artifacts and representational bottlenecks of two-stage latent diffusion. Recent JiT further simplifies pixel diffusion with x-prediction, where …

Text-to-Image Generation

LLaDA-UI: Bringing Block-wise Diffusion to Vision-Language GUI Agents

2026-09-09 · Zhangxuan Gu, Haoxing Chen, Qi Qin, Yi Xin 외 hf

Diffusion large language models (dLLMs) achieve high decoding efficiency through block-parallel, arbitrary-order generation, making them attractive for latency-sensitive applications. GUI agents represent a natural testb…