CVLGNov 15, 2022

Region Embedding with Intra and Inter-View Contrastive Learning

arXiv:2211.08975v146 citationsh-index: 67
Originality Incremental advance
AI Analysis

This work addresses the problem of extracting dense features from unlabeled urban data for tasks like clustering and prediction, representing an incremental advance in multi-view methods.

The paper tackles unsupervised region representation learning from urban data by proposing ReMVC, a model using intra- and inter-view contrastive learning, which achieves over 30% improvement in land usage clustering compared to baselines.

Unsupervised region representation learning aims to extract dense and effective features from unlabeled urban data. While some efforts have been made for solving this problem based on multiple views, existing methods are still insufficient in extracting representations in a view and/or incorporating representations from different views. Motivated by the success of contrastive learning for representation learning, we propose to leverage it for multi-view region representation learning and design a model called ReMVC (Region Embedding with Multi-View Contrastive Learning) by following two guidelines: i) comparing a region with others within each view for effective representation extraction and ii) comparing a region with itself across different views for cross-view information sharing. We design the intra-view contrastive learning module which helps to learn distinguished region embeddings and the inter-view contrastive learning module which serves as a soft co-regularizer to constrain the embedding parameters and transfer knowledge across multi-views. We exploit the learned region embeddings in two downstream tasks named land usage clustering and region popularity prediction. Extensive experiments demonstrate that our model achieves impressive improvements compared with seven state-of-the-art baseline methods, and the margins are over 30% in the land usage clustering task.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes