arXiv ScienceSearch

arXiv subjects

Ping Chen

Publications and source records attributed to Ping Chen.

At least 19 recordsLinked to original sources

A Trustworthy Watermarking Framework for LLM-Generated Food Safety Content

Large language models are transforming many industries with their text generation abilities. However, their outputs can be easily tampered with, creating serious risks in critical areas such as food safety reporting. To protect the integrity and traceability of AI-generated content, this paper introduces ToSS (Token Oriented Repartitioning and Strategic Selection), a reliable authentication method using adaptive dual watermarking. The key innovation of ToSS is its dual watermark encoding approach that divides vocabulary tokens into black and white sublists, enabling precise bit-level embedding of traceability information. Additionally, an entropy adaptive mechanism dynamically selects text regions with high prediction uncertainty for watermark insertion, maintaining text fluency and factual accuracy while ensuring reliable traceability. Experiments on multiple datasets, including food domain texts, demonstrate that ToSS achieves leading performance in both watermark capacity and decoding accuracy.

cs.CR

ReCAST: Restoration-aware Cascaded Stage-wise Training for Obfuscated SMS Risk Classification

Fraudulent messages sent via Short Message Service (SMS) are increasingly obfuscated to evade cost-conscious classifiers in production systems. In Chinese SMS, attackers can exploit a wide range of carefully crafted obfuscation strategies to hide risk-bearing phrases while preserving human readability, making direct classification brittle under real-world latency and throughput constraints. We propose ReCAST, a Restoration-aware Cascaded Stage-wise Training framework for robust obfuscated Chinese SMS classification. ReCAST distills a large teacher model's de-obfuscation ability into a smaller deployable student model by supervising obfuscated span detection, obfuscation type prediction, and text restoration, and then uses the restoration-aware student for downstream risk classification. Experiments on an internally constructed real-world Chinese SMS benchmark show that ReCAST substantially improves classification performance over directly trained baselines under obfuscation. The results suggest that restoration-aware distillation offers a practical path toward robust SMS risk classification with smaller deployable models under production-oriented constraints.

cs.CR

ELVES-Dwarf. II. A Systematic Search for Satellite Systems of Dwarf Galaxies in the Local Volume

We present the Exploration of Local VolumE Satellites of Dwarf Galaxies (ELVES-Dwarf) survey, a systematic census of satellite systems around dwarf hosts in the Local Volume. Our final sample comprises 39 predominantly isolated hosts with stellar masses $10^{7} 10^5\,M_\odot$ around the 39 hosts. Above our fiducial completeness threshold of $M_\star\gtrsim10^{5.7}\,M_\odot$ and within the projected virial radius, 21 hosts have no confirmed satellites, 10 have one, six have two, and two have four, revealing substantial host-to-host scatter in satellite abundance. Overall, the observed satellite abundances and stellar mass functions are broadly consistent with predictions from the cosmological simulation TNG50 and galaxy formation models calibrated using Milky Way satellites. The projected radial distribution of the satellites is also consistent with theoretical expectations and with satellite populations around Milky Way-mass hosts. In contrast, the quenched fraction of satellites around dwarf hosts is substantially lower than around Milky Way-mass hosts, suggesting that environmental quenching is less efficient in dwarf halos. ELVES-Dwarf provides the first large, homogeneous, distance-confirmed sample of satellites around dwarf hosts and establishes a foundation for understanding galaxy formation and evolution in less-dense environments.

astro-ph.GA

Pandora cluster Lensing, AGN, and Transient Exploration (PLATE) from JWST Multi-Epoch Imaging. I. Discovery of a type II supernova candidate in a spiral galaxy at $z=0.7$

