Papers
Topics
Authors
Recent
Search
2000 character limit reached

Asteria: Multi-Domain Research Systems

Updated 3 July 2026
  • Asteria is a family of systems and methodologies that address challenges in astrophysics, machine learning, information systems, and security analysis.
  • ASTERIA has enabled innovations such as NEA thermal inertia estimation via Yarkovsky drift inversion and high-precision CubeSat exoplanet photometry.
  • Deep learning, runtime optimization, and semantic caching under the Asteria banner deliver cross-platform code similarity detection, efficient LLM training, and resilient semantic retrieval.

Asteria refers to a family of methods, systems, and software architectures that span diverse domains in astrophysics, machine learning, information systems, and security analysis. Several research communities have independently introduced frameworks under the name “Asteria,” each defined by its unique technical context and objectives. Below is an authoritative technical summary of key Asteria systems in contemporary research.

1. Asteroid Thermal Inertia Analyzer (ASTERIA): Yarkovsky-Based Inference

ASTERIA (“Asteroid Thermal Inertia Analyzer”) is a methodology to estimate the surface thermal inertia (Γ) of small Solar System bodies, particularly near-Earth asteroids (NEAs), by quantitatively inverting the observed Yarkovsky drift in the orbital semi-major axis (Novakovic et al., 2024, Fenucci et al., 18 Feb 2025). Unlike the prevalent thermophysical modeling (TPM) approach—which fits multi-wavelength infrared fluxes to deduce surface properties—ASTERIA uses dynamical orbit solutions incorporating non-gravitational acceleration parameters, such as A2A_2, obtained via high-precision astrometry. The method is summarized as follows:

  • Physical Model: The Yarkovsky effect induces a measurable along-track (transverse) acceleration due to anisotropic thermal re-emission. For a rotating ellipsoid, this is typically parameterized by A2A_2 (in astronomical units per day squared). The secular drift in semi-major axis (a˙\dot a) therefore satisfies:

a˙=2A2a2n0\dot a = \frac{2A_2 a^2}{n_0}

