paper-with-me

Papers

CoupleNet: Coupling Global Structure with Local Parts for Object Detection

2017-08-09 · ICCV 2017 10 · Yousong Zhu, Chaoyang Zhao, Jinqiao Wang, Xu Zhao, Yi Wu, Hanqing Lu

The region-based Convolutional Neural Network (CNN) detectors such as Faster R-CNN or R-FCN have already shown promising results for object detection by combining the region proposal subnetwork and the classification subnetwork together. Although R-FCN has achieved higher detection speed while keeping the detection performance, the global structure information is ignored by the position-sensitive score maps. To fully explore the local and global properties, in this paper, we propose a novel fully convolutional network, named as CoupleNet, to couple the global structure with local parts for object detection. Specifically, the object proposals obtained by the Region Proposal Network (RPN) are fed into the the coupling module which consists of two branches. One branch adopts the position-sensitive RoI (PSRoI) pooling to capture the local part information of the object, while the other employs the RoI pooling to encode the global and context information. Next, we design different coupling strategies and normalization ways to make full use of the complementary advantages between the global and local branches. Extensive experiments demonstrate the effectiveness of our approach. We achieve state-of-the-art results on all three challenging datasets, i.e. a mAP of 82.7% on VOC07, 80.4% on VOC12, and 34.4% on COCO. Codes will be made publicly available.

📄 PDF Abstract BibTeX arXiv:1708.02863

Code (3)

tshizys/CoupleNet 공식 구현 caffe2
princewang1994/R-FCN.pytorch pytorch
princewang1994/RFCN_CoupleNet.pytorch pytorch

Tasks

Objectobject-detectionObject DetectionPositionRegion Proposal

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Position-Sensitive RoI Pooling 설명 없음
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…
R-FCN Region-based Fully Convolutional Networks, or R-FCNs, are a type of region-based object detector. In contrast to previous region-based object detectors such as…

Similar Papers 제목 키워드 기반

DecoupleNet: A Lightweight Backbone Network With Efficient Feature Decoupling for Remote Sensing Visual Tasks

2024-09-23 · IEEE Transactions on Geoscience and Remote Sensing 2024 9 · Wei Lu, Si-Bao Chen, Qing-Ling Shu, Jin Tang 외

In the realm of computer vision (CV), balancing speed and accuracy remains a significant challenge. Recent efforts have focused on developing lightweight networks that optimize computational efficiency and feature extrac…

ARCComputational EfficiencyImage ClassificationObject+4

Dependence model assessment and selection with DecoupleNets

2022-02-07 · Marius Hofert, Avinash Prasad, Mu Zhu

Neural networks are suggested for learning a map from $d$-dimensional samples with any underlying dependence structure to multivariate uniformity in $d'$ dimensions. This map, termed DecoupleNet, is used for dependence m…

modelModel Selection

Pneumonia Detection in Chest Radiographs

2018-11-21 · The DeepRadiology Team

In this work, we describe our approach to pneumonia classification and localization in chest radiographs. This method uses only \emph{open-source} deep learning object detection and is based on CoupleNet, a fully convolu…

General ClassificationObjectobject-detectionObject Detection+1

Cluster Synchronization of Coupled Systems with Nonidentical Linear Dynamics

2015-02-26 · Zhongchang Liu, Wing Shing Wong, Hui Cheng

This paper considers the cluster synchronization problem of generic linear dynamical systems whose system models are distinct in different clusters. These nonidentical linear models render control design and coupling con…

CoupleNet: Paying Attention to Couples with Coupled Attention for Relationship Recommendation

2018-05-29 · Yi Tay, Anh Tuan Luu, Siu Cheung Hui

Dating and romantic relationships not only play a huge role in our personal lives but also collectively influence and shape society. Today, many romantic partnerships originate from the Internet, signifying the importanc…

Deep LearningRecommendation Systems