paper-with-me

Papers

Transport of Algebraic Structure to Latent Embeddings

2024-05-27 · Samuel Pfrommer, Brendon G. Anderson, Somayeh Sojoudi

Machine learning often aims to produce latent embeddings of inputs which lie in a larger, abstract mathematical space. For example, in the field of 3D modeling, subsets of Euclidean space can be embedded as vectors using implicit neural representations. Such subsets also have a natural algebraic structure including operations (e.g., union) and corresponding laws (e.g., associativity). How can we learn to "union" two sets using only their latent embeddings while respecting associativity? We propose a general procedure for parameterizing latent space operations that are provably consistent with the laws on the input space. This is achieved by learning a bijection from the latent space to a carefully designed mirrored algebra which is constructed on Euclidean space in accordance with desired laws. We evaluate these structural transport nets for a range of mirrored algebras against baselines that operate directly on the latent space. Our experiments provide strong evidence that respecting the underlying algebraic structure of the input space is key for learning accurate and self-consistent operations.

📄 PDF Abstract BibTeX arXiv:2405.16763

Code (1)

spfrommer/latent_algebras 공식 구현 jax

Similar Papers 제목 키워드 기반

Bhargava Cube--Inspired Quadratic Regularization for Structured Neural Embeddings

2025-12-12 · S Sairam, Prateek P Kulkarni arxiv

We present a novel approach to neural representation learning that incorporates algebraic constraints inspired by Bhargava cubes from number theory. Traditional deep learning methods learn representations in unstructured…

Representation Learning

BRo-JEPA: Learning Modular Transformations in Latent Space

2026-05-31 · Divyansh Jha, Yuanfang Xie, Varan Mehra, Brennen Yu arxiv

Can neural networks learn algebraic rules from visual inputs, or do they merely fit observed patterns? We study this question using MNIST (or EMNIST letters) as states and modular arithmetic operations as actions in a JE…

Zero-shot Generalization

Uncovering Meanings of Embeddings via Partial Orthogonality

2023-10-26 · NeurIPS 2023 11

Machine learning tools often rely on embedding text as vectors of real numbers. In this paper, we study how the semantic structure of language is encoded in the algebraic structure of such embeddings. Specifically, we lo…

A Latent Variable Model Approach to PMI-based Word Embeddings

2015-02-12 · TACL 2016 1 · Sanjeev Arora, Yuanzhi Li, YIngyu Liang, Tengyu Ma 외

Semantic word embeddings represent the meaning of a word via a vector, and are created by diverse methods. Many use nonlinear operations on co-occurrence statistics, and have hand-tuned hyperparameters and reweighting me…

Word Embeddings

Grokking Finite-Dimensional Algebra

2026-02-23 · Pascal Jr Tikeng Notsawo, Guillaume Dumas, Guillaume Rabusseau arxiv

This paper investigates the grokking phenomenon, which refers to the sudden transition from a long memorization to generalization observed during neural networks training, in the context of learning multiplication in fin…