paper-with-me

Papers

Hybrid Diffusion: Spectral-Temporal Graph Filtering for Manifold Ranking

2018-07-23 · Ahmet Iscen, Yannis Avrithis, Giorgos Tolias, Teddy Furon, Ondrej Chum

State of the art image retrieval performance is achieved with CNN features and manifold ranking using a k-NN similarity graph that is pre-computed off-line. The two most successful existing approaches are temporal filtering, where manifold ranking amounts to solving a sparse linear system online, and spectral filtering, where eigen-decomposition of the adjacency matrix is performed off-line and then manifold ranking amounts to dot-product search online. The former suffers from expensive queries and the latter from significant space overhead. Here we introduce a novel, theoretically well-founded hybrid filtering approach allowing full control of the space-time trade-off between these two extremes. Experimentally, we verify that our hybrid method delivers results on par with the state of the art, with lower memory demands compared to spectral filtering approaches and faster compared to temporal filtering.

📄 PDF Abstract BibTeX arXiv:1807.08692

Code (0)

등록된 구현이 없습니다.

Tasks

Image RetrievalRetrieval

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 제목 키워드 기반

GSPRec: Temporal-Aware Graph Spectral Filtering for Recommendation

2025-05-15 · Ahmad Bin Rabiah, Julian McAuley

Graph-based recommendation systems are effective at modeling collaborative patterns but often suffer from two limitations: overreliance on low-pass filtering, which suppresses user-specific signals, and omission of seque…

graph constructionRecommendation Systems

Addressing Heterogeneity and Heterophily in Graphs: A Heterogeneous Heterophilic Spectral Graph Neural Network

2024-10-17 · Kangkang Lu, Yanhua Yu, Zhiyong Huang, Jia Li 외

Graph Neural Networks (GNNs) have garnered significant scholarly attention for their powerful capabilities in modeling graph structures. Despite this, two primary challenges persist: heterogeneity and heterophily. Existi…

Graph Neural Network

S-Diff: An Anisotropic Diffusion Model for Collaborative Filtering in Spectral Domain

2024-12-31 · Rui Xia, Yanhua Cheng, Yongxiang Tang, Xiaocheng Liu 외

Recovering user preferences from user-item interaction matrices is a key challenge in recommender systems. While diffusion models can sample and reconstruct preferences from latent distributions, they often fail to captu…

Collaborative FilteringDenoisingRecommendation Systems

TimeMM: Time-as-Operator Spectral Filtering for Dynamic Multimodal Recommendation

2026-04-29 · Wei Yang, Rui Zhong, Zihan Lin, Xiaodan Wang 외 arxiv

Multimodal recommendation improves user modeling by integrating collaborative signals with heterogeneous item content. In real applications, user interests evolve over time and exhibit nonstationary dynamics, where diffe…

Multimodal Recommendation

A Hybrid Approach to Temporal Pattern Matching

2020-01-06 · Konstantinos Semertzidis, Evaggelia Pitoura

The primary objective of graph pattern matching is to find all appearances of an input graph pattern query in a large data graph. Such appearances are called matches. In this paper, we are interested in finding matches o…