paper-with-me

홈 › Papers

Grid R-CNN Plus: Faster and Better

2019-06-13 · Xin Lu, Buyu Li, Yuxin Yue, Quanquan Li, Junjie Yan

Grid R-CNN is a well-performed objection detection framework. It transforms the traditional box offset regression problem into a grid point estimation problem. With the guidance of the grid points, it can obtain high-quality localization results. However, the speed of Grid R-CNN is not so satisfactory. In this technical report we present Grid R-CNN Plus, a better and faster version of Grid R-CNN. We have made several updates that significantly speed up the framework and simultaneously improve the accuracy. On COCO dataset, the Res50-FPN based Grid R-CNN Plus detector achieves an mAP of 40.4%, outperforming the baseline on the same model by 3.0 points with similar inference time. Code is available at https://github.com/STVIR/Grid-R-CNN .

📄 PDF Abstract BibTeX arXiv:1906.05688

Code (2)

STVIR/Grid-R-CNN 공식 구현 pytorch
open-mmlab/mmdetection pytorch

Tasks

Object Detectionregression

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…
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…
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…
Grid R-CNN Grid R-CNN is an object detection framework, where the traditional regression formulation is replaced by a grid point guided localization mechanism. Grid R-CNN divides the…
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…

Similar Papers 제목 키워드 기반

A Resilient Power Distribution System using P2P Energy Sharing

2023-03-16 · K. Victor Sam Moses Babu, Divyanshi Dwivedi, Pratyush Chakraborty, Pradeep Kumar Yemula 외

The adoption of distributed energy resources (DERs) such as solar panels and wind turbines is transforming the traditional energy grid into a more decentralized system, where microgrids are emerging as a key concept. Pee…

Management

Smart Energy Management with Optimized Prosumerism for Achieving Dynamic Net-Zero Balance in Electrified Road Transport Networks

2023-12-12 · Ferheen Ayaz, Maziar Nekovee

The increasing number of Electric Vehicles (EVs) have led to rising energy demands which aggregates the burden on grid supply. A few solutions have been proposed to reduce grid load, for example, using storage systems fo…

energy managementManagementScheduling

Proactive Posturing of Large Power Grid for Mitigating Hurricane Impacts

2022-03-17 · Edward Quarm Jnr., Xiaoyuan Fan, Marcelo Elizondo, Ramtin Madani

In the past decade, natural disasters such as hurricanes have challenged the operation and control of U.S. power grid. It is crucial to develop proactive strategies to assist grid operators for better emergency response …

An Optimal Battery-Free Approach for Emission Reduction by Storing Solar Surplus in Building Thermal Mass

2026-03-30 · Michela Boffi, Jessica Leoni, Fabrizio Leonforte, Mara Tanelli 외 arxiv

Decarbonization in buildings calls for advanced control strategies that coordinate on-site renewables, grid electricity, and thermal demand. Literature approaches typically rely on demand side management strategies or on…

Squareplus: A Softplus-Like Algebraic Rectifier

2021-12-22 · Jonathan T. Barron

We present squareplus, an activation function that resembles softplus, but which can be computed using only algebraic operations: addition, multiplication, and square-root. Because squareplus is ~6x faster to evaluate th…

CPU