kth.sePublications KTH
Change search
Link to record
Permanent link

Direct link
Publications (8 of 8) Show all publications
Seegmiller, L. & Shirabe, T. (2024). A method for finding a maximum value region with a minimum width in raster space. International Journal of Geographical Information Science, 38(4), 675-698
Open this publication in new window or tab >>A method for finding a maximum value region with a minimum width in raster space
2024 (English)In: International Journal of Geographical Information Science, ISSN 1365-8816, E-ISSN 1365-8824, Vol. 38, no 4, p. 675-698Article in journal (Refereed) Published
Abstract [en]

Given a grid of cells, each of which is assigned a numerical value quantifying its suitability for a certain use, one problem in geographic information science concerns the selection of a region, i.e. a connected set of cells, with a specified size that maximizes the sum of all their values. This task can be cast as a combinatorial optimization problem called the maximum value region problem, and exact and heuristic methods exist for its solution. While those solutions are guaranteed to be feasible (if not optimal), they may not be desirable for practical use if they contain too narrow segments (down to the width of a single cell). In this paper, we present a new variation of the maximum value region problem—the maximum value wide region problem—that requires a region to be at least as wide as a specified width. We offer a heuristic method for its solution which models a region as a set of neighborhoods and test its performance through computational experiments. Results demonstrate that the method generates good feasible solutions in terms of connectedness, size, width, and value, but requires more computing time than methods for maximum value regions without minimum width requirements.

Place, publisher, year, edition, pages
Informa UK Limited, 2024
Keywords
Raster model, region selection, spatial optimization, width
National Category
Computer Sciences Discrete Mathematics
Identifiers
urn:nbn:se:kth:diva-367394 (URN)10.1080/13658816.2024.2301727 (DOI)001144507400001 ()2-s2.0-85182420739 (Scopus ID)
Note

QC 20250717

Available from: 2025-07-17 Created: 2025-07-17 Last updated: 2025-07-17Bibliographically approved
Seegmiller, L. & Shirabe, T. (2023). A method for finding a least-cost corridor on an ordinal-scaled raster cost surface. Annals of GIS, 29(2), 205-225
Open this publication in new window or tab >>A method for finding a least-cost corridor on an ordinal-scaled raster cost surface
2023 (English)In: Annals of GIS, ISSN 1947-5683, Vol. 29, no 2, p. 205-225Article in journal (Refereed) Published
Abstract [en]

The least-cost path problem is a widely studied problems in geographic information science. In raster space, the problem is to find a path that accumulates the least amount of cost between two locations based on the assumptions that the path is a one-dimensional object (represented by a string of cells) and that the cost (per unit length) is measured on a quantitative scale. Efficient methods are available for solution of this problem when at least one of these assumptions is upheld. This is not the case when the path has a width and is a two-dimensional object called a corridor (represented by a swath of cells) and the cost (per unit area) is measured on an ordinal scale. In this paper, we propose one additional model that characterizes a least-cost corridor on an ordinal-scaled raster cost surface–or a least ordinal-scaled cost corridor for short–and show that it can be transformed into an instance of a multiobjective optimization problem known as the preferred path problem with a lexicographic preference relation and solved accordingly. The model is tested through computational experiments with artificial landscape data as well as real-world data. Results show that least ordinal-scaled cost corridors are guaranteed to contain smaller areas of higher cost than conventional least-cost corridors at the expense of more elongated and winding forms. The least ordinal-scaled cost corridor problem has computational complexity of O(n 2.5) in the worst case, resulting in a longer computational time than least-cost corridors. However, this difference is smaller in practice.

Place, publisher, year, edition, pages
Informa UK Limited, 2023
Keywords
multiobjective shortest path problem, preferred path problem, Raster cost surface, scales of measurement, wide path
National Category
Other Computer and Information Science Geotechnical Engineering and Engineering Geology
Identifiers
urn:nbn:se:kth:diva-330048 (URN)10.1080/19475683.2023.2166585 (DOI)000915681600001 ()2-s2.0-85146993963 (Scopus ID)
Note

QC 20230627

