Papers
Topics
Authors
Recent
Search
2000 character limit reached

ICRL-JSA: Underwater MARL & LLM Adaptation

Updated 8 July 2026
  • ICRL-JSA is an overloaded acronym representing both deep multi-agent reinforcement learning in underwater networks and a training-free approach for adapting non-text representations in LLMs.
  • In underwater networks, it optimizes joint link scheduling and power allocation under energy and malfunction constraints, balancing spatial reuse, fairness, and reliability.
  • In LLM contexts, it projects foundation model embeddings into the LLM input space using alignment techniques like OT-Embed and OT-PCA for multimodal inference.

ICRL-JSA is an overloaded acronym rather than a single standardized term in recent arXiv literature. In one explicit usage, it denotes a deep multi-agent reinforcement learning optimizer for joint link scheduling and power allocation in imperfect and energy-constrained underwater wireless sensor networks (IC-UWSNs) (Zhang et al., 11 Aug 2025). In another, it denotes In-Context Representation Learning – Joint Space Adaptation, a training-free procedure for injecting non-text foundation-model representations into text-based LLMs (Zhang et al., 22 Sep 2025). The neighboring acronyms are likewise polysemous: ICRL appears as inverse constrained reinforcement learning, in-context reinforcement learning, and learning to internalize self-critique with reinforcement learning, while JSA in several latent-variable learning papers denotes joint stochastic approximation (Liu et al., 2024, Song et al., 21 May 2025, Lin et al., 13 May 2026, Cai et al., 2022).

1. Terminological scope

Within the cited literature, the acronym has at least two explicit expansions.

Usage Expansion Core role
ICRL-JSA (Zhang et al., 11 Aug 2025) Deep MARL-based optimizer for joint link scheduling and power allocation Solves the FER-communication optimization problem in IC-UWSNs
ICRL-JSA (Zhang et al., 22 Sep 2025) In-Context Representation Learning – Joint Space Adaptation Training-free mapping of non-text FM representations into LLM input space

This ambiguity is amplified by the surrounding literatures. The survey on inverse constrained reinforcement learning uses ICRL for the problem of inferring implicit constraints from demonstrations (Liu et al., 2024). The prompting-based work “Reward Is Enough” uses ICRL for in-context reinforcement learning in fixed-parameter LLMs (Song et al., 21 May 2025). The self-critique paper defines ICRL as “learning to internalize self-critique with reinforcement learning” (Lin et al., 13 May 2026). Separately, JSA denotes joint stochastic approximation in semi-supervised task-oriented dialogue, retrieval-augmented generation, and directed latent-variable models (Cai et al., 2022, Cao et al., 25 Aug 2025, He et al., 24 May 2025).

2. ICRL-JSA in imperfect and energy-constrained underwater wireless sensor networks

In the underwater networking paper, ICRL-JSA is a deep multi-agent reinforcement learning scheme for Joint Link Scheduling and Power Allocation that targets fair, efficient, and reliable communication in imperfect and energy-constrained underwater wireless sensor networks (Zhang et al., 11 Aug 2025). The system is a slotted underwater acoustic network with half-duplex, omnidirectional modems, a single carrier frequency ff, and bandwidth BB. Nodes are deployed in 3D underwater space, undergo passive mobility induced by water currents, and communicate over distance- and frequency-dependent acoustic channels. The model also includes two nonidealities that define the “IC-UWSN” setting: severely limited battery energy and irreversible node malfunctions.

The physical layer is parameterized by the received SINR

γi,i~=η0piA(di,i~,f)1η0jNsendipjA(dj,i~,f)1+Is+Ia,\gamma_{i,\tilde{i}} = \frac{ \eta_0\, p_i\, A(d_{i,\tilde{i}}, f)^{-1} }{ \eta_0 \sum_{j\in \mathcal{N}_{send}^{-i}} p_j A(d_{j,\tilde{i}}, f)^{-1} + I_s + I_a },

where A(d,f)A(d,f) follows the Urick attenuation model, IsI_s denotes interference from other acoustic entities, and IaI_a denotes ambient noise (Zhang et al., 11 Aug 2025). Successful reception requires γi,i~tγth\gamma_{i,\tilde{i}}^t \ge \gamma^{th}, and the corresponding slot-level capacity is

