Papers
Topics
Authors
Recent
Search
2000 character limit reached

CoEx: Diverse Innovations in AI and Beyond

Updated 3 July 2026
  • CoEx is a multifaceted concept spanning AI agent architectures, spectrum sharing, combinatorics, coded data exchange, and real-time vision with distinct technical innovations.
  • In AI, CoEx employs a hierarchical Planner–Actor–Memory framework that dynamically updates neurosymbolic memory to enhance exploration and achieve significant performance gains.
  • CoEx also covers cognitive beamforming for interference control, coalesced expert execution in MoE inference, and optimized protocols in combinatorial and medical data extraction.

CoEx encompasses a diverse range of technical meanings across artificial intelligence, computer networking, spectrum sharing, combinatorics, knowledge extraction, and computer vision. This article details major established definitions and results for CoEx in LLM-based hierarchical agents, spectrum coexistence, codegree extremal combinatorics, coded data exchange, medical information extraction, and real-time stereo vision, referencing the relevant foundational sources.

1. Hierarchical Co-evolution of World Models and Exploration in LLM Agents

CoEx, in the context of AI agents, refers to a hierarchical agent architecture facilitating co-evolving world-models and exploration within a persistent neurosymbolic belief state (Kim et al., 29 Jul 2025). The core innovation is a Planner–Actor–Memory decomposition:

  • Planner (LLM-based): Operates at the subgoal level, reasoning over a structured belief state Bk=(mk,lk)B_k = (m_k, l_k), where mkm_k denotes symbolic, object-oriented memory (Python sets/dicts) and lkl_k holds an LLM-generated structured textual memory.
  • Actor: Executes low-level environment interactions to realize a specified subgoal gkg_k, generating a trajectory εk\varepsilon_k.
  • Adaptive Belief Update: After each subgoal, the memory is updated through (i) verification (LLM-driven Q&A to detect task status and errors) and (ii) synthesis (high-level summarization). All factual adaptation happens through in-place augmentation of the belief state, not parametric LLM retraining.

Formally, state updates are

Bk+1=F(Bk,gk,εk),B_{k+1} = \mathcal{F}(B_k, g_k, \varepsilon_k),

with symbolic and textual learning mechanisms specified as

mk+1=SymbolicUpdate(mk,  εk),lk+1=Synthesis(lk,  mk+1,  εk,  gk).m_{k+1} = \mathrm{SymbolicUpdate}(m_k,\;\varepsilon_k),\quad l_{k+1} = \mathrm{Synthesis}(l_k,\;m_{k+1},\;\varepsilon_k,\;g_k).

This persistent neurosymbolic memory allows systematic online assimilation of new environment knowledge.

The architecture allows hierarchical LLM planning (subgoal selection), coupled with grounded, code-controlled symbolic memory, enabling agents to dynamically adapt exploration, rapid error recovery, and effective handling of partial observability.

2. Formal Properties and Implementation Details

The CoEx agent instantiates neurosymbolic memory with:

  • Symbolic memory (mkm_k): Object-predicate sets, “holding” dictionaries, agent locations, and step counters. Updates involve interpreting environment feedback with regular expressions and efficient set operations.
  • Structured textual memory (lkl_k): JSON records encoding "status_line", "justification", and "learned_facts". Verification queries (LLM-prompted) validate subgoal outcomes; synthesis produces high-level summaries.

Subgoal planning leverages a prompted LLM to optimize (implicitly) a utility over candidate plans, balancing task progress, uncertainty reduction, and exploration. The agent’s adaptive loop is formalized as: Gk=argmaxG  U(GBk,Hk)G_k = \arg\max_{G}\;U(G\mid B_k, H_k) with mkm_k0 the ordered subgoal sequence and mkm_k1 the utility defined by the LLM's plan-generation prompt.

All memory updates are online and nonparametric; the LLM’s parameters remain fixed during deployment. This yields sample efficiency and robustness against plan divergence in nonstationary environments.

3. Empirical Evaluation Across Benchmarks

CoEx was evaluated on ALFWorld (kitchen tasks), PDDL domains (Gripper/Blocksworld), and Jericho (text adventure games), demonstrating superior exploration and planning capability (Kim et al., 29 Jul 2025):

Suite Baseline (Success %) CoEx (Success %) Progress (CoEx)
ALFWorld ReAct 61.94, Reflexion 88.06, WALL-E 95.00, AdaPlanner 91.79 93.28 N/A
PDDL ReAct 60.0, HiAgent 66.7 73.3 92.8
Jericho 10.0 (avg. success) 25.0 55.5

Ablation experiments show a mkm_k2 point improvement in success rate and mkm_k3 point improvement in progress rate on PDDL when shifting from a monolithic to a hierarchical Planner-Actor structure. CoEx was especially strong on composite “Picktwo” tasks, outperforming monolithic baselines by a large margin.

Analysis of world model evolution shows stepwise correction and adaptation—mistaken picks, replanning, constraint awareness, and successful strategic shift—encoded into neurosymbolic memory.

