当前位置:网站首页>Online Collective Matrix Factorization Hashing for Large-Scale Cross-Media Retrieval
Online Collective Matrix Factorization Hashing for Large-Scale Cross-Media Retrieval
2022-07-21 22:00:00 【Schrodinger's fat stupid dog】
Online Collective Matrix Factorization Hashing for Large-Scale Cross-Media Retrieval
2020 SIGIR
Di Wang XiDian University
Summary
- By developing an efficient online optimization method , take CMFH Expand to online learning mode . It incrementally updates the hash function to adapt to the changes of multimodal data flow , At the same time, generate hash code for the currently arrived data .
- Proposed OCMFH You can do this without accessing the original old data , Dynamically update the hash code of old data with the change of hash model . This can well match the hash code of new and old data , Improve retrieval performance .
- Aiming at the problem of mean change in the process of online hash learning , A zero mean strategy is proposed .
CMFH Principle
- It's batch based
- Objective function :
V Is the latent semantic space representation , The first is to embed features into the latent semantic space , The second is the learning of hash function .
OCMFH Principle
- Suppose the training data is zero Center , Then the hash function can be rewritten as
- zero - Mean normalization
The original data is :
When new data blocks arrive , The average value of the whole data is :
So the new data is expressed as :
It is still used in the later formula X m ( t ) Xm^{(t)} Xm(t) Instead of X ‾ m ( t ) \overline Xm^{(t)} Xm(t) - Model update
In the case of two modes, the formula is :
Change it to online form : - Hash code update
The goal of matrix decomposition is to find two matrices whose products are as close to the original matrix as possible . Therefore, the product of the base matrix and the unified representation should be as close to the original data matrix as possible :
Therefore, the objective function of the unified representation of old data is :
Thus, an updated unified representation can be obtained without contacting the old data V, The hash code of the entire data set is updated :
Experimental verification
- Data sets :
MIRFliker:
image:150-dimensional edge histogram feature
text:500-dimensional feature by performing PCA on the index vector
NUS-WIDE:
image:128-dimensional feature by performing PCA on its 4,096-dimensional deep feature extracted by the Caffe implementation of VGG Net
text:1,000-dimensional bag-of-words feature
MSCOCO:
image: 512-dimensional feature by performing PCA on its 4,096-dimensional deep feature extracted by the Caffe implementation of VGG Net
text:512-dimensional feature by performing PCA on its index vector
………
边栏推荐
- Armv8 cortex-a programming wizard manual learning_ five
- The solution to pychart's failure in installing numpy
- 什么是电子秤称重模块?它具有哪些功能?
- Realize the function of memcpy by yourself
- 2021 MCU WiFi竞争新格局,国产MCU WiFi芯片盘点,附录2020/2021 MCU WiFi排行
- 【半導體先進工藝制程技術系列】FinFET和UTB-SOI簡介
- Raspberry pie 4b is connected with the four sound sensor Ao module of the expansion board
- 什么是PCBA?PCBA测试的重要性有哪些?
- Supervised Online Hashing via Hadamard Codebook Learning
- Opencv mask wearing detection
猜你喜欢
浅聊Matter协议 (原CHIP协议)
超级详细-NMOS、PMOS的工作原理及相关内容整理(上)
Natural Supervised Hashing
基于强化学习的医疗诊断 Inquire and Diagnose: Neural Symptom Checking Ensemble using Deep Reinforcement Learning
Acmix: the fusion of convolution and self attention
[semiconductor advanced process technology series] Introduction to FinFET and utb-soi
Flexible Online Multi-modal Hashing for Large-scale Multimedia Retrieval
Armv8 cortex-a programming wizard manual learning_ two
Fast Supervised Discrete Hashing
海外LPWAN的王者是我,一文看懂Wi-Sun协议
随机推荐
无线充电模组开发的原理和优势
自己实现memcpy的功能
基于STM32G4系列对定时器双向断路输入Bidirectional break inputs的应用测试
WiFi slam package configuration record
Matter协议特性解析(二) 分身(Multiple Fabiric)和权限控制
华为liteos内存管理源码以及架构分析
iCaRL: Incremental Classifier and Representation Learning
Driving pit of Fudan micro DW network card
Addition, subtraction, multiplication and division of numbers of string type
Armv8 cortex-a programming wizard manual learning_ two
带您了解无线充电技术的现状和未来发展趋势
ROS compilation error: xxx/xxx h: No such file or directory
nimble 蓝牙开发一:BLE 蓝牙 Host 规范概述
3亿颗市场规模逐鹿,国产Zigbee芯片盘点
物联网给企业的发展带来了哪些影响?
UWB environment configuration record
内置平头哥玄铁的WiFi和蓝牙芯片
Supervised Discrete Hashing
复旦微 DW 网卡驱动踩坑
基于强化学习的医疗诊断 Inquire and Diagnose: Neural Symptom Checking Ensemble using Deep Reinforcement Learning