HackerTrans
TopNewTrendsCommentsPastAskShowJobs

liamdgray

46 karmajoined 5 年前
Alumnus: CMU ECE (Research Honors)'95, Qualcomm '95-2000

Location: Arizona, USA; Time zone = UTC-7

Liam D. Gray & Associates

AI-powered data, analysis, and automation

https://liamdgray.com

LinkedIn: https://www.linkedin.com/in/liamdgray/

Github: https://github.com/LiamDGray

Email: first initial last name 95 at alumni dot my alma mater (3-letter acronym) dot edu

Submissions

ISR: Invertible Symbolic Regression (2024)

arxiv.org
7 points·by liamdgray·11 個月前·1 comments

Neural Symbolic Regression that scales (2021)

proceedings.mlr.press
1 points·by liamdgray·11 個月前·1 comments

Recasting Self-Attention with Holographic Reduced Representations (2023)

proceedings.mlr.press
2 points·by liamdgray·11 個月前·1 comments

Composing Linear Layers from Irreducibles

arxiv.org
2 points·by liamdgray·11 個月前·1 comments

Introduction to latent variable energy-based models (2024)

iopscience.iop.org
2 points·by liamdgray·11 個月前·1 comments

Modern Methods in Associative Memory

arxiv.org
5 points·by liamdgray·11 個月前·1 comments

Dense Associative Memory for Pattern Recognition (2016)

proceedings.neurips.cc
2 points·by liamdgray·11 個月前·1 comments

How to put algorithms into neural networks? (2019) [video]

youtube.com
3 points·by liamdgray·12 個月前·1 comments

Improved Analytic Learned Iterative Shrinkage Thresholding Algorithm

mdpi.com
2 points·by liamdgray·12 個月前·1 comments

In-context denoising with one-layer transformers

openreview.net
3 points·by liamdgray·12 個月前·1 comments

Algorithm Unrolling: Interpretable, Efficient Deep Learning for Sig&Img (2019)

arxiv.org
1 points·by liamdgray·12 個月前·1 comments

Hopfield Networks Is All You Need (2020)

arxiv.org
41 points·by liamdgray·12 個月前·6 comments

Hypertokens: Holographic Associative Memory in Tokenized LLMs

arxiv.org
3 points·by liamdgray·12 個月前·8 comments

Universal pre-training by iterated random computation

arxiv.org
37 points·by liamdgray·去年·6 comments

Understanding Is Compression

arxiv.org
3 points·by liamdgray·去年·1 comments

The Deep Learning Model of Higher-Lower-Order Cognition, Memory, and Affection

arxiv.org
1 points·by liamdgray·去年·1 comments

Digital recording system with time-bracketed authentication by on-line challenge

patents.google.com
1 points·by liamdgray·去年·1 comments

ScienceWorld: Is your Agent Smarter than a 5th Grader?

arxiv.org
2 points·by liamdgray·去年·1 comments

CodeScientist: Automated scientific discovery system for code-based experiments

github.com
15 points·by liamdgray·去年·1 comments

[untitled]

1 points·by liamdgray·去年·0 comments

comments

liamdgray
·2 個月前·discuss
Great idea. I would love to see your transpiler Mind sharing it?
liamdgray
·4 個月前·discuss
Please do!
liamdgray
·8 個月前·discuss
Some students even wish for a ban to reduce the pressure to keep up with social media.

