Pith. sign in

REVIEW 5 major objections 6 minor 42 references

High Performance Space Debris Tracking in Complex Skylight Backgrounds with a Large-Scale Dataset

T0 review · 5 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read Tracking space debris as line segments beats generic MOT trackers.

desk verdict Real benchmark contribution and sensible endpoint representation, but the 73.2% real-data MOTA is not yet supported by the evidence; the synthetic results are partly self-confirming. read the letter →

arxiv 2506.02614 v4 pith:ND56RMMW submitted 2025-06-03 cs.CV cs.AI

classification cs.CVcs.AI
keywords spacedebristrackingsyntheticdatasetmulti-objectlinesourcedetectionendpointheatmapdeeplearningGaussianpointspreadfunctionskybackgroundsimulation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper claims that space debris tracking can be cast as a line-source detection and association task, solvable end-to-end with a deep network trained on synthetic data. To support this, the authors build SDTD, a dataset of 18,040 videos (62,562 frames) rendered by simulating Gaussian-blurred streak debris onto real sky-background images, and SDT-Net, a tracker that detects the two endpoints of each streak, pairs them with learned embeddings, and links pairs across frames by predicted offsets. On the synthetic test set SDT-Net reports a MOTA of 87.7 on sparse scenes and 70.3 on dense scenes, and on 36 real video sequences from an Antarctic station it reports 73.2 MOTA, exceeding the strongest compared tracker. The authors conclude that the line-segment representation plus synthetic training transfers to real-world monitoring.

What carries the argument

The load-bearing representation is the line-segment streak model: each debris object is a rectangle with length, width, angle, and constant velocity, convolved with a Gaussian point-spread function (Eq. 6), and rendered onto real sky backgrounds. SDT-Net's machinery is endpoint detection and association: two heatmap channels mark left and right endpoints; a line-source embedding with a push-pull loss pairs endpoints into objects; and a debris offset module predicts per-frame endpoint displacement, yielding a nearest-neighbour association between frames. A Region-of-Interest Feature Enhancement module multiplies backbone features by a predicted segmentation mask to emphasize debris cues. Together these turn tracking into a detection-plus-offset problem that avoids box IoU association for thin, elongated targets.

What would settle it

Measure the tracker on a large set of real debris sequences across multiple telescopes; if real streaks show non-constant angular rates, strong brightness gradients, or PSF shapes that substantially differ from the Gaussian-rectangle model, and SDT-Net's MOTA advantage over the generic trackers shrinks or reverses, the central claim fails. A concrete check is to fit the simulator's parameter distributions to real tracked debris and compute the distributional distance; if real debris frequently falls outside the simulated parameter ranges, the benchmark is not representative.

Watch

Extended reading notes

Core claim

The paper's central claim is that space debris in long-exposure astronomical images should be modeled as moving line segments rather than points or boxes, and that a tracker built on this representation — SDT-Net — achieves state-of-the-art multi-object tracking on the new SDTD benchmark and on real telescope data. SDT-Net localizes each streak by predicting left- and right-endpoint heatmaps, pairs endpoints through a CornerNet-style embedding loss, and associates detections across frames by predicting endpoint offsets between consecutive frames, with a segmentation mask used to enhance debris features and suppress background. On SDTD, it reports MOTA 87.7 on the debris split and 70.3 on the dense split, improving over the compared generic trackers; on the Antarctic Station data, it reports MOTA 73.2, better than the 69.3 of the strongest baseline. The paper also presents SDTD as the first public benchmark for space debris tracking, with 18,040 synthetic videos built from 16,040 real sky-survey backgrounds.

Load-bearing premise

The realism of the SDTD simulator — debris are placed as constant-velocity, Gaussian-blurred rectangles with sampled brightness, and the paper does not quantitatively validate these statistics against real debris beyond visual comparison.

Editorial extensions

