paper-with-me

Papers

GraPix: Exploring Graph Modularity Optimization for Unsupervised Pixel Clustering

2024-12-04 · 27th International Conference on Pattern Recognition (ICPR) 2024 12 · Sonal Kumar, Arijit Sur, Rashmi Dutta Baruah

A vision transformer learns high-quality patch embeddings during the self-supervised training, which plays a crucial role in many unsupervised downstream tasks like object localization, object detection, and sparse semantic segmentation. Such downstream tasks explore the various properties of the patch affinity graph to achieve state-of-the-art performance in an unsupervised setting. However, the true potential of the patch affinity graph is yet to be harnessed for the dense semantic segmentation task. The existing works show that modularity is an essential property of a graph, which reflects the strength of the existing graph partitions. We argue that joint optimization of feature clustering in patch embedding space and graph modularity in node attribute space leads to a smooth training convergence and achieves better results. In this paper, we propose a novel end-to-end unsupervised learning method called GraPix, which utilizes the hidden property of patch embeddings extracted from a self-supervised vision transformer for the dense semantic segmentation task. The GraPix constructs an affinity graph based on patch similarities in their embedding space. Next, it learns highly discriminative centroid embeddings for dense semantic segmentation with our novel joint feature clustering and graph modularity optimization objective. The experiment results show that GraPix outperforms the state-of-the-art method on the SUIM dataset and achieves the second-best performance on the Cityscapes dataset. Also, we perform a detailed ablation to justify the choice of model components and hyper-parameters. The code is available at https://github.com/SonalKumar95/GraPix.

📄 PDF Abstract BibTeX

Code (1)

SonalKumar95/GraPix pytorch

Tasks

AttributeClusteringObject LocalizationSegmentationSemantic SegmentationUnsupervised Semantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Recurrent Graph Neural Network Algorithm for Unsupervised Network Community Detection

2021-03-03 · Stanislav Sobolevsky

Network community detection often relies on optimizing partition quality functions, like modularity. This optimization appears to be a complex problem traditionally relying on discrete heuristics. And although the proble…

Community DetectionGraph Neural Network

Unsupervised Community Detection with Modularity-Based Attention Model

2019-05-20 · Ivan Lobov, Sergey Ivanov

In this paper we take a problem of unsupervised nodes clustering on graphs and show how recent advances in attention models can be applied successfully in a "hard" regime of the problem. We propose an unsupervised algori…

ClusteringCommunity DetectionGraph Neural Networkmodel

Introducing the modularity graph: an application to brain functional networks

2024-06-21 · Tiziana Cattai, Camilla Caporali, Marie-Constance Corsi, Stefania Colonnese

In signal processing, exploring complex systems through network representations has become an area of growing interest. This study introduces the modularity graph, a new graph-based feature, to highlight the relationship…

Community DetectionEEGFunctional ConnectivityMotor Imagery+1

Differentiable Tripartite Modularity for Clustering Heterogeneous Graphs

2026-02-10 · Benoît Hurpeau arxiv

Clustering heterogeneous relational data remains a central challenge in graph learning, particularly when interactions involve more than two types of entities. While differentiable modularity objectives such as DMoN have…

Graph Neural NetworkCommunity DetectionGraph Learning

Unsupervised Optimisation of GNNs for Node Clustering

2024-02-12 · William Leeney, Ryan McConville

Graph Neural Networks (GNNs) can be trained to detect communities within a graph by learning from the duality of feature and connectivity information. Currently, the common approach for optimisation of GNNs is to use com…

Clusteringgraph partitioningModel SelectionNode Clustering