Available from: 2023-06-27 Created: 2023-06-27 Last updated: 2025-02-05Bibliographically approved
Seegmiller, L. & Shirabe, T. (2022). A method for finding least-cost corridors in three-dimensional raster space. Transactions on GIS, 26(2), 1098-1115
Open this publication in new window or tab >>A method for finding least-cost corridors in three-dimensional raster space
2022 (English)In: Transactions on GIS, ISSN 1361-1682, E-ISSN 1467-9671, Vol. 26, no 2, p. 1098-1115Article in journal (Refereed) Published
Abstract [en]

Optimal routing of a path with a constant width in a two-dimensional grid of cost-weighted square cells or pixels is a recent extension of the least-cost path problem, and models and solutions are available and ready to be integrated into raster-based geographic information systems. In this article we consider yet another variation of this problem in a three-dimensional grid of cost-weighted cubic cells or voxels, which is to find a tubular region of voxels with a constant width, referred to here as “corridor,” connecting two termini while accumulating the least amount of cost. We model a corridor as a sequence of sets of voxels, called “neighborhoods,” that are arranged in a 26-hedral form, design a heuristic method to find a sequence of such neighborhoods that sweeps the minimum cost-weighted volume, and test its performance with computer-generated random data. Results show that the method finds a low-cost, if not least-cost, corridor with a specified width in a three-dimensional cost grid and has a reasonable efficiency as its complexity is O(n2), where n is the number of voxels in the input cost grid and is independent of corridor width. A major drawback is that the corridor found may self-intersect, which often not only is an undesirable quality but also makes the estimation of its cost-weighted volume inaccurate.

Place, publisher, year, edition, pages
Wiley, 2022
National Category
Geotechnical Engineering and Engineering Geology
Identifiers
urn:nbn:se:kth:diva-313121 (URN)10.1111/tgis.12864 (DOI)000715576800001 ()2-s2.0-85118540054 (Scopus ID)
Note

Not duplicate with DiVA 1535573 which is a preprint and part of a thesis.

QC 20220615

Available from: 2022-06-15 Created: 2022-06-15 Last updated: 2025-02-07Bibliographically approved
Seegmiller, L. (2022). Modeling Width in Spatial Optimization in Raster Space. (Doctoral dissertation). Stockholm: KTH Royal Institute of Technology
Open this publication in new window or tab >>Modeling Width in Spatial Optimization in Raster Space
2022 (English)Doctoral thesis, comprehensive summary (Other academic)
Abstract [en]

Given a grid of cells, each of which is assigned a numerical value quantifying its utility (or cost) for a certain use, a popular type of problem in geographic information science is raster-based spatial optimization. Such problems commonly seek to find a set of cells that maximizes (or minimizes) that utility (or cost) while adhering to a given set of constraints. If the problem concerns the selection of a region, i.e., a connected set of cells, it is particularly useful in a range of planning fields that rely on geographic information science. With the increasing availability of high-resolution data on the Earth’s surface, it may no longer be sufficient to exclusively model such raster-based optimization problems on a cell-by-cell basis. Instead, the explicit consideration of width and subsequent modeling of spatial optimization problems may be considered.

The overall objective of this thesis is to integrate the “neighborhood” approach to modeling for width in raster grids into pertinent spatial optimization problems. The studies presented in this thesis focus on two common raster-based spatial optimization problems, the maximum value region problem and the least-cost path problem. Each study then models variations of those problems which incorporate a width larger than a cell, and designs, implements, and tests solution methods as follows. 

The raster-based maximum value region problem involves the selection a region with a specified size that maximizes (or minimizes) the sum of all their values. This task can be cast as a combinatorial optimization problem, and exact and heuristic methods exist for its solution. While solutions generated by these methods are guaranteed to be feasible (if not optimal), they may not be desirable for practical use if they contain too narrow segments (which can be as narrow as the width of a single cell). A new variation of the maximum value region problem—referred to here as the maximum value wide region problem—is presented that requires a region to be at least as wide as a specified width. A heuristic method for its solution is introduced and its performance is tested through computational experiments with randomly generated artificial landscape data. Results demonstrate that the method generates good feasible solutions in terms of all of connectedness, size, width, and value, but requires more computing time—which, in theory, grows linearly with grid size and quadratically with region size and region width—than other methods for maximum value regions without a minimum width requirement.

