paper-with-me

Papers

TetraPackNet: Four-Corner-Based Object Detection in Logistics Use-Cases

2021-04-19 · Laura Dörr, Felix Brandt, Alexander Naumann, Martin Pouls

While common image object detection tasks focus on bounding boxes or segmentation masks as object representations, we consider the problem of finding objects based on four arbitrary vertices. We propose a novel model, named TetraPackNet, to tackle this problem. TetraPackNet is based on CornerNet and uses similar algorithms and ideas. It is designated for applications requiring high-accuracy detection of regularly shaped objects, which is the case in the logistics use-case of packaging structure recognition. We evaluate our model on our specific real-world dataset for this use-case. Baselined against a previous solution, consisting of a Mask R-CNN model and suitable post-processing steps, TetraPackNet achieves superior results (9% higher in accuracy) in the sub-task of four-corner based transport unit side detection.

📄 PDF Abstract BibTeX arXiv:2104.09123

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

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…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
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…
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,…
Residual Connection 설명 없음
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…
Corner Pooling 설명 없음

Similar Papers 제목 키워드 기반

Automatic Detection and Rectification of Paper Receipts on Smartphones

2023-03-10 · Edward Whittaker, Masashi Tanaka, Ikuo Kitagishi

We describe the development of a real-time smartphone app that allows the user to digitize paper receipts in a novel way by "waving" their phone over the receipts and letting the app automatically detect and rectify the …

Edge Detectionobject-detectionObject Detection

Object Class Detection and Classification using Multi Scale Gradient and Corner Point based Shape Descriptors

2015-05-03 · Basura Fernando, Sezer Karaoglu, Sajib Kumar Saha

This paper presents a novel multi scale gradient and a corner point based shape descriptors. The novel multi scale gradient based shape descriptor is combined with generic Fourier descriptors to extract contour and regio…

ClassificationGeneral ClassificationObjectobject-detection+3

CODA: A Real-World Road Corner Case Dataset for Object Detection in Autonomous Driving

2022-03-15 · Kaican Li, Kai Chen, Haoyu Wang, Lanqing Hong 외

Contemporary deep-learning object detection methods for autonomous driving usually assume prefixed categories of common traffic participants, such as pedestrians and cars. Most existing detectors are unable to detect unc…

Autonomous DrivingObjectobject-detectionObject Detection

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

CornerNet-Lite: Efficient Keypoint Based Object Detection

2019-04-18 · Hei Law, Yun Teng, Olga Russakovsky, Jia Deng

Keypoint-based methods are a relatively new paradigm in object detection, eliminating the need for anchor boxes and offering a simplified detection framework. Keypoint-based CornerNet achieves state of the art accuracy a…

Objectobject-detectionObject DetectionReal-Time Object Detection