paper-with-me

Papers

Discrete Gaussian Process Representations for Optimising UAV-based Precision Weed Mapping

2025-03-10 · Jacob Swindell, Madeleine Darbyshire, Marija Popovic, Riccardo Polvara

Accurate agricultural weed mapping using UAVs is crucial for precision farming applications. Traditional methods rely on orthomosaic stitching from rigid flight paths, which is computationally intensive and time-consuming. Gaussian Process (GP)-based mapping offers continuous modelling of the underlying variable (i.e. weed distribution) but requires discretisation for practical tasks like path planning or visualisation. Current implementations often default to quadtrees or gridmaps without systematically evaluating alternatives. This study compares five discretisation methods: quadtrees, wedgelets, top-down binary space partition (BSP) trees using least square error (LSE), bottom-up BSP trees using graph merging, and variable-resolution hexagonal grids. Evaluations on real-world weed distributions measure visual similarity, mean squared error (MSE), and computational efficiency. Results show quadtrees perform best overall, but alternatives excel in specific scenarios: hexagons or BSP LSE suit fields with large, dominant weed patches, while quadtrees are optimal for dispersed small-scale distributions. These findings highlight the need to tailor discretisation approaches to weed distribution patterns (patch size, density, coverage) rather than relying on default methods. By choosing representations based on the underlying distribution, we can improve mapping accuracy and efficiency for precision agriculture applications.

📄 PDF Abstract BibTeX arXiv:2503.07210

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Active Informative Planning for UAV-based Weed Mapping using Discrete Gaussian Process Representations

2026-01-19 · Jacob Swindell, Marija Popović, Riccardo Polvara arxiv

Accurate agricultural weed mapping using unmanned aerial vehicles (UAVs) is crucial for precision farming. While traditional methods rely on rigid, pre-defined flight paths and intensive offline processing, informative p…

Inverse-Free Sparse Variational Gaussian Processes

2026-04-01 · Stefano Cortinovis, Laurence Aitchison, Stefanos Eleftheriadis, Mark van der Wilk arxiv

Gaussian processes (GPs) offer appealing properties but are costly to train at scale. Sparse variational GP (SVGP) approximations reduce cost yet still rely on Cholesky decompositions of kernel matrices, ill-suited to lo…

Gaussian Processes

Discrete Gaussian Vector Fields On Meshes

2025-07-26 · Michael Gillan, Stefan Siegert, Ben Youngman arxiv

Though the underlying fields associated with vector-valued environmental data are continuous, observations themselves are discrete. For example, climate models typically output grid-based representations of wind fields o…

Gaussian Processes

3iGS: Factorised Tensorial Illumination for 3D Gaussian Splatting

2024-08-07 · Zhe Jun Tang, Tat-Jen Cham

The use of 3D Gaussians as representation of radiance fields has enabled high quality novel view synthesis at real-time rendering speed. However, the choice of optimising the outgoing radiance of each Gaussian independen…

3DGSNovel View Synthesis

Learning Disentangled Discrete Representations

2023-07-26 · David Friede, Christian Reimers, Heiner Stuckenschmidt, Mathias Niepert

Recent successes in image generation, model-based reinforcement learning, and text-to-image generation have demonstrated the empirical advantages of discrete latent representations, although the reasons behind their bene…

Image GenerationModel-based Reinforcement LearningModel SelectionText to Image Generation+1