ci,i~t={Blog2(1+γi,i~t),γi,i~tγth 0,otherwise.c_{i,\tilde{i}}^t = \begin{cases} B \log_2(1+\gamma_{i,\tilde{i}}^t), & \gamma_{i,\tilde{i}}^t \ge \gamma^{th} \ 0, & \text{otherwise.} \end{cases}

Energy and reliability constraints are built directly into the network model. Each node starts with battery capacity E0E^0, consumes eit=pitTtrane_i^t = p_i^t T_{tran} energy in slot BB0, and accumulates

BB1

The network lifetime is defined over intelligent nodes, and the optimization imposes a target lifetime BB2. Malfunctions are modeled by a Bernoulli indicator BB3, with BB4 denoting an irrecoverably malfunctioning node that stops transmission (Zhang et al., 11 Aug 2025).

The optimization target is the FER-communication optimization problem (FERCOP). Its utility combines three indices: spatial reuse, communication fairness, and ineffective communication. The resulting network utility is

BB5

The spatial reuse index measures the fraction of scheduled links that succeed, the fairness index is Jain’s fairness index over successful receptions, and the ineffective communication index lies in BB6, with BB7 meaning all scheduled transmissions failed and BB8 meaning none were ineffective (Zhang et al., 11 Aug 2025). This formulation makes explicit that the scheme is not simply maximizing throughput; it is balancing spatial reuse, fairness across transmitters, and reliability under lifetime constraints.

3. RL formulation, decentralized control, and advanced training

ICRL-JSA models the control problem as a Decentralized Partially Observable Markov Decision Process (Dec-POMDP) and uses centralized training, decentralized execution (CTDE) (Zhang et al., 11 Aug 2025). Each intelligent node is an agent. The environment comprises acoustic propagation, interference, residual energies, node positions, passive mobility, and stochastic malfunctions. During execution, each node acts from a local observation; during training, a virtual centralized controller aggregates rewards and computes joint TD targets.

The local observation of node BB9 includes self information, intended receiver positions, and interferer information. The self component contains the node position, residual-energy ratio, last-slot reception indicator, previous transmission ratio, previous transmit power, and node identifier. The action is discrete power selection,

γi,i~=η0piA(di,i~,f)1η0jNsendipjA(dj,i~,f)1+Is+Ia,\gamma_{i,\tilde{i}} = \frac{ \eta_0\, p_i\, A(d_{i,\tilde{i}}, f)^{-1} }{ \eta_0 \sum_{j\in \mathcal{N}_{send}^{-i}} p_j A(d_{j,\tilde{i}}, f)^{-1} + I_s + I_a },0

where γi,i~=η0piA(di,i~,f)1η0jNsendipjA(dj,i~,f)1+Is+Ia,\gamma_{i,\tilde{i}} = \frac{ \eta_0\, p_i\, A(d_{i,\tilde{i}}, f)^{-1} }{ \eta_0 \sum_{j\in \mathcal{N}_{send}^{-i}} p_j A(d_{j,\tilde{i}}, f)^{-1} + I_s + I_a },1 means the node does not transmit in the slot. Scheduling is therefore implicit: a node is effectively unscheduled when its action is zero (Zhang et al., 11 Aug 2025).

The slot-level team reward is

γi,i~=η0piA(di,i~,f)1η0jNsendipjA(dj,i~,f)1+Is+Ia,\gamma_{i,\tilde{i}} = \frac{ \eta_0\, p_i\, A(d_{i,\tilde{i}}, f)^{-1} }{ \eta_0 \sum_{j\in \mathcal{N}_{send}^{-i}} p_j A(d_{j,\tilde{i}}, f)^{-1} + I_s + I_a },2

so the learned behavior is driven directly by the same fairness, efficiency, and reliability structure used in FERCOP (Zhang et al., 11 Aug 2025). If the lifetime requirement is violated, the episode terminates early with a hard penalty.

At the function-approximation level, each agent uses a deep recurrent Q-network with two fully connected ReLU layers of width 64, a GRU with 64 hidden units, and an output layer of size γi,i~=η0piA(di,i~,f)1η0jNsendipjA(dj,i~,f)1+Is+Ia,\gamma_{i,\tilde{i}} = \frac{ \eta_0\, p_i\, A(d_{i,\tilde{i}}, f)^{-1} }{ \eta_0 \sum_{j\in \mathcal{N}_{send}^{-i}} p_j A(d_{j,\tilde{i}}, f)^{-1} + I_s + I_a },3 (Zhang et al., 11 Aug 2025). Parameter sharing is used across agents. Multi-agent coordination is handled with Value Decomposition Networks (VDN), which define

γi,i~=η0piA(di,i~,f)1η0jNsendipjA(dj,i~,f)1+Is+Ia,\gamma_{i,\tilde{i}} = \frac{ \eta_0\, p_i\, A(d_{i,\tilde{i}}, f)^{-1} }{ \eta_0 \sum_{j\in \mathcal{N}_{send}^{-i}} p_j A(d_{j,\tilde{i}}, f)^{-1} + I_s + I_a },4

thereby satisfying the individual-global-maximization property and permitting decentralized greedy action selection at execution time (Zhang et al., 11 Aug 2025).

The paper further introduces an advanced training mechanism tailored to underwater uncertainty and device failures. The mechanism contains a Performance Evaluation (PE-module) and a Malfunction Rate Adjustment (MRA-module) (Zhang et al., 11 Aug 2025). The PE-module estimates γi,i~=η0piA(di,i~,f)1η0jNsendipjA(dj,i~,f)1+Is+Ia,\gamma_{i,\tilde{i}} = \frac{ \eta_0\, p_i\, A(d_{i,\tilde{i}}, f)^{-1} }{ \eta_0 \sum_{j\in \mathcal{N}_{send}^{-i}} p_j A(d_{j,\tilde{i}}, f)^{-1} + I_s + I_a },5 by training in a perfect UWSN and estimates γi,i~=η0piA(di,i~,f)1η0jNsendipjA(dj,i~,f)1+Is+Ia,\gamma_{i,\tilde{i}} = \frac{ \eta_0\, p_i\, A(d_{i,\tilde{i}}, f)^{-1} }{ \eta_0 \sum_{j\in \mathcal{N}_{send}^{-i}} p_j A(d_{j,\tilde{i}}, f)^{-1} + I_s + I_a },6 using random power allocation, then defines a threshold γi,i~=η0piA(di,i~,f)1η0jNsendipjA(dj,i~,f)1+Is+Ia,\gamma_{i,\tilde{i}} = \frac{ \eta_0\, p_i\, A(d_{i,\tilde{i}}, f)^{-1} }{ \eta_0 \sum_{j\in \mathcal{N}_{send}^{-i}} p_j A(d_{j,\tilde{i}}, f)^{-1} + I_s + I_a },7. Model selection also accounts for malfunction rate: among candidate policies, those that sustain high reward under higher malfunction rates are preferred, which makes robustness to node failure an explicit training objective rather than an afterthought.

4. Reported behavior and empirical claims in the underwater literature

The underwater paper states that conventional RL methods are unable to address the challenges posed by underwater environments and IC-UWSNs, specifically citing complex acoustic channels, limited energy supplies, and unexpected node malfunctions (Zhang et al., 11 Aug 2025). Its simulations therefore evaluate not just nominal throughput but the FER objective under those combined constraints.

The reported empirical conclusion is qualitative but unambiguous: simulation results demonstrate the superiority of the proposed ICRL-JSA scheme with the advanced training mechanism compared to various benchmark algorithms (Zhang et al., 11 Aug 2025). Because the extracted record does not enumerate the benchmark list or numerical margins, the literature-supported statement is that the contribution is comparative and benchmarked, but not that a particular gain or ranking can be reproduced from the abbreviated metadata alone.

This suggests a specific methodological role for ICRL-JSA within underwater networking research. Rather than separating scheduling and power control, the method treats them as a single cooperative control problem under partial observability. Rather than assuming perfect nodes, it trains directly against stochastic malfunction processes. The paper’s terminology therefore binds “ICRL-JSA” tightly to the FER objective and to the IC-UWSN system model, not merely to a generic MARL scheduler (Zhang et al., 11 Aug 2025).

5. ICRL-JSA as In-Context Representation Learning – Joint Space Adaptation

A second explicit use of the same acronym appears in multimodal LLM research. There, ICRL-JSA means In-Context Representation Learning – Joint Space Adaptation, a training-free method for allowing a text-only LLM to use representations from a non-text foundation model in few-shot inference (Zhang et al., 22 Sep 2025). The motivating question is whether a text-only LLM can exploit non-text representations at test time without any supervised adapter training.

In this setting, a foundation model γi,i~=η0piA(di,i~,f)1η0jNsendipjA(dj,i~,f)1+Is+Ia,\gamma_{i,\tilde{i}} = \frac{ \eta_0\, p_i\, A(d_{i,\tilde{i}}, f)^{-1} }{ \eta_0 \sum_{j\in \mathcal{N}_{send}^{-i}} p_j A(d_{j,\tilde{i}}, f)^{-1} + I_s + I_a },8 produces vectors in γi,i~=η0piA(di,i~,f)1η0jNsendipjA(dj,i~,f)1+Is+Ia,\gamma_{i,\tilde{i}} = \frac{ \eta_0\, p_i\, A(d_{i,\tilde{i}}, f)^{-1} }{ \eta_0 \sum_{j\in \mathcal{N}_{send}^{-i}} p_j A(d_{j,\tilde{i}}, f)^{-1} + I_s + I_a },9, while the LLM consumes embeddings in A(d,f)A(d,f)0. ICRL-JSA introduces a projector

A(d,f)A(d,f)1

and studies both text-level and embedding-level injection schemes (Zhang et al., 22 Sep 2025). The implementation space includes PCA serialization, Zero-Pad, Random Projection, and two alignment procedures, OT-Embed and OT-PCA, based on affine matching of mean and variance between projected FM embeddings and LLM-side target distributions. The paper gives theoretical support for linear random projection, including norm concentration and cosine-similarity preservation, and reports that nonlinear activations such as ReLU or GELU degrade performance (Zhang et al., 22 Sep 2025).

The empirical domain is molecular property prediction, with additional preliminary vision and audio experiments. In this usage, JSA means Joint Space Adaptation, not joint stochastic approximation. The method is explicitly training-free and is positioned as a proof-of-concept for adaptable multimodal generalization by frozen text LLMs (Zhang et al., 22 Sep 2025). The overlap in acronym with the underwater MARL method is terminological only.

6. Broader lineages of “ICRL” and “JSA”

The acronym collision is easier to understand once the adjacent literatures are laid out. Inverse constrained reinforcement learning defines ICRL as the problem of inferring implicit constraints from expert demonstrations in constrained Markov decision processes (Liu et al., 2024). In-context reinforcement learning uses ICRL for fixed-parameter agents whose performance improves as interaction history grows; this includes prompting-based LLM studies and transformer pretraining on RL histories (Song et al., 21 May 2025, Chen et al., 21 May 2025, Wang et al., 22 Sep 2025). A separate line defines ICRL as “learning to internalize self-critique with reinforcement learning,” in which a solver and critic are jointly trained from a shared backbone and the critic is rewarded by the solver’s subsequent improvement (Lin et al., 13 May 2026).

The JSA lineage is more consistent: in latent-variable learning, it denotes joint stochastic approximation. JSA-TOD applies it to semi-supervised task-oriented dialogue with discrete latent belief states and acts, and reports that using 20% labels performs close to the full-supervised baseline on MultiWOZ2.1 (Cai et al., 2022). JSA-KRTOD extends the paradigm to retrieval-based knowledge selection in noisy real-life task-oriented dialogue, using latent knowledge snippets and system actions on the MobileCS dataset (Cai et al., 2023). JSA-RAG treats retrieved passages as discrete latent variables in end-to-end retrieval-augmented generation and reports gains over vanilla RAG and variational RAG on five datasets (Cao et al., 25 Aug 2025). JSA autoencoders formulate deep directed generative modeling as direct log-likelihood maximization plus minimization of the inclusive KL divergence between the posterior and the inference model (He et al., 24 May 2025).

These threads are methodologically distinct. The underwater ICRL-JSA is a deep MARL controller for acoustic networks (Zhang et al., 11 Aug 2025). The multimodal ICRL-JSA is a training-free representation-alignment method for LLM prompting (Zhang et al., 22 Sep 2025). JSA in dialogue and RAG denotes a stochastic-approximation estimator for discrete latent-variable models (Cai et al., 2022, Cao et al., 25 Aug 2025). The shared acronym does not imply shared algorithmic structure.

7. Disambiguation and significance

Because the cited literature uses the same string for distinct methods, “ICRL-JSA” is best interpreted only together with its domain and source. In underwater wireless networking, it refers to a FER-oriented MARL optimizer that jointly learns link scheduling and power allocation under energy and malfunction constraints (Zhang et al., 11 Aug 2025). In multimodal LLM prompting, it refers to In-Context Representation Learning – Joint Space Adaptation, where frozen LLMs ingest adapted non-text representations without fine-tuning (Zhang et al., 22 Sep 2025).

This multiplicity also reflects a wider naming pattern in current arXiv research. “ICRL” can denote inverse constrained reinforcement learning, in-context reinforcement learning, or internalized self-critique (Liu et al., 2024, Song et al., 21 May 2025, Lin et al., 13 May 2026). “JSA” can denote joint stochastic approximation in probabilistic latent-variable learning (Cai et al., 2022, He et al., 24 May 2025). The acronym therefore functions less as a stable field-wide term than as a local label attached to separate research programs.

A plausible implication is that precise citation practice is essential for this topic. In technical writing, identifying the intended expansion together with the paper identifier—rather than relying on the bare acronym—avoids conflating underwater MARL control, training-free multimodal prompting, latent-variable stochastic approximation, and several unrelated forms of “ICRL.”

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 ICRL-JSA.