SearcharxivSearch

arXiv subjects

Linhong Li

Publications and source records attributed to Linhong Li.

5 recordsLinked to original sources

Efficient Generation and Quality Screening of Visible Windows for Regional SAR Reconnaissance

Regional synthetic aperture radar reconnaissance requires observation windows that satisfy geometric feasibility under side-looking constraints and deliver interpretable image quality. This paper develops an efficient framework for visible window generation and per-window signal-level quality assessment. Window construction proceeds through three stages: coarse angular bandpass screening eliminates orbit arcs without potential target intersection, a planar characteristic curve containment test on the sensor calculation plane determines the precise geometry feasible intervals, and one-dimensional boundary bisection resolves each entry and exit epoch to subsecond precision. Each geometry feasible window then undergoes a companion point target stripmap simulation that measures range and azimuth impulse response width, peak sidelobe ratio, and integrated sidelobe ratio against mission-dependent acceptance thresholds. Numerical experiments validate the three-stage generation pipeline against an independent STK reference and demonstrate that the quality screening procedure differentiates imaging performance across observation windows with measurably different geometry. The framework provides an auditable preprocessing stage that converts continuous time regional visibility into quality-qualified observation windows suitable for subsequent mission planning.

physics.geo-ph

An Analytic Solution to the Optimal Spherical Dubins Path Problem with Geodesic Curvature Constraints

Computing shortest paths for curvature-constrained Dubins vehicles on the unit sphere is fundamental to many engineering applications, including long-range flight planning, persistent surveillance patterns, and global routing problems where great circles are natural routes. Numerical optimization methods on $\SO(3)$ suffer from sensitivity to initialization, may converge to local minima, and often miss feasible solution branches. This paper proposes a unified analytic computational approach for spherical Dubins CGC and CCC paths that overcomes these limitations. By exploiting the axis-fixing property of rotations and developing a closed-form back-substitution method using geometric projection, the three-dimensional boundary value problem is reduced to solving a quadratic polynomial equation. The proposed analytic solver achieves machine precision accuracy with errors on the order of $10^{-16}$, is approximately $717$ times faster than numerical methods under the same computational environment, and systematically enumerates all feasible solution branches without requiring exhaustive multi-start initialization. The method provides closed-form solutions for optimal path computation in the regime where turning radius $\Rturn \in (0, 1/2]$, corresponding to $U_{\max} \geq \sqrt{3}$.

physics.geo-ph

Surf or sleep? Understanding the influence of bedtime patterns on campus

Poor sleep habits may cause serious problems of mind and body, and it is a commonly observed issue for college students due to study workload as well as peer and social influence. Understanding its impact and identifying students with poor sleep habits matters a lot in educational management. Most of the current research is either based on self-reports and questionnaires, suffering from a small sample size and social desirability bias, or the methods used are not suitable for the education system. In this paper, we develop a general data-driven method for identifying students' sleep patterns according to their Internet access pattern stored in the education management system and explore its influence from various aspects. First, we design a Possion-based probabilistic mixture model to cluster students according to the distribution of bedtime and identify students who are used to staying up late. Second, we profile students from five aspects (including eight dimensions) based on campus-behavior data and build Bayesian networks to explore the relationship between behavioral characteristics and sleeping habits. Finally, we test the predictability of sleeping habits. This paper not only contributes to the understanding of student sleep from a cognitive and behavioral perspective but also presents a new approach that provides an effective framework for various educational institutions to detect the sleeping patterns of students.

cs.AI

Neural Topic Models with Survival Supervision: Jointly Predicting Time-to-Event Outcomes and Learning How Clinical Features Relate

We present a neural network framework for learning a survival model to predict a time-to-event outcome while simultaneously learning a topic model that reveals feature relationships. In particular, we model each subject as a distribution over "topics", where a topic could, for instance, correspond to an age group, a disorder, or a disease. The presence of a topic in a subject means that specific clinical features are more likely to appear for the subject. Topics encode information about related features and are learned in a supervised manner to predict a time-to-event outcome. Our framework supports combining many different topic and survival models; training the resulting joint survival-topic model readily scales to large datasets using standard neural net optimizers with minibatch gradient descent. For example, a special case is to combine LDA with a Cox model, in which case a subject's distribution over topics serves as the input feature vector to the Cox model. We explain how to address practical implementation issues that arise when applying these neural survival-supervised topic models to clinical data, including how to visualize results to assist clinical interpretation. We study the effectiveness of our proposed framework on seven clinical datasets on predicting time until death as well as hospital ICU length of stay, where we find that neural survival-supervised topic models achieve competitive accuracy with existing approaches while yielding interpretable clinical topics that explain feature relationships. Our code is available at: https://github.com/georgehc/survival-topics

cs.LG

Non-Determinism in Neural Networks for Adversarial Robustness

Recent breakthroughs in the field of deep learning have led to advancements in a broad spectrum of tasks in computer vision, audio processing, natural language processing and other areas. In most instances where these tasks are deployed in real-world scenarios, the models used in them have been shown to be susceptible to adversarial attacks, making it imperative for us to address the challenge of their adversarial robustness. Existing techniques for adversarial robustness fall into three broad categories: defensive distillation techniques, adversarial training techniques, and randomized or non-deterministic model based techniques. In this paper, we propose a novel neural network paradigm that falls under the category of randomized models for adversarial robustness, but differs from all existing techniques under this category in that it models each parameter of the network as a statistical distribution with learnable parameters. We show experimentally that this framework is highly robust to a variety of white-box and black-box adversarial attacks, while preserving the task-specific performance of the traditional neural network model.

cs.LG