paper-with-me

홈 › Papers

Collaborative Receptive Field Learning

2014-02-02 · Shu Kong, Zhuolin Jiang, Qiang Yang

The challenge of object categorization in images is largely due to arbitrary translations and scales of the foreground objects. To attack this difficulty, we propose a new approach called collaborative receptive field learning to extract specific receptive fields (RF's) or regions from multiple images, and the selected RF's are supposed to focus on the foreground objects of a common category. To this end, we solve the problem by maximizing a submodular function over a similarity graph constructed by a pool of RF candidates. However, measuring pairwise distance of RF's for building the similarity graph is a nontrivial problem. Hence, we introduce a similarity metric called pyramid-error distance (PED) to measure their pairwise distances through summing up pyramid-like matching errors over a set of low-level features. Besides, in consistent with the proposed PED, we construct a simple nonparametric classifier for classification. Experimental results show that our method effectively discovers the foreground objects in images, and improves classification performance.

📄 PDF Abstract BibTeX arXiv:1402.0170

Code (1)

aimerykong/coRFL 공식 구현

Tasks

General ClassificationObject Categorization

Similar Papers 제목 키워드 기반

Receptive Field-based Segmentation for Distributed CNN Inference Acceleration in Collaborative Edge Computing

2022-07-22 · Nan Li, Alexandros Iosifidis, Qi Zhang

This paper studies inference acceleration using distributed convolutional neural networks (CNNs) in collaborative edge computing network. To avoid inference accuracy loss in inference task partitioning, we propose recept…

Edge-computing

RF-Next: Efficient Receptive Field Search for Convolutional Neural Networks

2022-06-14 · ShangHua Gao, Zhong-Yu Li, Qi Han, Ming-Ming Cheng 외

Temporal/spatial receptive fields of models play an important role in sequential/spatial tasks. Large receptive fields facilitate long-term relations, while small receptive fields help to capture the local details. Exist…

Action SegmentationInstance Segmentationobject-detectionObject Detection+4

Video BagNet: short temporal receptive fields increase robustness in long-term action recognition

2023-08-22 · Ombretta Strafforello, Xin Liu, Klamer Schutte, Jan van Gemert

Previous work on long-term video action recognition relies on deep 3D-convolutional models that have a large temporal receptive field (RF). We argue that these models are not always the best choice for temporal modeling …

Action RecognitionTemporal Action Localization

3D human pose estimation with adaptive receptive fields and dilated temporal convolutions

2020-05-28 · Michael Shin, Eduardo Castillo, Irene Font Peradejordi, Shobhna Jayaraman

In this work, we demonstrate that receptive fields in 3D pose estimation can be effectively specified using optical flow. We introduce adaptive receptive fields, a simple and effective method to aid receptive field selec…

3D Human Pose Estimation3D Pose EstimationOptical Flow EstimationPose Estimation+1

Understanding the Effective Receptive Field in Deep Convolutional Neural Networks

2017-01-15 · NeurIPS 2016 12 · Wenjie Luo, Yujia Li, Raquel Urtasun, Richard Zemel

We study characteristics of receptive fields of units in deep convolutional networks. The receptive field size is a crucial issue in many visual tasks, as the output must respond to large enough areas in the image to cap…