paper-with-me

홈 › Papers

Graph-Based Floor Separation Using Node Embeddings and Clustering of WiFi Trajectories

2025-05-12 · Rabia Yasa Kostas, Kahraman Kostas

Indoor positioning systems (IPSs) are increasingly vital for location-based services in complex multi-storey environments. This study proposes a novel graph-based approach for floor separation using Wi-Fi fingerprint trajectories, addressing the challenge of vertical localization in indoor settings. We construct a graph where nodes represent Wi-Fi fingerprints, and edges are weighted by signal similarity and contextual transitions. Node2Vec is employed to generate low-dimensional embeddings, which are subsequently clustered using K-means to identify distinct floors. Evaluated on the Huawei University Challenge 2021 dataset, our method outperforms traditional community detection algorithms, achieving an accuracy of 68.97\%, an F1-score of 61.99\%, and an Adjusted Rand Index of 57.19\%. By publicly releasing the preprocessed dataset and implementation code, this work contributes to advancing research in indoor positioning. The proposed approach demonstrates robustness to signal noise and architectural complexities, offering a scalable solution for floor-level localization.

📄 PDF Abstract BibTeX arXiv:2505.08088

Code (1)

kahramankostas/ipin2025

Tasks

Community Detection

Methods 이 논문이 사용한 방법론

node2vec node2vec is a framework for learning graph embeddings for nodes in graphs. Node2vec maximizes a likelihood objective over mappings which preserve neighbourhood distances in…

Similar Papers 제목 키워드 기반

LayoutGKN: Graph Similarity Learning of Floor Plans

2025-09-03 · Casper van Engelenburg, Jan van Gemert, Seyran Khademi arxiv

Floor plans depict building layouts and are often represented as graphs to capture the underlying spatial relationships. Comparison of these graphs is critical for applications like search, clustering, and data visualiza…

Graph SimilarityGraph Matching

Generating Topological Structure of Floorplans from Room Attributes

2022-04-26 · Yin Yu, Hutchcroft Will, Khosravan Naji, Boyadzhiev Ivaylo 외

Analysis of indoor spaces requires topological information. In this paper, we propose to extract topological information from room attributes using what we call Iterative and adaptive graph Topology Learning (ITL). ITL p…

Decoder

From Representation to Clusters: A Contrastive Learning Approach for Attributed Hypergraph Clustering

2026-03-10 · Li Ni, Shuaikang Zeng, Lin Mu, Longlong Lin arxiv

Contrastive learning has demonstrated strong performance in attributed hypergraph clustering. Typically, existing methods based on contrastive learning first learn node embeddings and then apply clustering algorithms, su…

Representation LearningContrastive Learning

Maximizing Cohesion and Separation in Graph Representation Learning: A Distance-aware Negative Sampling Approach

2020-07-02 · M. Maruf, Anuj Karpatne

The objective of unsupervised graph representation learning (GRL) is to learn a low-dimensional space of node embeddings that reflect the structure of a given unlabeled graph. Existing algorithms for this task rely on ne…

Graph Representation LearningNode ClassificationRepresentation Learning

Learning Optimal Graph Filters for Clustering of Attributed Graphs

2022-11-09 · Meiby Ortiz-Bouza, Selin Aviyente

Many real-world systems can be represented as graphs where the different entities in the system are presented by nodes and their interactions by edges. An important task in studying large datasets with graphical structur…

ClusteringGraph Clustering