That reminded me of Warren Buffet asking for his kind and to be taxed more.
liamdgray
·11 個月前·discuss
Abstract: "We introduce an Invertible Symbolic Regression (ISR) method. It is a machine learning technique that generates analytical relationships between inputs and outputs of a given dataset via invertible maps (or architectures). The proposed ISR method naturally combines the principles of Invertible Neural Networks (INNs) and Equation Learner (EQL), a neural network-based symbolic architecture for function learning. In particular, we transform the affine coupling blocks of INNs into a symbolic framework, resulting in an end-to-end differentiable symbolic invertible architecture that allows for efficient gradient-based learning. The proposed ISR framework also relies on sparsity promoting regularization, allowing the discovery of concise and interpretable invertible expressions. We show that ISR can serve as a (symbolic) normalizing flow for density estimation tasks. Furthermore, we highlight its practical applicability in solving inverse problems, including a benchmark inverse kinematics problem, and notably, a geoacoustic inversion problem in oceanography aimed at inferring posterior distributions of underlying seabed parameters from acoustic signals."
liamdgray
·11 個月前·discuss
Abstract: "Symbolic equations are at the core of scientific discovery. The task of discovering the underlying equation from a set of input-output pairs is called symbolic regression. Traditionally, symbolic regression methods use hand-designed strategies that do not improve with experience. In this paper, we introduce the first symbolic regression method that leverages large scale pre-training. We procedurally generate an unbounded set of equations, and simultaneously pre-train a Transformer to predict the symbolic equation from a corresponding set of input-output-pairs. At test time, we query the model on a new set of points and use its output to guide the search for the equation. We show empirically that this approach can re-discover a set of well-known physical equations, and that it improves over time with more data and compute."
liamdgray
·11 個月前·discuss
Abstract: "In recent years, self-attention has become the dominant paradigm for sequence modeling in a variety of domains. However, in domains with very long sequence lengths the O(T^2) memory and O(T^2H) compute costs can make using transformers infeasible. Motivated by problems in malware detection, where sequence lengths of T≥100,000 are a roadblock to deep learning, we re-cast self-attention using the neuro-symbolic approach of Holographic Reduced Representations (HRR). In doing so we perform the same high-level strategy of the standard self-attention: a set of queries matching against a set of keys, and returning a weighted response of the values for each key. Implemented as a “Hrrformer” we obtain several benefits including O(THlogH) time complexity, O(TH) space complexity, and convergence in 10× fewer epochs. Nevertheless, the Hrrformer achieves near state-of-the-art accuracy on LRA benchmarks and we are able to learn with just a single layer. Combined, these benefits make our Hrrformer the first viable Transformer for such long malware classification sequences and up to 280× faster to train on the Long Range Arena benchmark."
liamdgray
·11 個月前·discuss
Abstract: "Contemporary large models often exhibit behaviors suggesting the presence of low-level primitives that compose into modules with richer functionality, but these fundamental building blocks remain poorly understood. We investigate this compositional structure in linear layers by asking: can we identify/synthesize linear transformations from a minimal set of geometric primitives? Using Clifford algebra, we show that linear layers can be expressed as compositions of bivectors -- geometric objects encoding oriented planes -- and introduce a differentiable algorithm that decomposes them into products of rotors. This construction uses only O(log^2 d) parameters, versus O(d^2) required by dense matrices. Applied to the key, query, and value projections in LLM attention layers, our rotor-based layers match the performance of strong baselines such as block-Hadamard and low-rank approximations. Our findings provide an algebraic perspective on how these geometric primitives can compose into higher-level functions within deep models."
liamdgray
·11 個月前·discuss
Abstract: "Current automated systems have crucial limitations that need to be addressed before artificial intelligence can reach human-like levels and bring new technological revolutions. Among others, our societies still lack level-5 self driving cars, domestic robots, and virtual assistants that learn reliable world models, reason, and plan complex action sequences. In these notes, we summarize the main ideas behind the architecture of autonomous intelligence of the future proposed by Yann LeCun. In particular, we introduce energy-based and latent variable models and combine their advantages in the building block of LeCun’s proposal, that is, in the hierarchical joint-embedding predictive architecture."
liamdgray
·11 個月前·discuss
Abstract: "Associative Memories like the famous Hopfield Networks are elegant models for describing fully recurrent neural networks whose fundamental job is to store and retrieve information. In the past few years they experienced a surge of interest due to novel theoretical results pertaining to their information storage capabilities, and their relationship with SOTA AI architectures, such as Transformers and Diffusion Models. These connections open up possibilities for interpreting the computation of traditional AI networks through the theoretical lens of Associative Memories. Additionally, novel Lagrangian formulations of these networks make it possible to design powerful distributed models that learn useful representations and inform the design of novel architectures. This tutorial provides an approachable introduction to Associative Memories, emphasizing the modern language and methods used in this area of research, with practical hands-on mathematical derivations and coding notebooks."
liamdgray
·11 個月前·discuss
"Abstract A model of associative memory is studied, which stores and reliably retrieves many more patterns than the number of neurons in the network. We propose a simple duality between this dense associative memory and neural networks commonly used in deep learning. On the associative memory side of this duality, a family of models that smoothly interpolates between two limiting cases can be constructed. One limit is referred to as the feature-matching mode of pattern recognition, and the other one as the prototype regime. On the deep learning side of the duality, this family corresponds to feedforward neural networks with one hidden layer and various activation functions, which transmit the activities of the visible neurons to the hidden layer. This family of activation functions includes logistics, rectified linear units, and rectified polynomials of higher degrees. The proposed duality makes it possible to apply energy-based intuition from associative memory to analyze computational properties of neural networks with unusual activation functions - the higher rectified polynomials which until now have not been used in deep learning. The utility of the dense memories is illustrated for two test cases: the logical gate XOR and the recognition of handwritten digits from the MNIST data set."
liamdgray
·12 個月前·discuss
Is this intended to run on a quantum computer? You mention Grover's search algorithm, for example.
liamdgray
·12 個月前·discuss
Recorded at the ML in PL 2019 Conference, the University of Warsaw, 22-24 November 2019.

