arXiv ScienceSearch

arXiv subjects

Ce Yang

Publications and source records attributed to Ce Yang.

12 recordsLinked to original sources

UAV3DCrop: Benchmarking 3D Reconstruction in Repeated Multi-Angle UAV Crop Surveys

Accurate 3D crop monitoring underpins data-driven precision agriculture by enabling field-scale analysis of plant structure, growth dynamics, and management response. Modern 3D reconstruction methods perform strongly on generic benchmarks, but rendered appearance may not translate into metrically and agronomically useful geometry in crop fields. We introduce UAV3DCrop, a public benchmark of repeated multi-angle unmanned aerial vehicle (UAV) crop surveys. It contains 88,830 RGB images at $5280 \times 3956$ pixels, with a ground sampling distance of 3.6-5.8 mm, from 91 scenes spanning corn, soybean, wheat, and oat. Track A evaluates seven scene-optimized methods -- Neural Radiance Field (NeRF) and 3D Gaussian Splatting (3DGS) variants -- on held-out views, photogrammetry-referenced depth, and canopy-height recovery. Track B tests four pretrained feed-forward models on zero-shot camera-pose and geometry estimation. The scene-optimized methods rank differently across the three targets: Splatfacto-big leads appearance, whereas Scaffold-GS leads depth and is statistically tied with Splatfacto for canopy height. Among feed-forward models, MapAnything leads on seven of the eight metrics, while the remaining models vary more across crops and fail severely on absolute scale in a way that alignment conceals. Repeated acquisitions reveal further sensitivities that differ by output type and by model, associated with position within the acquisition sequence and with tie-point multiplicity. Current 3D reconstruction methods are therefore not yet interchangeable for agronomic use: no single method wins on appearance, geometry, and canopy height at once, and only one of four feed-forward models recovers usable metric scale. The dataset is publicly available at https://link-dev.github.io/UAV3DCrop/

cs.CV

DMA: Online RAG Alignment with Human Feedback

Retrieval-augmented generation (RAG) systems often rely on static retrieval, limiting adaptation to evolving intent and content drift. We introduce Dynamic Memory Alignment (DMA), an online learning framework that systematically incorporates multi-granularity human feedback to align ranking in interactive settings. DMA organizes document-, list-, and response-level signals into a coherent learning pipeline: supervised training for pointwise and listwise rankers, policy optimization driven by response-level preferences, and knowledge distillation into a lightweight scorer for low-latency serving. Throughout this paper, memory refers to the model's working memory, which is the entire context visible to the LLM for In-Context Learning. We adopt a dual-track evaluation protocol mirroring deployment: (i) large-scale online A/B ablations to isolate the utility of each feedback source, and (ii) few-shot offline tests on knowledge-intensive benchmarks. Online, a multi-month industrial deployment further shows substantial improvements in human engagement. Offline, DMA preserves competitive foundational retrieval while yielding notable gains on conversational QA (TriviaQA, HotpotQA). Taken together, these results position DMA as a principled approach to feedback-driven, real-time adaptation in RAG without sacrificing baseline capability.

cs.AI

Exceptional Point-enhanced Rydberg Atomic Electrometers

Rydberg atoms, with their large transition dipole moments and extreme sensitivity to electric fields, have attracted widespread attention as promising candidates for next-generation quantum precision electrometry. Meanwhile, exceptional points (EPs) in non-Hermitian systems have opened new avenues for ultrasensitive metrology. Despite increasing interest in non-Hermitian physics, EP-enhanced sensitivity has rarely been explored in Rydberg atomic platforms. Here, we provide a new theoretical understanding of Autler-Townes (AT)-based Rydberg electrometry under non-Hermitian conditions, showing that dissipation fundamentally modifies the spectral response and enables sensitivity enhancement via EP-induced nonlinearity. Experimentally, we realize a second-order EP in a passive thermal Rydberg system without requiring gain media or cryogenics, and demonstrate the first EP-enhanced atomic electrometer. The EP can be tuned in real time by adjusting laser and microwave parameters, forming a flexible and scalable platform. Near the EP, the system exhibits a square-root response, yielding a nearly 20-fold enhancement in responsivity. Using amplitude-based detection, we achieve a sensitivity of $22.68~\mathrm{nV cm^{-1} Hz^{-1/2}}$ under realistic conditions. Our work establishes a practical, tunable platform for EP-enhanced sensing and real-time control, with broad implications for quantum metrology in open systems.

