paper-with-me

Papers

Dynamic and Static Object Detection Considering Fusion Regions and Point-wise Features

2021-07-27 · Andrés Gómez, Thomas Genevois, Jerome Lussereau, Christian Laugier

Object detection is a critical problem for the safe interaction between autonomous vehicles and road users. Deep-learning methodologies allowed the development of object detection approaches with better performance. However, there is still the challenge to obtain more characteristics from the objects detected in real-time. The main reason is that more information from the environment's objects can improve the autonomous vehicle capacity to face different urban situations. This paper proposes a new approach to detect static and dynamic objects in front of an autonomous vehicle. Our approach can also get other characteristics from the objects detected, like their position, velocity, and heading. We develop our proposal fusing results of the environment's interpretations achieved of YoloV3 and a Bayesian filter. To demonstrate our proposal's performance, we asses it through a benchmark dataset and real-world data obtained from an autonomous platform. We compared the results achieved with another approach.

📄 PDF Abstract BibTeX arXiv:2107.12692

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Vehiclesobject-detectionObject DetectionPosition

Methods 이 논문이 사용한 방법론

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…
Batch Normalization 설명 없음
Residual Connection 설명 없음
Average Pooling 설명 없음
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…
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Radar-based Dynamic Occupancy Grid Mapping and Object Detection

2020-08-09 · Christopher Diehl, Eduard Feicho, Alexander Schwambach, Thomas Dammeier 외

Environment modeling utilizing sensor data fusion and object tracking is crucial for safe automated driving. In recent years, the classical occupancy grid map approach, which assumes a static environment, has been extend…

ClusteringObjectobject-detectionObject Detection+1

DynStatF: An Efficient Feature Fusion Strategy for LiDAR 3D Object Detection

2023-05-24 · Yao Rong, Xiangyu Wei, Tianwei Lin, Yueyu Wang 외

Augmenting LiDAR input with multiple previous frames provides richer semantic information and thus boosts performance in 3D object detection, However, crowded point clouds in multi-frames can hurt the precise position in…

3D Object Detectionobject-detectionObject Detection

SODA-CitrON: Static Object Data Association by Clustering Multi-Modal Sensor Detections Online

2026-02-24 · Jan Nausner, Kilian Wohlleben, Michael Hubner arxiv

The online fusion and tracking of static objects from heterogeneous sensor detections is a fundamental problem in robotics, autonomous systems, and environmental mapping. Although classical data association approaches su…

Dynamic Object Detection and Tracking in Construction: A Fisheye Camera and LiDAR Sensor Fusion Model

2026-07-08 · Yilong Chen, Huili Huang, Yong K. Cho arxiv

Robust dynamic object detection and tracking are essential for enabling robots to operate safely and effectively alongside humans in complex environments such as construction sites. While LiDAR-based SLAM and occupancy g…

Object Detection

D-Aug: Enhancing Data Augmentation for Dynamic LiDAR Scenes

2024-04-17 · Jiaxing Zhao, Peng Zheng, Rui Ma

Creating large LiDAR datasets with pixel-level labeling poses significant challenges. While numerous data augmentation methods have been developed to reduce the reliance on manual labeling, these methods predominantly fo…

Autonomous DrivingData Augmentation