paper-with-me

Papers

Efficient Image Retrieval via Decoupling Diffusion into Online and Offline Processing

2018-11-27 · Fan Yang, Ryota Hinami, Yusuke Matsui, Steven Ly, Shin'ichi Satoh

Diffusion is commonly used as a ranking or re-ranking method in retrieval tasks to achieve higher retrieval performance, and has attracted lots of attention in recent years. A downside to diffusion is that it performs slowly in comparison to the naive k-NN search, which causes a non-trivial online computational cost on large datasets. To overcome this weakness, we propose a novel diffusion technique in this paper. In our work, instead of applying diffusion to the query, we pre-compute the diffusion results of each element in the database, making the online search a simple linear combination on top of the k-NN search process. Our proposed method becomes 10~ times faster in terms of online search speed. Moreover, we propose to use late truncation instead of early truncation in previous works to achieve better retrieval performance.

📄 PDF Abstract BibTeX arXiv:1811.10907

Code (2)

fyang93/diffusion 공식 구현 pytorch
chjort/diffusion pytorch

Tasks

Image RetrievalRe-RankingRetrieval

Methods 이 논문이 사용한 방법론

k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…

Similar Papers 제목 키워드 기반

Collapse-Aware Triplet Decoupling for Adversarially Robust Image Retrieval

2023-12-12 · Qiwei Tian, Chenhao Lin, Zhengyu Zhao, Qian Li 외

Adversarial training has achieved substantial performance in defending image retrieval against adversarial examples. However, existing studies in deep metric learning (DML) still suffer from two major limitations: weak a…

Adversarial DefenseImage RetrievalMetric LearningRetrieval+1

SIDeR: Semantic Identity Decoupling for Unrestricted Face Privacy

2026-02-04 · Zhuosen Bao, Xia Du, Zheng Lin, Jizhe Zhou 외 arxiv

With the deep integration of facial recognition into online banking, identity verification, and other networked services, achieving effective decoupling of identity information from visual representations during image st…

Towards Prompt-robust Face Privacy Protection via Adversarial Decoupling Augmentation Framework

2023-05-06 · Ruijia Wu, Yuhang Wang, Huafeng Shi, Zhipeng Yu 외

Denoising diffusion models have shown remarkable potential in various generation tasks. The open-source large-scale text-to-image model, Stable Diffusion, becomes prevalent as it can generate realistic artistic or facial…

Denoising

Scale-Semantic Joint Decoupling Network for Image-text Retrieval in Remote Sensing

2022-12-12 · Chengyu Zheng, Ning Song, Ruoyu Zhang, Lei Huang 외

Image-text retrieval in remote sensing aims to provide flexible information for data analysis and application. In recent years, state-of-the-art methods are dedicated to ``scale decoupling'' and ``semantic decoupling'' s…

Cross-Modal RetrievalImage-text RetrievalRetrievalText Retrieval

An Efficient Conditional Score-based Filter for High Dimensional Nonlinear Filtering Problems

2025-09-24 · Zhijun Zeng, Weiye Gan, Junqing Chen, Zuoqiang Shi arxiv

In many engineering and applied science domains, high-dimensional nonlinear filtering is still a challenging problem. Recent advances in score-based diffusion models offer a promising alternative for posterior sampling b…