paper-with-me

Papers

Ovis: Structural Embedding Alignment for Multimodal Large Language Model

2024-05-31 · Shiyin Lu, Yang Li, Qing-Guo Chen, Zhao Xu, Weihua Luo, Kaifu Zhang, Han-Jia Ye

Current Multimodal Large Language Models (MLLMs) typically integrate a pre-trained LLM with another pre-trained vision transformer through a connector, such as an MLP, endowing the LLM with visual capabilities. However, the misalignment between two embedding strategies in MLLMs -- the structural textual embeddings based on an embedding look-up table and the continuous embeddings generated directly by the vision encoder -- makes challenges for a more seamless fusion of visual and textual information. We propose Ovis, a novel MLLM architecture designed to structurally align visual and textual embeddings. Ovis integrates an additional learnable visual embedding table into the visual encoder's process. To capture rich visual semantics, each image patch indexes the visual embedding table multiple times, resulting in a final visual embedding that is a probabilistic combination of the indexed embeddings. This structural approach mirrors the method used for generating textual embeddings. Empirical evaluations on various multimodal benchmarks show that Ovis outperforms open-source MLLMs of similar parameter scales and even surpasses the proprietary model Qwen-VL-Plus overall. These results highlight the potential of Ovis' structured visual representation for advancing MLLM architectural design and promoting more effective multimodal learning. Code, datasets, and models are available at https://github.com/AIDC-AI/Ovis.

📄 PDF Abstract BibTeX arXiv:2405.20797

Code (2)

aidc-ai/ovis 공식 구현 pytorch
aidc-ai/parrot pytorch

Tasks

Language ModelingMultimodal Large Language ModelVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Pushing the Frontier of Audiovisual Perception with Large-Scale Multimodal Correspondence Learning

2025-12-22 · Apoorv Vyas, Heng-Jui Chang, Cheng-Fu Yang, Po-Yao Huang 외 arxiv

We introduce Perception Encoder Audiovisual, PE-AV, a new family of encoders for audio and video understanding trained with scaled contrastive learning. Built on PE, PE-AV makes several key contributions to extend repres…

Sound Event DetectionContrastive Learning

An Eye for an Ear: Zero-shot Audio Description Leveraging an Image Captioner using Audiovisual Distribution Alignment

2024-10-08 · Hugo Malard, Michel Olvera, Stéphane Lathuiliere, Slim Essid

Multimodal large language models have fueled progress in image captioning. These models, fine-tuned on vast image datasets, exhibit a deep understanding of semantic concepts. In this work, we show that this ability can b…

Audio captioningContrastive LearningImage CaptioningRepresentation Learning+1

Temporal and Cross-Modal Alignment for Enhanced Audiovisual Video Captioning

2026-07-02 · Chen Zhao, Jiajun Ma, Qilong Huang, Tiehan Fan 외 arxiv

While Multimodal Large Language Models (MLLMs) have advanced video understanding, achieving precise temporal and cross-modal alignment in audiovisual video captioning remains a formidable challenge. Most existing approac…

Relational ReasoningVideo Captioning

Ovis2.5 Technical Report

2025-08-15 · Shiyin Lu, Yang Li, Yu Xia, Yuwei Hu 외 arxiv

We present Ovis2.5, a successor to Ovis2 designed for native-resolution visual perception and strong multimodal reasoning. Ovis2.5 integrates a native-resolution vision transformer that processes images at their native, …

Multimodal Reasoning

X-Streamer: Unified Human World Modeling with Audiovisual Interaction

2025-09-25 · You Xie, Tianpei Gu, Zenan Li, Chenxu Zhang 외 arxiv

We introduce X-Streamer, an end-to-end multimodal human world modeling framework for building digital human agents capable of infinite interactions across text, speech, and video within a single unified architecture. Sta…