The raster-based least-cost path problem involves the selection of a region that connects two specified cells, a source and destination, and that minimizes the sum of all their values. It is one of the most widely studied problems in geographic information science, and itself is a variation of the optimal routing problem. In relation to width, optimal routing of a path with a constant width, i.e., a corridor, in a two-dimensional (2D) grid of cost-weighted square cells is a recent extension of the least-cost path problem, and models and solutions are available and ready to be integrated into raster-based geographic information systems (GIS). However, these solutions are reliant on the cost surface on which they are modeled, which have limitations in certain situations, including 1) a reliance on the assumption that the cost (per unit length) is measured on a quantitative scale, 2) a measured distortion when the cost-surface is constant, and 3) they are limited to optimal routing of paths in 2D.

In relation to the first limitation, one additional model is proposed that characterizes a least-cost corridor on an ordinal-scaled raster cost surface—or a least ordinal-scaled cost corridor for short—and shows that it can be transformed into an instance of a multiobjective optimization problem known as the preferred path problem with a lexicographic preference relation and solved accordingly. The model is tested through computational experiments with randomly generated artificial landscape data as well as real-world data. Results show that least ordinal-scaled cost corridors are guaranteed to contain smaller areas of higher cost than conventional least-cost corridors at the expense of more elongated and winding forms. The least ordinal-scaled cost corridor problem has a computational complexity of O(n2.5) in the worst case, resulting in a longer computational time than least-cost corridors. However, this difference is smaller in practice.

In relation to the second limitation, as is the case with conventional raster-based least-cost paths, the incremental orientations are limited to a fixed number of (typically eight cardinal) directions, and therefore, regardless of the grid resolution, least-cost corridors tend to deviate from those conceivable on the Euclidean plane. A method is proposed for solving the raster-based least-cost corridor problem with reduced distortion by adapting a distortion reduction technique originally designed for least-cost paths and applying it to an efficient but distortion-prone least-cost corridor algorithm. The proposed method is, in theory, guaranteed to generate no less accurate solutions than the existing one in polynomial time and, in practice, expected to generate more accurate solutions, as demonstrated experimentally using synthetic and real-world data.

In relation to the 2D limitation, with the increased availability of 3D data, one could consider yet another spatial optimization problem in a three-dimensional grid of cost-weighted cubic cells or voxels, which is to find a tubular region of voxels with a constant width, referred to here as “3D corridor,” connecting two termini while accumulating the least amount of cost. A 3D corridor is modeled as a sequence of sets of voxels, called “neighborhoods,” that are arranged in a 26-hedral form, a heuristic method is designed to find a sequence of such neighborhoods that sweeps the minimum cost-weighted volume, and its performance is tested with computer-generated random data. Results show that the method finds a low-cost, if not least-cost, corridor with a specified width in a three-dimensional cost grid and has a reasonable efficiency as its complexity is O(n2) where n is the number of voxels in the input cost grid and is independent of corridor width. A major drawback is that the corridor found may self-intersect, which is often not only an undesirable quality but makes the estimation of its cost-weighted volume inaccurate.

Abstract [sv]

Med tanke på ett rutnät av celler, som var och en tilldelas ett numeriskt värde som kvantifierar dess användbarhet (eller kostnad) för en viss användning, är en populär typ av problem inom geografisk informationsvetenskap (GIS) rasterbaserad rumslig optimering. Sådana problem försöker vanligtvis hitta en uppsättning celler som maximerar (eller minimerar) den nyttan (eller kostnaden) samtidigt som de följer en given uppsättning begränsningar. Om problemet gäller valet av en region, d.v.s. en ansluten uppsättning celler, är det särskilt användbart i en rad planeringsfält som förlitar sig på GIS. Med den ökande tillgängligheten av högupplösta data på jordens yta kanske det inte längre är tillräckligt att uteslutande modellera sådana rasterbaserade optimeringsproblem på cell-för-cell-basis. Istället kan det explicita övervägandet av bredd och efterföljande modellering av rumsliga optimeringsproblem övervägas.