(where aa is semimajor axis, n0n_0 mean motion). A2A_2 is a function of surface thermal inertia and other physical parameters: A2=f(Γ,ρ,C,ϵ,a,b,c,P,γ,e,...)A_2 = f(\Gamma,\rho,C,\epsilon,a,b,c,P,\gamma,e,...).

  • Numerical Inversion: ASTERIA solves for Γ\Gamma by:

    1. Sampling input parameters (e.g., aa, A2A_20, A2A_21, A2A_22, A2A_23, A2A_24, A2A_25, A2A_26) via Monte Carlo, reflecting their measurement uncertainties or population priors.
    2. Computing the predicted A2A_27 for a grid of A2A_28 using a semi-analytical 1D heat conduction-Yarkovsky recoil model.
    3. Matching modeled A2A_29 to the observed value (e.g., from JPL solution sets).
    4. Aggregating the resulting posterior distribution for a˙\dot a0.
  • Model Flexibility: ASTERIA permits both constant and variable a˙\dot a1 models along the heliocentric distance, e.g., a˙\dot a2 where theory predicts a˙\dot a3 for radiatively-conducting regolith.

  • Applications: The method has been applied to asteroids including (65803) Didymos and (469219) Kamo`oalewa, yielding robust inferences of a˙\dot a4 in the regime a˙\dot a5–a˙\dot a6 J ma˙\dot a7 Ka˙\dot a8 sa˙\dot a9, in concordance with or extending beyond TPM-derived values (Novakovic et al., 2024, Fenucci et al., 18 Feb 2025).
  • Advantages/Limitations: ASTERIA’s main strength is applicability to small, fast-rotating objects where classical TPM lacks sufficient IR data. It is, however, less precise than IR-based models and sensitive to the accuracy of measured a˙=2A2a2n0\dot a = \frac{2A_2 a^2}{n_0}0 and other inputs. The method is currently limited to NEAs; main-belt applications await further Yarkovsky detections.

2.1 ASTERIA: Deep Learning for Cross-Platform Binary Similarity

In binary code similarity detection, Asteria denotes a deep learning system designed for semantic equivalence assessment across architectures in IoT and firmware binaries (Yang et al., 2021, Yang et al., 2023). The principal features are:

  • Semantic Encoding via ASTs: Functions are decompiled to abstract syntax trees (ASTs) using Hex-Rays, with each node digitized and embedded. ASTs abstract away platform-specific instruction variability but retain semantic structure, offering stability across differing ISAs.
  • Tree-LSTM Embedding: ASTs are encoded using a binary Tree-LSTM, which propagates vectorial hidden states bottom-up through the tree. The embedding at the root captures the function’s semantics. Node update equations follow:

a˙=2A2a2n0\dot a = \frac{2A_2 a^2}{n_0}1

  • Siamese Similarity Structure: Two ASTs are passed to parameter-sharing Tree-LSTM arms; the absolute difference and Hadamard product of embeddings are passed to a classifier head, yielding softmax probabilities for similarity.
  • Empirical Performance: ASTERIA achieves cross-architecture ROC-AUC a˙=2A2a2n0\dot a = \frac{2A_2 a^2}{n_0}2, outperforms Diaphora by a˙=2A2a2n0\dot a = \frac{2A_2 a^2}{n_0}3 and Gemini by a˙=2A2a2n0\dot a = \frac{2A_2 a^2}{n_0}4, and is orders of magnitude faster in similarity search.

2.2 ASTERIA-Pro: Incorporating Domain Knowledge

Asteria-Pro augments the original pipeline with domain-knowledge-based pre-filtration (using named callees, caller relationships, and string constants) and call-graph–aware re-ranking (Yang et al., 2023). This stratified approach yields a a˙=2A2a2n0\dot a = \frac{2A_2 a^2}{n_0}5 reduction in runtime and boosts MRR and Recall@1 by a˙=2A2a2n0\dot a = \frac{2A_2 a^2}{n_0}6 and a˙=2A2a2n0\dot a = \frac{2A_2 a^2}{n_0}7, respectively. Experimental runs demonstrated detection of a˙=2A2a2n0\dot a = \frac{2A_2 a^2}{n_0}8 vulnerable firmware functions with a˙=2A2a2n0\dot a = \frac{2A_2 a^2}{n_0}9 precision.

3. ASTERIA for LLM Training: Runtime-Orchestrated Second-Order Optimization

In large-scale language modeling, Asteria refers to a runtime system that enables principled, sample-efficient, second-order optimization (e.g., Shampoo, SOAP, KL-Shampoo) for LLMs by rearchitecting systems-level state management (Lu et al., 15 May 2026):

  • Critical Path Decoupling: Asteria dynamically stages preconditioner state (factor and inverse-root matrices) across GPU, host RAM, and NVMe based on runtime pressure, using memory hooks (register_forward_hook, register_full_backward_pre_hook) in PyTorch FSDP.
  • Asynchronous Inverse-Root Computation: Expensive eigen-decomposition and inverse-root operations are offloaded to CPU worker pools and staged back to GPU asynchronously, smoothing aa0 latency spikes off the GPU critical path.
  • Bounded-Staleness Protocol: In distributed settings, a coherence registry tracks staleness per factor block; inter-node synchronizations are invoked only when staleness exceeds a bound aa1, reducing communication volume and GPU stalls.
  • Empirical Impact: On single GB10 GPUs (128GB UVM), enables 1B-parameter training without OOM. On GH200 clusters, achieves convergence and throughput similar to AdamW, but with improved time-to-solution and energy efficiency.

4. ASTERIA for Semantic-Aware Caching in LLM Agents

In multi-region LLM agent workloads, Asteria denotes a semantic-aware, cross-region knowledge caching architecture (Ruan et al., 22 Sep 2025):

  • Semantic Elements (SEs): Each cache entry is a tuple of (query, embedding, value, performance metadata). Staticity and frequency metadata inform cache management.
  • Semantic Retrieval Index (Sine): Implements a two-stage retrieval process: (1) approximate nearest neighbor (ANN) vector similarity filtering, followed by (2) LLM-based semantic “judger” for precision validation.
  • Cost-Efficient and Latency-Aware Policies: Asteria introduces the “LCFU” eviction policy (Least Cost-Efficient & Frequently Used) and history-based Markov predictive prefetching to maximize value and reduce cold misses.
  • Co-Location and Scheduling: The main agent LLM and embedded semantic judger LLM share GPU with asymmetric static partitioning and priority-aware dynamic scheduling to avoid interference and optimize resource utilization.
  • Performance: Achieves aa2 throughput gains on representative search/coding workloads, maintains cache hit rates aa3, and lowers API and GPU costs versus vanilla and exact-match caches.

5. ASTERIA: Dark Matter Capture Rate Computation Framework

Asteria also denotes an open-source software package for multi-regime dark matter (DM) capture in celestial objects (Python and Mathematica) (Leane et al., 2023):

  • Unified Analytic-Numerical Framework: Incorporates both the optically thin (“single-scatter”) and thick (“multi-scatter”) regimes, covering arbitrary DM mass aa4 and cross section aa5, and accommodates Earth, Sun, Jupiter, brown dwarfs and arbitrary spherical bodies.
  • Gould/Press-Spergel Foundation with Modern Extensions: Supports summations over all scatter multiplicity, light-DM diffusive corrections, strong-interaction reflections, and stopping-power limits for ultra-heavy DM.
  • Interface and Usage: Provides simple APIs for bodies (Earth, Sun, etc.), DM parameters, and velocity distributions to compute total capture rates aa6 with sub-percent numerical accuracy.
  • Validation and Integration: Benchmarks against full Monte Carlo, supports indirect detection forecasting, exoplanet heating, and direct/indirect detection phenomenology.

6. ASTERIA CubeSat: High-Precision Exoplanet Photometry

ASTERIA (“Arcsecond Space Telescope Enabling Research In Astrophysics”) is a 6U CubeSat telescope designed to demonstrate milliKelvin-level thermal and subarcsecond pointing stability for photometric observations (Knapp et al., 2020):

  • Bus and Payload: 6U form factor; optical payload (f/1.4, 85mm lens), 5.5MP CMOS sensor, and two-stage attitude control with piezoelectric stage for aa7 RMS stability over 20 min, and camera plate thermal regulation to aa8 mK.
  • Science Operations: Performed opportunistic photometry on 55 Cnc, detecting a aa9 ppm transit of 55 Cancri e—first exoplanet transit detection by a CubeSat.
  • Implications: Validates the feasibility of high-precision photometry and transit science from low-cost CubeSats, with implications for exoplanet detection, variable star monitoring, and future small-sat astrophysics missions.

7. Summary Table of ASTERIA Incarnations

Subfield / Domain Purpose / Role Primary Reference
NEA Thermal Inertia Analysis Yarkovsky-inversion for n0n_00 (Novakovic et al., 2024, Fenucci et al., 18 Feb 2025)
Binary Code Similarity / Security Semantic (AST+TreeLSTM) code embedding & search (Yang et al., 2021, Yang et al., 2023)
LLM Optimization Runtime Systems offload for scalable second-order training (Lu et al., 15 May 2026)
LLM Agent Semantic Cache Cross-region, semantically validated tool caching (Ruan et al., 22 Sep 2025)
Dark Matter Capture (Astrophysics) Multi-regime capture rates in celestial bodies (Leane et al., 2023)
CubeSat Astrophysics High-precision photometry from a 6U platform (Knapp et al., 2020)

Each ASTERIA system is independent and context-specific, unified only by naming convention and a focus on scalable, robust, and semantically-informed analysis or computation in challenging regimes.

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