If this is right

  • A tracker trained solely on synthetic streaks over real sky backgrounds can outperform generic box-based trackers on real telescope footage, suggesting synthetic data can substitute for hard-to-obtain real debris annotations.
  • The endpoint-pairing design removes dependence on bounding-box overlap, so tracking remains stable for thin, elongated targets where boxes are poor descriptors.
  • The SDTD dataset gives the community a standardized benchmark with sparse and dense debris splits, enabling direct comparison of future trackers on up to five overlapping streaks per frame.
  • The reported transfer from synthetic training to Antarctic observations indicates that a single model could serve new optical monitoring stations without per-site training data.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The simulator's realism is the main risk: debris are rendered as constant-velocity, Gaussian-blurred rectangles, so if real debris show non-constant motion, intensity gradients, or atmospheric distortion, the reported margins could shrink; a quantitative comparison of simulated versus real streak statistics would settle this.
  • The endpoint-pairing detector could be applied to other streak-detection problems such as meteor trails or satellite streaks in survey images, where the same line-source abstraction holds.
  • The Antarctic evaluation is small (36 sequences, 2,228 frames), so the 73.2 MOTA should be read as a transferability proof of concept until tested on a larger, multi-site real set.
  • Because the segmentation mask suppresses stars and sky gradients, the Region-of-Interest Feature Enhancement module may generalize as a standalone astronomical streak enhancer, useful for detection tasks beyond tracking.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 6 minor

Summary. The paper proposes SDT-Net, a deep learning tracker for space debris that appears as line sources in astronomical images, and introduces SDTD, a synthetic dataset built by injecting simulated moving line-source debris into ZTF background images. SDT-Net detects left/right endpoints of each streak, uses a segmentation-mask-based Region-of-Interest Feature Enhancement (RoI-FE) module, and performs cross-frame association by predicting endpoint offsets. The authors report state-of-the-art results on SDTD test splits (MOTA 87.7 on the debris split, 70.3 on the dense split) and on a real Antarctic dataset (MOTA 73.2 vs. 69.3 for OCSORT), claiming strong transferability to real-world scenarios.

Significance. If the real-world transferability claim survives scrutiny, the work would be a valuable contribution: it is the first large-scale benchmark for space debris tracking, uses a plausible observation-based simulation idea, and demonstrates a tailored architecture that outperforms generic MOT baselines on both synthetic and real data. The paper includes comparisons with many standard trackers and provides an ablation study, which is helpful. However, the central transferability claim rests on a small, incompletely specified real-data evaluation, and the synthetic benchmark may largely reflect the simulator's own generative assumptions. The absence of released code/data, unspecified simulator parameters, and missing statistical rigor currently prevent independent verification of the main claims.

major comments (5)
  1. [5.5 (Table 4)] The real-data evaluation (Section 5.5, Table 4) is the primary support for the paper's headline transferability claim, but it reports only aggregate MOTA/HOTA/DetA over 36 sequences without error bars, a per-sequence breakdown, or a statistical test. Since the gap over OCSORT is 3.9 MOTA points (73.2 vs. 69.3), the result may be within run-to-run or sequence-to-sequence variability. Furthermore, the paper does not specify how predicted line-source endpoints are converted to detections for MOTA computation (e.g., bounding boxes, IoU threshold, unmatched-endpoint handling). Please provide per-sequence results, confidence intervals (e.g., bootstrap across sequences), and a precise matching protocol.
  2. [3.2 and 4.5] The synthetic benchmark (Table 2) is generated by the authors' own simulator (Section 3.2), and SDT-Net's endpoint/velocity design mirrors that simulator: debris are rectangles moving at constant velocity (Eq. (5)), detected as endpoint pairs, and associated by offset prediction (Eq. (13)). However, the simulator's parameter distributions (K, l_k, w_k, θ_k, v_k, δ_psf, S, truncation) are never specified, and no quantitative validation against real debris statistics is provided (Fig. 8 and Fig. 12(b) are qualitative). To support the claim that SDTD captures real debris, please report the parameter ranges and a quantitative comparison of simulated vs. real debris in terms of length, width, velocity, and intensity profile.
  3. [3.3.1] The construction of the SDTD train/test split is not fully specified. The paper states that 1,000 of the 16,040 ZTF images are used to create two test sets, but it does not state whether the remaining 15,040 images are used for training, whether the test images are disjoint from training images at the base-image level, or how the 1,000 images were sampled. If any base image appears in both training and test videos, the reported numbers are optimistically biased. Please describe the split procedure and verify that no leakage occurs.
  4. [5.4 (Table 3)] The ablation study contains internal inconsistencies that make the contribution of individual modules unclear. The text says 'The complete SDT-Net (row c)' but row (c) lacks the offset module, while row (d) is the full model; the RoI-FE comparison is described as 'rows b and d', but those rows differ in both RoI-FE and the offset module. Please correct the row references and report ablations that vary one component at a time so that the gains of LSE, RoI-FE, and the offset module can be isolated.
  5. [5.3 (Table 2) and 3.3.2] The comparison with existing MOT methods (Table 2) is difficult to interpret without a description of how the line-source annotations are converted to the bounding-box format expected by DeepSORT, ByteTrack, OCSORT, etc. Additionally, the dense debris test set is described in Section 3.3.2 as containing 'usually more than three' debris, but Table 2 defines it as 1 ≤ n ≤ 5, which overlaps with the debris split (n ≤ 2). Please clarify the representation used for all methods and the precise density ranges of the test splits.