We report the discovery and multi-wavelength analysis of a $z\sim0.7$ transient PLATE-23a in the Abell 2744 field, as the first results of the Pandora Lensing, AGN, and Transient Exploration (PLATE) project. Using multi-epoch JWST NIRCam imaging spanning from 2022 to 2025, we detect PLATE-23a in 12 filters. Difference-imaging analysis reveals its rising and declining phases. The host galaxy of PLATE-23a is a barred spiral at $z=0.688$ with a stellar mass of $\sim 10^{10.4}M_{\odot}$ and a star formation rate of $\sim5.1M_{\odot}~\rm yr^{-1}$, placing it on the star-forming main sequence. Bayesian light-curve classification strongly favors a type IIP supernova (SN) origin. It lies $\sim 13\rm kpc$ (after lensing correction) from the galaxy center in a region of low local star formation, suggesting the progenitor may have migrated from a distant star-forming clump. Physical properties derived from blackbody modeling indicate a temperature decreasing from $\sim8010\rm K$ to $\sim6100\rm K$ at around 65 days after the explosion; the late-time SED is consistent with entering the radioactive decay phase at about one rest-frame year. This work demonstrates the power of deep, multi-epoch JWST observations for studying transients at cosmological distances.

astro-ph.GA

Bernhard-1: An Eccentric Binary Periodically Obscured by its Misaligned Circumbinary Disk

Bernhard-1 is a proposed KH 15D-like circumbinary disk occultation (CBO) system, but its binary nature and disk geometry have not previously been confirmed. We present new optical and near-infrared spectroscopy together with multi-band photometric monitoring of the system. The radial velocities confirm that Bernhard-1 hosts a highly eccentric binary with $e = 0.80 \pm 0.09$, confirming that the periodic photometric variability arises from occultation by a misaligned circumbinary disk. Joint modeling of the spectra and phase-dependent spectral energy distributions yields pre-main-sequence components with masses of $\sim 1.1\,M_\odot$ and $\sim 0.8\,M_\odot$. Combining stellar isochrones with the measured lithium abundance yields a system age of $\sim$ 10 Myr. Together with the spatial, astrometric, and metallicity properties of Bernhard-1, this suggests that Bernhard-1 is probably a member of the open cluster Dolidze 42. By combining the RV orbit with a semi-transparent occultation-screen model, we infer a disk--binary mutual inclination of roughly $50^\circ$ or $130^\circ$, with the degeneracy arising from the unknown disk rotation direction. This geometric method can be applied to any CBO system once radial velocity monitoring yields an orbital solution. The new light curves deviate from earlier model predictions, consistent with ongoing disk precession, while the phase-dependent H$\alpha$ profiles indicate pulsed accretion near periastron. Bernhard-1 therefore joins KH 15D and Bernhard-2 as a rare spectroscopically confirmed CBO system.

astro-ph.SR

Measuring the Wrong Thing: Internal Harmfulness Scores Anti-Rank Successful Jailbreaks

Internal safety scores judge a prompt before any text is generated, and they are validated by how well they separate harmful prompts from benign ones. That separation is then read as evidence that the score will also catch the attacks that succeed. Harmful intent is a property of the prompt. Jailbreak success is an outcome produced later by a particular target model, decoding policy, and judge. A filter tuned on a score that measures the wrong quantity spends its false positive budget on attacks that would have failed anyway. In this paper we audit that inference. Attention based measurements are usually read from prompt dependent locations, so a wrapper changes both the content being judged and the place the signal is taken from. We therefore introduce Active Attention Probing, which supplies a fixed content independent measurement coordinate. We pair every base goal with a plain and a wrapped version and generate real completions from the target models. On Llama, wrapping raises harmful generation from 0.05 to 0.27 while harmful intent AUROC falls from 0.936 to 0.803, so the attacks grow more dangerous while the prompts look safer to the score. Among wrapped harmful prompts the outcome AUROC is 0.220, which places the attacks that succeeded below the attacks that failed. Rare token, passive, and detector derived channels reproduce the reversal on the same matched design, and the reversal itself persists across three target models, seven attack families, and two independent judges. Distribution shift then degrades calibration and threshold transfer before it degrades ranking.

