paper-with-me

홈 › Papers

GaussianVision: Vision-Language Alignment from Compressed Image Representations using 2D Gaussian Splatting

2025-09-26 · Yasmine Omri, Connor Ding, Tsachy Weissman, Thierry Tambe arxiv

Modern vision language pipelines are driven by RGB vision encoders trained on massive image text corpora. While these pipelines have enabled impressive zero-shot capabilities and strong transfer across tasks, they still inherit two structural inefficiencies from the pixel domain: (i) transmitting dense RGB images from edge devices to the cloud is energy-intensive and costly, and (ii) patch-based tokenization explodes sequence length, stressing attention budgets and context limits. We explore 2D Gaussian Splatting (2DGS) as an alternative visual substrate for alignment: a compact, spatially adaptive representation that parameterizes images by a set of colored anisotropic Gaussians. We develop a scalable 2DGS pipeline with structured initialization, luminance-aware pruning, and batched CUDA kernels, achieving over 90x faster fitting and about 97% GPU utilization compared to prior implementations. We further adapt contrastive language-image pre-training (CLIP) to 2DGS by reusing a frozen RGB-based transformer backbone with a lightweight splat-aware input stem and a perceiver resampler, training only 9.7% to 13.8% of the total parameters. On a 12.8M dataset from DataComp, GS encoders yield competitive zero-shot performance on 38 datasets from the CLIP benchmark while compressing inputs 3x to 23.5x relative to pixels. Our results establish 2DGS as a viable multimodal substrate, pinpoint architectural bottlenecks, and open a path toward representations that are both semantically powerful and transmission-efficient for edge-cloud learning.

📄 PDF Abstract BibTeX arXiv:2509.22615

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Similarity of Neural Network Representations in Superposition

2026-03-31 · Sunny Liu, Habon Issa, André Longon, Liv Gorton 외 arxiv

Comparing internal representations is a central goal in neuroscience and machine learning, but standard linear alignment metrics (Representational Similarity Analysis, Centered Kernel Alignment, and linear regression) ar…

Too Large; Data Reduction for Vision-Language Pre-Training

2023-05-31 · ICCV 2023 1 · Alex Jinpeng Wang, Kevin Qinghong Lin, David Junhao Zhang, Stan Weixian Lei 외

This paper examines the problems of severe image-text misalignment and high redundancy in the widely-used large-scale Vision-Language Pre-Training (VLP) datasets. To address these issues, we propose an efficient and stra…

Decoder

T2CI-GAN: Text to Compressed Image generation using Generative Adversarial Network

2022-10-01 · Bulla Rajesh, Nandakishore Dusa, Mohammed Javed, Shiv Ram Dubey 외

The problem of generating textual descriptions for the visual data has gained research attention in the recent years. In contrast to that the problem of generating visual data from textual descriptions is still very chal…

Computational EfficiencyGenerative Adversarial NetworkImage Generation

Bridging Compressed Image Latents and Multimodal Large Language Models

2024-07-29 · Chia-Hao Kao, Cheng Chien, Yu-Jen Tseng, Yi-Hsin Chen 외

This paper presents the first-ever study of adapting compressed image latents to suit the needs of downstream vision tasks that adopt Multimodal Large Language Models (MLLMs). MLLMs have extended the success of large lan…

Image Compression

Benchmarking and Enhancing VLM for Compressed Image Understanding

2025-12-24 · Zifu Zhang, Tongda Xu, Siqi Li, Shengxi Li 외 arxiv

With the rapid development of Vision-Language Models (VLMs) and the growing demand for their applications, efficient compression of the image inputs has become increasingly important. Existing VLMs predominantly digest a…