4. Spectrum Coexistence and Signal Processing: CoEx via Beamforming

In wireless networks, CoEx also designates harmonious coexistence of heterogeneous networks on shared spectrum without cross-technology signaling (Bertizzolo et al., 2020). The CoBeam architecture employs cognitive beamforming to maximize secondary network throughput while satisfying per-user interference constraints for primary networks.

Key properties include:

  • Programmable Physical Layer (P PHY): Supports multistandard demodulation and legacy MAC reuse.
  • Cognitive Sensing Engine (CSE): Blind channel-state estimation from overheard preambles, enabling instantaneous adaptation without protocol modification.
  • Beamforming Engine (BFE): Adaptive switching between maximum-ratio transmission (MRT) and zero-forcing (ZF) precoders based on traffic metrics.
  • Closed-form SINR expressions for both secondary and primary receive users embody the trade-off:

mkm_k4

Field deployments show up to mkm_k5 aggregate throughput gain and strict interference control without negotiation, validating that spatial signal processing alone can realize CoEx in practice.

5. Coalesced Expert Execution (CoEx) in MoE Inference

Within Mixture-of-Experts (MoE) architectures, CoEx (Coalesced Expert Execution) describes batching strategies and hardware orchestration to maximize inference throughput by eliminating micro-batching-induced stalls and balancing CPU–GPU compute (Son et al., 18 May 2026).

  • Coalescing-Aware Orchestration: Executes all expert FFNs over the full batch (never micro-batched), maximizing operational GEMM intensity and enabling high AMX utilization on CPUs.
  • Static Expert-Aware Stratification: Pre-assigns top-routed experts to GPU (Exp_R), mid-tail to prefetch (Exp_M), and the remainder to CPU (Exp_C) under VRAM and PCIe limits.
  • AMX-Enabled Parallelism: Applies large-batch GEMMs on Intel AMX CPUs in parallel with CUDA GPU compute, overlapping PCIe transfers with computation.

Empirical results manifest mkm_k6–mkm_k7 overall throughput gains versus FlexGen and MoE-Lightning across multiple LLMs, with ablations attributing mkm_k8 of this to coalesced expert execution and AMX acceleration. EAS (stratification) alone yields up to mkm_k9 further improvement by boosting GPU hit ratio.

6. CoEx in Combinatorics and Coded Data Exchange

In extremal combinatorics, CoEx denotes the codegree extremal function, lkl_k0, for hypergraphs: the maximal pair codegree in an lkl_k1-vertex 3-graph that is lkl_k2-free (Falgas-Ravry, 2013, Falgas-Ravry et al., 2013). For families lkl_k3, the limit

lkl_k4

gives the codegree density. For instance, for lkl_k5, the complete 3-graph on lkl_k6 vertices, the lower bound

lkl_k7

is tight for infinitely many lkl_k8, and the extremal constructions include random edge-colorings and blow-ups via Steiner triple systems. For “independent neighborhoods” (lkl_k9), one has gkg_k0, and all near-extremal graphs are close to cyclic 3-partite configurations.

For network coding, CoEx denotes the minimal-transmission cooperative data exchange protocol enabling universal packet recovery in multihop settings (Courtade et al., 2012, Heidarzadeh et al., 2015). The optimal schedule is characterized by cut-set inequalities and can be computed via submodular function minimization in the fully connected case. The model extends to unreliable clients, where the robust minimum transmission schedule is given (with high probability) by a closed-form LP solution, with exact formulas for gkg_k1 and vanishing approximation error for general gkg_k2.

7. CoEx in Medical Knowledge Extraction and Real-Time Stereo Matching

CoEx-BERT defines a parameter-sharing, joint entity and relation extraction model for Uyghur (and Mongolian) medicine deployed on edge devices (Lu et al., 2024); the architecture combines a shared BERT encoder with twin heads, one for entity prediction and one for subject-conditional relation-object extraction. This allows accurate inference of overlapping relational triples and achieves gkg_k3 F1, with low (65 ms) edge-device latency.

Finally, “Correlate-and-Excite” (CoEx) gives an efficient stereo-matching network utilizing Guided Cost-volume Excitation and top-gkg_k4 soft-argmin disparity regression (Bangunharcana et al., 2021). CoEx achieves gkg_k5 EPE on SceneFlow and gkg_k6 KITTI 2012 3px error at 27 ms runtime (37 FPS), with channel-wise excitation yielding high accuracy at minimal cost compared to spatially varying architectures.


Key References:

For hierarchical agent CoEx: (Kim et al., 29 Jul 2025) For spectrum sharing CoEx: (Bertizzolo et al., 2020) For codegree CoEx: (Falgas-Ravry, 2013, Falgas-Ravry et al., 2013) For coded exchange in multihop networks: (Courtade et al., 2012, Heidarzadeh et al., 2015) For medical edge extraction: (Lu et al., 2024) For stereo vision CoEx: (Bangunharcana et al., 2021) For MoE coalesced expert execution: (Son et al., 18 May 2026)

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 CoEx.