paper-with-me

Papers

Faster R-CNN Features for Instance Search

2016-04-29 · Amaia Salvador, Xavier Giro-i-Nieto, Ferran Marques, Shin'ichi Satoh

Image representations derived from pre-trained Convolutional Neural Networks (CNNs) have become the new state of the art in computer vision tasks such as instance retrieval. This work explores the suitability for instance retrieval of image- and region-wise representations pooled from an object detection CNN such as Faster R-CNN. We take advantage of the object proposals learned by a Region Proposal Network (RPN) and their associated CNN features to build an instance search pipeline composed of a first filtering stage followed by a spatial reranking. We further investigate the suitability of Faster R-CNN features when the network is fine-tuned for the same objects one wants to retrieve. We assess the performance of our proposed system with the Oxford Buildings 5k, Paris Buildings 6k and a subset of TRECVid Instance Search 2013, achieving competitive results.

📄 PDF Abstract BibTeX arXiv:1604.08893

Code (3)

imatge-upc/retrieval-2016-deepvision 공식 구현 caffe2
hbwang1427/image_retrieval
vohoaiviet/retrieval-2016-deepvision caffe2

Tasks

Instance Searchobject-detectionObject DetectionRegion ProposalRerankingRetrieval

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIPool 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Instance-aware Semantic Segmentation via Multi-task Network Cascades

2015-12-14 · CVPR 2016 6 · Jifeng Dai, Kaiming He, Jian Sun

Semantic segmentation research has recently witnessed rapid progress, but many leading methods are unable to identify object instances. In this paper, we present Multi-task Network Cascades for instance-aware semantic se…

Multi-Human Parsingobject-detectionObject DetectionSegmentation+1

Deep Structured Instance Graph for Distilling Object Detectors

2021-09-27 · ICCV 2021 10 · Yixin Chen, Pengguang Chen, Shu Liu, LiWei Wang 외

Effectively structuring deep knowledge plays a pivotal role in transfer from teacher to student, especially in semantic vision tasks. In this paper, we present a simple knowledge structure to exploit and encode informati…

Instance SegmentationKnowledge DistillationObjectobject-detection+3

MP-Boost: Minipatch Boosting via Adaptive Feature and Observation Sampling

2020-11-14 · Mohammad Taha Toghani, Genevera I. Allen

Boosting methods are among the best general-purpose and off-the-shelf machine learning approaches, gaining widespread popularity. In this paper, we seek to develop a boosting method that yields comparable accuracy to pop…

Binary Classification

Reinforcement Learning for Search Tree Size Minimization in Constraint Programming: New Results on Scheduling Benchmarks

2025-08-27 · Vilém Heinz, Petr Vilím, Zdeněk Hanzálek arxiv

Failure-Directed Search (FDS) is a significant complete generic search algorithm used in Constraint Programming (CP) to efficiently explore the search space, proven particularly effective on scheduling problems. This pap…

Reinforcement Learning

PointINS: Point-based Instance Segmentation

2020-03-13 · Lu Qi, Yi Wang, Yukang Chen, Yingcong Chen 외

In this paper, we explore the mask representation in instance segmentation with Point-of-Interest (PoI) features. Differentiating multiple potential instances within a single PoI feature is challenging because learning a…

Instance SegmentationObject DetectionRepresentation LearningSegmentation+1