Anton Osokin (Higher School of Economics, Moscow), https://aosokin.github.io/

Slides available at https://docs.mlinpl.org/conference/2019/slides/anton_osokin_...

Abstract: Recently, deep neural nets have shown amazing results in such fields as computer vision, natural language processing, etc. To build such networks, we usually use layers from a relatively small dictionary of available modules (fully-connected, convolutional, recurrent, etc.). Being restricted with this set of modules complicates transferring technology to new tasks. On the other hand, many important applications already have a long history and successful algorithmic solutions. Is it possible to use existing methods to construct better networks? In this talk, we will cover several ways of putting algorithms into networks and discuss their pros and cons. Specifically, we will touch using optimization algorithms as structured pooling, unrolling of algorithm iterations into network layers and direct differentiation of the output w.r.t. the input. We will illustrate these approaches on applications from structured-output prediction and computer vision.
liamdgray
·12 個月前·discuss
Abstract Tomographic Synthetic Aperture Radar (TomoSAR) building object height inversion is a sparse reconstruction problem that utilizes the data obtained from several spacecraft passes to invert the scatterer position in the height direction. In practical applications, the number of passes is often small, and the observation data are also small due to the objective conditions, so this study focuses on the inversion under the restricted observation data conditions. The Analytic Learned Iterative Shrinkage Thresholding Algorithm (ALISTA) is a kind of deep unfolding network algorithm, which is a combination of the Iterative Shrinkage Thresholding Algorithm (ISTA) and deep learning technology, and it has the advantages of both. The ALISTA is one of the representative algorithms for TomoSAR building object height inversion. However, the structure of the ALISTA algorithm is simple, which has neither the excellent connection structure of a deep learning network nor the acceleration format combined with the ISTA algorithm. Therefore, this study proposes two directions of improvement for the ALISTA algorithm: firstly, an improvement in the inter-layer connection of the network by introducing a connection similar to residual networks obtains the Extragradient Analytic Learned Iterative Shrinkage Thresholding Algorithm (EALISTA) and further proves that the EALISTA achieves linear convergence; secondly, there is an improvement in the iterative format of the intra-layer iteration of the network by introducing the Nesterov momentum acceleration, which obtains the Fast Analytic Learned Iterative Shrinkage Thresholding Algorithm (FALISTA). We first performed inversion experiments on simulated data, which verified the effectiveness of the two proposed algorithms. Then, we conducted TomoSAR building object height inversion experiments on limited measured data and used the deviation metric P to measure the robustness of the algorithms to invert under restricted observation data. The results show that both proposed algorithms have better robustness, which verifies the superior performance of the two algorithms. In addition, we further analyze how to choose the most suitable algorithms for inversion in engineering practice applications based on the results of the experiments on measured data.

Keywords: ALISTA; residual structure; Nesterov acceleration; height inversion
liamdgray
·12 個月前·discuss
Keywords: associative memory, Hopfield networks, transformers, attention, in-context learning, denoising

