REVIEW 4 major objections 7 minor 39 references
Improving Multi-Vehicle Perception Fusion with Millimeter-Wave Radar Assistance
T0 review · 4 major / 7 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Sparse radar point clouds align two vehicles' views to within a meter in under 59 ms.
desk verdict Novel radar-based V2V alignment system with a real validation gap: the real-world ground truth is unquantified, so the 0.9m claim is not yet nailed down. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is RM-net, a space-across message-passing neural network that operates on a graph whose nodes are per-vehicle image detections and whose edges are radar-derived spatial relations. It alternates edge updates and node updates within a view and across views for $N$ iterations, then classifies cross-view edges to find co-visible vehicles. Before that, a velocity-assistant selection scheme exploits the sinusoidal Doppler pattern of stationary radar points to isolate moving targets, and a frustum-based separation scheme uses monocular camera bounding boxes to assign the cleaned radar points to individual vehicles. The final alignment step is a two-stage ICP: an initial transform is estimated from co-visible vehicle point pairs, then a weighted refinement also uses stationary background points (with weights $\omega_n=e^{\mathrm{score}_n}$ and $\omega_g=e^{1/N_v}$) to handle sparse vehicle coverage and avoid symmetry ambiguities from roads and intersections.
What would settle it
On the same campus routes, obtain independent centimeter-level reference poses (for example, with RTK-GNSS or surveyed ground markers) and compute the error of the HD-map alignment used as ground truth; if that reference error is comparable to 0.9 m, the reported decimeter-level translation error cannot be separated from the reference's own error, whereas a small reference error would confirm the claim.
Extended reading notes
Core claim
MMatch's central claim is that view alignment for cooperative perception does not require dense LiDAR or image landmarks: cleaned millimeter-wave radar point clouds can encode unique associations among all vehicles in a scene. The paper builds a graph in which each detected vehicle is a node and each edge carries radar-derived spatial relations such as $e_{ij}=(d_{ij}/d_{\max},\theta/\pi,\log(r_i/r_j),\log(\theta_i/\theta_j))$, then a space-across MPNN updates node and edge embeddings both within each vehicle's view and across the two views. A classifier marks which cross-view edges connect the same physical vehicle, and a background-constrained alignment recovers the transform $T=(R_e,t_e)$ by minimizing a weighted sum of co-visible-vehicle point error and stationary-background point error. The reported outcome is decimeter-level registration—about $1.2^\circ$–$1.6^\circ$ rotation and 0.7 m translation on CARLA, and $1.8^\circ$ rotation and 0.9 m translation in real traffic—at an end-to-end latency of 59 ms while sharing only 5–9 KB of data.
Load-bearing premise
The real-world ground-truth transformations come from aligning each vehicle's LiDAR scans to a reconstructed HD map, and the accuracy of that alignment is never quantified, so if it is comparable to or larger than the reported 0.9 m error the claimed decimeter-level accuracy is not established.
Editorial extensions
If this is right
- A vehicle pair can run cooperative perception with a monocular camera plus radar, sharing only compressed features and sparse radar points instead of dense LiDAR or raw images.
- The reported 59 ms end-to-end latency and 5–9 KB transmission fit the tens-of-milliseconds data-sharing budget assumed for driving, so the alignment step is not the bottleneck.
- Even with only two co-visible vehicles, the system reports translation error under 1 m, so it does not require dense traffic to register the views.
- Fusion raises the number of detected vehicles from about six to about nine within 100 m, extending the effective perception range from roughly 50 m to 100 m in the test scenario.
- Because radar works through dust, smog, and changing illumination, the method targets conditions where image- and LiDAR-based alignment degrade.
Reading between the lines
- A natural next test is to rerun MMatch on the same routes with an independent centimeter-level reference, such as RTK-GNSS or surveyed ground markers; that would separate system error from the unquantified HD-map alignment error.
- If the accuracy holds at higher speeds and in denser traffic, radar-assisted matching could serve as a fast initialization that hands a coarse transform to LiDAR- or camera-based fine registration, cutting their search time.
- The graph-matching core is sensor-agnostic: any detector that supplies nodes plus any sensor that supplies spatial edges could reuse the space-across MPNN, so the design may extend to mixed fleets where some vehicles carry radar and others carry LiDAR or cameras.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents MMatch, a cooperative perception system that aligns and fuses multi-vehicle views using sparse mmWave radar point clouds. The pipeline comprises velocity-based PCD selection, camera-frustum-based vehicle PCD separation, a graph-based space-across MPNN (RM-net) that identifies co-visible vehicles across the two views, and a background-constrained ICP alignment that combines co-visible vehicle PCD pairs with stationary-background PCDs. Experiments are conducted on a CARLA dataset and a real-world campus dataset with over 1,000 image-radar frames. The authors report decimeter-level RTE (0.7 m CARLA, 0.9 m real-world), RRE within about 1.8 degrees, and total latency under 59 ms, along with communication overhead of 5-9 KB per frame.
Significance. If the real-world result holds, MMatch would be a meaningful step towards practical radar-based V2V cooperative perception, offering low-bandwidth, real-time, decimeter-level alignment without dense LiDAR. The design is plausible and the CARLA experiments with known ground truth provide internal consistency; the Doppler model is standard and the ablations support the contribution of the background constraint. The main caveat is that the real-world ground-truth reference is itself unquantified, so the headline real-world accuracy is not yet firmly established. The paper also does not report error bars or a full real-world train/test protocol, which limits the strength of the empirical claims.
major comments (4)
- [Section IV, 'Real-world dataset'] The ground-truth transformation used to compute RRE and RTE is obtained by aligning each vehicle's LiDAR scans to an HD map reconstructed with FAST-LIO [21], but the accuracy of this LiDAR-to-map alignment is never quantified. Since RTE is defined as the difference between the estimated and reference transforms, any error in the reference is directly included in the reported 0.9 m real-world RTE. The paper should report the alignment accuracy against an independent reference (e.g., RTK-GNSS, surveyed ground control points, or loop-closure residuals), and also provide the radar-to-LiDAR and radar-to-camera extrinsic calibration and temporal synchronization procedures; without these, the real-world decimeter-level claim is not yet established.
- [Section IV, 'Real-world dataset' and Section V.C] The real-world train/test protocol is not reported. For the CARLA dataset the paper states that 1,000 frames are used for training and the rest for testing, but no analogous split, training procedure, or domain-adaptation strategy is given for the real-world data. It is therefore unclear whether the RM-net model deployed in Section V.C was trained on CARLA data, real-world data, or both, and this directly affects the generalization claim made for real-world performance.
- [Section V, all experiments] No error bars, confidence intervals, or repeated-run statistics are reported for any of the RRE/RTE values, ablation comparisons, or latency measurements. Figures 10-17 appear to plot aggregate distributions but no caption defines the plotted quantity, and the text reports only single point values such as 'RRE about 1.2 degrees and RTE about 0.6 m'. Without variance information it is impossible to determine whether the ablation differences are statistically meaningful.
- [Section V.B, performance comparison] The baseline setup is under-specified. It is not stated whether PP-ICP, NDT, Fast-GICP, FGR, and BUFFER receive the same velocity-selected and frustum-separated radar PCDs that MMatch uses, or the raw radar PCDs; if the baselines receive raw PCDs, the comparison conflates the contribution of the separation pipeline with that of the alignment algorithm, and the large errors reported for baselines are not an apples-to-apples comparison.
minor comments (7)
- [Section V.A] The definition of RTE mistakenly labels it 'Relative translation error (RRE)' and defines it using RRE; the second metric should be named RTE.
- [Abstract and Section IV] The abstract states 'over 15,000 radar point cloud pairs' but Section IV reports 10,000 target pairs in CARLA and 3,000 in real-world, totaling 13,000; please reconcile these numbers.
- [Table II] The reduction ratios (395x, 118x, 12x, 5x) do not match the quoted data sizes and latencies (e.g., 2765.8/5-9 KB is 307-553x, 237/3 ms is 79x); specify the exact numbers used.
- [Eq. (8)] The term 'log y^(n)_eij' appears to be missing a hat over y; it should likely be 'log \hat{y}^(n)_eij'.
- [Eq. (10)] The subscript 'E_i' in the first sum appears inconsistent with 'E_n' used later; please harmonize the notation.
- [Figures 10-17] The figures have no captions describing what is plotted; add clear captions (e.g., CDF or box plots) and legend definitions.
- [Section V.B and Abstract] Section V.B reports 'RRE about 1.2 degrees and RTE about 0.6 m' in easy mode and 'RRE about 1.6 degrees and RTE about 0.8 m' in hard mode, while the abstract cites '0.7 m' for CARLA; clarify which number is the headline result.
Circularity Check
No circular derivation chain; the main concern is an unquantified real-world ground-truth reference, which is a validation gap, not a circularity.
full rationale
The paper's derivation chain does not reduce to its own inputs. The Doppler-based PCD selection in Section III-B is derived in-paper via Equations (1) and (2) from standard radial-velocity geometry; the cited works [12], [13] (one of which shares an author) are background support, not load-bearing. The co-visible vehicle detector is a learned MPNN graph classifier, but it is trained on labels and evaluated on held-out data, and the final transformation is still produced by a geometric optimization in Equation (10), not by reading out a fitted parameter. The reported RTE is measured against a reference transformation obtained by aligning each vehicle's LiDAR scans to an HD map reconstructed with FAST-LIO [21]. That reference is independent of the radar-camera pipeline, so the accuracy claim is not definitionally forced. The paper does not quantify the accuracy of this LiDAR-to-HD-map alignment, which is a real validation gap that could affect the 0.9 m real-world RTE, but it is a measurement-assumption concern rather than a circular step. Self-citations [6], [9], [11], [13] appear only as related work or as supporting references for standard techniques, and the central alignment result does not depend on any unverified self-citation chain. Therefore no specific circular reduction can be exhibited, and the appropriate score is low. The CARLA experiments use simulator ground truth and further support the system's independent content.
Assumptions & free parameters
free parameters (6)
- eta (co-visible edge threshold)
- delta_d (RoI frustum depth expansion)
- D_max and ICP iteration counts
- DBSCAN parameters (eps, min samples)
- RM-net learned weights =
trained on 1,000 CARLA frames; not released
- Alignment weights omega_n and omega_g =
omega_n = e^{score_n}, omega_g = e^{1/N_v}
assumptions (5)
- domain assumption Radar points from stationary targets follow the sinusoidal Doppler relation of Eq. (1), with known ego velocity and radar mounting angle.
- ad hoc to paper Sparse radar PCDs from a vehicle carry enough local and global spatial structure to uniquely associate the same vehicle across two views.
- domain assumption CenterNet's monocular 3D detections and depth estimates are accurate enough for frustum-based PCD separation.
- domain assumption The HD-map/LiDAR alignment used to obtain real-world ground-truth transformations has error well below the reported 0.9m RTE.
- domain assumption CARLA's simulated radar data is a valid proxy for developing the separation and matching pipeline.
Cite this review
Pith. "Pith review of Improving Multi-Vehicle Perception Fusion with Millimeter-Wave Radar Assistance." pith.science (2026). https://pith.science/paper/MIYOOZ67
@misc{pith2026250600837,
author = {Pith},
title = {Pith review of: Improving Multi-Vehicle Perception Fusion with Millimeter-Wave Radar Assistance},
year = {2026},
howpublished = {\url{https://pith.science/paper/MIYOOZ67}},
note = {Machine review of arXiv:2506.00837}
}
read the original abstract
Cooperative perception enables vehicles to share sensor readings and has become a new paradigm to improve driving safety, where the key enabling technology for realizing this vision is to real-time and accurately align and fuse the perceptions. Recent advances to align the views rely on high-density LiDAR data or fine-grained image feature representations, which however fail to meet the requirements of accuracy, real-time, and adaptability for autonomous driving. To this end, we present MMatch, a lightweight system that enables accurate and real-time perception fusion with mmWave radar point clouds. The key insight is that fine-grained spatial information provided by the radar present unique associations with all the vehicles even in two separate views. As a result, by capturing and understanding the unique local and global position of the targets in this association, we can quickly find out all the co-visible vehicles for view alignment. We implement MMatch on both the datasets collected from the CARLA platform and the real-world traffic with over 15,000 radar point cloud pairs. Experimental results show that MMatch achieves decimeter-level accuracy within 59ms, which significantly improves the reliability for autonomous driving.
Figures
Figures from the paper (8 more)
Reference graph
Works this paper leans on
-
[21]
Fast-lio: A fast, robust lidar-inertial odometry package by tightly-coupled iterated kalman filter,
W. Xu and F. Zhang, “Fast-lio: A fast, robust lidar-inertial odometry package by tightly-coupled iterated kalman filter,”IEEE Robotics and Automation Letters, vol. 6, no. 2, pp. 3317–3324, 2021
2021
-
[1]
Simultaneous localization and mapping: A survey of current trends in autonomous driving,
G. Bresson, Z. Alsayed, L. Yu, and S. Glaser, “Simultaneous localization and mapping: A survey of current trends in autonomous driving,”IEEE Transactions on Intelligent V ehicles, vol. 2, no. 3, pp. 194–220, 2017
work page 2017
-
[2]
Avr: Augmented vehicular reality,
H. Qiu, F. Ahmad, F. Bai, M. Gruteser, and R. Govindan, “Avr: Augmented vehicular reality,” inProceedings of the 16th Annual In- ternational Conference on Mobile Systems, Applications, and Services, 2018, pp. 81–95
work page 2018
-
[3]
Survey on cooperative perception in an automotive context,
A. Caillot, S. Ouerghi, P. Vasseur, R. Boutteau, and Y . Dupuis, “Survey on cooperative perception in an automotive context,”IEEE Transactions on Intelligent Transportation Systems, vol. 23, no. 9, pp. 14 204–14 223, 2022
2022
-
[4]
Toward col- laborative occlusion-free perception in connected autonomous vehicles,
Z. Xiao, J. Shu, H. Jiang, G. Min, J. Liang, and A. Iyengar, “Toward col- laborative occlusion-free perception in connected autonomous vehicles,” IEEE Transactions on Mobile Computing, 2023
work page 2023
-
[5]
Cooperative perception for 3d object detection in driving scenarios using infrastruc- ture sensors,
E. Arnold, M. Dianati, R. de Temple, and S. Fallah, “Cooperative perception for 3d object detection in driving scenarios using infrastruc- ture sensors,”IEEE Transactions on Intelligent Transportation Systems, vol. 23, no. 3, pp. 1852–1864, 2020
2020
-
[6]
Vi-eye: Semantic- based 3d point cloud registration for infrastructure-assisted autonomous driving,
Y . He, L. Ma, Z. Jiang, Y . Tang, and G. Xing, “Vi-eye: Semantic- based 3d point cloud registration for infrastructure-assisted autonomous driving,” inProceedings of the 27th Annual International Conference on Mobile Computing and Networking, 2021, pp. 573–586
work page 2021
-
[7]
Vips: Real-time perception fusion for infrastructure-assisted autonomous driv- ing,
S. Shi, J. Cui, Z. Jiang, Z. Yan, G. Xing, J. Niu, and Z. Ouyang, “Vips: Real-time perception fusion for infrastructure-assisted autonomous driv- ing,” inProceedings of the 28th Annual International Conference on Mobile Computing And Networking, 2022, pp. 133–146
work page 2022
Show all 39 references
-
[8]
A survey on lidar scanning mechanisms,
T. Raj, F. Hanim Hashim, A. Baseri Huddin, M. F. Ibrahim, and A. Hussain, “A survey on lidar scanning mechanisms,”Electronics, vol. 9, no. 5, p. 741, 2020
2020
-
[9]
Robust metric localization in autonomous driving via doppler compensation with single-chip radar,
P. Gao, S. Zhang, W. Wang, and C. X. Lu, “Robust metric localization in autonomous driving via doppler compensation with single-chip radar,” IEEE Transactions on Intelligent Transportation Systems, 2023
2023
-
[10]
millieye: A lightweight mmwave radar and camera fusion system for robust object detection,
X. Shuai, Y . Shen, Y . Tang, S. Shi, L. Ji, and G. Xing, “millieye: A lightweight mmwave radar and camera fusion system for robust object detection,” inProceedings of the International Conference on Internet- of-Things Design and Implementation, 2021, pp. 145–157
2021
-
[11]
Automatch: Leveraging traffic camera to improve perception and lo- calization of autonomous vehicles,
Y . He, L. Ma, J. Cui, Z. Yan, G. Xing, S. Wang, Q. Hu, and C. Pan, “Automatch: Leveraging traffic camera to improve perception and lo- calization of autonomous vehicles,” inProceedings of the 20th ACM Conference on Embedded Networked Sensor Systems, 2022, pp. 16–30
2022
-
[12]
Instantaneous ego-motion estimation using doppler radar,
D. Kellner, M. Barjenbruch, J. Klappstein, J. Dickmann, and K. Di- etmayer, “Instantaneous ego-motion estimation using doppler radar,” in16th International IEEE Conference on Intelligent Transportation Systems (ITSC 2013). IEEE, 2013, pp. 869–874
2013
-
[13]
Dc-loc: Accurate automotive radar based metric localization with explicit doppler compensation,
P. Gao, S. Zhang, W. Wang, and C. X. Lu, “Dc-loc: Accurate automotive radar based metric localization with explicit doppler compensation,” in 2022 International Conference on Robotics and Automation (ICRA). IEEE, 2022, pp. 4128–4134
2022
-
[14]
Objects as points,
X. Zhou, D. Wang, and P. Kr ¨ahenb¨uhl, “Objects as points,”arXiv preprint arXiv:1904.07850, 2019
1904 arXiv
-
[15]
Centerfusion: Center-based radar and camera fusion for 3d object detection,
R. Nabati and H. Qi, “Centerfusion: Center-based radar and camera fusion for 3d object detection,” inProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, 2021, pp. 1527–1536
2021
-
[16]
Mobilenetv2: Inverted residuals and linear bottlenecks,
M. Sandler, A. Howard, M. Zhu, A. Zhmoginov, and L.-C. Chen, “Mobilenetv2: Inverted residuals and linear bottlenecks,” inProceedings of the IEEE conference on computer vision and pattern recognition, 2018, pp. 4510–4520
2018
-
[17]
Grarep: Learning graph representations with global structural information,
S. Cao, W. Lu, and Q. Xu, “Grarep: Learning graph representations with global structural information,” inProceedings of the 24th ACM international on conference on information and knowledge management, 2015, pp. 891–900
2015
-
[18]
Neural message passing for quantum chemistry,
J. Gilmer, S. S. Schoenholz, P. F. Riley, O. Vinyals, and G. E. Dahl, “Neural message passing for quantum chemistry,” inInternational conference on machine learning. PMLR, 2017, pp. 1263–1272
2017
-
[19]
Addressing data association by message passing over graph neural networks,
B. C. Tedeschini, M. Brambilla, L. Barbieri, and M. Nicoli, “Addressing data association by message passing over graph neural networks,” in 2022 25th International Conference on Information Fusion (FUSION). IEEE, 2022, pp. 01–07
2022
-
[20]
Learning a neural solver for multiple object tracking,
G. Bras ´o and L. Leal-Taix´e, “Learning a neural solver for multiple object tracking,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020, pp. 6247–6257
2020
-
[22]
Linear least-squares optimization for point-to-plane icp surface registration,
K.-L. Low, “Linear least-squares optimization for point-to-plane icp surface registration,”Chapel Hill, University of North Carolina, vol. 4, no. 10, pp. 1–3, 2004
2004
-
[23]
The normal distributions transform: A new approach to laser scan matching,
P. Biber and W. Straßer, “The normal distributions transform: A new approach to laser scan matching,” inProceedings 2003 IEEE/RSJ Inter- national Conference on Intelligent Robots and Systems (IROS 2003)(Cat. No. 03CH37453), vol. 3. IEEE, 2003, pp. 2743–2748
2003
-
[24]
V oxelized gicp for fast and accurate 3d point cloud registration,
K. Koide, M. Yokozuka, S. Oishi, and A. Banno, “V oxelized gicp for fast and accurate 3d point cloud registration,” in2021 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2021, pp. 11 054–11 059
2021
-
[25]
Fast global registration,
Q.-Y . Zhou, J. Park, and V . Koltun, “Fast global registration,” inCom- puter Vision–ECCV 2016: 14th European Conference, Amsterdam, The Netherlands, October 11-14, 2016, Proceedings, Part II 14. Springer, 2016, pp. 766–782
2016
-
[26]
Buffer: Balancing accuracy, efficiency, and generalizability in point cloud registration,
S. Ao, Q. Hu, H. Wang, K. Xu, and Y . Guo, “Buffer: Balancing accuracy, efficiency, and generalizability in point cloud registration,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2023, pp. 1255–1264
2023
-
[27]
Stochastic modeling of beam management in mmwave vehicular networks,
S. Aghashahi, S. Aghashahi, Z. Zeinalpour-Yazdi, A. Tadaion, and A. Asadi, “Stochastic modeling of beam management in mmwave vehicular networks,”IEEE Transactions on Mobile Computing, 2021
2021
-
[28]
Edge- enabled v2x service placement for intelligent transportation systems,
A. Moubayed, A. Shami, P. Heidari, A. Larabi, and R. Brunner, “Edge- enabled v2x service placement for intelligent transportation systems,” IEEE Transactions on Mobile Computing, vol. 20, no. 4, pp. 1380–1392, 2020
2020
-
[29]
Multi-technology cooperative driving: An analysis based on plexe,
M. Segata, R. L. Cigno, T. Hardes, J. Heinovski, M. Schettler, B. Bloessl, C. Sommer, and F. Dressler, “Multi-technology cooperative driving: An analysis based on plexe,”IEEE Transactions on Mobile Computing, 2022
2022
-
[30]
Autocast: Scalable infrastructure-less cooperative perception for dis- tributed collaborative driving,
H. Qiu, P. Huang, N. Asavisanu, X. Liu, K. Psounis, and R. Govindan, “Autocast: Scalable infrastructure-less cooperative perception for dis- tributed collaborative driving,”arXiv preprint arXiv:2112.14947, 2021
2021 arXiv
-
[31]
Method for registration of 3-d shapes,
P. J. Besl and N. D. McKay, “Method for registration of 3-d shapes,” inSensor fusion IV: control paradigms and data structures, vol. 1611. Spie, 1992, pp. 586–606
1992
-
[32]
Lidar slam based multivehicle cooperative localization using iterated split cif,
S. Fang, H. Li, and M. Yang, “Lidar slam based multivehicle cooperative localization using iterated split cif,”IEEE Transactions on Intelligent Transportation Systems, vol. 23, no. 11, pp. 21 137–21 147, 2022
2022
-
[33]
Filterreg: Robust and efficient probabilistic point-set registration using gaussian filter and twist parameterization,
W. Gao and R. Tedrake, “Filterreg: Robust and efficient probabilistic point-set registration using gaussian filter and twist parameterization,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2019, pp. 11 095–11 104
2019
-
[34]
Cooper: Cooperative perception for connected autonomous vehicles based on 3d point clouds,
Q. Chen, S. Tang, Q. Yang, and S. Fu, “Cooper: Cooperative perception for connected autonomous vehicles based on 3d point clouds,” in2019 IEEE 39th International Conference on Distributed Computing Systems (ICDCS). IEEE, 2019, pp. 514–524
2019
-
[35]
Learning to communicate and correct pose errors,
N. Vadivelu, M. Ren, J. Tu, J. Wang, and R. Urtasun, “Learning to communicate and correct pose errors,” inConference on Robot Learning. PMLR, 2021, pp. 1195–1210
2021
-
[36]
Leveraging dynamic objects for relative localization correction in a connected autonomous vehicle network,
Y . Yuan and M. Sester, “Leveraging dynamic objects for relative localization correction in a connected autonomous vehicle network,” arXiv preprint arXiv:2205.09418, 2022
2022 arXiv
-
[37]
Fusioneye: Perception sharing for connected vehicles and its bandwidth-accuracy trade-offs,
H. Liu, P. Ren, S. Jain, M. Murad, M. Gruteser, and F. Bai, “Fusioneye: Perception sharing for connected vehicles and its bandwidth-accuracy trade-offs,” in2019 16th Annual IEEE International Conference on Sensing, Communication, and Networking (SECON). IEEE, 2019, pp. 1–9
2019
-
[38]
A review of point cloud registration algorithms for mobile robotics,
F. Pomerleau, F. Colas, R. Siegwartet al., “A review of point cloud registration algorithms for mobile robotics,”F oundations and Trends® in Robotics, vol. 4, no. 1, pp. 1–104, 2015
2015
-
[39]
Generalized iterative most likely oriented- point (g-imlop) registration,
S. Billings and R. Taylor, “Generalized iterative most likely oriented- point (g-imlop) registration,”International journal of computer assisted radiology and surgery, vol. 10, pp. 1213–1226, 2015
2015
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.