Papers
Topics
Authors
Recent
Search
2000 character limit reached

LAMA-Net: Multifaceted System Interpretations

Updated 7 July 2026
  • LAMA-Net is a contextual term used in arXiv literature to refer to diverse systems, including federated learning protocols, image inpainting models, anomaly detectors, and domain-adaptive architectures.
  • Different papers associate LAMA-Net with distinct methodologies, from layer-wise adaptive synchronization in FedLAMA to Fourier-convolution in LaMa, highlighting its domain-dependent significance.
  • Empirical evaluations show that these varied LAMA-Net implementations improve communication efficiency, image restoration quality, anomaly detection accuracy, and convergence in CT reconstruction.

Searching arXiv for papers using or defining “LAMA-Net” and closely related “LAMA” usages. LAMA-Net is a context-dependent label in the arXiv literature rather than a single standardized model family. In the papers represented here, it denotes or is associated with technically distinct systems in federated learning, image inpainting, log anomaly detection, self-organizing maps, Remaining Useful Life prediction, dual-domain CT reconstruction, and processing-using-memory. This suggests that the term should be interpreted only together with its surrounding domain, objective, and mathematical formulation (Lee et al., 2021, Cipolina-Kun et al., 2022, Guo et al., 2021, Onishi, 2019, Joseph et al., 2022, Ding et al., 2023, Ding et al., 30 Jul 2025, Khabbazan et al., 4 Feb 2025).

1. Terminological scope and disambiguation

Several papers explicitly qualify the status of the name. In federated learning, there is no separate method explicitly called “LAMA-Net”; the core contribution is FedLAMA, and “LAMA-Net” is most naturally interpreted as a neural network trained under FedLAMA’s layer-wise adaptive aggregation protocol (Lee et al., 2021). In the art-inpainting comparison, the model is LaMa, described as a “Resolution-robust Large Mask Inpainting with Fourier Convolutions” system, and “LAMA-Net” functions only as an informal reference to that model (Cipolina-Kun et al., 2022). In multilingual knowledge probing, “LAMA-Net” as a name does not appear; the paper instead studies Multilingual LAMA as a probing framework for mBERT (Kassner et al., 2021). In the hardware paper, the authors define Lama and LamaAccel, not a separate neural network called “LAMA-Net” (Khabbazan et al., 4 Feb 2025).

arXiv id Domain Meaning of “LAMA-Net” or related term
(Lee et al., 2021) Federated learning FedLAMA-induced layer-wise adaptive synchronization
(Cipolina-Kun et al., 2022) Image inpainting LaMa used as a high-resolution Fourier-convolution inpainting engine
(Guo et al., 2021) Log anomaly detection Multi-head attention model for next-event prediction
(Onishi, 2019) Nonlinear projection Landmark Map extending the Self-Organizing Map
(Joseph et al., 2022) PHM / RUL prediction Transformer encoder-decoder with MMD and manifold learning
(Ding et al., 2023, Ding et al., 30 Jul 2025) Sparse-view CT Convergent dual-domain reconstruction architecture
(Khabbazan et al., 4 Feb 2025) In-memory computing Lama/LamaAccel system for attention workloads

A recurring misconception is that LAMA-Net names one architecture. The literature here instead supports several non-equivalent usages. Another misconception is that every occurrence designates a neural architecture; in some cases the term is attached to an optimization protocol, a probing framework, or an in-memory execution scheme rather than a standalone network (Lee et al., 2021, Kassner et al., 2021, Khabbazan et al., 4 Feb 2025).

2. Federated learning interpretation: FedLAMA and layer-wise adaptive synchronization

In federated learning, the relevant system is FedLAMA, a layer-wise model aggregation scheme for scalable Federated Learning. The paper studies the standard federated optimization problem

minxRdF(x):=1mi=1mFi(x),\min_{\mathbf{x} \in \mathbb{R}^d} F(\mathbf{x}) := \frac{1}{m} \sum_{i=1}^{m} F_i(\mathbf{x}),

with local objectives Fi(x)=EξiDi[Fi(x,ξi)]F_i(\mathbf{x}) = \mathbb{E}_{\xi_i \sim D_i}[F_i(\mathbf{x}, \xi_i)], and contrasts FedLAMA with periodic full aggregation methods such as FedAvg, FedProx, FedNova, and SCAFFOLD (Lee et al., 2021).