cs.CL

SegDem: Segmentation helps Demosaicing

Image demosaicing reconstructs a full-color image from incomplete color measurements produced by a sensor covered with a color filter array (CFA). Most existing methods formulate demosaicing as pixel-level reconstruction and mainly rely on local textures, cross-channel correlations, and low-level image statistics. Our core insight is that reconstruction and visual understanding can be viewed as complementary views of shared scene structure: both are grounded in the same underlying physical world, and therefore the structural and physical information inferred from an image should remain consistent across the two tasks. We instantiate this idea with instance segmentation and propose \emph{SegDem}, a cross-task decoder representation transfer framework for demosaicing. SegDem first learns region- and boundary-aware representations through instance-aware structural pretraining and then transfers the decoder to RAW-conditioned reconstruction. Segmentation- and demosaicing-conditioned features are further anchored to a shared frozen DINOv2 representation space to preserve structural organization across tasks. We instantiate SegDem with convolutional, Transformer-based, and state-space backbones for unified Single- and Quad-Bayer demosaicing. Extensive experiments on synthetic, external, and challenging datasets demonstrate consistent improvements across different architectures and CFA layouts.

cs.CV

Structural Guidance for Unified Joint Demosaicing and Denoising

Joint demosaicing and denoising is a fundamental step in camera image signal processing, yet remains challenging because different Bayer-like color filter arrays (CFAs) and sensor noise jointly corrupt both color sampling and image content. Existing unified restoration networks explicitly model CFA geometry but are still driven primarily by pixel-level supervision, making them prone to structural degradation around edges, repetitive textures, and moir\'e patterns where local evidence is unreliable. We attribute this limitation partly to the absence of explicit structural guidance beyond pixel-level reconstruction supervision. Motivated by this observation, we propose a structural-guided unified restoration framework that injects pretrained structural knowledge into CFA-aware image restoration. Our model receives a unified five-channel observation consisting of the raw mosaic, CFA masks, and a noise-level map. A SwinIR restoration branch reconstructs pixel details under CFA-conditioned modulation, while a parallel structural reasoning branch extracts complementary structural cues from a sparse pseudo-RGB observation. To bridge the substantial domain gap between sparse noisy sensor data and the natural-image pretraining domain of the structural encoder, we introduce a lightweight trainable adapter before residually fusing structural and restoration features. A shared decoder jointly predicts the restored RGB image and an auxiliary clean mosaic, providing supervision in both image and sensor domains. Extensive experiments across multiple CFA patterns and noise levels demonstrate consistent improvements over state-of-the-art unified and CFA-specific methods, indicating that adapted structural priors can enhance robust camera image restoration. The source codes and dataset are provided in the supplementary material.

eess.IV

Stochastic Scalar Conservation Laws on Moving Hypersurfaces

We establish the well-posedness of stochastic scalar conservation laws on moving hypersurfaces driven by Brownian motion. To handle the interaction between stochastic forcing and evolving geometry, we derive an It\^{o} formula on moving surfaces and introduce the notion of generalized entropy solutions incorporating the relevant stochastic interaction terms. A martingale entropy solution is constructed via the vanishing-viscosity method, based on a uniform $L^\infty$-bound in space and time, an $L^1$-estimate for the spatial gradient, an $L^1$-continuity estimate in time, and a suitable tightness argument. Pathwise uniqueness is established by adapting Kruzhkov's doubling-of-variables method to moving hypersurfaces, yielding an $L^1$-contraction property. Finally, together with the Yamada-Watanabe theorem, these results yield the well-posedness of the problem.

math.PR

When Agents Go Rogue: Activation-Based Detection of Malicious Behaviors in Multi-Agent Systems

