paper-with-me

홈 › Papers

RDSNet: A New Deep Architecture for Reciprocal Object Detection and Instance Segmentation

2019-12-11 · Shaoru Wang, Yongchao Gong, Junliang Xing, Lichao Huang, Chang Huang, Weiming Hu

Object detection and instance segmentation are two fundamental computer vision tasks. They are closely correlated but their relations have not yet been fully explored in most previous work. This paper presents RDSNet, a novel deep architecture for reciprocal object detection and instance segmentation. To reciprocate these two tasks, we design a two-stream structure to learn features on both the object level (i.e., bounding boxes) and the pixel level (i.e., instance masks) jointly. Within this structure, information from the two streams is fused alternately, namely information on the object level introduces the awareness of instance and translation variance to the pixel level, and information on the pixel level refines the localization accuracy of objects on the object level in return. Specifically, a correlation module and a cropping module are proposed to yield instance masks, as well as a mask based boundary refinement module for more accurate bounding boxes. Extensive experimental analyses and comparisons on the COCO dataset demonstrate the effectiveness and efficiency of RDSNet. The source code is available at https://github.com/wangsr126/RDSNet.

📄 PDF Abstract BibTeX arXiv:1912.05070

Code (1)

wangsr126/RDSNet 공식 구현 pytorch

Tasks

Instance SegmentationObjectobject-detectionObject DetectionSegmentationSemantic SegmentationTranslation

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Residual Connection 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

SCNet: Training Inference Sample Consistency for Instance Segmentation

2020-12-18 · Thang Vu, Haeyong Kang, Chang D. Yoo

Cascaded architectures have brought significant performance improvement in object detection and instance segmentation. However, there are lingering issues regarding the disparity in the Intersection-over-Union (IoU) dist…

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation

Hybrid Task Cascade for Instance Segmentation

2019-01-22 · CVPR 2019 6 · Kai Chen, Jiangmiao Pang, Jiaqi Wang, Yu Xiong 외

Cascade is a classic yet powerful architecture that has boosted performance on various tasks. However, how to introduce cascade to instance segmentation remains an open question. A simple combination of Cascade R-CNN and…

Instance Segmentationobject-detectionObject DetectionOpen-Ended Question Answering+2

The Devil is in the Task: Exploiting Reciprocal Appearance-Localization Features for Monocular 3D Object Detection

2021-12-28 · ICCV 2021 10 · Zhikang Zou, Xiaoqing Ye, Liang Du, Xianhui Cheng 외

Low-cost monocular 3D object detection plays a fundamental role in autonomous driving, whereas its accuracy is still far from satisfactory. In this paper, we dig into the 3D object detection task and reformulate it as th…

3D Object DetectionAutonomous DrivingMonocular 3D Object DetectionObject+4

Optimal Control of Mechanical Ventilators with Learned Respiratory Dynamics

2024-11-12 · Isaac Ronald Ward, Dylan M. Asmar, Mansur Arief, Jana Krystofova Mike 외

Deciding on appropriate mechanical ventilator management strategies significantly impacts the health outcomes for patients with respiratory diseases. Acute Respiratory Distress Syndrome (ARDS) is one such disease that re…

Decision MakingManagementSequential Decision Making

Reciprocal Attention Fusion for Visual Question Answering

2018-05-11 · Moshiur R. Farazi, Salman H. Khan

Existing attention mechanisms either attend to local image grid or object level features for Visual Question Answering (VQA). Motivated by the observation that questions can relate to both object instances and their part…

ObjectQuestion AnsweringTensor DecompositionVisual Question Answering+1