The central observation is that different layers of neural networks can have a different degree of model discrepancy across the clients. FedLAMA therefore replaces a monolithic aggregation interval with layer-wise intervals τl\tau_l. Its key prioritization statistic is the layer-wise unit model discrepancy

dl=1mi=1mulxli2τldim(ul),d_l = \frac{\frac{1}{m} \sum_{i=1}^{m} \|\mathbf{u}_{l} - \mathbf{x}^{i}_{l}\|^{2}}{\tau_l \, \mathrm{dim}(\mathbf{u}_{l})},

which measures discrepancy removed per unit communication cost and per unit time. Layers with small dld_l are candidates for relaxed synchronization because they are “cheap in discrepancy but large in size” (Lee et al., 2021).

Algorithmically, each layer starts with a base interval τ\tau', and an interval increasing factor ϕ>1\phi>1 defines the maximum interval ϕτ\phi\tau'. FedLAMA periodically measures the vector of discrepancies, sorts layers by increasing dld_l, and uses the trade-off between total discrepancy fraction δl\delta_l and parameter fraction Fi(x)=EξiDi[Fi(x,ξi)]F_i(\mathbf{x}) = \mathbb{E}_{\xi_i \sim D_i}[F_i(\mathbf{x}, \xi_i)]0 to decide which layers move to Fi(x)=EξiDi[Fi(x,ξi)]F_i(\mathbf{x}) = \mathbb{E}_{\xi_i \sim D_i}[F_i(\mathbf{x}, \xi_i)]1 and which remain at Fi(x)=EξiDi[Fi(x,ξi)]F_i(\mathbf{x}) = \mathbb{E}_{\xi_i \sim D_i}[F_i(\mathbf{x}, \xi_i)]2. FedAvg is recovered as the special case Fi(x)=EξiDi[Fi(x,ξi)]F_i(\mathbf{x}) = \mathbb{E}_{\xi_i \sim D_i}[F_i(\mathbf{x}, \xi_i)]3 (Lee et al., 2021).

The communication model is structural rather than compression-based:

Fi(x)=EξiDi[Fi(x,ξi)]F_i(\mathbf{x}) = \mathbb{E}_{\xi_i \sim D_i}[F_i(\mathbf{x}, \xi_i)]4

where Fi(x)=EξiDi[Fi(x,ξi)]F_i(\mathbf{x}) = \mathbb{E}_{\xi_i \sim D_i}[F_i(\mathbf{x}, \xi_i)]5 is the total number of synchronizations for layer Fi(x)=EξiDi[Fi(x,ξi)]F_i(\mathbf{x}) = \mathbb{E}_{\xi_i \sim D_i}[F_i(\mathbf{x}, \xi_i)]6. The method does not change the data representation and uses no compression or quantization inside the algorithm (Lee et al., 2021).

The paper’s empirical study reports that FedLAMA reduces the communication cost by up to 60% for IID data and 70% for non-IID data while achieving a comparable accuracy to FedAvg. This is the sense in which a network trained with FedLAMA may be described as exhibiting “LAMA-Net behavior”: the effective system is the pair of a standard neural network and an adaptive layer-wise communication schedule (Lee et al., 2021).

3. Image inpainting interpretation: LaMa as a high-resolution Fourier-convolution model

In image restoration, the relevant model is LaMa, described as “a simple deterministic Pix2Pix-like model with segmentation-based perceptual loss and a ResNet-like architecture with fast Fourier convolutions instead of the StyleGAN logic” (Cipolina-Kun et al., 2022). The comparative study uses LaMa, CoModGAN, and GLIDE to inpaint eight conformally unrolled versions of M.C. Escher’s Print Gallery, along with several additional artworks (Cipolina-Kun et al., 2022).

LaMa’s distinctive architectural component is Fast Fourier Convolution. The paper characterizes it as giving the model a very large receptive field without the heavy parameter cost of large kernels or transformer-style attention, and as being particularly good at detecting and repeating regular spatial patterns such as tiling, bricks, windows, and repetitive textures (Cipolina-Kun et al., 2022). The model accepts up to Fi(x)=EξiDi[Fi(x,ξi)]F_i(\mathbf{x}) = \mathbb{E}_{\xi_i \sim D_i}[F_i(\mathbf{x}, \xi_i)]7 input and produces Fi(x)=EξiDi[Fi(x,ξi)]F_i(\mathbf{x}) = \mathbb{E}_{\xi_i \sim D_i}[F_i(\mathbf{x}, \xi_i)]8 output, a property that the paper treats as crucial for large-mask art restoration (Cipolina-Kun et al., 2022).