minor comments (6)
  1. [Equations (5) and (6)] There are typographical errors in the equations: Eq. (5) uses x1_l for the first frame's x-coordinate, which should be x1_k; Eq. (6) writes the Gaussian exponent as (y - y2_c)^2, which appears to be a typo for (y - y_c)^2.
  2. [Abstract / Introduction / Table 1] The number of debris instances is inconsistent: the abstract says 250,000 synthetic debris, the introduction says 25,000 annotated debris instances, and Table 1 reports 65,562 images while the text mentions 62,562 frames. Please reconcile these numbers.
  3. [Section 5.5] The section title 'Qualitative Results' contains the quantitative real-world evaluation (Table 4); consider renaming it to something like 'Real-World Evaluation' and moving qualitative examples to a separate subsection.
  4. [Section 6] The conclusion states 'we conduct a user study on real-world data,' but no user study is described in the paper; this appears to be a wording error that should be corrected.
  5. [Section 5.1] The association radius r is set to 200, but the unit is not specified and no sensitivity analysis is provided; since this parameter directly affects data association, a brief discussion would be useful.
  6. [Figure 5 caption] The caption's explanation of green/red boxes in terms of IoU is unclear and could be mistaken for a metric description; please rephrase to clarify the visualization convention.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the headline transferability claim rests on an independent real-data evaluation, not on the synthetic benchmark.

full rationale

The synthetic SDTD benchmark is generated by the authors' own simulator: Eq. (5) produces each new center by constant-velocity displacement, and Eq. (15) trains SDT-Net's offset head to predict exactly c_t - c_{t-1}. Consequently the synthetic Table 2 results partly reward a tracker whose motion model is aligned with the generator; this is a simulator-realism/domain-gap concern, not circularity, because supervised training and evaluation on the same distribution is standard benchmark practice. The paper does not rename a fitted parameter as a prediction, and it does not rely on any self-citation to justify its architecture or dataset. The abstract's load-bearing claim, 'strong transferability to real-world scenarios,' is supported by Section 5.5 and Table 4 on 36 real Antarctic sequences with expert annotations, which is external to the simulation pipeline. The absence of confidence intervals and per-sequence statistics in Table 4 weakens the statistical force of that result but does not make it circular.

Assumptions & free parameters 3 free parameters · 3 assumptions · 0 invented entities

The central claims rest on the simulator's realism and the constant-velocity motion model, neither of which is quantitatively validated; the loss weights and simulator distributions are tuned by hand, and the evaluation is on a test set the authors generated.

free parameters (3)
  • Simulator parameter distributions for line length l_k, width w_k, velocity angle θ_k, velocity magnitude v_k, and…
    Section 3.2.1 states these are randomly sampled but gives no ranges or distributions; the visual realism and difficulty of SDTD depend on these hand-chosen values without independent calibration.
  • PSF diffusion standard deviation δ_psf and scale factor S
    Eq. (6) controls the intensity profile of simulated debris; neither δ_psf nor S is specified, so the match to real CCD PSFs cannot be checked.
  • Loss weights and association radius = λ_emb=1, λ_hm=10, λ_off=0.1, r=200
    Section 5.1 fixes these hyperparameters; no sensitivity analysis is provided, and the stated association radius is part of the reported performance.
