paper-with-me

Papers

Grid R-CNN

2018-11-29 · CVPR 2019 6 · Xin Lu, Buyu Li, Yuxin Yue, Quanquan Li, Junjie Yan

This paper proposes a novel object detection framework named Grid R-CNN, which adopts a grid guided localization mechanism for accurate object detection. Different from the traditional regression based methods, the Grid R-CNN captures the spatial information explicitly and enjoys the position sensitive property of fully convolutional architecture. Instead of using only two independent points, we design a multi-point supervision formulation to encode more clues in order to reduce the impact of inaccurate prediction of specific points. To take the full advantage of the correlation of points in a grid, we propose a two-stage information fusion strategy to fuse feature maps of neighbor grid points. The grid guided localization approach is easy to be extended to different state-of-the-art detection frameworks. Grid R-CNN leads to high quality object localization, and experiments demonstrate that it achieves a 4.1% AP gain at IoU=0.8 and a 10.0% AP gain at IoU=0.9 on COCO benchmark compared to Faster R-CNN with Res50 backbone and FPN architecture.

📄 PDF Abstract BibTeX arXiv:1811.12030

Code (2)

STVIR/Grid-R-CNN pytorch
open-mmlab/mmdetection pytorch

Tasks

2D Object DetectionNovel Object DetectionObjectobject-detectionObject DetectionObject Localization

Methods 이 논문이 사용한 방법론

SyncBN 설명 없음
Average Pooling 설명 없음
ResNeXt Block A ResNeXt Block is a type of residual block used as part of the ResNeXt CNN…
Dilated Convolution 설명 없음
Sigmoid Activation 설명 없음
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…

Similar Papers 제목 키워드 기반

pymgrid: An Open-Source Python Microgrid Simulator for Applied Artificial Intelligence Research

2020-11-11 · Gonzague Henri, Tanguy Levent, Avishai Halev, REDA ALAMI 외

Microgrids, self contained electrical grids that are capable of disconnecting from the main grid, hold potential in both tackling climate change mitigation via reducing CO2 emissions and adaptation by increasing infrastr…

Reinforcement Learning (RL)

Microgrid Building Blocks for Dynamic Decoupling and Black Start Applications

2024-08-14 · Samrat Acharya, Priya Mana, Hisham Mahmood, Francis Tuffner 외

Microgrids offer increased self-reliance and resilience at the grid's edge. They promote a significant transition to decentralized and renewable energy production by optimizing the utilization of local renewable sources.…

Cyberattack on the Microgrids Through Price Modification

2020-05-15

Recent massive failures in the power grid acted as a wake up call for all utilities and consumers. This leads to aggressive pursue a more intelligent grid which addresses the concerns of reliability, efficiency, security…

Decoupling Power Quality Issues in Grid-Microgrid Network Using Microgrid Building Blocks

2024-08-21 · Samrat Acharya, Priya Mana, Hisham Mahmood, Francis Tuffner 외

Microgrids are evolving as promising options to enhance reliability of the connected transmission and distribution systems. Traditional design and deployment of microgrids require significant engineering analysis. Microg…

Beyond Fixed Grid: Learning Geometric Image Representation with a Deformable Grid

2020-08-21 · ECCV 2020 8 · Jun Gao, Zian Wang, Jinchen Xuan, Sanja Fidler

In modern computer vision, images are typically represented as a fixed uniform grid with some stride and processed via a deep convolutional neural network. We argue that deforming the grid to better align with the high-f…

Semantic Segmentation