Object Proposal with Kernelized Partial Ranking
Jing Wang, Jie Shen, Ping Li

TL;DR
This paper introduces a kernelized partial ranking model for object proposals that reduces computational complexity and improves recall by focusing on top-k proposals using non-linear kernels and a novel sampling method.
Contribution
It proposes a kernelized partial ranking approach with a weighted sampling paradigm to efficiently improve object proposal ranking accuracy.
Findings
Significantly improves recall at top-k proposals
Reduces training constraints from O(n^2) to O(nk)
Demonstrates the effectiveness of non-linear kernels in ranking accuracy
Abstract
Object proposals are an ensemble of bounding boxes with high potential to contain objects. In order to determine a small set of proposals with a high recall, a common scheme is extracting multiple features followed by a ranking algorithm which however, incurs two major challenges: {\bf 1)} The ranking model often imposes pairwise constraints between each proposal, rendering the problem away from an efficient training/testing phase; {\bf 2)} Linear kernels are utilized due to the computational and memory bottleneck of training a kernelized model. In this paper, we remedy these two issues by suggesting a {\em kernelized partial ranking model}. In particular, we demonstrate that {\bf i)} our partial ranking model reduces the number of constraints from to where is the number of all potential proposals for an image but we are only interested in top- of them that has…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
