Papers for

satellite operators

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Satellite swarms use distributed computing to cut communication needs

A Distributed Computing Framework for Satellite Swarms

Abstract: The rise of large satellite constellations and Distributed Space Systems (DSS) demands generalized frameworks that enable fault-tolerant, autonomous distributed space applications. Conventional ground-centric command and control does not scale to systems of tens or hundreds of satellites, motivating the adoption of distributed computing. This paper introduces a conceptual distributed computing framework for satellite swarms, covering distributed state, command and control, and scientific mission. As a first validation step, a strongly eventually consistent distributed state service is designed and implemented using Conflict-free Replicated Data Types (CRDT), specifically a Last-Write-Wins Register-based key-value store. The service is evaluated in the context of Space Situational Awareness catalog dissemination across a simulated 66-satellite constellation emulated with GoNetEm. Results show that the CRDT-based approach reduces ground-to-satellite communication from 66 messages to a single uplink per update, with tree traversal matching the total message count of direct uplink. Under concurrent updates, sub-linear inter-satellite message growth is observed as nodes discard outdated versions, further reducing network overhead. These results demonstrate the viability of a CRDT-based distributed state as a scalable and fault-tolerant foundation for satellite swarm applications.

Wed 16 SeptDistributed, Parallel, and Cluster ComputingNetworking and Internet Architecture
The gist
Managing large groups of satellites is hard because each one needs lots of instructions from Earth. The paper shows how satellites can share information among themselves using a system called CRDTs, which helps keep data consistent even with delays or errors. This reduces the number of messages sent from the ground a lot. The authors tested their idea on a simulated group of 66 satellites and found it cuts communications and handles conflicts well.
Open 2609.18839v1

Autonomous spacecraft maneuver planning improves collision avoidance under uncertainty

Chance-Constrained Belief-Space Maneuver Planning for Autonomous Collision Avoidance Under Uncertainty

Abstract: Increasing conjunction frequency in low Earth orbit places growing pressure on spacecraft operators to determine not only whether an encounter requires mitigation, but whether sufficient information is available to commit to a maneuver. This work formulates this information-action tradeoff as a belief-space planning problem for conjunctions between a maneuverable spacecraft and an unmaneuverable secondary object. The planner represents the uncertain orbital states as Gaussian beliefs and uses a chance-constrained belief-space Monte Carlo tree search framework to reason over possible future tracking updates before time of closest approach (TCA). A terminal chance constraint limits the probability of reaching TCA above a prescribed collision-risk threshold, allowing the planner to wait for informative tracking while intervening when deferral becomes too risky. We evaluate the approach on eight historical conjunctions from NASA's Conjunction Assessment Risk Analysis dataset. By varying the secondary-object measurement quality and tracking cadence, we generate a total of 96 distinct evaluation scenarios. Across the evaluated conditions, the planner reaches TCA without maneuvering in approximately 40% of episodes while maintaining no terminal collision-risk violations. In contrast, fixed-time rule-based maneuver policies resolve more encounters without maneuvering when intervention is deferred closer to TCA, but at the expense of increasing terminal risk violations. The fraction of episodes reaching TCA without maneuvering depends strongly on tracking quality and measurement cadence, ranging from 76% under accurate, frequent measurements to approximately 18%-20% under the poorest tracking conditions. These results show that tracking quality and frequency are not only inputs to collision-risk estimation: they can determine when intervention becomes necessary.

Fri 11 SeptRoboticsArtificial Intelligence
The gist
Spacecraft operating in low Earth orbit face more frequent chances of colliding with objects. The authors created a planning method that helps decide when a spacecraft should move to avoid collisions based on how much is known about the uncertain positions of nearby objects. Their method waits for better tracking data when possible, but maneuvers if the risk becomes too high. Tests on real historical data showed this approach could safely reduce unnecessary maneuvers while maintaining collision safety.
Open 2609.13428v1

Deep learning improves faint space object detection by removing stars

Improving Faint Object Detection for Space Situational Awareness with Variational Autoencoders

Abstract: We present a deep-learning pipeline for enhancing the detection of faint moving objects in optical space situational awareness (SSA) imagery through automated star removal and background reconstruction. Detecting low signal-to-noise ratio (SNR) objects remains extremely challenging in optical observations, particularly in the cislunar (X-GEO) environment, where structured sky backgrounds, dense stellar fields, and scattered moonlight significantly degrade the performance of classical detection algorithms. To address this problem, the proposed pipeline combines a lightweight segmentation network (Tiny-U-Net) to generate stellar masks with a partial-convolution variational autoencoder (astro-VAE), designed to learn the statistical distribution of astronomical backgrounds and perform context-aware inpainting of masked regions. The reconstructed background maps can then be used as a preprocessing step to suppress fixed sources and background inhomogeneities prior to detection. As a proof of concept, the approach is integrated with a shift-and-stack scheme and evaluated on real ground-based telescope observations targeting the X-GEO region. Results demonstrate that the method reconstructs star-free backgrounds with high fidelity, while preserving moving targets and significantly enhancing detectability, thereby providing an effective data-driven preprocessing strategy for faint moving-object detection in optical SSA scenarios.

Thu 10 SeptComputer Vision and Pattern RecognitionArtificial IntelligenceMachine Learning
The gist
Detecting very faint moving objects in space images is hard because bright stars and background light make them hard to see. The authors created a deep-learning method that first identifies and masks stars in telescope images, then uses a special autoencoder to fill in the missing areas realistically. This process cleans up the background, making it easier to spot faint moving objects like satellites or debris. When tested on real telescope data, the method improved the detection of these faint objects without erasing them.
Open 2609.11269v1

Maneuver annotated dataset improves tracking of low Earth orbit satellites

MAD-LEO: A Maneuver-Annotated Orbital Dataset for LEO Satellites with Tiered Multi-Source Evidence

Abstract: With the rapid development of aerospace technology and the large-scale deployment of low Earth orbit (LEO) constellations, the risk of orbital collisions has increased, creating a growing demand for reliable observations of satellite maneuvers. However, public datasets containing real maneuver records remain scarce. We present MAD-LEO, a Maneuver-Annotated orbital Dataset for LEO satellites. The mission-reported subset contains 1,134 maneuver events from eleven geodetic and altimetry satellites spanning 1992 to 2026, with labels taken directly from mission-published maneuver histories. Each event is checked against two-line element (TLE) data, precise orbit products, and satellite laser ranging (SLR) observations, with evidence tiers assigned according to data availability. The operational subset pairs operator-published ephemerides for 6,785 Starlink satellites with cataloged TLE records over a continuous 107-hour period. Technical validation across seven machine-readable experiment suites confirms the cross-source consistency of the labels and the evidence products.

Tue 8 SeptDatabases
The gist
As many satellites orbit closer to Earth, avoiding crashes becomes harder and more important. The authors created MAD-LEO, a dataset that records when satellites change their path (maneuvers) using reliable sources like mission reports, orbital data, and laser measurements. This dataset helps confirm and cross-check satellite movements, which are usually hard to track and find in public records. They tested MAD-LEO to ensure the data is consistent and useful for monitoring satellites.
Open 2609.08556v1