An Efficient and Explanatory Image and Text Clustering System with Multimodal Autoencoder Architecture
Tiancheng Shi, Yuanchen Wei, John R. Kender
TL;DR
The paper introduces CRVAE, a dense, multimodal variational autoencoder that fuses CNN-derived image features with LSTM-derived text to produce a compact latent representation for video frames and captions. A largely automatic pipeline clusters latent vectors with K-means and leverages BLIP captions and LLaMA-derived tags, augmented by PhraseBERT embeddings, to provide human-interpretable, cross-cultural cluster explanations. The approach is validated on English and Chinese COVID-19 and Winter Olympics videos, showing clearer reconstructions, meaningful clusters, and insightful cross-cultural similarities and differences, while noting some hallucinations in generated tags. The work demonstrates practical, scalable cross-cultural video analysis and explainability, with potential extensions to transformers and broader topic coverage for rapid comparative media studies.
Abstract
We demonstrate the efficiencies and explanatory abilities of extensions to the common tools of Autoencoders and LLM interpreters, in the novel context of comparing different cultural approaches to the same international news event. We develop a new Convolutional-Recurrent Variational Autoencoder (CRVAE) model that extends the modalities of previous CVAE models, by using fully-connected latent layers to embed in parallel the CNN encodings of video frames, together with the LSTM encodings of their related text derived from audio. We incorporate the model within a larger system that includes frame-caption alignment, latent space vector clustering, and a novel LLM-based cluster interpreter. We measure, tune, and apply this system to the task of summarizing a video into three to five thematic clusters, with each theme described by ten LLM-produced phrases. We apply this system to two news topics, COVID-19 and the Winter Olympics, and five other topics are in progress.
