paper-with-me

Papers

Ranking Aggregation with Interactive Feedback for Collaborative Person Re-identification

2022-11-21 · The 33rd British Machine Vision Conference 2022 11 · Ji Huang, Chao Liang, Yue Zhang, Zhongyuan Wang, Chunjie Zhang

Person re-identification (re-ID) aims to retrieve the same person from a group of networking cameras. Ranking aggregation (RA), a method to aggregates multiple ranking results, can further improve the retrieval accuracy in re-ID tasks. Existing RA work can be generally divided into unsupervised methods and fully-supervised methods. Unsupervised methods lack external supervision, can hardly achieve the optimal results. In contrast, fully-supervised methods need massive labeling data for training, which is prohibitively expensive in the practical application. This paper studies interactive RA (IRA) to address the above challenges in existing RA research. The core idea is to utilize a small amount of supervisory information, obtained from users' relevance feedback, to supervise RA method to produce better re-ranking results. Compared with unsupervised methods, IRA introduces supervisory information and thus has better aggregation accuracy. Compared with fully-supervision methods, the supervisory information of IRA is more readily available, and can be targeted to specific queries. Particularly, we propose two IRA implementations, based on ranking positions and scores respectively, to adapt to diverse application scenarios, where rankers only give rankings, or rankers give similarity scores. Experiments on three public re-ID datasets have shown that IRA significantly outperforms the-state-of-art unsupervised baselines, and achieves similar accuracy with less labeling cost than the fully-supervised RA method.

📄 PDF Abstract BibTeX

Code (1)

2023-MindSpore-1/ms-code-137 mindspore

Tasks

Person Re-IdentificationRe-RankingRetrieval

Similar Papers 제목 키워드 기반

Advances in Collaborative Filtering and Ranking

2020-02-27 · Liwei Wu

In this dissertation, we cover some recent advances in collaborative filtering and ranking. In chapter 1, we give a brief introduction of the history and the current landscape of collaborative filtering and ranking; chap…

Collaborative FilteringCollaborative RankingSequential Recommendation

Confidence-Aware Active Feedback for Interactive Instance Search

2021-10-23 · Yue Zhang, Chao Liang, Longxiang Jiang

Online relevance feedback (RF) is widely utilized in instance search (INS) tasks to further refine imperfect ranking results, but it often has low interaction efficiency. The active learning (AL) technique addresses this…

Active LearningInstance SearchRe-Ranking

Integrating Reviews into Personalized Ranking for Cold Start Recommendation

2017-01-31 · Guang-Neng Hu, Xin-yu Dai

Item recommendation task predicts a personalized ranking over a set of items for each individual user. One paradigm is the rating-based methods that concentrate on explicit feedbacks and hence face the difficulties in co…

Collaborative FilteringWord Embeddings

Ups and Downs: Modeling the Visual Evolution of Fashion Trends with One-Class Collaborative Filtering

2016-02-04 · Ruining He, Julian McAuley

Building a successful recommender system depends on understanding both the dimensions of people's preferences as well as their dynamics. In certain domains, such as fashion, modeling such preferences can be incredibly di…

Collaborative FilteringRecommendation Systems

Factorization Machines for Data with Implicit Feedback

2018-12-19 · Loni Babak, Larson Martha, Hanjalic Alan

In this work, we propose FM-Pair, an adaptation of Factorization Machines with a pairwise loss function, making them effective for datasets with implicit feedback. The optimization model in FM-Pair is based on the BPR (B…

Collaborative FilteringLearning-To-Rank