paper-with-me

Papers

Masked Collaborative Contrast for Weakly Supervised Semantic Segmentation

2023-05-15 · Fangwen Wu, Jingxuan He, Yufei Yin, Yanbin Hao, Gang Huang, Lechao Cheng

This study introduces an efficacious approach, Masked Collaborative Contrast (MCC), to highlight semantic regions in weakly supervised semantic segmentation. MCC adroitly draws inspiration from masked image modeling and contrastive learning to devise a novel framework that induces keys to contract toward semantic regions. Unlike prevalent techniques that directly eradicate patch regions in the input image when generating masks, we scrutinize the neighborhood relations of patch tokens by exploring masks considering keys on the affinity matrix. Moreover, we generate positive and negative samples in contrastive learning by utilizing the masked local output and contrasting it with the global output. Elaborate experiments on commonly employed datasets evidences that the proposed MCC mechanism effectively aligns global and local perspectives within the image, attaining impressive performance. The source code is available at \url{https://github.com/fwu11/MCC}.

📄 PDF Abstract BibTeX arXiv:2305.08491

Code (1)

fwu11/mcc 공식 구현 pytorch

Tasks

Contrastive LearningSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…

Similar Papers 제목 키워드 기반

Counterfactual Cross-modality Reasoning for Weakly Supervised Video Moment Localization

2023-08-10 · Zezhong Lv, Bing Su, Ji-Rong Wen

Video moment localization aims to retrieve the target segment of an untrimmed video according to the natural language query. Weakly supervised methods gains attention recently, as the precise temporal location of the tar…

Contrastive Learningcounterfactual

CPCM: Contextual Point Cloud Modeling for Weakly-supervised Point Cloud Semantic Segmentation

2023-07-19 · ICCV 2023 1 · Lizhao Liu, Zhuangwei Zhuang, Shangxin Huang, Xunlong Xiao 외

We study the task of weakly-supervised point cloud semantic segmentation with sparse annotations (e.g., less than 0.1% points are labeled), aiming to reduce the expensive cost of dense annotations. Unfortunately, with ex…

Representation LearningScene UnderstandingSegmentationSemantic Segmentation

Weakly-Supervised Image Forgery Localization via Vision-Language Collaborative Reasoning Framework

2025-08-02 · Ziqi Sheng, Junyan Wu, Wei Lu, Jiantao Zhou arxiv

Image forgery localization aims to precisely identify tampered regions within images, but it commonly depends on costly pixel-level annotations. To alleviate this annotation burden, weakly supervised image forgery locali…

Masked Clustering Prediction for Unsupervised Point Cloud Pre-training

2025-08-12 · Bin Ren, Xiaoshui Huang, Mengyuan Liu, Hong Liu 외 arxiv

Vision transformers (ViTs) have recently been widely applied to 3D point cloud understanding, with masked autoencoding as the predominant pre-training paradigm. However, the challenge of learning dense and informative se…

Unsupervised Pre-trainingSemantic SegmentationContrastive LearningObject Detection

From Few to More: Scribble-based Medical Image Segmentation via Masked Context Modeling and Continuous Pseudo Labels

2024-08-23 · Zhisong Wang, Yiwen Ye, Ziyang Chen, Minglei Shu 외

Scribble-based weakly supervised segmentation techniques offer comparable performance to fully supervised methods while significantly reducing annotation costs, making them an appealing alternative. Existing methods ofte…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1