paper-with-me

Papers

CAPro: Webly Supervised Learning with Cross-modality Aligned Prototypes

2023-09-21 · NeurIPS 2023 11

Webly supervised learning has attracted increasing attention for its effectiveness in exploring publicly accessible data at scale without manual annotation. However, most existing methods of learning with web datasets are faced with challenges from label noise, and they have limited assumptions on clean samples under various noise. For instance, web images retrieved with queries of ”tiger cat“ (a cat species) and ”drumstick“ (a musical instrument) are almost dominated by images of tigers and chickens, which exacerbates the challenge of fine-grained visual concept learning. In this case, exploiting both web images and their associated texts is a requisite solution to combat real-world noise. In this paper, we propose Cross-modality Aligned Prototypes (CAPro), a unified prototypical contrastive learning framework to learn visual representations with correct semantics. For one thing, we leverage textual prototypes, which stem from the distinct concept definition of classes, to select clean images by text matching and thus disambiguate the formation of visual prototypes. For another, to handle missing and mismatched noisy texts, we resort to the visual feature space to complete and enhance individual texts and thereafter improve text matching. Such semantically aligned visual prototypes are further polished up with high-quality samples, and engaged in both cluster regularization and noise removal. Besides, we propose collective bootstrapping to encourage smoother and wiser label reference from appearance-similar instances in a manner of dictionary look-up. Extensive experiments on WebVision1k and NUS-WIDE (Web) demonstrate that CAPro well handles realistic noise under both single-label and multi-label scenarios. CAPro achieves new state-of-the-art performance and exhibits robustness to open-set recognition. Codes are available at https://github.com/yuleiqin/capro.

📄 PDF Abstract BibTeX

Code (1)

yuleiqin/capro 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Webly Supervised Joint Embedding for Cross-Modal Image-Text Retrieval

2018-08-23 · Niluthpol Chowdhury Mithun, Rameswar Panda, Evangelos E. Papalexakis, Amit K. Roy-Chowdhury

Cross-modal retrieval between visual data and natural language description remains a long-standing challenge in multimedia. While recent image-text retrieval methods offer great promise by learning deep representations a…

Cross-Modal RetrievalImage-text RetrievalRetrievalText Retrieval

Webly Supervised Fine-Grained Recognition: Benchmark Datasets and An Approach

2021-08-05 · ICCV 2021 10 · Zeren Sun, Yazhou Yao, Xiu-Shen Wei, Yongshun Zhang 외

Learning from the web can ease the extreme dependence of deep learning on large-scale manually labeled datasets. Especially for fine-grained recognition, which targets at distinguishing subordinate categories, it will si…

Benchmarking

Image to Video Domain Adaptation Using Web Supervision

2019-08-05 · Andrew Kae, Yale Song

Training deep neural networks typically requires large amounts of labeled data which may be scarce or expensive to obtain for a particular target domain. As an alternative, we can leverage webly-supervised data (i.e. res…

Domain Adaptation

Learning without Prejudice: Avoiding Bias in Webly-Supervised Action Recognition

2017-06-14 · Christian Rupprecht, Ansh Kapil, Nan Liu, Lamberto Ballan 외

Webly-supervised learning has recently emerged as an alternative paradigm to traditional supervised learning based on large-scale datasets with manual annotations. The key idea is that models such as CNNs can be learned …

Action RecognitionOptical Flow EstimationTemporal Action LocalizationVideo Understanding

MoPro: Webly Supervised Learning with Momentum Prototypes

2020-09-17 · ICLR 2021 1 · Junnan Li, Caiming Xiong, Steven C. H. Hoi

We propose a webly-supervised representation learning method that does not suffer from the annotation unscalability of supervised learning, nor the computation unscalability of self-supervised learning. Most existing wor…

Contrastive Learningimage-classificationImage ClassificationRepresentation Learning+1