While enabling effective collaboration on complex tasks, LLM-based Multi-Agent Systems (MAS) face critical security challenges due to vulnerabilities at the agent and interaction levels. Most existing MAS security defenses are built upon two core assumptions: semantically-explicit malicious attacks and explicit graph-based modeling of the MAS topology and agent-level interactions. In practice, real-world attacks are becoming more semantically stealthy, while MAS execution is typically asynchronous without the temporal alignment assumed by graph-based propagation models. To address these limitations, we propose AcMAS, an activation-based framework for malicious-behavior detection in MAS. By analyzing internal reasoning states in the activation space of local agents, AcMAS detects even stealthy attacks in a synchronization-robust fashion, without relying on explicit interaction graphs. Moreover, our activation analysis provides critical signals to guide AcMAS in restoring the functionality of compromised agents, rather than the disruptive agent isolation commonly used by the state-of-the-art methods. Comprehensive evaluation demonstrates that AcMAS significantly outperforms graph-based baselines against stealthy attacks, by +0.22 F1 in synchronous settings (0.94 vs. 0.72) and by +0.55 F1 in asynchronous settings (0.93 vs. 0.38), with generalization across diverse open-source LLM backbones, attack intensity, and MAS scale.

cs.CR

Prior-Anchored Debiasing for Long-Tailed Multi-Organ Pathology Report Generation

Automated pathology report generation from Whole Slide Images (WSIs) has attracted increasing attention in digital pathology. However, existing methods are predominantly developed under single-organ settings, overlooking the multi-organ scenarios encountered in clinical practice, where organ types typically follow a long-tailed distribution. To address this gap, we identify two critical biases: (1) visual representation bias, where the encoder favors head-class patterns over tail-class discriminative features, and (2) textual decoding bias, where the decoder overfits to head-class narrative patterns, yielding diagnostically unreliable outputs for tail-class organs. To mitigate these two biases, we propose a novel Prior-anchored multi-Organ pathology report Generation framework (PriOrGen). Specifically, a Visual-Prototype Anchored Bottleneck module leverages the information bottleneck principle with learnable anchor representations to selectively retain diagnostically relevant visual information while filtering out head-biased redundancy. Secondly, a Meta-Report Anchored Bank module constructs an organ-specific meta-report anchored bank and retrieves organ-faithful textual priors to steer the decoder away from head-class narrative patterns. Extensive experiments on a multi-organ pathology dataset demonstrate that our method effectively mitigates long-tail biases and achieves superior report generation performance across both head and tail organ categories compared to state-of-the-art methods.

cs.CV

Decoding the Early-Time Light Curves of Type Ia Supernovae. II. Population Parameters of One Thousand ZTF Supernovae

Early-time light curves of Type Ia Supernovae (SNe Ia) encode critical information about their progenitor systems. We characterize the rise of normal SNe Ia using a volume-complete sample of 972 events from the Zwicky Transient Facility Data Release 2, an order of magnitude larger than any previous dataset for similar analyses. Fitting light curves up to $30\%$ of peak flux with a power-law model under a hierarchical Bayesian framework, we provide robust population-level constraints on the rise time ($t_\mathrm{rise}$; $\mu=18.55\pm0.08$ days, $\sigma=1.42\pm0.07$ days), rise index ($\alpha$; $\mu=2.10\pm0.04$, $\sigma=0.48\pm0.03$ in ZTF $r$), and $g-r$ color evolution ($\alpha_g - \alpha_r$; $\mu=0.20\pm0.02$, $\sigma=0.17\pm0.02$). These power-law fits are sensitive to the chosen truncation epoch if data beyond $\sim$$40\%$ of peak flux are included, but generally converge when restricted to earlier epochs. The relation between rise morphology and light-curve width ($\texttt{SALT2}$ $x_1$ stretch) bifurcates into two distinct regimes: high-stretch SNe Ia show clear trends where a higher $x_1$ correlates with shallower rises and more persistent blue colors, whereas low-stretch SNe Ia lack such trends. While rise times correlate positively with $x_1$ overall, this relation flattens significantly within the high-stretch population. Searching for anomalies, we identify several normal SNe Ia with unusually long rise times, which potentially exhibit short-duration ($\lesssim$2 days) flux excesses over a smooth rise. Long-duration ($\sim$5 days) flux excesses appear common within the high-stretch population and are tied to the shallow rises and early blue colors, pointing to widespread outward $^{56}$Ni mixing. Multi-dimensional explosion models with more realistic progenitor setups are needed to fully reproduce the observed dichotomy in rise morphology and stretch.

