paper-with-me

Papers

Everything at Once - Multi-Modal Fusion Transformer for Video Retrieval

2022-01-01 · CVPR 2022 1 · Nina Shvetsova, Brian Chen, Andrew Rouditchenko, Samuel Thomas, Brian Kingsbury, Rogerio S. Feris, David Harwath, James Glass, Hilde Kuehne

Multi-modal learning from video data has seen increased attention recently as it allows training of semantically meaningful embeddings without human annotation, enabling tasks like zero-shot retrieval and action localization. In this work, we present a multi-modal, modality agnostic fusion transformer that learns to exchange information between multiple modalities, such as video, audio, and text, and integrate them into a fused representation in a joined multi-modal embedding space. We propose to train the system with a combinatorial loss on everything at once - any combination of input modalities, such as single modalities as well as pairs of modalities, explicitly leaving out any add-ons such as position or modality encoding. At test time, the resulting model can process and fuse any number of input modalities. Moreover, the implicit properties of the transformer allow to process inputs of different lengths. To evaluate the proposed approach, we train the model on the large scale HowTo100M dataset and evaluate the resulting embedding space on four challenging benchmark datasets obtaining state-of-the-art results in zero-shot video retrieval and zero-shot video action localization. Our code for this work is also available.

📄 PDF Abstract BibTeX

Code (1)

ninatu/everything_at_once 공식 구현 pytorch

Tasks

Action LocalizationRetrievalVideo RetrievalZero-Shot Video Retrieval

Similar Papers 제목 키워드 기반

Everything at Once -- Multi-modal Fusion Transformer for Video Retrieval

2021-12-08 · Nina Shvetsova, Brian Chen, Andrew Rouditchenko, Samuel Thomas 외

Multi-modal learning from video data has seen increased attention recently as it allows to train semantically meaningful embeddings without human annotation enabling tasks like zero-shot retrieval and classification. In …

Action LocalizationRetrievalVideo RetrievalZero-Shot Video Retrieval

Sparsely Multimodal Data Fusion

2024-03-29 · Josiah Bjorgaard

Multimodal data fusion is essential for applications requiring the integration of diverse data sources, especially in the presence of incomplete or sparsely available modalities. This paper presents a comparative study o…

regression

Cross-Level Sensor Fusion with Object Lists via Transformer for 3D Object Detection

2025-12-14 · Xiangzhong Liu, Jiajie Zhang, Hao Shen arxiv

In automotive sensor fusion systems, smart sensors and Vehicle-to-Everything (V2X) modules are commonly utilized. Sensor data from these systems are typically available only as processed object lists rather than raw sens…

3D Object Detection

Editing Everything Everywhere All at Once

2026-06-30 · Fabio Quattrini, Carmine Zaccagnino, Enis Simsar, Marta Tintoré Gazulla 외 arxiv

Editing multiple elements of an image in a single forward pass is a practical alternative to multi-turn image manipulation, offering improved efficiency and potentially better harmonization. However, when several instruc…

Image ManipulationImage Editing

Diagnosing and Correcting Concept Omission in Multimodal Diffusion Transformers

2026-05-14 · Kanghyun Baek, Jaihyun Lew, Chaehun Shin, Jungbeom Lee 외 arxiv

Multimodal Diffusion Transformers (MM-DiTs) have achieved remarkable progress in text-to-image generation, yet they frequently suffer from concept omission, where specified objects or attributes fail to emerge in the gen…

Text-to-Image Generation