Fixing Unsupervised Hyperbolic Contrastive Loss [D]

Reddit - Machine Learning 1 min read

About this article

Hello all, I am trying to implement Unsupervised Hyperbolic Contrastive Loss on the ImageNet-1k dataset. My results show that simple Euclidean unsupervised contrastive loss is much better than the hyperbolic version. Please help me understand the problem. I am using expmap() and projx() to ensure the embedding is on the Lorentzian manifold. Below is my code - def hb_contrastive_loss(z, z1, model, temp=0.07): z_to_neighbor = model.manifold.dist(z.unsqueeze(1), z1.unsqueeze(0)) labels = torch.a...

You've been blocked by network security.To continue, log in to your Reddit account or use your developer tokenIf you think you've been blocked by mistake, file a ticket below and we'll look into it.Log in File a ticket

Originally published on May 05, 2026. Curated by AI News.

Related Articles

Accelerating science with AI and simulations
Machine Learning

Accelerating science with AI and simulations

MIT Professor Rafael Gómez-Bombarelli discusses the transformative potential of AI in scientific research, emphasizing its role in materi...

AI News - General · 10 min ·
Improving AI models’ ability to explain their predictions
Machine Learning

Improving AI models’ ability to explain their predictions

AI News - General · 9 min ·
New technique makes AI models leaner and faster while they’re still learning
Machine Learning

New technique makes AI models leaner and faster while they’re still learning

AI News - General · 9 min ·
[2603.18066] A Synthesizable RTL Implementation of Predictive Coding Networks
Machine Learning

[2603.18066] A Synthesizable RTL Implementation of Predictive Coding Networks

Abstract page for arXiv paper 2603.18066: A Synthesizable RTL Implementation of Predictive Coding Networks

arXiv - Machine Learning · 4 min ·
More in Machine Learning: This Week Guide Trending

No comments

No comments yet. Be the first to comment!

Stay updated with AI News

Get the latest news, tools, and insights delivered to your inbox.

Daily or weekly digest • Unsubscribe anytime