paper-with-me

Papers

STARNet: Sensor Trustworthiness and Anomaly Recognition via Approximated Likelihood Regret for Robust Edge Autonomy

2023-09-20 · Nastaran Darabi, Sina Tayebati, Sureshkumar S., Sathya Ravi, Theja Tulabandhula, Amit R. Trivedi

Complex sensors such as LiDAR, RADAR, and event cameras have proliferated in autonomous robotics to enhance perception and understanding of the environment. Meanwhile, these sensors are also vulnerable to diverse failure mechanisms that can intricately interact with their operation environment. In parallel, the limited availability of training data on complex sensors also affects the reliability of their deep learning-based prediction flow, where their prediction models can fail to generalize to environments not adequately captured in the training set. To address these reliability concerns, this paper introduces STARNet, a Sensor Trustworthiness and Anomaly Recognition Network designed to detect untrustworthy sensor streams that may arise from sensor malfunctions and/or challenging environments. We specifically benchmark STARNet on LiDAR and camera data. STARNet employs the concept of approximated likelihood regret, a gradient-free framework tailored for low-complexity hardware, especially those with only fixed-point precision capabilities. Through extensive simulations, we demonstrate the efficacy of STARNet in detecting untrustworthy sensor streams in unimodal and multimodal settings. In particular, the network shows superior performance in addressing internal sensor failures, such as cross-sensor interference and crosstalk. In diverse test scenarios involving adverse weather and sensor malfunctions, we show that STARNet enhances prediction accuracy by approximately 10% by filtering out untrustworthy sensor streams. STARNet is publicly available at \url{https://github.com/sinatayebati/STARNet}.

📄 PDF Abstract BibTeX arXiv:2309.11006

Code (1)

sinatayebati/STARNet 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

StarNet: Pedestrian Trajectory Prediction using Deep Neural Network in Star Topology

2019-06-05 · Yanliang Zhu, Deheng Qian, Dongchun Ren, Huaxia Xia

Pedestrian trajectory prediction is crucial for many important applications. This problem is a great challenge because of complicated interactions among pedestrians. Previous methods model only the pairwise interactions …

Pedestrian Trajectory PredictionTrajectory Prediction

Variational Inference for Deblending Crowded Starfields

2021-02-04 · Runjing Liu, Jon D. McAuliffe, Jeffrey Regier

In images collected by astronomical surveys, stars and galaxies often overlap visually. Deblending is the task of distinguishing and characterizing individual light sources in survey images. We propose StarNet, a Bayesia…

Bayesian InferenceVariational Inference

StarNet: towards Weakly Supervised Few-Shot Object Detection

2020-03-15 · Leonid Karlinsky, Joseph Shtok, Amit Alfassy, Moshe Lichtenstein 외

Few-shot detection and classification have advanced significantly in recent years. Yet, detection approaches require strong annotation (bounding boxes) both for pre-training and for adaptation to novel classes, and class…

ClassificationFew-Shot LearningFew-Shot Object DetectionGeneral Classification+4

StarNet: Targeted Computation for Object Detection in Point Clouds

2019-08-29 · Jiquan Ngiam, Benjamin Caine, Wei Han, Brandon Yang 외

Detecting objects from LiDAR point clouds is an important component of self-driving car technology as LiDAR provides high resolution spatial information. Previous work on point-cloud 3D object detection has re-purposed c…

3D Object DetectionObjectobject-detectionObject Detection+2

StarNet: Gradient-free Training of Deep Generative Models using Determined System of Linear Equations

2021-01-03 · Amir Zadeh, Santiago Benoit, Louis-Philippe Morency

In this paper we present an approach for training deep generative models solely based on solving determined systems of linear equations. A network that uses this approach, called a StarNet, has the following desirable pr…