paper-with-me

Papers

GLiDR: Topologically Regularized Graph Generative Network for Sparse LiDAR Point Clouds

2023-11-29 · CVPR 2024 1 · Prashant Kumar, Kshitij Madhav Bhat, Vedang Bhupesh Shenvi Nadkarni, Prem Kalra

Sparse LiDAR point clouds cause severe loss of detail of static structures and reduce the density of static points available for navigation. Reduced density can be detrimental to navigation under several scenarios. We observe that despite high sparsity, in most cases, the global topology of LiDAR outlining the static structures can be inferred. We utilize this property to obtain a backbone skeleton of a LiDAR scan in the form of a single connected component that is a proxy to its global topology. We utilize the backbone to augment new points along static structures to overcome sparsity. Newly introduced points could correspond to existing static structures or to static points that were earlier obstructed by dynamic objects. To the best of our knowledge, we are the first to use such a strategy for sparse LiDAR point clouds. Existing solutions close to our approach fail to identify and preserve the global static LiDAR topology and generate sub-optimal points. We propose GLiDR, a Graph Generative network that is topologically regularized using 0-dimensional Persistent Homology ($\mathcal{PH}$) constraints. This enables GLiDR to introduce newer static points along a topologically consistent global static LiDAR backbone. GLiDR generates precise static points using $32\times$ sparser dynamic scans and performs better than the baselines across three datasets. GLiDR generates a valuable byproduct - an accurate binary segmentation mask of static and dynamic objects that are helpful for navigation planning and safety in constrained environments. The newly introduced static points allow GLiDR to outperform LiDAR-based navigation using SLAM in several settings. Source code is available at https://kshitijbhat.github.io/glidr

📄 PDF Abstract BibTeX arXiv:2312.00068

Code (1)

prashkmr/glidr 공식 구현 pytorch

Similar Papers 제목 키워드 기반

GLIDR: Graph-Like Inductive Logic Programming with Differentiable Reasoning

2025-08-08 · Blair Johnson, Clayton Kerce, Faramarz Fekri arxiv

Differentiable inductive logic programming (ILP) techniques have proven effective at finding approximate rule-based solutions to link prediction and node classification problems on knowledge graphs; however, the common a…

Inductive logic programmingKnowledge Graph CompletionNode ClassificationKnowledge Graphs

GLiDRE: Generalist Lightweight model for Document-level Relation Extraction

2025-08-01 · Robin Armingaud, Romaric Besançon arxiv

Relation Extraction (RE) is a fundamental task in Natural Language Processing, and its document-level variant poses significant challenges, due to complex interactions between entities across sentences. While supervised …

Document-level Relation Extraction

Beyond Localized Graph Neural Networks: An Attributed Motif Regularization Framework

2020-09-11 · Aravind Sankar, Junting Wang, Adit Krishnan, Hari Sundaram

We present InfoMotif, a new semi-supervised, motif-regularized, learning framework over graphs. We overcome two key limitations of message passing in popular graph neural networks (GNNs): localization (a k-layer GNN cann…

L0-norm Sparse Graph-regularized SVD for Biclustering

2016-03-19 · Wenwen Min, Juan Liu, Shihua Zhang

Learning the "blocking" structure is a central challenge for high dimensional data (e.g., gene expression data). Recently, a sparse singular value decomposition (SVD) has been used as a biclustering tool to achieve this …

Blocking

Generative OOD-regularized Model-based Policy Optimization

2026-05-23 · Aysin Tumay, Jiahe Huang, Elise Jortberg, Rose Yu arxiv

We study sequential decision-making with offline reinforcement learning (RL). Traditional offline RL policies may result in out-of-distribution (OOD) actions when training relies only on sparse offline representations. T…

Reinforcement LearningDensity EstimationOffline RL