Skip to main content

Showing 1–12 of 12 results for author: Murai, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.09726  [pdf, other

    cs.CV cs.DC cs.MA cs.RO eess.IV

    PixRO: Pixel-Distributed Rotational Odometry with Gaussian Belief Propagation

    Authors: Ignacio Alzugaray, Riku Murai, Andrew Davison

    Abstract: Visual sensors are not only becoming better at capturing high-quality images but also they have steadily increased their capabilities in processing data on their own on-chip. Yet the majority of VO pipelines rely on the transmission and processing of full images in a centralized unit (e.g. CPU or GPU), which often contain much redundant and low-quality information for the task. In this paper, we a… ▽ More

    Submitted 14 June, 2024; originally announced June 2024.

  2. arXiv:2403.09882  [pdf, other

    cs.RO

    Visual Inertial Odometry using Focal Plane Binary Features (BIT-VIO)

    Authors: Matthew Lisondra, Junseo Kim, Riku Murai, Kourosh Zareinia, Sajad Saeedi

    Abstract: Focal-Plane Sensor-Processor Arrays (FPSP)s are an emerging technology that can execute vision algorithms directly on the image sensor. Unlike conventional cameras, FPSPs perform computation on the image plane -- at individual pixels -- enabling high frame rate image processing while consuming low power, making them ideal for mobile robotics. FPSPs, such as the SCAMP-5, use parallel processing and… ▽ More

    Submitted 14 March, 2024; originally announced March 2024.

    Comments: Accepted for Presentation Yokohama, Japan for IEEE 2024 ICRA

  3. Distributed Simultaneous Localisation and Auto-Calibration using Gaussian Belief Propagation

    Authors: Riku Murai, Ignacio Alzugaray, Paul H. J. Kelly, Andrew J. Davison

    Abstract: We present a novel scalable, fully distributed, and online method for simultaneous localisation and extrinsic calibration for multi-robot setups. Individual a priori unknown robot poses are probabilistically inferred as robots sense each other while simultaneously calibrating their sensors and markers extrinsic using Gaussian Belief Propagation. In the presented experiments, we show how our method… ▽ More

    Submitted 26 January, 2024; originally announced January 2024.

    Comments: Published in IEEE Robotics and Automation Letters (RA-L) 2024

    Journal ref: IEEE Robotics and Automation Letters, vol. 9, no. 3, pp. 2136-2143, March 2024

  4. arXiv:2312.06741  [pdf, other

    cs.CV cs.RO

    Gaussian Splatting SLAM

    Authors: Hidenobu Matsuki, Riku Murai, Paul H. J. Kelly, Andrew J. Davison

    Abstract: We present the first application of 3D Gaussian Splatting in monocular SLAM, the most fundamental but the hardest setup for Visual SLAM. Our method, which runs live at 3fps, utilises Gaussians as the only 3D representation, unifying the required representation for accurate, efficient tracking, map**, and high-quality rendering. Designed for challenging monocular settings, our approach is seamles… ▽ More

    Submitted 14 April, 2024; v1 submitted 11 December, 2023; originally announced December 2023.

    Comments: CVPR2024 Highlight. First two authors contributed equally to this work. Project Page: https://rmurai.co.uk/projects/GaussianSplattingSLAM/

  5. arXiv:2311.05892  [pdf, other

    cs.DS

    Structural Parameterizations of Vertex Integrity

    Authors: Tatsuya Gima, Tesshu Hanaka, Yasuaki Kobayashi, Ryota Murai, Hirotaka Ono, Yota Otachi

    Abstract: The graph parameter vertex integrity measures how vulnerable a graph is to a removal of a small number of vertices. More precisely, a graph with small vertex integrity admits a small number of vertex removals to make the remaining connected components small. In this paper, we initiate a systematic study of structural parameterizations of the problem of computing the unweighted/weighted vertex inte… ▽ More

    Submitted 10 November, 2023; originally announced November 2023.

    Comments: 21 pages, 6 figures, WALCOM 2024

  6. arXiv:2203.11618  [pdf, other

    cs.RO cs.AI cs.MA

    Distributing Collaborative Multi-Robot Planning with Gaussian Belief Propagation

    Authors: Aalok Patwardhan, Riku Murai, Andrew J. Davison

    Abstract: Precise coordinated planning over a forward time window enables safe and highly efficient motion when many robots must work together in tight spaces, but this would normally require centralised control of all devices which is difficult to scale. We demonstrate GBP Planning, a new purely distributed technique based on Gaussian Belief Propagation for multi-robot planning problems, formulated by a ge… ▽ More

    Submitted 26 January, 2023; v1 submitted 22 March, 2022; originally announced March 2022.

    Journal ref: IEEE Robotics and Automation Letters, vol. 8, no. 2, pp. 552-559, Feb. 2023

  7. arXiv:2203.03092  [pdf, other

    cs.RO cs.AI

    Systematic Comparison of Path Planning Algorithms using PathBench

    Authors: Hao-Ya Hsueh, Alexandru-Iosif Toma, Hussein Ali Jaafar, Edward Stow, Riku Murai, Paul H. J. Kelly, Sajad Saeedi

    Abstract: Path planning is an essential component of mobile robotics. Classical path planning algorithms, such as wavefront and rapidly-exploring random tree (RRT) are used heavily in autonomous robots. With the recent advances in machine learning, development of learning-based path planning algorithms has been experiencing rapid growth. An unified path planning interface that facilitates the development an… ▽ More

    Submitted 6 March, 2022; originally announced March 2022.

    Comments: Accepted to Advanced Robotics Journal; 23 pages, 9 figures, 4 tables. arXiv admin note: substantial text overlap with arXiv:2105.01777

  8. arXiv:2202.03314  [pdf, other

    cs.RO cs.AI cs.MA

    A Robot Web for Distributed Many-Device Localisation

    Authors: Riku Murai, Joseph Ortiz, Sajad Saeedi, Paul H. J. Kelly, Andrew J. Davison

    Abstract: We show that a distributed network of robots or other devices which make measurements of each other can collaborate to globally localise via efficient ad-hoc peer to peer communication. Our Robot Web solution is based on Gaussian Belief Propagation on the fundamental non-linear factor graph describing the probabilistic structure of all of the observations robots make internally or of each other, a… ▽ More

    Submitted 26 January, 2024; v1 submitted 7 February, 2022; originally announced February 2022.

    Comments: Published in IEEE Transactions on Robotics (TRO) 2023

    Journal ref: IEEE Transactions on Robotics, vol. 40, pp. 121-138, 2024

  9. arXiv:2105.01777  [pdf, other

    cs.RO cs.LG

    PathBench: A Benchmarking Platform for Classical and Learned Path Planning Algorithms

    Authors: Alexandru-Iosif Toma, Hao-Ya Hsueh, Hussein Ali Jaafar, Riku Murai, Paul H. J. Kelly, Sajad Saeedi

    Abstract: Path planning is a key component in mobile robotics. A wide range of path planning algorithms exist, but few attempts have been made to benchmark the algorithms holistically or unify their interface. Moreover, with the recent advances in deep neural networks, there is an urgent need to facilitate the development and benchmarking of such learning-based planning algorithms. This paper presents PathB… ▽ More

    Submitted 4 May, 2021; originally announced May 2021.

    Comments: The Conference on Robots and Vision (CRV2021), Supplementary Website: https://sites.google.com/view/pathbench/

  10. arXiv:2101.08715  [pdf, other

    cs.AR cs.CV cs.DC

    Cain: Automatic Code Generation for Simultaneous Convolutional Kernels on Focal-plane Sensor-processors

    Authors: Edward Stow, Riku Murai, Sajad Saeedi, Paul H. J. Kelly

    Abstract: Focal-plane Sensor-processors (FPSPs) are a camera technology that enable low power, high frame rate computation, making them suitable for edge computation. Unfortunately, these devices' limited instruction sets and registers make develo** complex algorithms difficult. In this work, we present Cain - a compiler that targets SCAMP-5, a general-purpose FPSP - which generates code from multiple con… ▽ More

    Submitted 21 January, 2021; originally announced January 2021.

    Comments: 17 pages, 4 figures, Accepted at LCPC 2020 to be published by Springer

    ACM Class: D.3.4; I.4.m

  11. arXiv:2006.01765  [pdf, other

    eess.SP cs.CV cs.LG

    AnalogNet: Convolutional Neural Network Inference on Analog Focal Plane Sensor Processors

    Authors: Matthew Z. Wong, Benoit Guillard, Riku Murai, Sajad Saeedi, Paul H. J. Kelly

    Abstract: We present a high-speed, energy-efficient Convolutional Neural Network (CNN) architecture utilising the capabilities of a unique class of devices known as analog Focal Plane Sensor Processors (FPSP), in which the sensor and the processor are embedded together on the same silicon chip. Unlike traditional vision systems, where the sensor array sends collected data to a separate processor for process… ▽ More

    Submitted 21 June, 2020; v1 submitted 2 June, 2020; originally announced June 2020.

    Comments: 8 pages, 7 figures

  12. BIT-VO: Visual Odometry at 300 FPS using Binary Features from the Focal Plane

    Authors: Riku Murai, Sajad Saeedi, Paul H. J. Kelly

    Abstract: Focal-plane Sensor-processor (FPSP) is a next-generation camera technology which enables every pixel on the sensor chip to perform computation in parallel, on the focal plane where the light intensity is captured. SCAMP-5 is a general-purpose FPSP used in this work and it carries out computations in the analog domain before analog to digital conversion. By extracting features from the image on the… ▽ More

    Submitted 23 April, 2020; originally announced April 2020.

    Comments: 8 pages, 16 figures

    Journal ref: 2020 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Las Vegas, NV, USA, 2020, pp. 8579-8586