paper-with-me

Papers

Dense Siamese Network for Dense Unsupervised Learning

2022-03-21 · Wenwei Zhang, Jiangmiao Pang, Kai Chen, Chen Change Loy

This paper presents Dense Siamese Network (DenseSiam), a simple unsupervised learning framework for dense prediction tasks. It learns visual representations by maximizing the similarity between two views of one image with two types of consistency, i.e., pixel consistency and region consistency. Concretely, DenseSiam first maximizes the pixel level spatial consistency according to the exact location correspondence in the overlapped area. It also extracts a batch of region embeddings that correspond to some sub-regions in the overlapped area to be contrasted for region consistency. In contrast to previous methods that require negative pixel pairs, momentum encoders or heuristic masks, DenseSiam benefits from the simple Siamese network and optimizes the consistency of different granularities. It also proves that the simple location correspondence and interacted region embeddings are effective enough to learn the similarity. We apply DenseSiam on ImageNet and obtain competitive improvements on various downstream tasks. We also show that only with some extra task-specific losses, the simple framework can directly conduct dense prediction tasks. On an existing unsupervised semantic segmentation benchmark, it surpasses state-of-the-art segmentation methods by 2.1 mIoU with 28% training costs. Code and models are released at https://github.com/ZwwWayne/DenseSiam.

📄 PDF Abstract BibTeX arXiv:2203.11075

Code (1)

zwwwayne/densesiam 공식 구현 pytorch

Tasks

Self-Supervised LearningSemantic SegmentationUnsupervised Semantic Segmentation

Methods 이 논문이 사용한 방법론

Siamese Network 설명 없음

Similar Papers 제목 키워드 기반

MPASNET: Motion Prior-Aware Siamese Network for Unsupervised Deep Crowd Segmentation in Video Scenes

2021-01-21 · Jinhai Yang, Hua Yang

Crowd segmentation is a fundamental task serving as the basis of crowded scene analysis, and it is highly desirable to obtain refined pixel-level segmentation maps. However, it remains a challenging problem, as existing …

SegmentationSemantic Segmentation

DensSiam: End-to-End Densely-Siamese Network with Self-Attention Model for Object Tracking

2018-09-07 · Mohamed H. Abdelpakey, Mohamed S. Shehata, Mostafa M. Mohamed

Convolutional Siamese neural networks have been recently used to track objects using deep features. Siamese architecture can achieve real time speed, however it is still difficult to find a Siamese architecture that main…

Object Tracking

Forward-Looking Sonar Patch Matching: Modern CNNs, Ensembling, and Uncertainty

2021-08-02 · Arka Mallick, Paul Plöger, Matias Valdenegro-Toro

Application of underwater robots are on the rise, most of them are dependent on sonar for underwater vision, but the lack of strong perception capabilities limits them in this task. An important issue in sonar perception…

Change DetectionPatch Matching

A Dense Siamese U-Net trained with Edge Enhanced 3D IOU Loss for Image Co-segmentation

2021-08-17 · Xi Liu, Xiabi Liu, Huiyu Li, Xiaopeng Gong

Image co-segmentation has attracted a lot of attentions in computer vision community. In this paper, we propose a new approach to image co-segmentation through introducing the dense connections into the decoder path of S…

DecoderSegmentation

SimSAM: Simple Siamese Representations Based Semantic Affinity Matrix for Unsupervised Image Segmentation

2024-06-12 · Chanda Grover Kamra, Indra Deep Mastan, Nitin Kumar, Debayan Gupta

Recent developments in self-supervised learning (SSL) have made it possible to learn data representations without the need for annotations. Inspired by the non-contrastive SSL approach (SimSiam), we introduce a novel fra…

Image SegmentationSegmentationSelf-Supervised LearningSemantic Segmentation+1