CIC: A Framework for Culturally-Aware Image Captioning

Abstract

Current text-driven Video Moment Retrieval (VMR) methods encode all video clips, including irrelevant ones, disrupting multimodal alignment and hindering optimization. To this end, we propose a denoise-then-retrieve paradigm that explicitly filters text-irrelevant clips from videos and then retrieves the target moment using purified multimodal representations. Following this paradigm, we introduce the Denoise-then-Retrieve Network (DRNet), comprising Text-Conditioned Denoising (TCD) and Text-Reconstruction Feedback (TRF) modules. TCD integrates cross-attention and structured state space blocks to dynamically identify noisy clips and produce a noise mask to purify multimodal video representations. TRF further distills a single query embedding from purified video representations and aligns it with the text embedding, serving as auxiliary supervision for denoising during training. Finally, we perform conditional retrieval using text embeddings on purified video representations for accurate VMR. Experiments on Charades-STA and QVHighlights demonstrate that our approach surpasses state-of-the-art methods on all metrics. Furthermore, our denoise-then-retrieve paradigm is adaptable and can be seamlessly integrated into advanced VMR models to boost performance.

Cite

Text

Yun and Kim. "CIC: A Framework for Culturally-Aware Image Captioning." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/180

Markdown

[Yun and Kim. "CIC: A Framework for Culturally-Aware Image Captioning." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/yun2024ijcai-cic/) doi:10.24963/ijcai.2024/180

BibTeX

@inproceedings{yun2024ijcai-cic,
  title     = {{CIC: A Framework for Culturally-Aware Image Captioning}},
  author    = {Yun, Youngsik and Kim, Jihie},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {1625-1633},
  doi       = {10.24963/ijcai.2024/180},
  url       = {https://mlanthology.org/ijcai/2024/yun2024ijcai-cic/}
}