paper-with-me

Papers

Hybrid Contrastive Quantization for Efficient Cross-View Video Retrieval

2022-02-07 · Jinpeng Wang, Bin Chen, Dongliang Liao, Ziyun Zeng, Gongfu Li, Shu-Tao Xia, Jin Xu

With the recent boom of video-based social platforms (e.g., YouTube and TikTok), video retrieval using sentence queries has become an important demand and attracts increasing research attention. Despite the decent performance, existing text-video retrieval models in vision and language communities are impractical for large-scale Web search because they adopt brute-force search based on high-dimensional embeddings. To improve efficiency, Web search engines widely apply vector compression libraries (e.g., FAISS) to post-process the learned embeddings. Unfortunately, separate compression from feature encoding degrades the robustness of representations and incurs performance decay. To pursue a better balance between performance and efficiency, we propose the first quantized representation learning method for cross-view video retrieval, namely Hybrid Contrastive Quantization (HCQ). Specifically, HCQ learns both coarse-grained and fine-grained quantizations with transformers, which provide complementary understandings for texts and videos and preserve comprehensive semantic information. By performing Asymmetric-Quantized Contrastive Learning (AQ-CL) across views, HCQ aligns texts and videos at coarse-grained and multiple fine-grained levels. This hybrid-grained learning strategy serves as strong supervision on the cross-view video quantization model, where contrastive learning at different levels can be mutually promoted. Extensive experiments on three Web video benchmark datasets demonstrate that HCQ achieves competitive performance with state-of-the-art non-compressed retrieval methods while showing high efficiency in storage and computation. Code and configurations are available at https://github.com/gimpong/WWW22-HCQ.

📄 PDF Abstract BibTeX arXiv:2202.03384

Code (1)

gimpong/WWW22-HCQ 공식 구현 pytorch

Tasks

Contrastive LearningQuantizationRepresentation LearningRetrievalSentenceVideo Retrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Video-Based MPAA Rating Prediction: An Attention-Driven Hybrid Architecture Using Contrastive Learning

2025-09-08 · Dipta Neogi, Nourash Azmine Chowdhury, Muhammad Rafsan Kabir, Mohammad Ashrafuzzaman Khan arxiv

The rapid growth of visual content consumption across platforms necessitates automated video classification for age-suitability standards like the MPAA rating system (G, PG, PG-13, R). Traditional methods struggle with l…

Video ClassificationContrastive Learning

Contrastive Quant: Quantization Makes Stronger Contrastive Learning

2021-09-29 · Yonggan Fu, Qixuan Yu, Meng Li, Xu Ouyang 외

Contrastive learning, which learns visual representations by enforcing feature consistency under different augmented views, has emerged as one of the most effective unsupervised learning methods. In this work, we explore…

Contrastive LearningQuantization

Temporal Contrastive Graph Learning for Video Action Recognition and Retrieval

2021-01-04 · Yang Liu, Keze Wang, Haoyuan Lan, Liang Lin

Attempt to fully discover the temporal diversity and chronological characteristics for self-supervised video representation learning, this work takes advantage of the temporal dependencies within videos and further propo…

Action RecognitionContrastive LearningGraph LearningRepresentation Learning+3

Learning Omnidirectional Flow in 360-degree Video via Siamese Representation

2022-08-07 · Keshav Bhandari, Bin Duan, Gaowen Liu, Hugo Latapie 외

Optical flow estimation in omnidirectional videos faces two significant issues: the lack of benchmark datasets and the challenge of adapting perspective video-based methods to accommodate the omnidirectional nature. This…

DiversityOptical Flow EstimationRepresentation Learning

Automatic low-bit hybrid quantization of neural networks through meta learning

2020-04-24 · Tao Wang, Junsong Wang, Chang Xu, Chao Xue

Model quantization is a widely used technique to compress and accelerate deep neural network (DNN) inference, especially when deploying to edge or IoT devices with limited computation capacity and power consumption budge…

Meta-LearningQuantizationReinforcement LearningReinforcement Learning (RL)