paper-with-me

홈 › Papers

HEX: Hierarchical Emergence Exploitation in Self-Supervised Algorithms

2024-10-30 · Kiran Kokilepersaud, Seulgi Kim, Mohit Prabhushankar, Ghassan AlRegib

In this paper, we propose an algorithm that can be used on top of a wide variety of self-supervised (SSL) approaches to take advantage of hierarchical structures that emerge during training. SSL approaches typically work through some invariance term to ensure consistency between similar samples and a regularization term to prevent global dimensional collapse. Dimensional collapse refers to data representations spanning a lower-dimensional subspace. Recent work has demonstrated that the representation space of these algorithms gradually reflects a semantic hierarchical structure as training progresses. Data samples of the same hierarchical grouping tend to exhibit greater dimensional collapse locally compared to the dataset as a whole due to sharing features in common with each other. Ideally, SSL algorithms would take advantage of this hierarchical emergence to have an additional regularization term to account for this local dimensional collapse effect. However, the construction of existing SSL algorithms does not account for this property. To address this, we propose an adaptive algorithm that performs a weighted decomposition of the denominator of the InfoNCE loss into two terms: local hierarchical and global collapse regularization respectively. This decomposition is based on an adaptive threshold that gradually lowers to reflect the emerging hierarchical structure of the representation space throughout training. It is based on an analysis of the cosine similarity distribution of samples in a batch. We demonstrate that this hierarchical emergence exploitation (HEX) approach can be integrated across a wide variety of SSL algorithms. Empirically, we show performance improvements of up to 5.6% relative improvement over baseline SSL approaches on classification accuracy on Imagenet with 100 epochs of training.

📄 PDF Abstract BibTeX arXiv:2410.23200

Code (1)

olivesgatech/hex 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

InfoNCE 설명 없음

Similar Papers 제목 키워드 기반

Structured Diversification Emergence via Reinforced Organization Control and Hierarchical Consensus Learning

2021-02-09 · Wenhao Li, Xiangfeng Wang, Bo Jin, Junjie Sheng 외

When solving a complex task, humans will spontaneously form teams and to complete different parts of the whole task, respectively. Meanwhile, the cooperation between teammates will improve efficiency. However, for curren…

Multi-agent Reinforcement Learning

Speech Self-Supervised Representations Benchmarking: a Case for Larger Probing Heads

2023-08-28 · Salah Zaiem, Youcef Kemiche, Titouan Parcollet, Slim Essid 외

Self-supervised learning (SSL) leverages large datasets of unlabeled speech to reach impressive performance with reduced amounts of annotated data. The high number of proposed approaches fostered the emergence of compreh…

BenchmarkingSelf-Supervised Learning

A Hierarchical Framework with Spatio-Temporal Consistency Learning for Emergence Detection in Complex Adaptive Systems

2024-01-18 · Siyuan Chen, Xin Du, Jiahai Wang

Emergence, a global property of complex adaptive systems (CASs) constituted by interactive agents, is prevalent in real-world dynamic systems, e.g., network-level traffic congestions. Detecting its formation and evaporat…

S-JEA: Stacked Joint Embedding Architectures for Self-Supervised Visual Representation Learning

2023-05-19 · Alžběta Manová, Aiden Durrant, Georgios Leontidis

The recent emergence of Self-Supervised Learning (SSL) as a fundamental paradigm for learning image representations has, and continues to, demonstrate high empirical success in a variety of tasks. However, most SSL appro…

Representation LearningSelf-Supervised Learning

Self-Supervised Continuous Control without Policy Gradient

2021-01-01 · Hao Sun, Ziping Xu, Meng Fang, Yuhang Song 외

Despite the remarkable progress made by the policy gradient algorithms in reinforcement learning (RL), sub-optimal policies usually result from the local exploration property of the policy gradient update. In this work, …

continuous-controlContinuous ControlMuJoCoPolicy Gradient Methods+3