astro-ph.HE

Human and AI collaboration for pulmonary nodule segmentation

Medical expert annotators are scarce, and blind reliance on artificial intelligence (AI) can be misleading, motivating approaches in which humans, particularly junior medical trainees or even non-medical personnel, collaborate with AI to achieve robust medical segmentation. Although the Segment Anything Model (SAM) shows promise for general-purpose image segmentation, its performance in human-AI collaboration for specialized medical tasks has not been thoroughly evaluated. Here we present Hi-Seg, a human-in-the-loop segmentation framework for pulmonary nodules built on SAM. Humans iteratively refine prompts through trial-and-error learning and semantic reasoning, progressively guiding SAM toward higher-quality masks. Using chest CT scans from 1,179 patients across 12 centers, we conducted the first large-scale external validation of collaborative human-SAM segmentation. Across all annotator groups, Hi-Seg achieved a mean Dice score of almost 85%, outperforming five state-of-the-art deep learning models by 10-22% and 13 SAM variants by 1-29%. Hi-Seg improved segmentation accuracy while reducing annotation time for medical annotators, and briefly trained non-medical annotators achieved performance comparable to that of the junior medical student. These findings suggest that human-in-the-loop segmentation can reduce clinician workload, enable scalable crowdsourced annotation, and transform clinical workflows by facilitating the safe and efficient integration of foundation models into routine clinical practice.

cs.CV

Token-Operations-Oriented Inference Optimization Techniques for Large Models

Large model inference optimization serves as a key foundation for supporting the scalable, low-cost, and highly stable operation of large model services. Centered on token-oriented inference optimization technology, this paper proposes for the first time a four-layer technical architecture consisting of Multi-model Fusion, Model Optimization, Compute-Model Fusion, and Compute-Network-Model Fusion. It systematically reviews the key technologies and current industry status across these four levels and analyzes the application value of related technologies in real-world business scenarios. This paper provides a practical technical path for reducing token production costs, improving token service efficiency, ensuring the stability of token supply, and driving the transition of large model services from being merely callable to being operable.

cs.SE

A Disappearing Act: Constraints From "Missing" Flares of Repeating Partial TDE Candidates

Recurrent tidal disruption events (rTDEs) are sources that exhibit multiple TDE-like flares; many are likely powered by the recurring partial disruption of a bound star, in a repeating partial TDE (rpTDE). Two such sources, TDE 2022dbl (ASASSN-22ci) and TDE 2020vdq (ZTF20acaazkt), each exhibited two UV/optical flares and, under the assumption of periodicity, both were expected to exhibit a third flare in early 2026. Neither exhibited such a flare, to limits of $L_{\textrm{UV/optical}} \lesssim 10^{42}$ erg s$^{-1}$, $\sim$30$\times$ fainter than the previous flares. Here, we examine several possible explanations. Observing two independent TDEs from the same galaxy within $\sim$2 yr has a probability of $\lesssim$0.5% for measured average TDE rates and currently expected rate enhancements, unless there is extreme intrinsic dispersion in the rates. Theoretical predictions for a double TDE of both stars in a binary are inconsistent with the observed flares. We therefore conclude that TDE 2022dbl and TDE 2020vdq are rpTDEs. To produce only two observable flares with similar energetics, our semi-analytical modeling strongly favors a main-sequence star promptly placed on a bound orbit with a deep initial tidal encounter at pericenter. These results suggest that the majority of rTDEs with multiple flares over a few-year baseline are likely to be rpTDEs, and that a significant fraction of systems may produce only two observable flares. This has important implications for the use of r(p)TDEs as probes of TDE physics and dynamical processes in the nuclei of other galaxies, in addition to the expected yield from upcoming surveys.

