paper-with-me

홈 › Papers

A Simple and Model-Free Path Filtering Algorithm for Smoothing and Accuracy

2023-07-23 · IEEE Intelligent Vehicles Symposium (IV) 2023 7 · Thomas Steinecker, Hans-Joachim Wuensche

Predominantly, complex optimization techniques are used for path reconstruction given noisy measurements. However, optimization techniques often require the selection of suitable models, tedious parameter tuning and typically fail to generalize to higher-level tasks. In this paper, we present a model-free path filtering method based on the popular moving average method, namely the Curvature Corrected Moving Average (CCMA), which convinces by its simplicity and broad applicability. The moving average is characterized by its unique noise suppression property, albeit curves are bent inwards, which adversely affects its accuracy. By utilizing the relation between both curvatures, the original curvature can be inferred based on the curvature of filtered points. Extending the symmetric filtering not only succeeds in minimizing noise but retains the original shape of the path, making it a suitable algorithm for a variety of robotic applications. We demonstrate the practicality of the approach in a real-world convoy scenario: The accumulated estimates of the leader vehicle’s position, originating from an Extended Kalman filter, are smoothed using our novel approach to generate proper inputs for the Model Predictive Controller (MPC). This cascade structure of filtering provides both responsiveness and smoothness. Furthermore, we successfully applied this method in the off-road convoy scenario for the ELROB 2022, where we won first place. The source code is publicly available.

📄 PDF Abstract BibTeX

Code (1)

UniBwTAS/ccma

Tasks

Autonomous DrivingDenoisingTrajectory PlanningTrajectory Prediction

Similar Papers 제목 키워드 기반

Fast and Flexible ADMM Algorithms for Trend Filtering

2014-06-09 · Aaditya Ramdas, Ryan J. Tibshirani

This paper presents a fast and robust algorithm for trend filtering, a recently developed nonparametric regression tool. It has been shown that, for estimating functions whose derivatives are of bounded variation, trend …

Sparse Norm Filtering

2013-05-17 · Chengxi Ye, DaCheng Tao, Mingli Song, David W. Jacobs 외

Optimization-based filtering smoothes an image by minimizing a fidelity function and simultaneously preserves edges by exploiting a sparse norm penalty over gradients. It has obtained promising performance in practical p…

ColorizationDeblurringImage SegmentationSemantic Segmentation

Adaptive Exponential Smoothing for Online Filtering of Pixel Prediction Maps

2015-12-01 · ICCV 2015 12 · Kang Dang, Jiong Yang, Junsong Yuan

We propose an efficient online video filtering method, called adaptive exponential filtering (AES) to refine pixel prediction maps. Assuming each pixel is associated with a discriminative prediction score, the proposed A…

PredictionSaliency DetectionScene Parsing

Adaptive Smoothing Path Integral Control

2020-05-13 · Dominik Thalmeier, Hilbert J. Kappen, Simone Totaro, Vicenç Gómez

In Path Integral control problems a representation of an optimally controlled dynamical system can be formally computed and serve as a guidepost to learn a parametrized policy. The Path Integral Cross-Entropy (PICE) meth…

Kernel-CF: Collaborative filtering done right with social network analysis and kernel smoothing

2023-03-08 · Hao Wang

Collaborative filtering is the simplest but oldest machine learning algorithm in the field of recommender systems. In spite of its long history, it remains a discussion topic in research venues. Usually people use users/…

Collaborative FilteringRecommendation Systems