paper-with-me

Papers

Contrastive Multiview Coding

2019-06-13 · ECCV 2020 8 · Yonglong Tian, Dilip Krishnan, Phillip Isola

Humans view the world through many sensory channels, e.g., the long-wavelength light channel, viewed by the left eye, or the high-frequency vibrations channel, heard by the right ear. Each view is noisy and incomplete, but important factors, such as physics, geometry, and semantics, tend to be shared between all views (e.g., a "dog" can be seen, heard, and felt). We investigate the classic hypothesis that a powerful representation is one that models view-invariant factors. We study this hypothesis under the framework of multiview contrastive learning, where we learn a representation that aims to maximize mutual information between different views of the same scene but is otherwise compact. Our approach scales to any number of views, and is view-agnostic. We analyze key properties of the approach that make it work, finding that the contrastive loss outperforms a popular alternative based on cross-view prediction, and that the more views we learn from, the better the resulting representation captures underlying scene semantics. Our approach achieves state-of-the-art results on image and video unsupervised learning benchmarks. Code is released at: http://github.com/HobbitLong/CMC/.

📄 PDF Abstract BibTeX arXiv:1906.05849

Code (8)

HobbitLong/CMC 공식 구현 pytorch
HobbitLong/PyContrast pytorch
SsnL/moco pytorch
SsnL/moco_align_uniform pytorch
booker-max/unsupervised-deraining-with-event-camera pytorch
danielchyeh/imagenet-100-pytorch pytorch
szq0214/CMC_with_Image_Mixture pytorch
szq0214/Rethinking-Image-Mixture-for-Unsupervised-Learning pytorch

Tasks

Contrastive LearningSelf-Supervised Action RecognitionSelf-Supervised Image Classification

Methods 이 논문이 사용한 방법론

InfoNCE 설명 없음
Random Horizontal Flip RandomHorizontalFlip is a type of image data augmentation which horizontally flips a given image with a given probability. Image Credit: [Apache…
Random Resized Crop 설명 없음
Adam 설명 없음
SGD with Momentum 설명 없음
Weight Decay 설명 없음
Contrastive Multiview Coding Contrastive Multiview Coding (CMC) is a self-supervised learning approach, based on CPC, that learns…
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…

Similar Papers 제목 키워드 기반

Hierarchical Consensus Network for Multiview Feature Learning

2025-02-04 · Chengwei Xia, Chaoxi Niu, Kun Zhan

Multiview feature learning aims to learn discriminative features by integrating the distinct information in each view. However, most existing methods still face significant challenges in learning view-consistency feature…

Contrastive LearningMultiview Learning

Contrastive Multiview Coding with Electro-optics for SAR Semantic Segmentation

2021-08-31 · Keumgang Cha, Junghoon Seo, Yeji Choi

In the training of deep learning models, how the model parameters are initialized greatly affects the model performance, sample efficiency, and convergence speed. Representation learning for model initialization has rece…

Representation LearningSemantic Segmentation

Multiview Video Compression Using Advanced HEVC Screen Content Coding

2021-06-25 · Jarosław Samelak, Marek Domański

The paper presents a new approach to multiview video coding using Screen Content Coding. It is assumed that for a time instant the frames corresponding to all views are packed into a single frame, i.e. the frame-compatib…

Video Compression

Unsupervised Multiview Contrastive Language-Image Joint Learning with Pseudo-Labeled Prompts Via Vision-Language Model for 3D/4D Facial Expression Recognition

2025-05-14 · Muzammil Behzad

In this paper, we introduce MultiviewVLM, a vision-language model designed for unsupervised contrastive multiview representation learning of facial emotions from 3D/4D data. Our architecture integrates pseudo-labels deri…

Contrastive LearningFacial Expression RecognitionLanguage ModelingLanguage Modelling+1

What Does the Brain See? Multiview Neural Representations to Demystify the Brain-Visual Alignment

2026-06-24 · Salini Yadav, Taveena Lotey, Pravendra Singh, Partha Pratim Roy arxiv

Zero-shot visual decoding from electroencephalography (EEG) aims to infer visual semantics from non-invasive neural recordings, but remains challenging due to the low signal-to-noise ratio, non-stationarity, and limited …

Representation LearningContrastive LearningGraph Learning