astro-ph.HE

LoopFM: Learning frOm HistOrical RePresentations of Foundation Model for Recommendation

Knowledge distillation (KD) transfers a single scalar prediction from a large foundation model (FM) to compact vertical models (VMs), suffering from diminishing transfer ratio -- the fraction of FM improvement captured by the VM -- as a single scalar cannot convey the rich intermediate knowledge that larger FMs learn. To address this bottleneck, we propose LoopFM (Learning frOm HistOrical RePresentations of FM), a framework that opens a high-bandwidth transfer channel by structuring FM intermediate embeddings as input features (e.g., user history sequence) for downstream VMs, without requiring real-time FM inference at serving and architectural coupling between FM and VM. We provide a theoretical framework for LoopFM with a gain decomposition and transfer-ratio analysis. On three public benchmarks, LoopFM demonstrates strong AUC improvements (e.g., 6%+ on TaobaoAd) and complementary knowledge transfer capability with KD. On industrial-scale systems (billions of examples, trillion-parameter FMs), LoopFM approximately doubles the knowledge transfer ratio on top of KD, delivering a +0.5% conversion improvement in the first half after its initial launch, and +1.03% and +1.22% conversion improvement from two individual launches in the subsequent half.

cs.LG

Building a physics-aware AI ecosystem for solid-state hydrogen storage materials

Hydrogen storage remains a central bottleneck for scalable hydrogen energy systems due to the multiscale and coupled nature of the thermodynamics, kinetics, and microstructural evolution of hydrogen storage materials (HSMs). Although artificial intelligence (AI) has accelerated materials discovery, current approaches remain constrained by fragmented data, limited physical consistency, and weak integration with experimental validation. Here, we propose a unified framework that integrates coherent data infrastructure, physics-grounded modeling, and AI-driven inverse design within a closed-loop discovery paradigm. By embedding physical constraints and experimental feedback, this approach enables adaptive, physically consistent optimization, thereby establishing a pathway toward autonomous, digital-twin-enabled discovery of HSMs.

cond-mat.mtrl-sci

Low-Luminosity Type IIP Supernovae from the Zwicky Transient Facility Census of the Local Universe. I: Luminosity Function, Volumetric Rate

We present the luminosity function and volumetric rate of a sample of Type IIP supernovae (SNe) from the Zwicky Transient Facility Census of the Local Universe survey (CLU). This is the largest sample of Type IIP SNe from a systematic volume-limited survey to-date. The final sample includes 330 Type IIP SNe and 36 low-luminosity Type II (LLIIP) SNe with $M_{\textrm{r,peak}}>-16$ mag, which triples the literature sample of LLIIP SNe. The fraction of LLIIP SNe is $19^{+3}_{-4}\%$ of the total CLU Type IIP SNe population ($8^{+1}_{-2}\%$ of all core-collapse SNe). This implies that while LLIIP SNe likely represent the fate of core-collapse SNe of $8-12$ \Msun\ progenitors, they alone cannot account for the fate of all massive stars in this mass range. To derive an absolute rate, we estimate the ZTF pipeline efficiency as a function of the apparent magnitude and the local surface brightness. We derive a volumetric rate of $(3.9_{-0.4}^{+0.4}) \times 10^{4}\ \textrm{Gpc}^{-3}\ \textrm{yr}^{-1}$ for Type IIP SNe and $(7.3_{-0.6}^{+0.6}) \times 10^{3}\ \textrm{Gpc}^{-3}\ \textrm{yr}^{-1}$ for LLIIP SNe. Now that the rate of LLIIP SNe is robustly derived, the unresolved discrepancy between core-collapse SN rates and star-formation rates cannot be explained by LLIIP SNe alone.

astro-ph.HE