paper-with-me

Papers

Resource Efficient Mountainous Skyline Extraction using Shallow Learning

2021-07-23 · Touqeer Ahmad, Ebrahim Emami, Martin Čadík, George Bebis

Skyline plays a pivotal role in mountainous visual geo-localization and localization/navigation of planetary rovers/UAVs and virtual/augmented reality applications. We present a novel mountainous skyline detection approach where we adapt a shallow learning approach to learn a set of filters to discriminate between edges belonging to sky-mountain boundary and others coming from different regions. Unlike earlier approaches, which either rely on extraction of explicit feature descriptors and their classification, or fine-tuning general scene parsing deep networks for sky segmentation, our approach learns linear filters based on local structure analysis. At test time, for every candidate edge pixel, a single filter is chosen from the set of learned filters based on pixel's structure tensor, and then applied to the patch around it. We then employ dynamic programming to solve the shortest path problem for the resultant multistage graph to get the sky-mountain boundary. The proposed approach is computationally faster than earlier methods while providing comparable performance and is more suitable for resource constrained platforms e.g., mobile devices, planetary rovers and UAVs. We compare our proposed approach against earlier skyline detection methods using four different data sets. Our code is available at \url{https://github.com/TouqeerAhmad/skyline_detection}.

📄 PDF Abstract BibTeX arXiv:2107.10997

Code (1)

TouqeerAhmad/skyline_detection 공식 구현

Tasks

geo-localizationScene Parsing

Similar Papers 제목 키워드 기반

Comparison of Semantic Segmentation Approaches for Horizon/Sky Line Detection

2018-05-21 · Touqeer Ahmad, Pavel Campr, Martin Čadík, George Bebis

Horizon or skyline detection plays a vital role towards mountainous visual geo-localization, however most of the recently proposed visual geo-localization approaches rely on \textbf{user-in-the-loop} skyline detection me…

geo-localizationLine DetectionSegmentationSemantic Segmentation+1

Information fusion approach for biomass estimation in a plateau mountainous forest using a synergistic system comprising UAS-based digital camera and LiDAR

2022-04-14 · Rong Huang, Wei Yao, Zhong Xu, Lin Cao 외

Forest land plays a vital role in global climate, ecosystems, farming and human living environments. Therefore, forest biomass estimation methods are necessary to monitor changes in the forest structure and function, whi…

Snowpack Estimation in Key Mountainous Water Basins from Openly-Available, Multimodal Data Sources

2022-08-08 · Malachy Moran, Kayla Woputz, Derrick Hee, Manuela Girotto 외

Accurately estimating the snowpack in key mountainous basins is critical for water resource managers to make decisions that impact local and global economies, wildlife, and public policy. Currently, this estimation requi…

Skyline variations allow estimating distance to trees on landscape photos using semantic segmentation

2022-01-14 · Laura Martinez-Sanchez, Daniele Borio, Raphaël d'Andrimont, Marijn van der Velde

Approximate distance estimation can be used to determine fundamental landscape properties including complexity and openness. We show that variations in the skyline of landscape photos can be used to estimate distances to…

Semantic Segmentation

Getting more from the skyline operator through restricted skylines, regret minimizing sets and skyline ordering: a survey on their properties and comparison

2022-03-26 · Claudio Migliorelli

Given a set of multidimensional points, the skyline operator returns a set of potentially interesting points from such a dataset. This popular operator filters out a set of tuples that are not dominated by other ones, re…