paper-with-me

Papers

Manifold Characteristics That Predict Downstream Task Performance

2022-05-16 · Ruan van der Merwe, Gregory Newman, Etienne Barnard

Pretraining methods are typically compared by evaluating the accuracy of linear classifiers, transfer learning performance, or visually inspecting the representation manifold's (RM) lower-dimensional projections. We show that the differences between methods can be understood more clearly by investigating the RM directly, which allows for a more detailed comparison. To this end, we propose a framework and new metric to measure and compare different RMs. We also investigate and report on the RM characteristics for various pretraining methods. These characteristics are measured by applying sequentially larger local alterations to the input data, using white noise injections and Projected Gradient Descent (PGD) adversarial attacks, and then tracking each datapoint. We calculate the total distance moved for each datapoint and the relative change in distance between successive alterations. We show that self-supervised methods learn an RM where alterations lead to large but constant size changes, indicating a smoother RM than fully supervised methods. We then combine these measurements into one metric, the Representation Manifold Quality Metric (RMQM), where larger values indicate larger and less variable step sizes, and show that RMQM correlates positively with performance on downstream tasks.

📄 PDF Abstract BibTeX arXiv:2205.07477

Code (1)

bytefuse/representation-manifold-quality-metric 공식 구현 pytorch

Tasks

Self-Supervised LearningTransfer Learning

Similar Papers 제목 키워드 기반

Embedding Graphs on Grassmann Manifold

2022-05-30 · Bingxin Zhou, Xuebin Zheng, Yu Guang Wang, Ming Li 외

Learning efficient graph representation is the key to favorably addressing downstream tasks on graphs, such as node or graph property prediction. Given the non-Euclidean structural property of graphs, preserving the orig…

Graph EmbeddingGraph Property PredictionGraph Representation LearningProperty Prediction+1

Random Forest-Supervised Manifold Alignment

2024-11-18 · Jake S. Rhodes, Adam G. Rustad

Manifold alignment is a type of data fusion technique that creates a shared low-dimensional representation of data collected from multiple domains, enabling cross-domain learning and improved performance in downstream ta…

Manifold Constraint Regularization for Remote Sensing Image Generation

2023-05-31 · Xingzhe Su, Changwen Zheng, Wenwen Qiang, Fengge Wu 외

Generative Adversarial Networks (GANs) have shown notable accomplishments in remote sensing domain. However, this paper reveals that their performance on remote sensing images falls short when compared to their impressiv…

Image Generation

Manifold Contrastive Learning with Variational Lie Group Operators

2023-06-23 · Kion Fallah, Alec Helbling, Kyle A. Johnsen, Christopher J. Rozell

Self-supervised learning of deep neural networks has become a prevalent paradigm for learning representations that transfer to a variety of downstream tasks. Similar to proposed models of the ventral stream of biological…

Contrastive LearningRepresentation LearningSelf-Supervised Learning

CLEAR: Unlearning Spurious Style-Content Associations with Contrastive LEarning with Anti-contrastive Regularization

2025-07-24 · Minghui Sun, Benjamin A. Goldstein, Matthew M. Engelhard arxiv

Learning representations unaffected by superficial characteristics is important to ensure that shifts in these characteristics at test time do not compromise downstream prediction performance. For instance, in healthcare…

Contrastive Learning