The experimental pipeline is specific. The authors model pixel coordinates as complex numbers and use the inverse map

Fi(x)=EξiDi[Fi(x,ξi)]F_i(\mathbf{x}) = \mathbb{E}_{\xi_i \sim D_i}[F_i(\mathbf{x}, \xi_i)]9

to obtain eight straight images from Escher’s warped print, each containing a spiral-shaped blank region. Inpainting is performed in the straight domain, and results are mapped back by the corresponding forward transform (Cipolina-Kun et al., 2022).

Quantitatively, the study evaluates 8 straight images with 50 random masks each using no-reference image quality metrics. LaMa obtains average Koniq τl\tau_l0, BRISQUE τl\tau_l1, and DOM τl\tau_l2, improving on CoModGAN across all three metrics while achieving the highest sharpness among the three methods. GLIDE scores better on Koniq and BRISQUE, whereas LaMa has the highest DOM (Cipolina-Kun et al., 2022).

Qualitatively, LaMa is strongest on regular patterns. On Escher’s “Bird-Fish,” the authors state that LaMa “performs exceptionally well” and explicitly attribute this to its Fourier-based design. Its limitations are also sharply delimited: it is not designed for outpainting, degrades when masks touch image borders, propagates damage when degraded regions themselves form the local context, and may diverge stylistically from historical artworks because it was used off-the-shelf without fine-tuning on art-specific data (Cipolina-Kun et al., 2022).

4. Sequential and topographic uses: log anomaly detection and Landmark Map

In log anomaly detection, LAMA denotes a multi-head attention based sequential model trained by next-event prediction. Sessions are sequences of parsed log templates, transformed into fixed-length windows, and the model is trained only on normal sessions. At test time, a session is anomalous if an actual next event is outside the top-τl\tau_l3 predictions for any window, or if the session contains an out-of-vocabulary event (Guo et al., 2021).

Architecturally, this LAMA is a lightweight Transformer-style self-attention model with an embedding layer, a stack of self-attention blocks, and a prediction layer. The embedding combines event embeddings with sinusoidal positional encodings:

τl\tau_l4

and the attention module uses standard scaled dot-product attention and multi-head self-attention (Guo et al., 2021). On HDFS logs, the reported session-level F1 reaches τl\tau_l5 in the 80/20 split and τl\tau_l6 in the 1/99 split with OOV events, outperforming DeepLog in the reported comparisons (Guo et al., 2021).

A different use appears in the Landmark Map paper, where LAMA is an extension of the Self-Organizing Map for a user-intended nonlinear projection. Here the system is not a Transformer but a competitive map with codebook vectors τl\tau_l7, output-space location vectors τl\tau_l8, and a set of landmarks defined as pairs τl\tau_l9 linking landmark data to specified nodes (Onishi, 2019). Training alternates between a standard SOM data-driven phase and a landmark-driven phase in which the winner node is forced to be dl=1mi=1mulxli2τldim(ul),d_l = \frac{\frac{1}{m} \sum_{i=1}^{m} \|\mathbf{u}_{l} - \mathbf{x}^{i}_{l}\|^{2}}{\tau_l \, \mathrm{dim}(\mathbf{u}_{l})},0 for the chosen landmark, thereby steering the geometry of the projection.

The paper interprets this learning process through quantization error of data, quantization error of landmarks, and square topographic error. Its applications include data mining, recommendation systems, and human-computer interaction, and the formant-data experiment specifically uses landmark placement to align articulatory movement with vertical and horizontal movement of a computer cursor (Onishi, 2019). This usage is therefore algorithmically and historically distinct from the sequence-model meaning of LAMA.

5. LAMA-Net in PHM: unsupervised domain adaptation for RUL prediction