physics.atom-ph

Exposure measurement error correction in longitudinal studies with discrete outcomes

Environmental epidemiologists are often interested in estimating the effect of time-varying functions of the exposure history on health outcomes. However, the individual exposure measurements that constitute the history upon which an exposure history function is constructed are usually subject to measurement errors. To obtain unbiased estimates of the effects of such mismeasured functions in longitudinal studies with discrete outcomes, a method applicable to the main study/validation study design is developed. Various estimation procedures are explored. Simulation studies were conducted to assess its performance compared to standard analysis, and we found that the proposed method had good performance in terms of finite sample bias reduction and nominal coverage probability improvement. As an illustrative example, we applied the new method to a study of long-term exposure to PM2.5, in relation to the occurrence of anxiety disorders in the Nurses Health Study II. Failing to correct the error-prone exposure can lead to an underestimation of the chronic exposure effect of PM2.5.

stat.ME

Statistical methods for cost-effectiveness analysis of left-truncated censored survival data with treatment delays

The incremental cost-effectiveness ratio (ICER) and incremental net benefit (INB) are widely used for cost-effectiveness analysis. We develop methods for estimation and inference for the ICER and INB which use the semiparametric stratified Cox proportional hazard model, allowing for adjustment for risk factors. Since in public health settings, patients often begin treatment after they become eligible, we account for delay times in treatment initiation. Excellent finite sample properties of the proposed estimator are demonstrated in an extensive simulation study under different delay scenarios. We apply the proposed method to evaluate the cost-effectiveness of switching treatments among AIDS patients in Tanzania.

stat.ME

Measurement Error Correction for Spatially Defined Environmental Exposures in Survival Analysis

Environmental exposures are often defined using buffer zones around geocoded home addresses, but these static boundaries can miss dynamic daily activity patterns, leading to biased results. This paper presents a novel measurement error correction method for spatially defined environmental exposures within a survival analysis framework using the Cox proportional hazards model. The method corrects high-dimensional surrogate exposures from geocoded residential data at multiple buffer radii by applying principal component analysis for dimension reduction and leveraging external GPS-tracked validation datasets containing true exposure measurements. It also derives the asymptotic properties and variances of the proposed estimators. Extensive simulations are conducted to evaluate the performance of the proposed estimators, demonstrating its ability to improve accuracy in estimated exposure effects. An illustrative application assesses the impact of greenness exposure on depression incidence in the Nurses' Health Study (NHS). The results demonstrate that correcting for measurement error significantly enhances the accuracy of exposure estimates. This method offers a critical advancement for accurately assessing the health impacts of environmental exposures, outperforming traditional static buffer approaches.

stat.ME

Pistis-RAG: Enhancing Retrieval-Augmented Generation with Human Feedback

RAG systems face limitations when semantic relevance alone does not guarantee improved generation quality. This issue becomes particularly evident due to the sensitivity of large language models (LLMs) to the ordering of few-shot prompts, which can affect model performance. To address this challenge, aligning LLM outputs with human preferences using structured feedback, such as options to copy, regenerate, or dislike, offers a promising method for improvement. This feedback is applied to the entire list of inputs rather than giving specific ratings for individual documents, making it a Listwide Labels Learning-to-Rank task. To address this task, we propose Pistis-RAG, a new RAG framework designed with a content-centric approach to better align LLMs with human preferences. Pistis-RAG effectively utilizes human feedback, enhancing content ranking and generation quality. To validate our framework, we use public datasets to simulate human feedback, allowing us to evaluate and refine our method effectively. Experimental results indicate that Pistis-RAG improves alignment with human preferences relative to the baseline RAG system, showing a 6.06% increase in MMLU (English) and a 7.08% increase in C-EVAL (Chinese) accuracy metrics. These results highlight Pistis-RAG's effectiveness in overcoming the limitations associated with traditional RAG approaches.

cs.IR

Learning to Simulate Unseen Physical Systems with Graph Neural Networks