assumptions (3)
  • domain assumption Simulated streaks are representative of real space debris appearance
    Stated in Section 3.2.2 'Post Processing for Realistic' and validated only qualitatively in Fig. 8; the real-world transfer claim rests on this.
  • domain assumption Space debris moves with constant velocity over short video sequences
    Eq. (5) generates positions by fixed velocity; the association head learns this model. Real debris can have non-uniform apparent motion.
  • domain assumption ZTF sky backgrounds are representative of skylight complexity at other observatories
    SDTD is built only from ZTF images (Section 3.1.1); Antarctic Station data are used only as a small test set, so out-of-distribution robustness is inferred from 36 sequences.

how reviews work

0 comments
Cite this review

Pith. "Pith review of High Performance Space Debris Tracking in Complex Skylight Backgrounds with a Large-Scale Dataset." pith.science (2026). https://pith.science/paper/ND56RMMW

@misc{pith2026250602614,
  author       = {Pith},
  title        = {Pith review of: High Performance Space Debris Tracking in Complex Skylight Backgrounds with a Large-Scale Dataset},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/ND56RMMW}},
  note         = {Machine review of arXiv:2506.02614}
}
read the original abstract

With the rapid development of space exploration, space debris has attracted more attention due to its potential extreme threat, leading to the need for real-time and accurate debris tracking. However, existing methods are mainly based on traditional signal processing, which cannot effectively process the complex background and dense space debris. In this paper, we propose a deep learning-based Space Debris Tracking Network~(SDT-Net) to achieve highly accurate debris tracking. SDT-Net effectively represents the feature of debris, enhancing the efficiency and stability of end-to-end model learning. To train and evaluate this model effectively, we also produce a large-scale dataset Space Debris Tracking Dataset (SDTD) by a novel observation-based data simulation scheme. SDTD contains 18,040 video sequences with a total of 62,562 frames and covers 250,000 synthetic space debris. Extensive experiments validate the effectiveness of our model and the challenging of our dataset. Furthermore, we test our model on real data from the Antarctic Station, achieving a MOTA score of 73.2%, which demonstrates its strong transferability to real-world scenarios. Our dataset and code will be released soon.

Figures

Figures reproduced from arXiv: 2506.02614 by the authors.

