FATE: Frame-Level Audio-Visual Temporal Embedding
Summary
Proposes FATE, a frame-level audio-visual temporal embedding method that aligns frame sequences on a physical timeline, enabling joint semantic and temporal understanding. It outperforms baselines on temporal retrieval, event localization, and generation evaluation metrics.
View Cached Full Text
Cached at: 08/10/26, 02:15 PM
Paper page - FATE: Frame-Level Audio-Visual Temporal Embedding
Source: https://huggingface.co/papers/2608.01310
Abstract
Whenadogopensitsmouthandbarks,humansnaturallyrecognizewhatthesoundisandwhenitoccurs.Buildingaudio-visualmodelswiththissameabilityrequiresrepresentationsthatcapturebothsemanticandtemporalalignment.Currentapproachesfallshortononesideortheother:embeddingmodelsmatchsemanticbutlosetemporalinformation;synchronizationmodelscapturetemporaloffsetsbutlacksemanticunderstanding.Tobridgethisgap,weproposeFATE,Frame-levelAudio-visualTemporalEmbedding.Unlikepriorembeddingmodelsthatpooleachmodalityintoasingleembeddinganddiscardtemporalinformation,FATEretainsframe-levelsequences,alignsthemonthephysicaltimeline,andcomputessimilarityoverstrictlyalignedframepairs.Unlikesynchronizationmodelsthatoutputonlyanoffsetprediction,FATEencodessynchronizationinareusableembeddingspace,trainedwithajointobjectivecombiningcross-videosemanticandwithin-videotemporalcontrastivelearningtocapturebothwhatsoundsandwhenitoccurs.Acrossthreetasks,FATEsurpassesthestrongestbaselineontemporalandsemanticretrievalbyalargemargin,matchesfullysupervisedmethodsoneventlocalizationinazero-shotsetting,andachievesthebestcorrelationwithhumanjudgmentsasagenerationevaluationmetric.Thesourcecodecanbefoundathttps://github.com/guankaisi/FATE.
View arXiv pageView PDFProject pageGitHub7Add to collection
Get this paper in your agent:
hf papers read 2608\.01310
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.01310 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.01310 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.01310 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Fusion Embedding: A Unified Embedding Space for Text, Image, Video, and Audio
Fusion Embedding introduces a family of models that add audio to a frozen vision-language embedding backbone, enabling a unified space for text, image, video, and audio retrieval. The models train only lightweight adapters and achieve audio-image retrieval without paired audio-visual data.
FusedFrames
FusedFrames is a new product designed to help AI agents capture and retain the contextual information they need.
Fusion is not one-size-fits-all: Cross-Modal Representation Alignment for Time-to-Event Modeling
Introduces a foundation model–driven framework for cross-modal representation alignment between CT imaging and longitudinal EHR data for time-to-event prediction, evaluating fusion strategies on pulmonary embolism and cardiovascular disease cohorts.
A Study of Temporal Fusion Strategies for Named Entity Recognition in Historical Texts
This paper systematically studies how temporal metadata can be structurally embedded into named entity recognition (NER) models for historical texts. Experiments with absolute and relative temporal representations injected via early or late fusion mechanisms show that late fusion strategies yield more robust performance on French and German historical datasets.
Imagine Before You Predict: Interleaved Latent Visual Reasoning for Video Event Prediction
Introduces Future-L1, an interleaved latent visual reasoning framework that improves video event prediction by maintaining visual semantics in latent space. Achieves state-of-the-art results on FutureBench and TwiFF-Bench benchmarks.