paper-with-me

홈 › Papers

Multi-task Self-Supervised Visual Learning

2017-08-25 · ICCV 2017 10 · Carl Doersch, Andrew Zisserman

We investigate methods for combining multiple self-supervised tasks--i.e., supervised tasks where data can be collected without manual labeling--in order to train a single visual representation. First, we provide an apples-to-apples comparison of four different self-supervised tasks using the very deep ResNet-101 architecture. We then combine tasks to jointly train a network. We also explore lasso regularization to encourage the network to factorize the information in its representation, and methods for "harmonizing" network inputs in order to learn a more unified representation. We evaluate all methods on ImageNet classification, PASCAL VOC detection, and NYU depth prediction. Our results show that deeper networks work better, and that combining tasks--even via a naive multi-head architecture--always improves performance. Our best joint network nearly matches the PASCAL performance of a model pre-trained on ImageNet classification, and matches the ImageNet network on NYU depth prediction.

📄 PDF Abstract BibTeX arXiv:1708.07860

Code (0)

등록된 구현이 없습니다.

Tasks

Depth EstimationDepth PredictionGeneral ClassificationSelf-Supervised Image Classification

Similar Papers 제목 키워드 기반

Audio-Visual Speech Enhancement and Separation by Utilizing Multi-Modal Self-Supervised Embeddings

2022-10-31 · I-Chun Chern, Kuo-Hsuan Hung, Yi-Ting Chen, Tassadaq Hussain 외

AV-HuBERT, a multi-modal self-supervised learning model, has been shown to be effective for categorical problems such as automatic speech recognition and lip-reading. This suggests that useful audio-visual speech represe…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Lip Readingregression+5

SSL-R1: Self-Supervised Visual Reinforcement Post-Training for Multimodal Large Language Models

2026-04-22 · Jiahao Xie, Alessio Tonioni, Nathalie Rauschmayr, Federico Tombari 외 arxiv

Reinforcement learning (RL) with verifiable rewards (RLVR) has demonstrated the great potential of enhancing the reasoning abilities in multimodal large language models (MLLMs). However, the reliance on language-centric …

Self-Supervised LearningReinforcement Learning

Learning Speech Representations from Raw Audio by Joint Audiovisual Self-Supervision

2020-07-08 · Abhinav Shukla, Stavros Petridis, Maja Pantic

The intuitive interaction between the audio and visual modalities is valuable for cross-modal self-supervised learning. This concept has been demonstrated for generic audiovisual tasks like video action recognition and a…

Acoustic Scene ClassificationAction RecognitionScene ClassificationSelf-Supervised Learning+1

Does Visual Self-Supervision Improve Learning of Speech Representations for Emotion Recognition?

2020-05-04 · Abhinav Shukla, Stavros Petridis, Maja Pantic

Self-supervised learning has attracted plenty of recent research interest. However, most works for self-supervision in speech are typically unimodal and there has been limited work that studies the interaction between au…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Emotion RecognitionFace Reconstruction+5

Using Multiple Self-Supervised Tasks Improves Model Robustness

2022-04-07 · Matthew Lawhon, Chengzhi Mao, Junfeng Yang

Deep networks achieve state-of-the-art performance on computer vision tasks, yet they fail under adversarial attacks that are imperceptible to humans. In this paper, we propose a novel defense that can dynamically adapt …