SearcharxivSearch

arXiv subjects

Yue Yin

Publications and source records attributed to Yue Yin.

At least 19 recordsLinked to original sources

Saturation-Aware Predictive Quantization for Low-Power ECG Acquisition: A Benchmark of Taylor, Adaptive-Order, Kalman, and LSTM Predictors

Wearable electrocardiogram (ECG) monitors require energy-efficient analog-to-digital converters (ADCs), yet conventional successive-approximation-register (SAR) ADCs repeatedly resolve slowly varying most significant bits. Predictive quantization (PQ) instead estimates the next sample and quantizes only the residual, thereby reducing the required conversion depth. Its principal failure mode is residual saturation, which occurs when prediction error exceeds the residual ADC range and is irreversibly clipped. We compared four one-step-ahead predictors under a common 10-bit, saturation-aware PQ model with residual widths from 2 to 8 bits. The benchmark included first-order Taylor extrapolation, an adaptive-order predictor, a constant-velocity Kalman filter, and a two-layer long short-term memory (LSTM) network. We used an open-loop protocol in which all predictors received past original samples. This protocol isolates intrinsic prediction performance from recursive reconstruction-error propagation. Saturation rate (SR) was the primary metric, complemented by overflow energy ratio (OER), which weights each event by its squared overflow depth. On a 5,317-sample excerpt from MIT-BIH Arrhythmia Database Record 101, the Kalman predictor performed best at Br=6. It achieved 30.88 dB SNR, 2.16% SR, and 12.93% OER, compared with 28.39 dB, 2.69%, and 25.29% for Taylor extrapolation. The adaptive-order predictor achieved 29.61 dB SNR and 2.44% SR using three registers, two comparators, and no multiplier. The LSTM reached 29.28 dB SNR and did not outperform the model-based predictors on this limited-data benchmark. Under the evaluated excerpt and open-loop protocol, Br=6 provided a favorable balance between reconstruction fidelity and conversion depth. Closed-loop, multi-subject, and hardware validation are required before system-level energy or deployment claims can be made.

eess.SP

LingShu: A Large-Scale Symptom-Centric Contextualized Knowledge Graph Bridging Traditional Chinese Medicine and Modern Biomedicine