Det övergripande syftet med denna avhandling är att integrera "grannskaps"-metoden för modellering för bredd i rasternät i relevanta rumsliga optimeringsproblem. Studierna som presenteras i denna avhandling fokuserar på två vanliga rasterbaserade rumsliga optimeringsproblem, maximivärdesregionproblemet och minstakostnadsvägproblemet. Varje studie modellerar sedan varianter av de problem som innehåller en bredd som är större än en cell, och designar, implementerar och testar lösningsmetoder enligt följande.

Det rasterbaserade maximivärdesregionproblemet involverar valet av en ansluten uppsättning celler, d.v.s. en region, med en specificerad storlek som maximerar (eller minimerar) summan av alla deras värden. Denna uppgift kan gjutas som ett kombinatoriskt optimeringsproblem, och det finns exakta och heuristiska metoder för att lösa det. Även om lösningar som genereras av dessa metoder garanterat är genomförbara (om de inte är optimala), kanske de inte är önskvärda för praktisk användning om de innehåller för smala segment (som kan vara lika smala som bredden på en enda cell). En ny variant av maximivärdesregionproblemet – här kallat maximivärdesbredregionproblemet – presenteras som kräver att en region är minst lika bred som en specificerad bredd. En heuristisk metod för dess lösning introduceras och dess prestanda testas genom beräkningsexperiment med slumpmässigt genererade artificiella landskapsdata. Resultaten visar att metoden genererar bra genomförbara lösningar när det gäller all koppling, storlek, bredd och värde, men kräver mer beräkningstid - som i teorin växer linjärt med rutnätsstorleken och kvadratiskt med regionstorlek och regionbredd - än andra metoder för regioner med maximalt värde utan krav på minsta bredd.

Det rasterbaserade minsta kostnadsvägproblemet involverar valet av en region som förbinder två specificerade celler, en källa och destination, och som minimerar summan av alla deras värden. Det är ett av de mest studerade problemen i GIS, och i sig är det en variant av det optimala routingproblemet. I förhållande till bredd är optimal routing av en bana med konstant bredd, det vill säga en korridor, i ett tvådimensionellt (2D) rutnät av kostnadsviktade kvadratceller en ny förlängning av problemet med minsta kostnadsväg, och modeller och lösningar är tillgängliga och redo att integreras i rasterbaserade geografiska informationssystem. Dessa lösningar är dock beroende av kostnadsytan som de är modellerade på, vilket har begränsningar i vissa situationer, inklusive 1) ett beroende av antagandet att kostnaden (per längdenhet) mäts på en kvantitativ skala, 2) en uppmätt distorsion när kostnadsytan är konstant, och 3) de är begränsade till optimal routing av vägar i 2D.

I förhållande till den första begränsningen föreslås ytterligare en modell som kännetecknar en lägsta kostnadskorridor på en ordinärt skalad rasterkostnadsyta – eller kort och gott en minst ordinärt skalad kostnadskorridor – och visar att den kan omvandlas till en instans av ett multiobjektivt optimeringsproblem känt som det föredragna vägproblemet med en lexikografisk preferensrelation och löst i enlighet därmed. Modellen testas genom beräkningsexperiment med slumpmässigt genererade artificiella landskapsdata såväl som verkliga data. Resultaten visar att kostnadskorridorer med minst ordinär skala garanterat innehåller mindre ytor med högre kostnad än konventionella minsta kostnadskorridorer på bekostnad av mer långsträckta och slingrande former. Det minst ordinala kostnadskorridorproblemet har en beräkningskomplexitet på O(n2.5) i värsta fall, vilket resulterar i en längre beräkningstid än lägsta kostnadskorridorer. Denna skillnad är dock mindre i praktiken.

I förhållande till den andra begränsningen, som är fallet med konventionella rasterbaserade lägsta kostnadsvägar, är de inkrementella orienteringarna begränsade till ett fast antal (typiskt åtta kardinal) riktningar, och därför, oavsett nätupplösning, lägsta kostnad korridorer tenderar att avvika från de tänkbara på det euklidiska planet. En metod föreslås för att lösa det rasterbaserade lägsta kostnadskorridorproblemet med reducerad distorsion genom att anpassa en distorsionsreduktionsteknik som ursprungligen utformades för lägsta kostnadsvägar och tillämpa den på en effektiv men distorsionsbenägen lägstakostnadskorridoralgoritm. Den föreslagna metoden är, i teorin, garanterad att generera inte mindre exakta lösningar än den befintliga i polynomtid och förväntas i praktiken generera mer exakta lösningar, vilket demonstrerats experimentellt med hjälp av syntetiska och verkliga data.

