paper-with-me

Papers

Superpixel Semantics Representation and Pre-training for Vision-Language Task

2023-10-20 · Siyu Zhang, Yeming Chen, Yaoru Sun, Fang Wang, Jun Yang, Lizhi Bai, Shangce Gao

The key to integrating visual language tasks is to establish a good alignment strategy. Recently, visual semantic representation has achieved fine-grained visual understanding by dividing grids or image patches. However, the coarse-grained semantic interactions in image space should not be ignored, which hinders the extraction of complex contextual semantic relations at the scene boundaries. This paper proposes superpixels as comprehensive and robust visual primitives, which mine coarse-grained semantic interactions by clustering perceptually similar pixels, speeding up the subsequent processing of primitives. To capture superpixel-level semantic features, we propose a Multiscale Difference Graph Convolutional Network (MDGCN). It allows parsing the entire image as a fine-to-coarse visual hierarchy. To reason actual semantic relations, we reduce potential noise interference by aggregating difference information between adjacent graph nodes. Finally, we propose a multi-level fusion rule in a bottom-up manner to avoid understanding deviation by mining complementary spatial information at different levels. Experiments show that the proposed method can effectively promote the learning of multiple downstream tasks. Encouragingly, our method outperforms previous methods on all metrics. Our code will be released upon publication.

📄 PDF Abstract BibTeX arXiv:2310.13447

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised LearningSuperpixelsVisual Reasoning

Similar Papers 제목 키워드 기반

Superpixel Tokenization for Vision Transformers: Preserving Semantic Integrity in Visual Tokens

2024-12-06 · Jaihyun Lew, Soohyuk Jang, Jaehoon Lee, Seungryong Yoo 외

Transformers, a groundbreaking architecture proposed for Natural Language Processing (NLP), have also achieved remarkable success in Computer Vision. A cornerstone of their success lies in the attention mechanism, which …

Superpixels

Generating superpixels using deep image representations

2019-03-11 · Thomas Verelst, Matthew Blaschko, Maxim Berman

Superpixel algorithms are a common pre-processing step for computer vision algorithms such as segmentation, object tracking and localization. Many superpixel methods only rely on colors features for segmentation, limitin…

ClusteringGeneral ClassificationObjectObject Tracking+3

Delving Deep into Semantic Relation Distillation

2025-03-27 · Zhaoyi Yan, KangJun Liu, Qixiang Ye

Knowledge distillation has become a cornerstone technique in deep learning, facilitating the transfer of knowledge from complex models to lightweight counterparts. Traditional distillation approaches focus on transferrin…

Knowledge DistillationModel CompressionRelationSuperpixels

Image Reconstruction using Superpixel Clustering and Tensor Completion

2023-05-16 · Maame G. Asante-Mensah, Anh Huy Phan, Salman Ahmadi-Asl, Zaher Al Aghbari 외

This paper presents a pixel selection method for compact image representation based on superpixel segmentation and tensor completion. Our method divides the image into several regions that capture important textures or s…

ClusteringImage Reconstruction

Superpixelizing Binary MRF for Image Labeling Problems

2015-03-23 · Junyan Wang, Sai-Kit Yeung

Superpixels have become prevalent in computer vision. They have been used to achieve satisfactory performance at a significantly smaller computational cost for various tasks. People have also combined superpixels with Ma…

Superpixels