Problem definition
符号含义 Notations
问题描述 Problem description
主要的Roles: Data Owner, DOData Consumer, DCCloud Service Provider, CSP 文件加密使用DES或AES陷门Trapdoor(T)由DO利用它的秘密密钥和DC的查询请求生成&#…
ABSTRACT
目前关键词查询的技术缺陷:poor worst-case performance, not taking full advantage of indexes, and high memory requirements. 本文方法:BLINKS, a bi-level indexing and query processing scheme for top-k keyword search on graphs. …
系统框架 数据拥有者DO构建加密索引树,将加密文档和索引外包给云服务。 云存储服务根据数据使用者Data User发来的数据搜索token和已经存好的加密索引树进行搜索,返回top K个排序结果。 排序的计量方法根据TF-IDF公式计算相似度。 Term Frequency: the n…
CVPR2019 度量学习
Ranked List Loss for Deep Metric Learning
原文链接:https://arxiv.org/abs/1903.03238
度量学习在图像识别、检索等领域有着广泛应用。本文提出了一种新的方法,Ranked List Loss(RLL)。利用该损失函数可以小幅提升网络的准确性。话不多说,直接上图。…
Reference:[1]Silva, Rodrigo, M, et al. Ranked batch-mode active learning[J]. Information Sciences: An International Journal, 2017.
复现了,效果很好~
这个是pointwise 版本的 import xlwt
import numpy as np
import pandas as pd
from copy …