Biomedical knowledge graphs (KGs) are pivotal for knowledge organization, yet traditional binary relations often struggle to represent the conditional nature of biomedical knowledge. Symptoms provide a shared phenotypic layer for linking Traditional Chinese Medicine (TCM), which relies on symptom patterns for syndrome differentiation and treatment selection, with modern biomedicine, which connects clinical manifestations to diseases and molecular mechanisms. We present LingShu, a large-scale symptom-centric contextualized knowledge graph designed to bridge TCM and modern biomedicine. The exported version of LingShu analyzed in this study comprises 17.33 million atom-level entity records and 39.47 million relation records, including 17.19 million semantic triples and 22.29 million contextualized quadruples. LingShu integrates multi-source data, including clinical electronic medical records, authoritative TCM texts, biomedical ontologies, and curated knowledge bases, through a pipeline combining natural language processing, terminology normalization, and human-in-the-loop verification. A key innovation of LingShu is its hybrid data model: it maintains 64 typed triple relation patterns to ensure broad connectivity, while incorporating 35 contextual quadruple relation patterns to capture conditional medical associations. This dual-structure approach explicitly encodes conditional knowledge, providing a granular representation of the contexts associated with medical relations. These contextualized relations cover syndrome-dependent herb efficacy, disease-contextualized drug effects, population-specific clinical associations, and mechanism-related therapeutic responses. Furthermore, we developed a web platform (http://www.tcmkg.com/) that integrates graph visualization, graph-based reasoning, and an evidence-grounded knowledge question-answering agent.

cs.CL

A Kalman Filter-Assisted Data-Predictive SAR ADC With Reduced Switching Energy for Low-Power Applications

The proliferation of Internet of Things (IoT) devices and wearable health monitors has created an urgent demand for ultra-low-power analog-to-digital converters (ADCs). Successive approximation register (SAR) ADCs are widely used in such applications, yet their energy efficiency remains constrained by the sequential bit-by-bit switching of the capacitive DAC (CDAC). The high-weight most significant bit (MSB) transitions dominate the total switching energy, and the rigid N -cycle conversion flow imposes a hard lower bound on latency per sample.This paper presents a Kalman filter-assisted data-predictive SAR ADC that replaces the first four comparator-driven decisions with a recursive state estimator. The Kalman filter predicts the 4 MSBs from the complete conversion history before each cycle begins, enabling simultaneous parallel switching of the MSB capacitors. This eliminates redundant CDAC transitions, shortens the quantization cycle by four clock periods, and reduces switching energy by approximately 50%. An optimized 4-bit MSB switching scheme further suppresses residual switching at the hardware level. The ADC, designed in a 180-nm CMOS process, supports configurable dual-mode operation, toggling between a conventional mode and the Kalman-driven predictive mode for robustness under erratic inputs. At 20 MS/s and a 1.8-V supply, the predictive mode reduces total power consumption by 50.3% (from 1.96 mW to 0.975 mW), with a measured SNR/SFDR of 57.88/74.51 dB at 504 kHz, confirming its suitability for energy-constrained wireless sensor networks.

eess.SP

A Universal 1.5 GeV Gamma-Ray Line in Active Galactic Nuclei

We report the detection of a gamma-ray spectral line at approximately 1.5 GeV in three active galactic nuclei (AGN) using 17 years of Fermi-LAT observations. The sample includes both blazars (with relativistic jets directed toward Earth) and a radio galaxy (with a misaligned jet, free from significant beaming effects). The line is detected with local significances of $\sim$4.1$\sigma$, $\sim$3.9$\sigma$, and $\sim$2.8$\sigma$ in the individual sources. A joint likelihood analysis yields a combined test statistic TS $\simeq$ 57.77, corresponding to a significance well above 5$\sigma$. The line flux remains stable over the full observation period, in contrast to the variable continuum emission from the AGN. The appearance of an identical spectral feature in astrophysically distinct environments is difficult to reconcile with standard jet-based emission mechanisms. While a conventional astrophysical explanation remains elusive, the signal's characteristics are consistent with predictions for dark matter annihilation. This finding motivates further investigation into the nature of this spectral feature and its possible connection to particle dark matter.

astro-ph.HE

AgentBay: A Hybrid Interaction Sandbox for Seamless Human-AI Intervention in Agentic Systems

The rapid advancement of Large Language Models (LLMs) is catalyzing a shift towards autonomous AI Agents capable of executing complex, multi-step tasks. However, these agents remain brittle when faced with real-world exceptions, making Human-in-the-Loop (HITL) supervision essential for mission-critical applications. In this paper, we present AgentBay, a novel sandbox service designed from the ground up for hybrid interaction. AgentBay provides secure, isolated execution environments spanning Windows, Linux, Android, Web Browsers, and Code interpreters. Its core contribution is a unified session accessible via a hybrid control interface: An AI agent can interact programmatically via mainstream interfaces (MCP, Open Source SDK), while a human operator can, at any moment, seamlessly take over full manual control. This seamless intervention is enabled by Adaptive Streaming Protocol (ASP). Unlike traditional VNC/RDP, ASP is specifically engineered for this hybrid use case, delivering an ultra-low-latency, smoother user experience that remains resilient even in weak network environments. It achieves this by dynamically blending command-based and video-based streaming, adapting its encoding strategy based on network conditions and the current controller (AI or human). Our evaluation demonstrates strong results in security, performance, and task completion rates. In a benchmark of complex tasks, the AgentBay (Agent + Human) model achieved more than 48% success rate improvement. Furthermore, our ASP protocol reduces bandwidth consumption by up to 50% compared to standard RDP, and in end-to-end latency with around 5% reduction, especially under poor network conditions. We posit that AgentBay provides a foundational primitive for building the next generation of reliable, human-supervised autonomous systems.

cs.AI

Refracting Reality: Generating Images with Realistic Transparent Objects

Generative image models can produce convincingly real images, with plausible shapes, textures, layouts and lighting. However, one domain in which they perform notably poorly is in the synthesis of transparent objects, which exhibit refraction, reflection, absorption and scattering. Refraction is a particular challenge, because refracted pixel rays often intersect with surfaces observed in other parts of the image, providing a constraint on the color. It is clear from inspection that generative models have not distilled the laws of optics sufficiently well to accurately render refractive objects. In this work, we consider the problem of generating images with accurate refraction, given a text prompt. We synchronize the pixels within the object's boundary with those outside by warping and merging the pixels using Snell's Law of Refraction, at each step of the generation trajectory. For those surfaces that are not directly observed in the image, but are visible via refraction or reflection, we recover their appearance by synchronizing the image with a second generated image -- a panorama centered at the object -- using the same warping and merging procedure. We demonstrate that our approach generates much more optically-plausible images that respect the physical constraints.

cs.CV

Discovering autonomous quantum error correction via deep reinforcement learning

Quantum error correction is essential for fault-tolerant quantum computing. However, standard methods relying on active measurements may introduce additional errors. Autonomous quantum error correction (AQEC) circumvents this by utilizing engineered dissipation and drives in bosonic systems, but identifying practical encoding remains challenging due to stringent Knill-Laflamme conditions. In this work, we utilize curriculum learning enabled deep reinforcement learning to discover Bosonic codes under approximate AQEC framework to resist both single-photon and double-photon losses. We present an analytical solution of solving the master equation under approximation conditions, which can significantly accelerate the training process of reinforcement learning. The agent first identifies an encoded subspace surpassing the breakeven point through rapid exploration within a constrained evolutionary time-frame, then strategically fine-tunes its policy to sustain this performance advantage over extended temporal horizons. We find that the two-phase trained agent can discover the optimal set of codewords, i.e., the Fock states $\ket{4}$ and $\ket{7}$ considering the effect of both single-photon and double-photon loss. We identify that the discovered code surpasses the breakeven threshold over a longer evolution time and achieve the state-of-art performance. We also analyze the robustness of the code against the phase damping and amplitude damping noise. Our work highlights the potential of curriculum learning enabled deep reinforcement learning in discovering the optimal quantum error correct code especially in early fault-tolerant quantum systems.

quant-ph

A re-identification of six Candidate Gravitationally Lensed Gamma-Ray Bursts

The gravitational lensing effect of gamma-ray bursts (GRBs) holds significant and diverse applications in the field of astronomy. Nevertheless, the identification of millilensing events in GRBs presents substantial challenges. We re-evaluate the gravitational lensing candidacy of six previously proposed GRBs (GRB 081122A, GRB 081126A, GRB 090717A, GRB 110517B, GRB 200716C, and GRB 210812A) using a comprehensive set of temporal and spectral diagnostics. These include $\chi^2$ light-curve similarity tests, photon-count-based hardness ratio ($HR_{count}$) comparisons, $T_{90}$ duration measurements, spectral lag, Norris pulse-shape fitting, and both time-resolved and time-integrated spectral analyses. We propose an evaluation framework, any single test that reveals a statistically significant inconsistency between the two pulses is sufficient to reject the lensing hypothesis for that burst.Although certain diagnostics, such as $T_{90}$ and parametric model fits, have known limitations, they are applied and interpreted in conjunction with the more robust, model-independent $\chi^2$ and $HR_{count}$ tests. For all six GRBs, at least one diagnostic shows a significant discrepancy, leading us to conclude that none are consistent with a gravitational lensing interpretation.

astro-ph.HE

An Efficient Medical Image Classification Method Based on a Lightweight Improved ConvNeXt-Tiny Architecture

Intelligent analysis of medical imaging plays a crucial role in assisting clinical diagnosis. However, achieving efficient and high-accuracy image classification in resource-constrained computational environments remains challenging. This study proposes a medical image classification method based on an improved ConvNeXt-Tiny architecture. Through structural optimization and loss function design, the proposed method enhances feature extraction capability and classification performance while reducing computational complexity. Specifically, the method introduces a dual global pooling (Global Average Pooling and Global Max Pooling) feature fusion strategy into the ConvNeXt-Tiny backbone to simultaneously preserve global statistical features and salient response information. A lightweight channel attention module, termed Squeeze-and-Excitation Vector (SEVector), is designed to improve the adaptive allocation of channel weights while minimizing parameter overhead. Additionally, a Feature Smoothing Loss is incorporated into the loss function to enhance intra-class feature consistency and suppress intra-class variance. Under CPU-only conditions (8 threads), the method achieves a maximum classification accuracy of 89.10% on the test set within 10 training epochs, exhibiting a stable convergence trend in loss values. Experimental results demonstrate that the proposed method effectively improves medical image classification performance in resource-limited settings, providing a feasible and efficient solution for the deployment and promotion of medical imaging analysis models.

cs.CV

RefRef: A Synthetic Dataset and Benchmark for Reconstructing Refractive and Reflective Objects

Modern 3D reconstruction and novel view synthesis approaches have demonstrated strong performance on scenes with opaque Lambertian objects. However, most assume straight light paths and therefore cannot properly handle refractive and reflective materials. Moreover, datasets specialized for these effects are limited, stymieing efforts to evaluate performance and develop suitable techniques. In this work, we introduce a synthetic RefRef dataset and benchmark for reconstructing scenes with refractive and reflective objects from posed images. Our dataset has 50 such objects of varying complexity, from single-material convex shapes to multi-material non-convex shapes, each placed in three different background types, resulting in 150 scenes. We also propose an oracle method that, given the object geometry and refractive indices, calculates accurate light paths for neural rendering, and an approach based on this that avoids these assumptions. We benchmark these against several state-of-the-art methods and show that all methods lag significantly behind the oracle, highlighting the challenges of the task and dataset.

cs.CV

A Study of the Spectral Properties of Gamma-Ray Bursts with the Main and Second Bursts

The origins of the main burst and second burst of gamma-ray bursts (GRBs) and the composition of their jets remain uncertain. To explore this complex subject more thoroughly, we conduct a spectral analysis on 18 GRBs with a main and a second burst observed by Fermi/GBM. First, we employ Bayesian time-resolved spectral analysis to compare the spectral components of the main and the second burst, finding that $83.3\%$ of the main and second bursts contain a thermal component. $67\%$ of the GRBs, the thermal component gradually decreased from the main to the second burst and the number of spectra exceeding the "Synchrotron line-of-death" is significantly higher in the main burst than in the second burst. Subsequently, we ascertain that for both the main and second bursts, $71.4\%$ of the low-energy spectral index $\alpha$ and $77.8\%$ of the peak energy $E_{p}$ evolve in a similar fashion. There are $50.0\%$ and $72.2\%$ of the GRBs exhibit comparable correlations for the $Flux-\alpha$ and $\alpha-E_{p}$, respectively. For $Flux-E_{p}$ both the main and second burst show a positive correlation. Moreover, from the perspective of the temporal evolution of characteristic radii, the transition from the main to the second burst appeared to be seamless. Finally, we find that both the main and the second burst follow the same Amati relation and Yonetoku relation. Our analysis strongly indicates that the second burst is a continuation of the main burst and is highly likely to share a common physical origin.

astro-ph.HE

Haloscope Searching for Dark Photons at Q-band with a Novel Coupling Tuning Structure

Laboratory searching for dark matter is crucial for understanding several fundamental conundrums in physics and cosmology. Most cavity-based haloscope searches focus on the frequency range below 10 GHz, while the parameter space with higher frequency remains rarely explored, due to the challenges lying in the fabrication of microwave cavities. Here we report the first Q-band haloscope searching for dark photons with a 33.141 GHz cavity. A novel coupling tuning structure separated from the cavity was designed so as not to degrade the quality factor of the cavity. We have established the most stringent constraints $\chi<2.5\times10^{-12}$ at a confidence level of 90$\%$ in the frequency range from 33.139 GHz to 33.143 GHz, corresponding to the mass of dark photons ranging from 137.05 $\mu$eV to 137.07 $\mu$eV. The results surpass the previous astronomical constraints by nearly three orders of magnitude. This work has demonstrated the feasibility of dark matter haloscopes at Q band. In the future, the constraints can be further improved by more than one order of magnitude through low-temperature experiments, and the setup can be extended to search for axions, axion-like particles, and high-frequency gravitational waves.

astro-ph.CO

Dynamic Learning and Productivity for Data Analysts: A Bayesian Hidden Markov Model Perspective

Data analysts are essential in organizations, transforming raw data into insights that drive decision-making and strategy. This study explores how analysts' productivity evolves on a collaborative platform, focusing on two key learning activities: writing queries and viewing peer queries. While traditional research often assumes static models, where performance improves steadily with cumulative learning, such models fail to capture the dynamic nature of real-world learning. To address this, we propose a Hidden Markov Model (HMM) that tracks how analysts transition between distinct learning states based on their participation in these activities. Using an industry dataset with 2,001 analysts and 79,797 queries, this study identifies three learning states: novice, intermediate, and advanced. Productivity increases as analysts advance to higher states, reflecting the cumulative benefits of learning. Writing queries benefits analysts across all states, with the largest gains observed for novices. Viewing peer queries supports novices but may hinder analysts in higher states due to cognitive overload or inefficiencies. Transitions between states are also uneven, with progression from intermediate to advanced being particularly challenging. This study advances understanding of into dynamic learning behavior of knowledge worker and offers practical implications for designing systems, optimizing training, enabling personalized learning, and fostering effective knowledge sharing.

cs.SI

InfoBid: A Simulation Framework for Studying Information Disclosure in Auctions with Large Language Model-based Agents

In online advertising systems, publishers often face a trade-off in information disclosure strategies: while disclosing more information can enhance efficiency by enabling optimal allocation of ad impressions, it may lose revenue potential by decreasing uncertainty among competing advertisers. Similar to other challenges in market design, understanding this trade-off is constrained by limited access to real-world data, leading researchers and practitioners to turn to simulation frameworks. The recent emergence of large language models (LLMs) offers a novel approach to simulations, providing human-like reasoning and adaptability without necessarily relying on explicit assumptions about agent behavior modeling. Despite their potential, existing frameworks have yet to integrate LLM-based agents for studying information asymmetry and signaling strategies, particularly in the context of auctions. To address this gap, we introduce InfoBid, a flexible simulation framework that leverages LLM agents to examine the effects of information disclosure strategies in multi-agent auction settings. Using GPT-4o, we implemented simulations of second-price auctions with diverse information schemas. The results reveal key insights into how signaling influences strategic behavior and auction outcomes, which align with both economic and social learning theories. Through InfoBid, we hope to foster the use of LLMs as proxies for human economic and social agents in empirical studies, enhancing our understanding of their capabilities and limitations. This work bridges the gap between theoretical market designs and practical applications, advancing research in market simulations, information design, and agent-based reasoning while offering a valuable tool for exploring the dynamics of digital economies.

cs.GT

Oxidation States in Solids from Data-Driven Paradigms

The oxidation state (OS) is an essential chemical concept that embodies chemical intuition but cannot be computed with well-defined physical laws. We establish a data-driven paradigm, with its implementation as Tsinghua Oxidation States in Solids (TOSS), to explicitly compute the OSs in crystal structures as the emergent properties from large-sized datasets based on Bayesian maximum a posteriori probability (MAP). TOSS employs two looping structures over the large-sized dataset of crystal structures to obtain an emergent library of distance distributions as the foundation for chemically intuitive understanding and then determine the OSs by minimizing a loss function for each structure based on MAP and distance distributions in the whole dataset. The application of TOSS to a dataset of $\mathrm{>}$1,000,000 crystal structures delivers a superior success rate, and using the resulting OSs as the dataset, we further train a data-driven alternative to TOSS based on graph convolutional networks. We expect TOSS and the ML-model-based alternative to find a wide spectrum of applications, and this work also demonstrates an encouraging example for the data-driven paradigms to explicitly compute the chemical intuition for tackling complex problems in chemistry.

physics.chem-ph

LOCAL: A Locality-based Active Learning Framework for Predicting the Stability of Dual-Atom Catalysts

Dual-atom catalysts supported on nitrogen-doped graphene (DAC/NG) are emerging as a family of promising catalysts that can overcome intrinsic limitations of single-atom catalysts. However, comprehensive assessment of their structural stability is prohibitively demanding due to a vast local configurational space. Here we introduce LOCAL, a locality-based framework that combines graph convolutional networks with active learning to efficiently predict DAC/NG stability by leveraging chemically intuitive locality quantified by crystal orbital Hamilton population analysis. We demonstrate the effectiveness of LOCAL over a comprehensive dataset of 611,648 DAC/NG structures, achieving a test mean absolute error of 0.15~eV while invoking density functional theory calculations for only 16,704 structures (2.7% of the dataset). Thus, LOCAL enables efficient and accurate construction of phase diagrams for DAC/NG across diverse compositions reciprocally validated with experimentally synthesized configurations for representative systems. Our framework composes an essential methodology for accelerating the discovery and optimization of high-performance complex catalysts.

physics.chem-ph

Human-Centered Design for AI-based Automatically Generated Assessment Reports: A Systematic Review

This paper provides a comprehensive review of the design and implementation of automatically generated assessment reports (AutoRs) for formative use in K-12 Science, Technology, Engineering, and Mathematics (STEM) classrooms. With the increasing adoption of technology-enhanced assessments, there is a critical need for human-computer interactive tools that efficiently support the interpretation and application of assessment data by teachers. AutoRs are designed to provide synthesized, interpretable, and actionable insights into students' performance, learning progress, and areas for improvement. Guided by cognitive load theory, this study emphasizes the importance of reducing teachers' cognitive demands through user-centered and intuitive designs. It highlights the potential of diverse information presentation formats such as text, visual aids, and plots and advanced functionalities such as live and interactive features to enhance usability. However, the findings also reveal that many existing AutoRs fail to fully utilize these approaches, leading to high initial cognitive demands and limited engagement. This paper proposes a conceptual framework to inform the design, implementation, and evaluation of AutoRs, balancing the trade-offs between usability and functionality. The framework aims to address challenges in engaging teachers with technology-enhanced assessment results, facilitating data-driven decision-making, and providing personalized feedback to improve the teaching and learning process.

cs.HC

A Study of the Spectral properties of Gamma-Ray Bursts with the Precursors and Main bursts

There is no consensus yet on whether the precursor and the main burst of gamma-ray bursts (GRBs) have the same origin, and their jet composition is still unclear. In order to further investigate this issue, we systematically search 21 Fermi GRBs with both precursor and main burst for spectral analysis. We first perform Bayesian time-resolved spectral analysis and find that almost all the precursors and the main bursts (94.4$\%$) exhibit thermal components, and the vast majority of them have low-energy spectral index ($α$) (72.2$\%$) that exceed the limit of synchrotron radiation. We then analyse the evolution and correlation of the spectral parameters and find that approximately half of the $α$ (50$\%$) of the precursors and the main bursts evolve in a similar pattern, while peak energy ($E_{p}$) (55.6$\%$) behave similarly, and their evolution is mainly characterized by flux tracking; for the $α-F$ (the flux) relation, more than half of the precursors and the main bursts (61.1$\%$) exhibit roughly similar patterns; the $E_{p}-F$ relation in both the precursor and main burst (100$\%$) exhibits a positive correlation of at least moderate strength. Next, we constrain the outflow properties of the precursors and the main bursts and find that most of them exhibit typical properties of photosphere radiation. Finally, we compare the time-integrated spectra of the precursors and the main bursts and find that nearly all of them are located in similar regions of the Amati relation and follow the Yonetoku relation. Therefore, we conclude that main bursts are continuations of precursors and they may share a common physical origin.

astro-ph.HE