I förhållande till 2D-begränsningen, med den ökade tillgängligheten av 3D-data, skulle man kunna överväga ytterligare ett rumsligt optimeringsproblem i ett tredimensionellt rutnät av kostnadsviktade kubiska celler eller voxels, vilket är att hitta ett rörformigt område av voxlar med en konstant bredd, här kallad "3D-korridor", som förbinder två terminaler samtidigt som den ackumulerar minsta kostnad. En 3D-korridor är modellerad som en sekvens av uppsättningar av voxlar, kallade "kvarter", som är arrangerade i en 26-hedrisk form, en heuristisk metod är utformad för att hitta en sekvens av sådana stadsdelar som sveper den minsta kostnadsviktade volymen, och dess prestanda testas med datorgenererade slumpmässiga data. Resultat visar att metoden hittar en lågkostnads, om inte minst kostnadseffektiv, korridor med en specificerad bredd i ett tredimensionellt kostnadsnät och har en rimlig effektivitet då dess komplexitet är O(n2) där n är antalet voxlar i insatskostnadsnätet och är oberoende av korridorbredden. En stor nackdel är att korridoren som hittas kan skära sig själv, vilket ofta inte bara är en oönskad kvalitet utan gör uppskattningen av dess kostnadsviktade volym inexakt.

Place, publisher, year, edition, pages
Stockholm: KTH Royal Institute of Technology, 2022. p. 76
Series
TRITA-ABE-DLT ; 2248
Keywords
raster-based geographic information system, spatial optimization, region selection, width, optimal routing, raster data modeling, distortion, corridor, rasterbaserat geografiskt informationssystem, rumslig optimering, regionval, bredd, optimal routing, rasterdatamodellering, distorsion, korridor
National Category
Other Computer and Information Science
Research subject
Geodesy and Geoinformatics, Geoinformatics
Identifiers
urn:nbn:se:kth:diva-322780 (URN)978-91-8040-463-1 (ISBN)
Public defence
2023-01-23, Kollegiesalen, Brinellvägen 8, KTH campus, videolänk https://kth-se.zoom.us/j/61531168532?pwd=cWRnQXpTbUFWZU5SWnVRNmpQeFBYdz09 Password: 653876, Stockholm, 14:00 (English)
Opponent
Supervisors
Note

QC 20230109

Available from: 2023-01-09 Created: 2023-01-04 Last updated: 2023-01-11Bibliographically approved
Seegmiller, L., Shirabe, T. & Tomlin, C. D. (2021). A method for finding least-cost corridors with reduced distortion in raster space. International Journal of Geographical Information Science, 35(8), 1570-1591
Open this publication in new window or tab >>A method for finding least-cost corridors with reduced distortion in raster space
2021 (English)In: International Journal of Geographical Information Science, ISSN 1365-8816, E-ISSN 1365-8824, Vol. 35, no 8, p. 1570-1591Article in journal (Refereed) Published
Abstract [en]

Given a grid of cells, each having a value indicating its cost per unit area, a variant of the least-cost path problem is to find a corridor of a specified width connecting two termini such that its cost-weighted area is minimized. A computationally efficient method exists for finding such corridors, but as is the case with conventional raster-based least-cost paths, their incremental orientations are limited to a fixed number of (typically eight orthogonal and diagonal) directions, and therefore, regardless of the grid resolution, they tend to deviate from those conceivable on the Euclidean plane. In this paper, we propose a method for solving the raster-based least-cost corridor problem with reduced distortion by adapting a distortion reduction technique originally designed for least-cost paths and applying it to an efficient but distortion-prone least-cost corridor algorithm. The proposed method is, in theory, guaranteed to generate no less accurate solutions than the existing one in polynomial time and, in practice, expected to generate more accurate solutions, as demonstrated experimentally using synthetic and real-world data.

