paper-with-me

Papers

Benchmark for Uncertainty & Robustness in Self-Supervised Learning

2022-12-23 · Ha Manh Bui, Iliana Maifeld-Carucci

Self-Supervised Learning (SSL) is crucial for real-world applications, especially in data-hungry domains such as healthcare and self-driving cars. In addition to a lack of labeled data, these applications also suffer from distributional shifts. Therefore, an SSL method should provide robust generalization and uncertainty estimation in the test dataset to be considered a reliable model in such high-stakes domains. However, existing approaches often focus on generalization, without evaluating the model's uncertainty. The ability to compare SSL techniques for improving these estimates is therefore critical for research on the reliability of self-supervision models. In this paper, we explore variants of SSL methods, including Jigsaw Puzzles, Context, Rotation, Geometric Transformations Prediction for vision, as well as BERT and GPT for language tasks. We train SSL in auxiliary learning for vision and pre-training for language model, then evaluate the generalization (in-out classification accuracy) and uncertainty (expected calibration error) across different distribution covariate shift datasets, including MNIST-C, CIFAR-10-C, CIFAR-10.1, and MNLI. Our goal is to create a benchmark with outputs from experiments, providing a starting point for new SSL methods in Reliable Machine Learning. All source code to reproduce results is available at https://github.com/hamanhbui/reliable_ssl_baselines.

📄 PDF Abstract BibTeX arXiv:2212.12411

Code (1)

hamanhbui/reliable_ssl_baselines 공식 구현 pytorch

Tasks

Auxiliary LearningLanguage ModellingSelf-Driving CarsSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Test 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Weight Decay 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
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 제목 키워드 기반

Using Self-Supervised Learning Can Improve Model Robustness and Uncertainty

2019-06-28 · NeurIPS 2019 12 · Dan Hendrycks, Mantas Mazeika, Saurav Kadavath, Dawn Song

Self-supervision provides effective representations for downstream tasks without requiring labels. However, existing approaches lag behind fully supervised training and are often not thought beneficial beyond obviating o…

Anomaly DetectionOutlier DetectionOut-of-Distribution DetectionSelf-Supervised Learning+1

Hierarchical Uncertainty-Aware Graph Neural Network

2025-04-28 · Yoonhyuk Choi, Jiho Choi, Taewook Ko, Chong-Kwon Kim

Recent research on graph neural networks (GNNs) has explored mechanisms for capturing local uncertainty and exploiting graph hierarchies to mitigate data sparsity and leverage structural properties. However, the synergis…

DiversityGraph Neural NetworkRepresentation Learning

JetParticle-JEPA: An Efficient Self-Supervised Representation Learning method for Jet Tagging in High-Energy Physics

2026-06-12 · Guillaume Letellier, Antonin Vacheret, Frédéric Jurie arxiv

Jet tagging at the Large Hadron Collider increasingly relies on deep learning models trained on massive simulated datasets, leading to high computational costs and limited robustness to detector mismodeling. We introduce…

Representation LearningJet Tagging

Uncertainty-Supervised Interpretable and Robust Evidential Segmentation

2025-09-21 · Yuzhu Li, An Sui, Fuping Wu, Xiahai Zhuang arxiv

Uncertainty estimation has been widely studied in medical image segmentation as a tool to provide reliability, particularly in deep learning approaches. However, previous methods generally lack effective supervision in u…

Medical Image Segmentation

Towards Robust Unsupervised Attention Prediction in Autonomous Driving

2025-01-25 · Mengshi Qi, Xiaoyang Bi, Pengfei Zhu, Huadong Ma

Robustly predicting attention regions of interest for self-driving systems is crucial for driving safety but presents significant challenges due to the labor-intensive nature of obtaining large-scale attention labels and…

Autonomous DrivingData AugmentationPrediction