paper-with-me

홈 › Papers

Matrix Nets: A New Deep Architecture for Object Detection

2019-08-13 · Abdullah Rashwan, Agastya Kalra, Pascal Poupart

We present Matrix Nets (xNets), a new deep architecture for object detection. xNets map objects with different sizes and aspect ratios into layers where the sizes and the aspect ratios of the objects within their layers are nearly uniform. Hence, xNets provide a scale and aspect ratio aware architecture. We leverage xNets to enhance key-points based object detection. Our architecture achieves mAP of 47.8 on MS COCO, which is higher than any other single-shot detector while using half the number of parameters and training 3x faster than the next best architecture.

📄 PDF Abstract BibTeX arXiv:1908.04646

Code (2)

arashwan/matrixnet pytorch
lizhe960118/CenterNet pytorch

Tasks

Objectobject-detectionObject Detection

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 제목 키워드 기반

MatrixNets: A New Scale and Aspect Ratio Aware Architecture for Object Detection

2020-01-09 · Abdullah Rashwan, Rishav Agarwal, Agastya Kalra, Pascal Poupart

We present MatrixNets (xNets), a new deep architecture for object detection. xNets map objects with similar sizes and aspect ratios into many specialized layers, allowing xNets to provide a scale and aspect ratio aware a…

Objectobject-detectionObject Detection

Co-occurrence matrix analysis-based semi-supervised training for object detection

2018-02-20 · Min-Kook Choi, Jaehyeong Park, Jihun Jung, Heechul Jung 외

One of the most important factors in training object recognition networks using convolutional neural networks (CNNs) is the provision of annotated data accompanying human judgment. Particularly, in object detection or se…

Objectobject-detectionObject DetectionObject Recognition+1

DECO: Query-Based End-to-End Object Detection with ConvNets

2023-12-21 · Xinghao Chen, Siwei Li, Yijing Yang, Yunhe Wang

Detection Transformer (DETR) and its variants have shown great potential for accurate object detection in recent years. The mechanism of object query enables DETR family to directly obtain a fixed number of object predic…

DecoderObjectobject-detectionObject Detection

Learning Deep Matrix Representations

2017-03-04 · Kien Do, Truyen Tran, Svetha Venkatesh

We present a new distributed representation in deep neural nets wherein the information is represented in native form as a matrix. This differs from current neural architectures that rely on vector representations. We co…

EEGElectroencephalogram (EEG)Face ReconstructionGeneral Classification+1

Robust Object Detection under Occlusion with Context-Aware CompositionalNets

2020-05-24 · CVPR 2020 6 · Angtian Wang, Yihong Sun, Adam Kortylewski, Alan Yuille

Detecting partially occluded objects is a difficult task. Our experimental results show that deep learning approaches, such as Faster R-CNN, are not robust at object detection under occlusion. Compositional convolutional…

Objectobject-detectionObject DetectionRobust Object Detection