paper-with-me

홈 › Papers

Omni-C: Compressing Heterogeneous Modalities into a Single Dense Encoder

2026-02-27 · Kin Wai Lau, Yasar Abbas Ur Rehman, Lai-Man Po, Pedro Porto Buarque de Gusmão arxiv

Recent multimodal systems often rely on separate expert modality encoders which cause linearly scaling complexity and computational overhead with added modalities. While unified Omni-models address this via Mixture-of-Expert (MoE) architectures with specialized experts and routing, they still inflate parameter counts and introduce routing overhead. In this paper, we propose Omni-C (Omni-Compress), a single dense Transformer-based encoder that learns competitive shared representations across heterogeneous modalities--images, audio, and text--through unimodal contrastive pretraining on large-scale unaligned data. By maximizing parameter sharing in the backbone and using lightweight modality-specific projection heads, Omni-C effectively mitigates inter-modality conflicts without requiring MoE, paired supervision, or routing. This design supports efficient deployment on memory-constrained systems via sequential modality processing and low-memory inference, eliminating the need for parallel expert loading or specialized hardware. Experiments show Omni-C achieves performance comparable to expert models in unimodal and cross-model tasks, with modest zero-shot degradation on audio and text that is largely recovered through lightweight linear probing or parameter efficient fine-tuning. The unified architecture substantially reduces inference memory usage compared to multi-encoder baselines, advancing efficient and scalable multimodal learning.

📄 PDF Abstract BibTeX arXiv:2603.05528

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient and High-Fidelity Omni Modality Retrieval

2026-03-02 · Chuong Huynh, Manh Luong, Abhinav Shrivastava arxiv

Multimodal retrieval is the task of aggregating information from queries across heterogeneous modalities to retrieve desired targets. State-of-the-art multimodal retrieval models can understand complex queries, yet they …

Computational EfficiencyVideo Retrieval

Orchestra-o1: Omnimodal Agent Orchestration

2026-06-10 · Fan Zhang, Vireo Zhang, Shengju Qian, Haoxuan Li 외 arxiv

The recent success of agent swarms has shifted the paradigm of large language model (LLM)-based agents from single-agent workflows to multi-agent systems, highlighting the importance of agent orchestration for task decom…

Reinforcement Learning

Omnimodal Dataset Distillation via High-order Proxy Alignment

2026-04-12 · Yuxuan Gao, Xiaohao Liu, Xiaobo Xia, Tongliang Liu arxiv

Dataset distillation compresses large-scale datasets into compact synthetic sets while preserving training performance, but existing methods are largely restricted to single-modal or bimodal settings. Extending dataset d…

Omnivore: A Single Model for Many Visual Modalities

2022-01-20 · CVPR 2022 1 · Rohit Girdhar, Mannat Singh, Nikhila Ravi, Laurens van der Maaten 외

Prior work has studied different visual modalities in isolation and developed separate architectures for recognition of images, videos, and 3D data. Instead, in this paper, we propose a single model which excels at class…

Action ClassificationAction RecognitionImage Classificationmodel+2

OmnixR: Evaluating Omni-modality Language Models on Reasoning across Modalities

2024-10-16 · Lichang Chen, Hexiang Hu, Mingda Zhang, YiWen Chen 외

We introduce OmnixR, an evaluation suite designed to benchmark SoTA Omni-modality Language Models, such as GPT-4o and Gemini. Evaluating OLMs, which integrate multiple modalities such as text, vision, and audio, presents…