paper-with-me

홈 › Papers

CoLA: Exploiting Compositional Structure for Automatic and Efficient Numerical Linear Algebra

2023-09-06 · NeurIPS 2023 11 · Andres Potapczynski, Marc Finzi, Geoff Pleiss, Andrew Gordon Wilson

Many areas of machine learning and science involve large linear algebra problems, such as eigendecompositions, solving linear systems, computing matrix exponentials, and trace estimation. The matrices involved often have Kronecker, convolutional, block diagonal, sum, or product structure. In this paper, we propose a simple but general framework for large-scale linear algebra problems in machine learning, named CoLA (Compositional Linear Algebra). By combining a linear operator abstraction with compositional dispatch rules, CoLA automatically constructs memory and runtime efficient numerical algorithms. Moreover, CoLA provides memory efficient automatic differentiation, low precision computation, and GPU acceleration in both JAX and PyTorch, while also accommodating new objects, operations, and rules in downstream packages via multiple dispatch. CoLA can accelerate many algebraic operations, while making it easy to prototype matrix structures and algorithms, providing an appealing drop-in tool for virtually any computational effort that requires linear algebra. We showcase its efficacy across a broad range of applications, including partial differential equations, Gaussian processes, equivariant model construction, and unsupervised learning.

📄 PDF Abstract BibTeX arXiv:2309.03060

Code (1)

wilson-labs/cola 공식 구현 jax

Tasks

CoLAGaussian ProcessesGPU

Methods 이 논문이 사용한 방법론

COLA COLA is a self-supervised pre-training approach for learning a general-purpose representation of audio. It is based on contrastive learning: it learns a representation which…

Similar Papers 제목 키워드 기반

COLA: A Benchmark for Compositional Text-to-image Retrieval

2023-05-05 · NeurIPS 2023 11 · Arijit Ray, Filip Radenovic, Abhimanyu Dubey, Bryan A. Plummer 외

Compositional reasoning is a hallmark of human visual intelligence. Yet, despite the size of large vision-language models, they struggle to represent simple compositions by combining objects with their attributes. To mea…

AttributeCoLAImage RetrievalRetrieval

Identifying internal patterns in (1+1)-dimensional directed percolation using neural networks

2025-10-17 · Danil Parkhomenko, Pavel Ovchinnikov, Konstantin Soldatov, Vitalii Kapitan 외 arxiv

In this paper we present a neural network-based method for the automatic detection of phase transitions and classification of hidden percolation patterns in a (1+1)-dimensional replication process. The proposed network m…

Spectral estimation of the percolation transition in clustered networks

2017-10-04 · Pan Zhang

There have been several spectral bounds for the percolation transition in networks, using spectrum of matrices associated with the network such as the adjacency matrix and the non-backtracking matrix. However they are fa…

Clustering

Machine Learning as an Accurate Predictor for Percolation Threshold of Diverse Networks

2022-12-16 · Siddharth Patwardhan, Utso Majumder, Aditya Das Sarma, Mayukha Pal 외

The percolation threshold is an important measure to determine the inherent rigidity of large networks. Predictors of the percolation threshold for large networks are computationally intense to run, hence it is a necessi…

Attributeregression

ColaCare: Enhancing Electronic Health Record Modeling through Large Language Model-Driven Multi-Agent Collaboration

2024-10-03 · Zixiang Wang, Yinghao Zhu, Huiya Zhao, Xiaochen Zheng 외

We introduce ColaCare, a framework that enhances Electronic Health Record (EHR) modeling through multi-agent collaboration driven by Large Language Models (LLMs). Our approach seamlessly integrates domain-specific expert…

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model+3