In Prognostics and Health Management, LAMA-Net denotes an encoder-decoder based model (Transformer) with an induced bottleneck, Latent Alignment using Maximum Mean Discrepancy and manifold learning for unsupervised homogeneous domain adaptation in Remaining Useful Life prediction (Joseph et al., 2022). The source domain is labeled, the target domain is unlabeled, and both domains share the same feature space but differ in distribution.

The architecture is Siamese-style with shared parameters for source and target. It uses a Transformer-based encoder, specifically DAST, followed by Squeeze and Expand layers, a Transformer-based decoder, a linear RUL regression head, and a GRU-based decoder for reconstruction. The bottleneck variables are

dl=1mi=1mulxli2τldim(ul),d_l = \frac{\frac{1}{m} \sum_{i=1}^{m} \|\mathbf{u}_{l} - \mathbf{x}^{i}_{l}\|^{2}}{\tau_l \, \mathrm{dim}(\mathbf{u}_{l})},1

and latent alignment is enforced by

dl=1mi=1mulxli2τldim(ul),d_l = \frac{\frac{1}{m} \sum_{i=1}^{m} \|\mathbf{u}_{l} - \mathbf{x}^{i}_{l}\|^{2}}{\tau_l \, \mathrm{dim}(\mathbf{u}_{l})},2

The full loss combines source-domain RUL regression, MMD alignment, reconstruction on both domains, and a perturbation-based smoothness regularizer (Joseph et al., 2022).

The manifold-learning component uses a GRU decoder to reconstruct input windows from the bottleneck, while the smoothness term penalizes the change in predicted RUL under Gaussian perturbations of the bottleneck:

dl=1mi=1mulxli2τldim(ul),d_l = \frac{\frac{1}{m} \sum_{i=1}^{m} \|\mathbf{u}_{l} - \mathbf{x}^{i}_{l}\|^{2}}{\tau_l \, \mathrm{dim}(\mathbf{u}_{l})},3

This setup is intended to make the latent manifold both reconstructive and domain-agnostic (Joseph et al., 2022).

Evaluation is on all ordered source-target pairs among the four C-MAPSS subsets FD001–FD004. The paper reports that LAMA-Net achieves the lowest RMSE in the large majority of source-target pairs and substantially reduces the NASA asymmetric score relative to No DA, MMD-only, CORAL, and DANN. It also reports that adding the autoencoder yields the largest performance gain among the ablated components, with smoothness providing further improvements and more structured latent spaces in t-SNE visualizations (Joseph et al., 2022).

6. Dual-domain reconstruction: learned alternating minimization and convergent CT architectures

In sparse-view CT, LAMA-Net is a dual-domain, variationally grounded, unrolled reconstruction network derived from a learned alternating minimization algorithm. The underlying variational model couples an image dl=1mi=1mulxli2τldim(ul),d_l = \frac{\frac{1}{m} \sum_{i=1}^{m} \|\mathbf{u}_{l} - \mathbf{x}^{i}_{l}\|^{2}}{\tau_l \, \mathrm{dim}(\mathbf{u}_{l})},4 and a full-view sinogram dl=1mi=1mulxli2τldim(ul),d_l = \frac{\frac{1}{m} \sum_{i=1}^{m} \|\mathbf{u}_{l} - \mathbf{x}^{i}_{l}\|^{2}}{\tau_l \, \mathrm{dim}(\mathbf{u}_{l})},5:

dl=1mi=1mulxli2τldim(ul),d_l = \frac{\frac{1}{m} \sum_{i=1}^{m} \|\mathbf{u}_{l} - \mathbf{x}^{i}_{l}\|^{2}}{\tau_l \, \mathrm{dim}(\mathbf{u}_{l})},6

where dl=1mi=1mulxli2τldim(ul),d_l = \frac{\frac{1}{m} \sum_{i=1}^{m} \|\mathbf{u}_{l} - \mathbf{x}^{i}_{l}\|^{2}}{\tau_l \, \mathrm{dim}(\mathbf{u}_{l})},7 and dl=1mi=1mulxli2τldim(ul),d_l = \frac{\frac{1}{m} \sum_{i=1}^{m} \|\mathbf{u}_{l} - \mathbf{x}^{i}_{l}\|^{2}}{\tau_l \, \mathrm{dim}(\mathbf{u}_{l})},8 are learned regularizers in image and sinogram domains, respectively (Ding et al., 2023, Ding et al., 30 Jul 2025).