Place, publisher, year, edition, pages
Taylor & Francis, 2021
Keywords
distortion, least-cost corridors, least-cost wide paths, Raster data modeling, route planning
National Category
Transport Systems and Logistics
Identifiers
urn:nbn:se:kth:diva-290383 (URN)10.1080/13658816.2020.1850734 (DOI)000601016100001 ()2-s2.0-85097930541 (Scopus ID)
Note

QC 20210302

Available from: 2021-03-02 Created: 2021-03-02 Last updated: 2023-10-16Bibliographically approved
Routh, D., Seegmiller, L., Bettigole, C., Kuhn, C., Oliver, C. D. & Glick, H. B. (2018). Improving the reliability of mixture tuned matched filtering remote sensing classification results using supervised learning algorithms and cross-validation. Remote Sensing, 10(11), Article ID 1675.
Open this publication in new window or tab >>Improving the reliability of mixture tuned matched filtering remote sensing classification results using supervised learning algorithms and cross-validation
Show others...
2018 (English)In: Remote Sensing, E-ISSN 2072-4292, Vol. 10, no 11, article id 1675Article in journal (Refereed) Published
Abstract [en]

Mixture tuned matched filtering (MTMF) image classification capitalizes on the increasing spectral and spatial resolutions of available hyperspectral image data to identify the presence, and potentially the abundance, of a given cover type or endmember. Previous studies using MTMF have relied on extensive user input to obtain a reliable classification. In this study, we expand the traditional MTMF classification by using a selection of supervised learning algorithms with rigorous cross-validation. Our approach removes the need for subjective user input to finalize the classification, ultimately enhancing replicability and reliability of the results. We illustrate this approach with an MTMF classification case study focused on leafy spurge (Euphorbia esula), an invasive forb in Western North America, using free 30-m hyperspectral data from the National Aeronautics and Space Administration's (NASA) Hyperion sensor. Our protocol shows for our data, a potential overall accuracy inflation between 18.4% and 30.8% without cross-validation and according to the supervised learning algorithm used. We propose this new protocol as a final step for the MTMF classification algorithm and suggest future researchers report a greater suite of accuracy statistics to affirm their classifications' underlying efficacies.

Place, publisher, year, edition, pages
MDPI AG, 2018
Keywords
Accuracy assessment, Hyperspectral remote sensing, Image classification, Leafy spurge, Linear unmixing, Machine learning, Mixture tuned matched filtering (MTMF), Post-processing automation, Supervised learning, Learning systems, Matched filters, Mixtures, NASA, Remote sensing, Space optics, Spectroscopy, Mixture tuned matched filtering, Post processing, Learning algorithms
National Category
Computer and Information Sciences
Identifiers
urn:nbn:se:kth:diva-247091 (URN)10.3390/rs10111675 (DOI)000451733800006 ()2-s2.0-85057093302 (Scopus ID)
Note

QC 20190404

Available from: 2019-04-04 Created: 2019-04-04 Last updated: 2023-08-28Bibliographically approved
Seegmiller, L. & Shirabe, T. A Method for Finding a Least-Cost Corridor on an Ordinal-scaled Raster Cost Surface.
Open this publication in new window or tab >>A Method for Finding a Least-Cost Corridor on an Ordinal-scaled Raster Cost Surface
(English)Manuscript (preprint) (Other academic)
National Category
Other Computer and Information Science
Identifiers
urn:nbn:se:kth:diva-322778 (URN)
Note

QC 20230123

Available from: 2023-01-04 Created: 2023-01-04 Last updated: 2023-01-23Bibliographically approved
Seegmiller, L.A method for finding a maximum value region with aminimum width in raster space.
Open this publication in new window or tab >>A method for finding a maximum value region with aminimum width in raster space
(English)Manuscript (preprint) (Other academic)
National Category
Other Computer and Information Science
Identifiers
urn:nbn:se:kth:diva-322779 (URN)
Note

QC 20230120

Available from: 2023-01-04 Created: 2023-01-04 Last updated: 2023-01-20Bibliographically approved
Organisations
Identifiers
ORCID iD: ORCID iD iconorcid.org/0000-0003-0530-4495

Search in DiVA

Show all publications