Simulation of the dynamics of physical systems is essential to the development of both science and engineering. Recently there is an increasing interest in learning to simulate the dynamics of physical systems using neural networks. However, existing approaches fail to generalize to physical substances not in the training set, such as liquids with different viscosities or elastomers with different elasticities. Here we present a machine learning method embedded with physical priors and material parameters, which we term as "Graph-based Physics Engine" (GPE), to efficiently model the physical dynamics of different substances in a wide variety of scenarios. We demonstrate that GPE can generalize to materials with different properties not seen in the training set and perform well from single-step predictions to multi-step roll-out simulations. In addition, introducing the law of momentum conservation in the model significantly improves the efficiency and stability of learning, allowing convergence to better models with fewer training steps.

cs.LG

Aerial hyperspectral imagery and deep neural networks for high-throughput yield phenotyping in wheat

Crop production needs to increase in a sustainable manner to meet the growing global demand for food. To identify crop varieties with high yield potential, plant scientists and breeders evaluate the performance of hundreds of lines in multiple locations over several years. To facilitate the process of selecting advanced varieties, an automated framework was developed in this study. A hyperspectral camera was mounted on an unmanned aerial vehicle to collect aerial imagery with high spatial and spectral resolution. Aerial images were captured in two consecutive growing seasons from three experimental yield fields composed of hundreds experimental plots (1x2.4 meter), each contained a single wheat line. The grain of more than thousand wheat plots was harvested by a combine, weighed, and recorded as the ground truth data. To leverage the high spatial resolution and investigate the yield variation within the plots, images of plots were divided into sub-plots by integrating image processing techniques and spectral mixture analysis with the expert domain knowledge. Afterwards, the sub-plot dataset was divided into train, validation, and test sets using stratified sampling. Subsequent to extracting features from each sub-plot, deep neural networks were trained for yield estimation. The coefficient of determination for predicting the yield of the test dataset at sub-plot scale was 0.79 with root mean square error of 5.90 grams. In addition to providing insights into yield variation at sub-plot scale, the proposed framework can facilitate the process of high-throughput yield phenotyping as a valuable decision support tool. It offers the possibility of (i) remote visual inspection of the plots, (ii) studying the effect of crop density on yield, and (iii) optimizing plot size to investigate more lines in a dedicated field each year.

eess.IV

A Bound on the Rate of Convergence in the Central Limit Theorem for Renewal Processes under Second Moment Conditions

A famous result in renewal theory is the Central Limit Theorem for renewal processes. As in applications usually only observations from a finite time interval are available, a bound on the Kolmogorov distance to the normal distribution is desirable. Here we provide an explicit non-uniform bound for the Renewal Central Limit Theorem based on Stein's method and track the explicit values of the constants. For this bound the inter-arrival time distribution is required to have only a second moment. As an intermediate result of independent interest we obtain explicit bounds in a non-central Berry-Ess\'{e}n theorem under second moment conditions.

math.PR

Tomography of the temporal-spectral state of subnatural-linewidth single photons from atomic ensembles

Subnatural-linewidth single-photon source is a potential candidate for exploring the time degree of freedom in photonic quantum information science. This type of single-photon source has been demonstrated to be generated and reshaped in atomic ensembles without any external cavity or filter, and is typically characterized through photon-counting technology. However, the full complex temporal mode function(TMF) of the photon source is not able to be revealed from direct photon counting measurement. Here, for the first time, we demonstrate the complete temporal mode of the subnatural-linewidth single photons generated from a cold atomic cloud. Through heterodyne detection between the single photon and a local oscillator with various central frequencies, we recover the temporal density matrix of the single photons at resolvable time bins. Further we demonstrate that the reduced autocorrelation function measured through homodyne detection perfectly reveals the pure temporal-spectral state of the subnatural-linewidth single photons.

quant-ph

Band Alignment of 2D Semiconductors for Designing Heterostructures with Momentum Space Matching

We present a comprehensive study of the band alignments of two-dimensional (2D) semiconducting materials and highlight the possibilities of forming momentum-matched type I, II and III heterojunctions; an enticing possibility being atomic heterostructures where the constituent monolayers have band edges at the zone center. Our study, which includes the Group IV and III-V compound monolayer materials, Group V elemental monolayer materials, transition metal dichalcogenides (TMD) and transition metal trichalcogenides (TMT) reveals that almost half of these materials have conduction and/or valence band edges residing at the zone center. Using first-principles density functional calculations, we present the type of the heterojunction for 903 different possible combination of these 2D materials which establishes a periodic table of heterojunctions.

cond-mat.mtrl-sci