The regularizers are defined by CNN feature extractors with group-sparsity penalties,

dl=1mi=1mulxli2τldim(ul),d_l = \frac{\frac{1}{m} \sum_{i=1}^{m} \|\mathbf{u}_{l} - \mathbf{x}^{i}_{l}\|^{2}}{\tau_l \, \mathrm{dim}(\mathbf{u}_{l})},9

and the algorithm smooths these nonsmooth terms, then performs alternating updates in the sinogram and image domains using residual-learning approximations of proximal steps (Ding et al., 2023). The 2025 paper gives a complete and rigorous convergence proof and shows that all accumulation points of a specified subsequence must be Clarke stationary points of the problem, thereby formalizing the convergent architecture called LAMA-Net (Ding et al., 30 Jul 2025).

Architecturally, each phase of LAMA-Net corresponds to one iteration of the learned alternating minimization algorithm. Each phase includes a measurement-domain gradient step plus a CNN-based residual correction, followed by an image-domain gradient step plus a second CNN-based residual correction. The design is dual-domain in the strict sense that information flows between image and measurement spaces through the physical operators dld_l0 and dld_l1 at every phase (Ding et al., 30 Jul 2025).

The 2025 paper also introduces iLAMA-Net, which augments LAMA-Net with an initialization network. This Init-Net is trained to generate suitable initials by predicting missing sinogram views and then applying FBP, after which LAMA-Net refines the initialized pair dld_l2 (Ding et al., 30 Jul 2025).

Empirically, the CT papers evaluate on AAPM-Mayo and NBIA sparse-view CT. The 2023 paper reports that LAMA achieves the best or joint-best PSNR and SSIM across both datasets and both 64-view and 128-view settings while using a relatively small number of parameters (Ding et al., 2023). The 2025 paper reports further gains for iLAMA-Net over LAMA-Net, and also emphasizes stability and robustness under structured perturbations and Gaussian noise perturbations, linking those empirical properties to the convergence structure of the underlying algorithm (Ding et al., 30 Jul 2025).

7. Peripheral and non-architectural uses: probing frameworks and in-memory execution

Not every nearby use of “LAMA” should be read as LAMA-Net in the architectural sense. Multilingual LAMA studies mBERT as a multilingual knowledge base through cloze probing, typed querying, and cross-language pooling. The paper’s central object is a probing framework rather than a network architecture, and it explicitly notes that “LAMA-Net” as a name does not appear there (Kassner et al., 2021). Its significance for the nomenclature is mainly negative: it broadens the semantic field of “LAMA” while reinforcing that the term is not canonical across subfields.

A still more distant use appears in processing-using-memory. The paper defines Lama, a LUT-based PuM architecture, and LamaAccel, an HBM-based PuM accelerator for attention-based models. It does not define a separate neural network called “LAMA-Net,” and the text explicitly states that the paper itself only uses the names Lama and LamaAccel (Khabbazan et al., 4 Feb 2025). Here the term is attached to a memory-compute substrate rather than to a learnable network architecture.

The architectural core of Lama is independent column accesses within each mat of a DRAM subarray, which lets the system exploit DRAM’s mat-level parallelism and open-page policy to reduce the number of ACT commands. Lama supports up to 8-bit operand precision without decomposing computations, incurs only a 2.47% area overhead, and the evaluation reports an average performance improvement of 8.5x over state-of-the-art PuM architectures and a 3.8x improvement over CPU for bulk 8-bit multiplication, together with energy-efficiency gains of 6.9x and 8x, respectively (Khabbazan et al., 4 Feb 2025). LamaAccel then applies this in-memory arithmetic substrate to attention-based inference using exponential quantization.

Taken together, these edge cases clarify the main interpretive rule. “LAMA-Net” is best treated as a family resemblance label rather than a unique object. In federated learning it denotes layer-wise adaptive synchronization behavior; in art restoration it denotes LaMa-style Fourier-convolution inpainting; in log analysis it denotes a Transformer-style anomaly detector; in topology-preserving projection it denotes Landmark Map; in PHM it denotes a domain-adaptive Transformer for RUL; and in sparse-view CT it denotes a convergent dual-domain reconstruction architecture. Any technically precise use therefore requires the accompanying arXiv context and identifier.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to LAMA-Net.