Goto

Collaborating Authors

 Krivosheev, Evgeny


GIPSO: Geometrically Informed Propagation for Online Adaptation in 3D LiDAR Segmentation

arXiv.org Artificial Intelligence

3D point cloud semantic segmentation is fundamental for autonomous driving. Most approaches in the literature neglect an important aspect, i.e., how to deal with domain shift when handling dynamic scenes. This can significantly hinder the navigation capabilities of self-driving vehicles. This paper advances the state of the art in this research field. Our first contribution consists in analysing a new unexplored scenario in point cloud segmentation, namely Source-Free Online Unsupervised Domain Adaptation (SF-OUDA). We experimentally show that state-of-the-art methods have a rather limited ability to adapt pre-trained deep network models to unseen domains in an online manner. Our second contribution is an approach that relies on adaptive self-training and geometric-feature propagation to adapt a pre-trained source model online without requiring either source data or target labels. Our third contribution is to study SF-OUDA in a challenging setup where source data is synthetic and target data is point clouds captured in the real world. We use the recent SynLiDAR dataset as a synthetic source and introduce two new synthetic (source) datasets, which can stimulate future synthetic-to-real autonomous driving research. Our experiments show the effectiveness of our segmentation approach on thousands of real-world point clouds. Code and synthetic datasets are available at https://github.com/saltoricristiano/gipso-sfouda.


Business Entity Matching with Siamese Graph Convolutional Networks

arXiv.org Artificial Intelligence

We propose a model architecture Although knowledge graphs (KGs) and ontologies have that combines the advantages of graph convolutional networks been exploited successfully for data integration [Trivedi (GCNs) [Kipf and Welling 2017] and siamese networks et al. 2018; Azmy et al. 2019], entity matching involving [Bromley et al. 1993] to address the entity-matching structured and unstructured sources has usually been task. GCNs are a type of graph neural network that shares performed by treating records without explicitly taking filter parameters among all the nodes, regardless of their location into account the natural graph representation of structured in the graph. Our Siamese Graph Convolutional Network sources and the potential graph representation of unstructured (S-GCN) incorporates two identical GCNs, as shown data [Mudgal et al. 2018; Gschwind et al. 2019].