-
Improved Multi-Scale Grid Rendering of Point Clouds for Radar Object Detection Networks
Authors:
Daniel Köhler,
Maurice Quach,
Michael Ulrich,
Frank Meinl,
Bastian Bischoff,
Holger Blume
Abstract:
Architectures that first convert point clouds to a grid representation and then apply convolutional neural networks achieve good performance for radar-based object detection. However, the transfer from irregular point cloud data to a dense grid structure is often associated with a loss of information, due to the discretization and aggregation of points. In this paper, we propose a novel architectu…
▽ More
Architectures that first convert point clouds to a grid representation and then apply convolutional neural networks achieve good performance for radar-based object detection. However, the transfer from irregular point cloud data to a dense grid structure is often associated with a loss of information, due to the discretization and aggregation of points. In this paper, we propose a novel architecture, multi-scale KPPillarsBEV, that aims to mitigate the negative effects of grid rendering. Specifically, we propose a novel grid rendering method, KPBEV, which leverages the descriptive power of kernel point convolutions to improve the encoding of local point cloud contexts during grid rendering. In addition, we propose a general multi-scale grid rendering formulation to incorporate multi-scale feature maps into convolutional backbones of detection networks with arbitrary grid rendering methods. We perform extensive experiments on the nuScenes dataset and evaluate the methods in terms of detection performance and computational complexity. The proposed multi-scale KPPillarsBEV architecture outperforms the baseline by 5.37% and the previous state of the art by 2.88% in Car AP4.0 (average precision for a matching threshold of 4 meters) on the nuScenes validation set. Moreover, the proposed single-scale KPBEV grid rendering improves the Car AP4.0 by 2.90% over the baseline while maintaining the same inference speed.
△ Less
Submitted 3 September, 2023; v1 submitted 25 May, 2023;
originally announced May 2023.
-
A Dual-Species Atom Interferometer Payload for Operation on Sounding Rockets
Authors:
Michael Elsen,
Baptist Piest,
Fabian Adam,
Oliver Anton,
Paweł Arciszewski,
Wolfgang Bartosch,
Dennis Becker,
Jonas Böhm,
Sören Boles,
Klaus Döringshoff,
Priyanka Guggilam,
Ortwin Hellmig,
Isabell Imwalle,
Simon Kanthak,
Christian Kürbis,
Matthias Koch,
Maike Diana Lachmann,
Moritz Mihm,
Hauke Müntinga,
Ayush Mani Nepal,
Tim Oberschulte,
Peter Ohr,
Alexandros Papakonstantinou,
Arnau Prat,
Christian Reichelt
, et al. (14 additional authors not shown)
Abstract:
We report on the design and the construction of a sounding rocket payload capable of performing atom interferometry with Bose-Einstein condensates of $^{41}$K and $^{87}$Rb. The apparatus is designed to be launched in two consecutive missions with a VSB-30 sounding rocket and is qualified to withstand the expected vibrational loads of 1.8 g root-mean-square in a frequency range between 20 - 2000 H…
▽ More
We report on the design and the construction of a sounding rocket payload capable of performing atom interferometry with Bose-Einstein condensates of $^{41}$K and $^{87}$Rb. The apparatus is designed to be launched in two consecutive missions with a VSB-30 sounding rocket and is qualified to withstand the expected vibrational loads of 1.8 g root-mean-square in a frequency range between 20 - 2000 Hz and the expected static loads during ascent and re-entry of 25 g. We present a modular design of the scientific payload comprising a physics package, a laser system, an electronics system and a battery module. A dedicated on-board software provides a largely automated process of predefined experiments. To operate the payload safely in laboratory and flight mode, a thermal control system and ground support equipment has been implemented and will be presented. The payload presented here represents a cornerstone for future applications of matter wave interferometry with ultracold atoms on satellites.
△ Less
Submitted 15 May, 2023;
originally announced May 2023.
-
Improved Calibration Procedure for Wireless Inertial Measurement Units without Precision Equipment
Authors:
Fritz Webering,
Sarah Kleinjohann,
Nils Stanislawski,
Holger Blume
Abstract:
Inertial measurement units (IMUs) are used in medical applications for many different purposes. However, an IMU's measurement accuracy can degrade over time, entailing re-calibration. In their 2014 paper, Tedaldi et al. presented an IMU calibration method that does not require external precision equipment or complex procedures. This allows end-users or personnel without expert knowledge of inertia…
▽ More
Inertial measurement units (IMUs) are used in medical applications for many different purposes. However, an IMU's measurement accuracy can degrade over time, entailing re-calibration. In their 2014 paper, Tedaldi et al. presented an IMU calibration method that does not require external precision equipment or complex procedures. This allows end-users or personnel without expert knowledge of inertial measurement to re-calibrate the sensors by placing them in several suitable but not precisely defined orientations. In this work, we present several improvements to Tedaldi's method, both on the algorithmic level and the calibration procedure: adaptions for low noise accelerometers, a calibration helper object, and packet loss compensation for wireless calibration. We applied the modified calibration procedure to our custom-built IMU platform and verified the consistency of results across multiple calibration runs. In order to minimize the time needed for re-calibration, we analyzed how the calibration result accuracy degrades when fewer calibration orientations are used. We found that N=12 different orientations are sufficient to achieve a very good calibration, and more orientations yielded only marginal improvements. This is a significant improvement compared to the 37 to 50 orientations recommended by Tedaldi. Thus, we were reduced the time required to calibrate a single IMU from ca. 5 minutes to less than 2 minutes without sacrificing any meaningful calibration accuracy.
△ Less
Submitted 11 July, 2022;
originally announced July 2022.
-
Self-Supervised Velocity Estimation for Automotive Radar Object Detection Networks
Authors:
Daniel Niederlöhner,
Michael Ulrich,
Sascha Braun,
Daniel Köhler,
Florian Faion,
Claudius Gläser,
André Treptow,
Holger Blume
Abstract:
This paper presents a method to learn the Cartesian velocity of objects using an object detection network on automotive radar data. The proposed method is self-supervised in terms of generating its own training signal for the velocities. Labels are only required for single-frame, oriented bounding boxes (OBBs). Labels for the Cartesian velocities or contiguous sequences, which are expensive to obt…
▽ More
This paper presents a method to learn the Cartesian velocity of objects using an object detection network on automotive radar data. The proposed method is self-supervised in terms of generating its own training signal for the velocities. Labels are only required for single-frame, oriented bounding boxes (OBBs). Labels for the Cartesian velocities or contiguous sequences, which are expensive to obtain, are not required. The general idea is to pre-train an object detection network without velocities using single-frame OBB labels, and then exploit the network's OBB predictions on unlabelled data for velocity training. In detail, the network's OBB predictions of the unlabelled frames are updated to the timestamp of a labelled frame using the predicted velocities and the distances between the updated OBBs of the unlabelled frame and the OBB predictions of the labelled frame are used to generate a self-supervised training signal for the velocities. The detection network architecture is extended by a module to account for the temporal relation of multiple scans and a module to represent the radars' radial velocity measurements explicitly. A two-step approach of first training only OBB detection, followed by training OBB detection and velocities is used. Further, a pre-training with pseudo-labels generated from radar radial velocity measurements bootstraps the self-supervised method of this paper. Experiments on the publicly available nuScenes dataset show that the proposed method almost reaches the velocity estimation performance of a fully supervised training, but does not require expensive velocity labels. Furthermore, we outperform a baseline method which uses only radial velocity measurements as labels.
△ Less
Submitted 7 July, 2022;
originally announced July 2022.
-
Improved Orientation Estimation and Detection with Hybrid Object Detection Networks for Automotive Radar
Authors:
Michael Ulrich,
Sascha Braun,
Daniel Köhler,
Daniel Niederlöhner,
Florian Faion,
Claudius Gläser,
Holger Blume
Abstract:
This paper presents novel hybrid architectures that combine grid- and point-based processing to improve the detection performance and orientation estimation of radar-based object detection networks. Purely grid-based detection models operate on a bird's-eye-view (BEV) projection of the input point cloud. These approaches suffer from a loss of detailed information through the discrete grid resoluti…
▽ More
This paper presents novel hybrid architectures that combine grid- and point-based processing to improve the detection performance and orientation estimation of radar-based object detection networks. Purely grid-based detection models operate on a bird's-eye-view (BEV) projection of the input point cloud. These approaches suffer from a loss of detailed information through the discrete grid resolution. This applies in particular to radar object detection, where relatively coarse grid resolutions are commonly used to account for the sparsity of radar point clouds. In contrast, point-based models are not affected by this problem as they process point clouds without discretization. However, they generally exhibit worse detection performances than grid-based methods.
We show that a point-based model can extract neighborhood features, leveraging the exact relative positions of points, before grid rendering. This has significant benefits for a subsequent grid-based convolutional detection backbone. In experiments on the public nuScenes dataset our hybrid architecture achieves improvements in terms of detection performance (19.7% higher mAP for car class than next-best radar-only submission) and orientation estimates (11.5% relative orientation improvement) over networks from previous literature.
△ Less
Submitted 1 August, 2022; v1 submitted 3 May, 2022;
originally announced May 2022.
-
FPGA-based low-cost synchronized fiber network for experimental setups in space
Authors:
Tim Oberschulte,
Thijs Wendrich,
Holger Blume
Abstract:
Custom experiment setups in physics often require control electronics to execute actions and measurements on a small time scale. When further constraints limit the experiment's environment, for example when the experiment is inside a sounding rocket, conventional network systems will not suffice those constraints because of weight, heat or budget limitations. This paper proposes a network architec…
▽ More
Custom experiment setups in physics often require control electronics to execute actions and measurements on a small time scale. When further constraints limit the experiment's environment, for example when the experiment is inside a sounding rocket, conventional network systems will not suffice those constraints because of weight, heat or budget limitations. This paper proposes a network architecture with a time resolution of less than 1 ns over a pair of plastic fibers while using low-cost commercial hardware. The plastic fibers in comparison to copper fibers have a low weight and additionally can isolate parts of the setup galvanically. Data rates of 40 Mbit/s enable the network to transfer large amounts of measurements and configuration data over the network. Proof-of-concept implementations of network endpoints and switches on small FPGAs are analyzed in terms of synchronicity, data rate and resource usage. Using commercial parts the resolution of 1 ns is reached with a standard deviation of less than 100 ps. Compared to a copper wire implementation the weight is reduced by about one order of magnitude. With its low weight at a low cost, the network is useful in space or laboratory setups which require high time resolution.
△ Less
Submitted 23 September, 2021;
originally announced September 2021.
-
The Bose-Einstein Condensate and Cold Atom Laboratory
Authors:
Kai Frye,
Sven Abend,
Wolfgang Bartosch,
Ahmad Bawamia,
Dennis Becker,
Holger Blume,
Claus Braxmaier,
Sheng-Wey Chiow,
Maxim A. Efremov,
Wolfgang Ertmer,
Peter Fierlinger,
Naceur Gaaloul,
Jens Grosse,
Christoph Grzeschik,
Ortwin Hellmig,
Victoria A. Henderson,
Waldemar Herr,
Ulf Israelsson,
James Kohel,
Markus Krutzik,
Christian Kürbis,
Claus Lämmerzahl,
Meike List,
Daniel Lüdtke,
Nathan Lundblad
, et al. (26 additional authors not shown)
Abstract:
Microgravity eases several constraints limiting experiments with ultracold and condensed atoms on ground. It enables extended times of flight without suspension and eliminates the gravitational sag for trapped atoms. These advantages motivated numerous initiatives to adapt and operate experimental setups on microgravity platforms. We describe the design of the payload, motivations for design choic…
▽ More
Microgravity eases several constraints limiting experiments with ultracold and condensed atoms on ground. It enables extended times of flight without suspension and eliminates the gravitational sag for trapped atoms. These advantages motivated numerous initiatives to adapt and operate experimental setups on microgravity platforms. We describe the design of the payload, motivations for design choices, and capabilities of the Bose-Einstein Condensate and Cold Atom Laboratory (BECCAL), a NASA-DLR collaboration. BECCAL builds on the heritage of previous devices operated in microgravity, features rubidium and potassium, multiple options for magnetic and optical trapping, different methods for coherent manipulation, and will offer new perspectives for experiments on quantum optics, atom optics, and atom interferometry in the unique microgravity environment on board the International Space Station.
△ Less
Submitted 10 December, 2019;
originally announced December 2019.