AIAny
Icon for item

HOMIE: Human-object Centric Video Personalization via Multimodal Intelligent Enchancement

Personalizes subject-driven videos to preserve human identity and accurate human–object interactions by integrating multimodal references and MLLM-derived semantics. Introduces global multimodal guidance in self-attention and modality-reference embeddings to align MLLM features with VAE tokens, supporting both inter- and intra-subject inputs (e.g., OCR, multi-view).

Introduction

Why this matters Many subject-driven video generation methods either sacrifice subject fidelity for flexible interactions or fail to exploit intra-subject references (OCR maps, multi-view images) to improve identity and interaction realism. HOMIE’s central insight is that extracting reference-level relationships from an MLLM and aligning those semantics directly with VAE tokens — via attention-level guidance and explicit modality-reference embeddings — lets a single system handle both inter- and intra-subject personalization without costly re-alignment steps.

Key Findings
  • Global multimodal guidance in self-attention: injects MLLM-derived semantic signals into VAE token attention so that high-level reference knowledge (e.g., object roles, textual cues) influences generative decoding — this helps maintain consistent interactions across frames.
  • Modality-reference embedding: tags and differentiates tokens originating from MLLM features versus VAE tokens and binds intra-subject reference image tokens, enabling the model to leverage OCR or multiple views without retraining text encoders.
  • Unified inter-/intra-subject pipeline: the architecture supports both inter-subject personalization (new subjects) and intra-subject enhancement (multi-view/OCR references), improving subject fidelity while preserving controllability of text prompts.
  • Empirical improvements: experiments reported state-of-the-art results on multiple HOCVP tasks, particularly where accurate human-object interaction patterns or abstract object references (e.g., logos, text) are required.
Who it's for and trade-offs

Great fit if you need high-fidelity, interaction-aware personalized video generation that must respect both subject identity and complex human–object relations, and if you have multimodal references (images, OCR) to guide generation. It’s also useful when you want to combine MLLM semantic reasoning with VAE-based video decoders without expensive re-alignment.

Look elsewhere if you need a lightweight, real-time inference stack on very constrained hardware (HOMIE focuses on architectural alignment and multimodal fusion, which adds complexity), or if your use case is unconcerned with detailed human–object interactions and only requires generic stylized avatar rendering.

Where it fits

HOMIE sits between pure text-driven subject personalization and heavy multi-view reconstruction approaches: it leverages MLLM semantics to bridge abstract references (text, logos) with pixel-level VAE tokens, making it well-suited for applications like branded content personalization, AR overlays respecting text/logos, and subject-centric video editing.

Information

  • Websitearxiv.org
  • AuthorsYiyang Cai, Nan Chen, Rongchang Xie, Junwen Pan, Chunyang Jiang, Cheng Chen, Wen Zhou, Zhenbang Sun, Wei Xue, Wenhan Luo
  • Published date2026/07/20

More Items

Evaluates whether video models reason according to physical laws by treating generated videos as visible reasoning traces and using a three-stage Perception–Formulation–Deduction protocol. Includes Orchard (400 mechanics videos), chain-of-frames prompting on annotated first frames, and a hybrid MLLM-plus-objective scoring suite for stage-resolved diagnostics.

Predicts variable-cardinality sets of evidence intervals in videos to temporally ground queries using multimodal large language models. Combines caption-derived multi-span supervision, a temporal Wasserstein matching-free reward, and temporal IoU, yielding strong mIoU gains across multiple benchmarks.

A vision-language-action foundation model trained on 100k+ hours of real-world robot manipulation trajectories to follow natural-language instructions and adapt to downstream tasks with minimal fine-tuning. Uses a two-stage (pre-/post-) training recipe and a scalable auto-labeling pipeline; shows clear scaling benefits and state-of-the-art sim-to-real transfer on standard benchmarks.