paper-with-me

Papers

A Unified Mixture-View Framework for Unsupervised Representation Learning

2020-11-26 · Xiangxiang Chu, Xiaohang Zhan, Bo Zhang

Recent unsupervised contrastive representation learning follows a Single Instance Multi-view (SIM) paradigm where positive pairs are usually constructed with intra-image data augmentation. In this paper, we propose an effective approach called Beyond Single Instance Multi-view (BSIM). Specifically, we impose more accurate instance discrimination capability by measuring the joint similarity between two randomly sampled instances and their mixture, namely spurious-positive pairs. We believe that learning joint similarity helps to improve the performance when encoded features are distributed more evenly in the latent space. We apply it as an orthogonal improvement for unsupervised contrastive representation learning, including current outstanding methods SimCLR, MoCo, and BYOL. We evaluate our learned representations on many downstream benchmarks like linear classification on ImageNet-1k and PASCAL VOC 2007, object detection on MS COCO 2017 and VOC, etc. We obtain substantial gains with a large margin almost on all these tasks compared with prior arts.

📄 PDF Abstract BibTeX arXiv:2011.13356

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentationobject-detectionObject DetectionRepresentation Learning

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Residual Connection 설명 없음
InfoNCE 설명 없음
Average Pooling 설명 없음
Kaiming Initialization 설명 없음
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

A Fixed point view: A Model-Based Clustering Framework

2020-02-19 · Jianhao Ding, Lansheng Han

With the inflation of the data, clustering analysis, as a branch of unsupervised learning, lacks unified understanding and application of its mathematical law. Based on the view of fixed point, this paper restates the mo…

Clustering

Un-Mix: Rethinking Image Mixtures for Unsupervised Visual Representation Learning

2020-03-11 · Zhiqiang Shen, Zechun Liu, Zhuang Liu, Marios Savvides 외

The recently advanced unsupervised learning approaches use the siamese-like framework to compare two "views" from the same image for learning representations. Making the two views distinctive is a core to guarantee that …

Representation Learning

SPACE: Unsupervised Object-Oriented Scene Representation via Spatial Attention and Decomposition

2020-01-08 · ICLR 2020 1 · Zhixuan Lin, Yi-Fu Wu, Skand Vishwanath Peri, Weihao Sun 외

The ability to decompose complex multi-object scenes into meaningful abstractions like objects is fundamental to achieve higher-level cognition. Previous approaches for unsupervised object-oriented scene representation l…

ObjectRepresentation Learning

LEFT: Learnable Fusion of Tri-view Tokens for Unsupervised Time Series Anomaly Detection

2026-02-09 · Dezheng Wang, Tong Chen, Guansong Pang, Congyan Chen 외 arxiv

As a fundamental data mining task, unsupervised time series anomaly detection (TSAD) aims to build a model for identifying abnormal timestamps without assuming the availability of annotations. A key challenge in unsuperv…

Time Series Anomaly Detection

Semantically Consistent Multi-view Representation Learning

2023-03-08 · Yiyang Zhou, Qinghai Zheng, Shunshun Bai, Jihua Zhu

In this work, we devote ourselves to the challenging task of Unsupervised Multi-view Representation Learning (UMRL), which requires learning a unified feature representation from multiple views in an unsupervised manner.…

Contrastive LearningRepresentation Learning