Abstract: We introduce in-context denoising, a task that refines the connection between attention-based architectures and dense associative memory (DAM) networks, also known as modern Hopfield networks. Using a Bayesian framework, we show theoretically and empirically that certain restricted denoising problems can be solved optimally even by a single-layer transformer. We demonstrate that a trained attention layer processes each denoising prompt by performing a single gradient descent update on a context-aware DAM energy landscape, where context tokens serve as associative memories and the query token acts as an initial state. This one-step update yields better solutions than exact retrieval of either a context token or a spurious local minimum, providing a concrete example of DAM networks extending beyond the standard retrieval paradigm. Overall, this work solidifies the link between associative memory and attention mechanisms first identified by Ramsauer et al., and demonstrates the relevance of associative memory models in the study of in-context learning.
liamdgray
·12 個月前·discuss
Abstract: "Deep neural networks provide unprecedented performance gains in many real world problems in signal and image processing. Despite these gains, future development and practical deployment of deep networks is hindered by their blackbox nature, i.e., lack of interpretability, and by the need for very large training sets. An emerging technique called algorithm unrolling or unfolding offers promise in eliminating these issues by providing a concrete and systematic connection between iterative algorithms that are used widely in signal processing and deep neural networks. Unrolling methods were first proposed to develop fast neural network approximations for sparse coding. More recently, this direction has attracted enormous attention and is rapidly growing both in theoretic investigations and practical applications. The growing popularity of unrolled deep networks is due in part to their potential in developing efficient, high-performance and yet interpretable network architectures from reasonable size training sets. In this article, we review algorithm unrolling for signal and image processing. We extensively cover popular techniques for algorithm unrolling in various domains of signal and image processing including imaging, vision and recognition, and speech processing. By reviewing previous works, we reveal the connections between iterative algorithms and neural networks and present recent theoretical results. Finally, we provide a discussion on current limitations of unrolling and suggest possible future research directions."
liamdgray
·12 個月前·discuss
[dead]
liamdgray
·12 個月前·discuss
In Section 2.8, you write "full implementation details and extended results are provided in the appendix." Which appendix?

I imagine you may be withholding some of the details until after the conference at which, it seems, you will present this week. I wish you well!

Meanwhile, you may not have intended to nerd-snipe, but that has been the effect for me. Now I have Manus trying to implement the paper for me, because why not? I envision a future in which publishing a conceptual paper often results in working code provided by a reader, a la "stone soup."
liamdgray
·12 個月前·discuss
I ran across this paper because the recent "subliminal learning" results reminded me of holography. So I asked o4-mini-high to explore potential relationships. It lead me to this. https://chatgpt.com/share/688f863d-1ec0-800f-a0ce-c93b649a45...
liamdgray
·12 個月前·discuss
Abstract: "Large Language Models (LLMs) exhibit remarkable capabilities but suffer from apparent precision loss, reframed here as information spreading. This reframing shifts the problem from computational precision to an information-theoretic communication issue. We address the K:V and V:K memory problem in LLMs by introducing HDRAM (Holographically Defined Random Access Memory), a symbolic memory framework treating transformer latent space as a spread-spectrum channel. Built upon hypertokens, structured symbolic codes integrating classical error-correcting codes (ECC), holographic computing, and quantum-inspired search, HDRAM recovers distributed information through principled despreading. These phase-coherent memory addresses enable efficient key-value operations and Grover-style search in latent space. By combining ECC grammar with compressed sensing and Krylov subspace alignment, HDRAM significantly improves associative retrieval without architectural changes, demonstrating how Classical-Holographic-Quantum-inspired (CHQ) principles can fortify transformer architectures."
liamdgray
·去年·discuss
Abstract: "We investigate the use of randomly generated data for the sake of pre-training a model. We justify this approach theoretically from the perspective of algorithmic complexity, building on recent research that shows that sequence models can be trained to approximate Solomonoff induction. We derive similar, but complementary theoretical results. We show empirically that synthetically generated data can be used to pre-train a model before the data is seen. We replicate earlier results that models trained this way show zero-shot in-context learning across a variety of datasets, and that this performance improves with scale. We extend earlier results to real-world data, and show that finetuning a model after pre-training offers faster convergence and better generalization."