Figure 1
Figure 1. Illustration of the space debris formation and tracking pipeline using synthetic labels. It includes the simulation [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Overview of the space debris simulation pipeline. Step 1: Data Collection. Step 2: ZTF Raw Data Filtering. [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Overview of SDTD dataset statistics and analysis of debris simulation intensity distribution. (a) The left [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (9 more)
Figure 4
Figure 4. Figure 4: The overall pipeline of our SDT-Net. The inputs are the current frame [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Visualization example of the tracking results of the SDTD model on the test set. The green bounding [PITH_FULL_IMAGE:figures/full_fig_p010_5.png]
Figure 6
Figure 6. Figure 6: Visualization of sample tracking results of real-world observations. Left: real-world debris observation. Right: [PITH_FULL_IMAGE:figures/full_fig_p011_6.png]
Figure 7
Figure 7. Figure 7: Data example of complex skylight background. [PITH_FULL_IMAGE:figures/full_fig_p015_7.png]
Figure 8
Figure 8. Figure 8: Comparison of debris simulation and real-world debris. The green bounding box represents real-world debris, [PITH_FULL_IMAGE:figures/full_fig_p015_8.png]
Figure 9
Figure 9. Figure 9: Dynamic imaging process of space debris. [PITH_FULL_IMAGE:figures/full_fig_p016_9.png]
Figure 10
Figure 10. Figure 10: SDT-Net tracking results in the real-world data. [PITH_FULL_IMAGE:figures/full_fig_p016_10.png]
Figure 11
Figure 11. Figure 11: SDT-Net test tracking result example in SDTD. [PITH_FULL_IMAGE:figures/full_fig_p017_11.png]
Figure 12
Figure 12. Figure 12: SDT-Net test tracking result example in SDTD, including at least two debris. [PITH_FULL_IMAGE:figures/full_fig_p017_12.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

42 extracted references · 28 canonical work pages

  1. [1]

    Can a satellite dodge space debris? Acta Astronautica, 2024

    JI Katz. Can a satellite dodge space debris? Acta Astronautica, 2024

  2. [2]

    Space debris and satellite laser ranging combined using a megahertz system

    Michael A Steindorfer, Peiyuan Wang, Franz Koidl, and Georg Kirchner. Space debris and satellite laser ranging combined using a megahertz system. Nature Communications, 16(1):1–12, 2025

  3. [3]

    Infrared point target detection with improved template matching

    Ruiming Liu, Yanhong Lu, Chenglong Gong, and Yang Liu. Infrared point target detection with improved template matching. Infrared Physics & Technology, 55(4):380–387, 2012

  4. [4]

    Space object detection in images using matched filter bank and bayesian update

    Timothy S Murphy, Marcus J Holzinger, and Brien Flewelling. Space object detection in images using matched filter bank and bayesian update. Journal of Guidance, Control, and Dynamics, 40(3):497–509, 2017

  5. [5]

    A real-time detection and positioning method for small and weak targets using a 1d morphology-based approach in 2d images

    Min-Song Wei, Fei Xing, and Zheng You. A real-time detection and positioning method for small and weak targets using a 1d morphology-based approach in 2d images. Light: Science & Applications, 7(5):18006–18006, 2018

  6. [6]

    Automatic space debris extraction channel based on large field of view photoelectric detection system

    Ping Jiang, Chengzhi Liu, Wenbo Yang, Zhe Kang, and Zhenwei Li. Automatic space debris extraction channel based on large field of view photoelectric detection system. Publications of the Astronomical Society of the Pacific, 134(1032):024503, 2022

  7. [7]

    Object detection in 20 years: A survey

    Zhengxia Zou, Keyan Chen, Zhenwei Shi, Yuhong Guo, and Jieping Ye. Object detection in 20 years: A survey. Proceedings of the IEEE, 111(3):257–276, 2023

  8. [8]

    Visual object tracking with discriminative filters and siamese networks: a survey and outlook

    Sajid Javed, Martin Danelljan, Fahad Shahbaz Khan, Muhammad Haris Khan, Michael Felsberg, and Jiri Matas. Visual object tracking with discriminative filters and siamese networks: a survey and outlook. IEEE transactions on pattern analysis and machine intelligence, 45(5):6552–6574, 2022

Show all 42 references
  1. [9]

    The lyman-alpha solar telescope (lst) for the aso-s mission—i

    Hui Li, Bo Chen, Li Feng, Ying Li, Yu Huang, Jing-Wei Li, Lei Lu, Jian-Chao Xue, Bei-Li Ying, Jie Zhao, et al. The lyman-alpha solar telescope (lst) for the aso-s mission—i. scientific objectives and overview. Research in Astronomy and Astrophysics, 19(11):158, 2019

  2. [10]

    Science with the 2.5-meter wide field survey telescope (wfst)

    Tinggui Wang, Guilin Liu, Zhenyi Cai, Jinjun Geng, Min Fang, Haoning He, Ji-an Jiang, Ning Jiang, Xu Kong, Bin Li, et al. Science with the 2.5-meter wide field survey telescope (wfst). Science China Physics, Mechanics & Astronomy, 66(10):109512, 2023

  3. [11]

    A new pattern for detection of streak-like space target from single optical images

    Bin Lin, Lijun Zhong, Sheng Zhuge, Xia Yang, Yang Yang, Kunpeng Wang, and Xiaohu Zhang. A new pattern for detection of streak-like space target from single optical images. IEEE Transactions on Geoscience and Remote Sensing, 60:1–13, 2021

  4. [12]

    Simulation of astronomical images from optical survey telescopes using a comprehensive photon monte carlo approach

    JR Peterson, JG Jernigan, SM Kahn, AP Rasmussen, E Peng, Z Ahmad, J Bankert, C Chang, C Claver, DK Gilmore, et al. Simulation of astronomical images from optical survey telescopes using a comprehensive photon monte carlo approach. The Astrophysical Journal Supplement Series, 2...

  5. [13]

    Updated point spread function simulations for jwst with webbpsf

    Marshall D Perrin, Anand Sivaramakrishnan, Charles-Philippe Lajoie, Erin Elliott, Laurent Pueyo, Swara Ravin- dranath, and Loïc Albert. Updated point spread function simulations for jwst with webbpsf. In Space telescopes and instrumentation 2014: optical, infrared, and millime...

  6. [14]

    Sdebrisnet: A spatial–temporal saliency network for space debris detection

    Jiang Tao, Yunfeng Cao, and Meng Ding. Sdebrisnet: A spatial–temporal saliency network for space debris detection. Applied Sciences, 13(8):4955, 2023

  7. [15]

    Sstd: Stripe-like space target detection using single-point weak supervision

    Zijian Zhu, Ali Zia, Xuesong Li, Bingbing Dan, Yuebo Ma, Enhai Liu, and Rujin Zhao. Sstd: Stripe-like space target detection using single-point weak supervision. arXiv preprint arXiv:2407.18097, 2024

  8. [16]

    Are we ready for autonomous driving? the kitti vision benchmark suite

    Andreas Geiger, Philip Lenz, and Raquel Urtasun. Are we ready for autonomous driving? the kitti vision benchmark suite. In 2012 IEEE conference on computer vision and pattern recognition, pages 3354–3361. IEEE, 2012. 12 A PREPRINT - S EPTEMBER 17, 2025

  9. [17]

    Simple online and realtime tracking

    Alex Bewley, Zongyuan Ge, Lionel Ott, Fabio Ramos, and Ben Upcroft. Simple online and realtime tracking. In 2016 IEEE international conference on image processing (ICIP), pages 3464–3468. Ieee, 2016

  10. [18]

    An introduction to the kalman filter

    Greg Welch, Gary Bishop, et al. An introduction to the kalman filter. 1995

  11. [19]

    The hungarian method for the assignment problem

    Harold W Kuhn. The hungarian method for the assignment problem. Naval research logistics quarterly, 2(1- 2):83–97, 1955

  12. [20]

    Simple online and realtime tracking with a deep association metric

    Nicolai Wojke, Alex Bewley, and Dietrich Paulus. Simple online and realtime tracking with a deep association metric. In 2017 IEEE international conference on image processing (ICIP), pages 3645–3649. IEEE, 2017

  13. [21]

    Tracking objects as points

    Xingyi Zhou, Vladlen Koltun, and Philipp Krähenbühl. Tracking objects as points. In European conference on computer vision, pages 474–490. Springer, 2020

  14. [22]

    Objects as points

    Xingyi Zhou, Dequan Wang, and Philipp Krähenbühl. Objects as points. arXiv preprint arXiv:1904.07850, 2019

  15. [23]

    Bytetrack: Multi-object tracking by associating every detection box

    Yifu Zhang, Peize Sun, Yi Jiang, Dongdong Yu, Fucheng Weng, Zehuan Yuan, Ping Luo, Wenyu Liu, and Xinggang Wang. Bytetrack: Multi-object tracking by associating every detection box. In European conference on computer vision, pages 1–21. Springer, 2022

  16. [24]

    Space debris automation detection and extraction based on a wide-field surveillance system

    Ping Jiang, Chengzhi Liu, Wenbo Yang, Zhe Kang, Cunbo Fan, and Zhenwei Li. Space debris automation detection and extraction based on a wide-field surveillance system. The Astrophysical Journal Supplement Series, 259(1):4, 2022

  17. [25]

    Enhanced yolov8-based method for space debris detection using cross-scale feature fusion

    Yang Guo, Xianlong Yin, Yao Xiao, Zhengxu Zhao, Xu Yang, and Chenggang Dai. Enhanced yolov8-based method for space debris detection using cross-scale feature fusion. Discover Applied Sciences, 7(2):95, 2025

  18. [26]

    Detection and classification of astronomical targets with deep neural networks in wide-field small aperture telescopes

    Peng Jia, Qiang Liu, and Yongyang Sun. Detection and classification of astronomical targets with deep neural networks in wide-field small aperture telescopes. The Astronomical Journal, 159(5):212, 2020

  19. [27]

    Faster r-cnn: Towards real-time object detection with region proposal networks

    Shaoqing Ren, Kaiming He, Ross Girshick, and Jian Sun. Faster r-cnn: Towards real-time object detection with region proposal networks. Advances in neural information processing systems, 28, 2015

  20. [28]

    Deep residual learning for image recognition

    Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 770–778, 2016

  21. [29]

    The zwicky transient facility

    Eric Bellm. The zwicky transient facility. In The Third Hot-wiring the Transient Universe Workshop, volume 27, 2014

  22. [30]

    Astronomical data analysis software and systems xii

    Harry Edward Payne, Robert I Jedrzejewski, and Richard N Hook. Astronomical data analysis software and systems xii. Astronomical Data Analysis Software and Systems XII, 295, 2003

  23. [31]

    Distinguishing features of ccd astrometry of faint geo objects

    Vladimir Kouprianov. Distinguishing features of ccd astrometry of faint geo objects. Advances in Space Research, 41(7):1029–1038, 2008

  24. [32]

    Deep layer aggregation

    Fisher Yu, Dequan Wang, Evan Shelhamer, and Trevor Darrell. Deep layer aggregation. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 2403–2412, 2018

  25. [33]

    Cornernet: Detecting objects as paired keypoints

    Hei Law and Jia Deng. Cornernet: Detecting objects as paired keypoints. In Proceedings of the European conference on computer vision (ECCV), pages 734–750, 2018

  26. [34]

    Lsd: A line segment detector

    Rafael Grompone V on Gioi, Jérémie Jakubowicz, Jean-Michel Morel, and Gregory Randall. Lsd: A line segment detector. Image Processing On Line, 2:35–55, 2012

  27. [35]

    Real-time multiple people tracking with deeply learned candidate selection and person re-identification

    Long Chen, Haizhou Ai, Zijie Zhuang, and Chong Shang. Real-time multiple people tracking with deeply learned candidate selection and person re-identification. In 2018 IEEE international conference on multimedia and expo (ICME), pages 1–6. IEEE, 2018

  28. [36]

    Chained-tracker: Chaining paired attentive regression results for end-to-end joint multiple- object detection and tracking

    Jinlong Peng, Changan Wang, Fangbin Wan, Yang Wu, Yabiao Wang, Ying Tai, Chengjie Wang, Jilin Li, Feiyue Huang, and Yanwei Fu. Chained-tracker: Chaining paired attentive regression results for end-to-end joint multiple- object detection and tracking. In Computer Vision–ECCV 20...

  29. [37]

    Yolox: Exceeding yolo series in 2021

    Z Ge. Yolox: Exceeding yolo series in 2021. arXiv preprint arXiv:2107.08430, 2021

  30. [38]

    Observation-centric sort: Rethinking sort for robust multi-object tracking

    Jinkun Cao, Jiangmiao Pang, Xinshuo Weng, Rawal Khirodkar, and Kris Kitani. Observation-centric sort: Rethinking sort for robust multi-object tracking. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 9686–9696, 2023

  31. [39]

    Mmdetection: Open mmlab detection toolbox and benchmark

    Kai Chen, Jiaqi Wang, Jiangmiao Pang, Yuhang Cao, Yu Xiong, Xiaoxiao Li, Shuyang Sun, Wansen Feng, Ziwei Liu, Jiarui Xu, et al. Mmdetection: Open mmlab detection toolbox and benchmark. arXiv preprint arXiv:1906.07155, 2019. 13 A PREPRINT - S EPTEMBER 17, 2025

  32. [40]

    Pytorch: An imperative style, high-performance deep learning library

    Adam Paszke, Sam Gross, Francisco Massa, Adam Lerer, James Bradbury, Gregory Chanan, Trevor Killeen, Zeming Lin, Natalia Gimelshein, Luca Antiga, et al. Pytorch: An imperative style, high-performance deep learning library. Advances in neural information processing systems, 32, 2019

  33. [41]

    Evaluating multiple object tracking performance: the clear mot metrics

    Keni Bernardin and Rainer Stiefelhagen. Evaluating multiple object tracking performance: the clear mot metrics. EURASIP Journal on Image and Video Processing, 2008:1–10, 2008

  34. [42]

    Hota: A higher order metric for evaluating multi-object tracking

    Jonathon Luiten, Aljosa Osep, Patrick Dendorfer, Philip Torr, Andreas Geiger, Laura Leal-Taixé, and Bastian Leibe. Hota: A higher order metric for evaluating multi-object tracking. International journal of computer vision, 129:548–578, 2021. 14 A PREPRINT - S EPTEMBER 17, 2025...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.