SearcharxivSearch

arXiv subjects

Bing Sun

Publications and source records attributed to Bing Sun.

At least 19 recordsLinked to original sources

Scale dependence of the effective gravitational constant from functional renormalization group

The general relativity may not be the final theory of gravity. One possible way to look for the gravity theory beyond general relativity is considering variable gravitational constant. Based on the quantum field theory, the gravitational constant as the coupling constant of gravity interaction may change along with the energy scale. Such scale dependent behavior of the gravitational constant can be well described by the functional renormalization group. In the current work, we investigate such behavior systematically. Firstly we find that such behavior is qualitatively independent of interactions such as the electromagnetic interaction included or not. But quantitatively the behavior is governed by two to-be-determined parameters. In general a limit scale may be introduced by the scale dependence of the gravitational constant. If we assume all physical scales are feasible, the two parameters are limited in some special regions. And more we compare the scale dependence behavior to the existing observations. We find the observation results constraint the two parameters strictly.

gr-qc

Industrial3D: A Water-Treatment TLS Point Cloud Dataset and Cross-Paradigm Benchmark for MEP Scene Understanding

Automated semantic understanding of dense terrestrial laser scanning (TLS) point clouds is a prerequisite for Scan-to-BIM, digital twin maintenance, and as-built verifcation. Yet for operational industrial mechanical, electrical, and plumbing (MEP) facilities, this challenge remains largely unsolved: water-treatment TLS scans exhibit extreme geometric ambiguity, severe occlusion, and extreme class imbalance that architectural benchmarks such as S3DIS and ScanNet cannot adequately represent. We present Industrial3D, a terrestrial LiDAR dataset with 612.7 million expert-labeled points at 6 mm resolution from 20 room scenes, 13 dataset areas, and 7 operational water treatment facilities. At 6.6x the scale of the closest comparable MEP dataset, Industrial3D provides the largest industrial MEP testbed for within-domain scene understanding. We further establish a cross-paradigm benchmark of nine methods across fully supervised, weakly supervised, unsupervised, and foundation-model settings. The best supervised method reaches 55.74% mIoU, whereas zero-shot Point-SAM reaches 15.79%, a 39.95 percentage-point gap that quantifes unresolved domain transfer for industrial TLS data. Analysis attributes this gap to a dual crisis: 215:1 statistical rarity and cylindrical geometric ambiguity between tail classes and head-class pipes. The dataset, benchmark code, and pre-trained models will be publicly released at https://github.com/pointcloudyc/Industrial3D.

cs.CV

Maxwell theories along the light track: Null Formalism in extended electrodynamics

We develop a differential-form approach to systematically derive the Newman-Penrose null-tetrad equations for Lorentz-violating extensions of Maxwell electrodynamics. The coordinate-independent nature of differential forms allows the actions and corresponding field equations of the theory to be expressed compactly and enables a systematic and transparent derivation of first-order equations in the Newman-Penrose formalism. Within this formalism, we explicitly present a simple algebraic construction for the gauge invariant extended Maxwell actions that avoids explicit index manipulations up to mass dimension six. The combined scheme of differential-form approach and Newman-Penrose formalism offers an efficient tool for analyzing Lorentz-violating effects on asymptotic photon propagation and polarization.

hep-ph

Faithful Bi-Directional Model Steering via Distribution Matching and Distributed Interchange Interventions

Intervention-based model steering offers a lightweight and interpretable alternative to prompting and fine-tuning. However, by adapting strong optimization objectives from fine-tuning, current methods are susceptible to overfitting and often underperform, sometimes generating unnatural outputs. We hypothesize that this is because effective steering requires the faithful identification of internal model mechanisms, not the enforcement of external preferences. To this end, we build on the principles of distributed alignment search (DAS), the standard for causal variable localization, to propose a new steering method: Concept DAS (CDAS). While we adopt the core mechanism of DAS, distributed interchange intervention (DII), we introduce a novel distribution matching objective tailored for the steering task by aligning intervened output distributions with counterfactual distributions. CDAS differs from prior work in two main ways: first, it learns interventions via weak-supervised distribution matching rather than probability maximization; second, it uses DIIs that naturally enable bi-directional steering and allow steering factors to be derived from data, reducing the effort required for hyperparameter tuning and resulting in more faithful and stable control. On AxBench, a large-scale model steering benchmark, we show that CDAS does not always outperform preference-optimization methods but may benefit more from increased model scale. In two safety-related case studies, overriding refusal behaviors of safety-aligned models and neutralizing a chain-of-thought backdoor, CDAS achieves systematic steering while maintaining general model utility. These results indicate that CDAS is complementary to preference-optimization approaches and conditionally constitutes a robust approach to intervention-based model steering. Our code is available at https://github.com/colored-dye/concept_das.

cs.LG

Ground What You See: Hallucination-Resistant MLLMs via Caption Feedback, Diversity-Aware Sampling, and Conflict Regularization

While Multimodal Large Language Models (MLLMs) have achieved remarkable success across diverse tasks, their practical deployment is severely hindered by hallucination issues, which become particularly acute during Reinforcement Learning (RL) optimization. This paper systematically analyzes the root causes of hallucinations in MLLMs under RL training, identifying three critical factors: (1) an over-reliance on chained visual reasoning, where inaccurate initial descriptions or redundant information anchor subsequent inferences to incorrect premises; (2) insufficient exploration diversity during policy optimization, leading the model to generate overly confident but erroneous outputs; and (3) destructive conflicts between training samples, where Neural Tangent Kernel (NTK) similarity causes false associations and unstable parameter updates. To address these challenges, we propose a comprehensive framework comprising three core modules. First, we enhance visual localization by introducing dedicated planning and captioning stages before the reasoning phase, employing a quality-based caption reward to ensure accurate initial anchoring. Second, to improve exploration, we categorize samples based on the mean and variance of their reward distributions, prioritizing samples with high variance to focus the model on diverse and informative data. Finally, to mitigate sample interference, we regulate NTK similarity by grouping sample pairs and applying an InfoNCE loss to push overly similar pairs apart and pull dissimilar ones closer, thereby guiding gradient interactions toward a balanced range. Experimental results demonstrate that our proposed method significantly reduces hallucination rates and effectively enhances the inference accuracy of MLLMs.

cs.CV

RAGFort: Dual-Path Defense Against Proprietary Knowledge Base Extraction in Retrieval-Augmented Generation

Retrieval-Augmented Generation (RAG) systems deployed over proprietary knowledge bases face growing threats from reconstruction attacks that aggregate model responses to replicate knowledge bases. Such attacks exploit both intra-class and inter-class paths, progressively extracting fine-grained knowledge within topics and diffusing it across semantically related ones, thereby enabling comprehensive extraction of the original knowledge base. However, existing defenses target only one path, leaving the other unprotected. We conduct a systematic exploration to assess the impact of protecting each path independently and find that joint protection is essential for effective defense. Based on this, we propose RAGFort, a structure-aware dual-module defense combining "contrastive reindexing" for inter-class isolation and "constrained cascade generation" for intra-class protection. Experiments across security, performance, and robustness confirm that RAGFort significantly reduces reconstruction success while preserving answer quality, offering comprehensive defense against knowledge base extraction attacks.

cs.AI

Contrastive clustering based on regular equivalence for influential node identification in complex networks

Identifying influential nodes in complex networks is a fundamental task in network analysis with wide-ranging applications across domains. While deep learning has advanced node influence detection, existing supervised approaches remain constrained by their reliance on labeled data, limiting their applicability in real-world scenarios where labels are scarce or unavailable. While contrastive learning demonstrates significant potential for performance enhancement, existing approaches predominantly rely on multiple-embedding generation to construct positive/negative sample pairs. To overcome these limitations, we propose ReCC (\textit{r}egular \textit{e}quivalence-based \textit{c}ontrastive \textit{c}lustering), a novel deep unsupervised framework for influential node identification. We first reformalize influential node identification as a label-free deep clustering problem, then develop a contrastive learning mechanism that leverages regular equivalence-based similarity, which captures structural similarities between nodes beyond local neighborhoods, to generate positive and negative samples. This mechanism is integrated into a graph convolutional network to learn node embeddings that are used to differentiate influential from non-influential nodes. ReCC is pre-trained using network reconstruction loss and fine-tuned with a combined contrastive and clustering loss, with both phases being independent of labeled data. Additionally, ReCC enhances node representations by combining structural metrics with regular equivalence-based similarities. Extensive experiments demonstrate that ReCC outperforms state-of-the-art approaches across several benchmarks.

cs.SI

The effect of the gravitational constant variation on the phase of gravitational waves

We have previously investigated the effect of the gravitational constant variation on the gravitational wave propagation. Pure theoretical analysis indicates that the leading order effect of the gravitational constant variation corrects the amplitude of gravitational waves, and the second order effect corrects the phase of gravitational waves. As the matched filtering technique is used by gravitational wave data analysis, the phase is more important than the amplitude. In the current paper we use LIGO-VIRGO-KAGRA data to constrain the gravitational constant variation. Our findings indicate that we need to wait until the distance of the detected gravitational wave events and/or the signal-to-noise ratio increases by $2n$ orders compared to the current detection state, and then we can use phase correction to get constraint $|\frac{G'}{G}|<10^{-n}$/yr for gravitational wave events without electromagnetic counterparts. For gravitational wave events with electromagnetic counterparts which provide the information of source's luminosity distance, the phase correction can almost always be neglected to constrain $\frac{G'}{G}$.

gr-qc

Analytical solutions of CPT-odd Maxwell equations in Schwarzschild spacetime

In this work, we present the CPT-violating (CPTV) Maxwell equations in curved spacetime using the Newman-Penrose (NP) formalism. We obtain a semi-analytical solution to the Maxwell equations in Schwarzschild spacetime under the assumption that the CPT-odd $\left(k_{AF}\right)^\mu$ term exhibits spherical symmetry in the Schwarzschild background. Retaining only terms up to linear order in the $\left(k_{AF}\right)^\mu$ coefficient, we obtain perturbative solutions by treating the solutions of the Lorentz-invariant Maxwell equations as the zeroth-order approximation and incorporating the $\left(k_{AF}\right)^\mu$ terms as an additional source term alongside the external charge current. Each resulting NP scalar field can be factorized into two components: the radial component is expressed in terms of hypergeometric functions, while the angular component is described by spin-weighted spherical harmonics.

gr-qc

Democratic Training Against Universal Adversarial Perturbations

Despite their advances and success, real-world deep neural networks are known to be vulnerable to adversarial attacks. Universal adversarial perturbation, an input-agnostic attack, poses a serious threat for them to be deployed in security-sensitive systems. In this case, a single universal adversarial perturbation deceives the model on a range of clean inputs without requiring input-specific optimization, which makes it particularly threatening. In this work, we observe that universal adversarial perturbations usually lead to abnormal entropy spectrum in hidden layers, which suggests that the prediction is dominated by a small number of ``feature'' in such cases (rather than democratically by many features). Inspired by this, we propose an efficient yet effective defense method for mitigating UAPs called \emph{Democratic Training} by performing entropy-based model enhancement to suppress the effect of the universal adversarial perturbations in a given model. \emph{Democratic Training} is evaluated with 7 neural networks trained on 5 benchmark datasets and 5 types of state-of-the-art universal adversarial attack methods. The results show that it effectively reduces the attack success rate, improves model robustness and preserves the model accuracy on clean samples.

cs.LG

The Repulsive Effect of Covariant Effective Quantum Gravity

In General Relativity, gravity around a black hole is universally regarded as an attractive force. However, quantum effects may significantly alter this classical picture and thus affect the dynamics of test particles. In this work, we investigate geodesic motion in a recently proposed covariant effective quantum black hole model, the ZLMY type I model in \href{https://journals.aps.org/prd/abstract/10.1103/PhysRevD.111.L081504}{[Phys.Rev.D 111 (2025) 8, L081504]}. Our analytical study reveals that, at the Planck scale, gravity can exhibit a repulsive character, most notably in trajectories involving turning points. These findings suggest that quantum corrections could fundamentally modify our conventional understanding of gravitational interactions in certain regimes.

gr-qc

Weakly Contrastive Learning via Batch Instance Discrimination and Feature Clustering for Small Sample SAR ATR

In recent years, impressive performance of deep learning technology has been recognized in Synthetic Aperture Radar (SAR) Automatic Target Recognition (ATR). Since a large amount of annotated data is required in this technique, it poses a trenchant challenge to the issue of obtaining a high recognition rate through less labeled data. To overcome this problem, inspired by the contrastive learning, we proposed a novel framework named Batch Instance Discrimination and Feature Clustering (BIDFC). In this framework, different from that of the objective of general contrastive learning methods, embedding distance between samples should be moderate because of the high similarity between samples in the SAR images. Consequently, our flexible framework is equipped with adjustable distance between embedding, which we term as weakly contrastive learning. Technically, instance labels are assigned to the unlabeled data in per batch and random augmentation and training are performed few times on these augmented data. Meanwhile, a novel Dynamic-Weighted Variance loss (DWV loss) function is also posed to cluster the embedding of enhanced versions for each sample. Experimental results on the moving and stationary target acquisition and recognition (MSTAR) database indicate a 91.25% classification accuracy of our method fine-tuned on only 3.13% training data. Even though a linear evaluation is performed on the same training data, the accuracy can still reach 90.13%. We also verified the effectiveness of BIDFC in OpenSarShip database, indicating that our method can be generalized to other datasets. Our code is avaliable at: https://github.com/Wenlve-Zhou/BIDFC-master.

cs.CV

Influence of dark matter equation of state on the axial gravitational ringing of supermassive black holes

In this work, we explore the effects of surrounding dark matter featuring different equations of state on the axial gravitational quasinormal modes of supermassive black holes situated at the center of galaxies. Our attention primarily rests on dark matter exhibiting a spike structure, originating from relativistic Bondi accretion through an adiabatic process, which diminishes at a certain distance from the black hole. We analyze how varying the equation of state of the dark matter influences the properties of the spacetime in the black hole's vicinity. Our findings reveal that different states of dark matter spikes correspondingly affect the black hole's quasinormal modes. In particular, we identify deviations in both the ringing frequency and damping time, reaching magnitudes of up to $10^{-3}$ for certain parameter values. These variations can potentially be detected by upcoming space-borne detectors. Our findings thus indicate the feasibility of discerning and limiting the essential properties of dark matter surrounding supermassive black holes using future gravitational wave detections, particularly in the case of extreme mass ratio inspiral systems.

gr-qc

Probe the gravitational constant variation via the propagation of gravitational waves

The gravitational constant variation means the breakdown of the strong equivalence principle. As the cornerstone of general relativity, the validity of general relativity can be examined by studying the gravitational constant variation. Such variations have the potential to affect both the generation and propagation of gravitational waves. In this paper, our focus lies on the effect of gravitational constant variation specifically on the propagation of gravitational waves. We employ two analytical methods, namely based on the Fierz-Pauli action and the perturbation of Einstein-Hilbert action around Minkowski spacetime, both leading to the the same gravitational wave equation. By solving this equation, we find the effects of gravitational constant variation on gravitational wave propagation. The result is consistent with previous investigations based on Maxwell-like equations for gravitational waves. Notably, we find that small variations in the gravitational constant result in an amplitude correction at the leading order and a phase correction at the sub-leading order for gravitational waves. These results provide valuable insights for probing gravitational constant variation and can be directly applied to gravitational wave data analysis.

gr-qc

The effect of the gravitational constant variation on the propagation of gravitational waves

Since the first detection of gravitational waves, they have been used to investigate various fundamental problems, including the variation of physical constants. Regarding the gravitational constant, previous works focused on the effect of the gravitational constant variation on the gravitational wave generation. In this paper, we investigate the effect of the gravitational constant variation on the gravitational wave propagation. The Maxwell-like equation that describes the propagation of gravitational waves is extended in this paper to account for situations where the gravitational constant varies. Based on this equation, we find that the amplitude of gravitational waves will be corrected. Consequently the estimated distance to the gravitational wave source without considering such a correction may be biased. Applying our correction result to the well known binary neutron star coalescence event GW170817, we get a constraint on the variation of the gravitational constant. Relating our result to the Yukawa deviation of gravity, we for the first time get the constraint of the Yukawa parameters in 10Mpc scale. This scale corresponds to a graviton mass $m_g\sim10^{-31}$eV.

gr-qc

The Analytical Solutions of Equatorial Geodesic Motion in Kerr Spacetime

The study of Kerr geodesics has a long history, particularly for those occurring within the equatorial plane, which is generally well-understood. However, upon comparison with the classification introduced by one of us https://journals.aps.org/prd/abstract/10.1103/PhysRevD.105.024075 , it becomes apparent that certain classes of geodesics, such as trapped orbits, are still lacking analytical solutions. Thus, in this study, we provide explicit analytical solutions for equatorial timelike geodesics in Kerr spacetime, including solutions of trapped orbits, which capture the characteristics of special geodesics, such as the positions and conserved quantities of circular orbits, bound orbits, and deflecting orbits. Specifically, we determine the precise location at which retrograde orbits undergo a transition from counter-rotating to prograde motion due to the strong gravitational effects near the rotating black hole. Interestingly, we observe that for orbits with negative energy, the trajectory remains prograde despite the negative angular momentum. Furthermore, we investigate the intriguing phenomenon of deflecting orbits exhibiting an increased number of revolutions around the black hole as the turning point approaches the turning point of the trapped orbit. Additionally, we find that only prograde marginal deflecting geodesics are capable of traversing through the ergoregion. In summary, our findings present explicit solutions for equatorial timelike geodesics and offer insights into the dynamics of particle motion in the vicinity of a rotating black hole.

gr-qc

The Axial Gravitational Ringing of a Spherically Symmetric Black Hole Surrounded by Dark Matter Spike

Supermassive black holes at the center of each galaxy may be surrounded by dark matter. Such dark matter admits a spike structure and vanishes at a certain distance from the black hole. This dark matter will impact the spacetime near the black hole and the related ringing gravitational waves can show distinguished features of the black hole without dark matter. In the present work, we focus on the quasi-normal modes of the axial gravitational perturbation who dominate the ringdown process of the perturbed black holes surrounded by dark matter spikes. The relativistic modification results in less impact on QNMs. And the relative ringing frequency difference between the black holes with and without dark matter can be as large as $10^{-2}$. These features can be used in future gravitational wave detection about extremal mass ratio inspiral systems to probe the existence of dark matter around supermassive black holes.

gr-qc

Extending Gibbons-Werner method to bound orbits of massive particles

The Gibbons-Werner method for the gravitational deflection angle of unbound particles in static spherically symmetric spacetimes is based on Jacobi metric and Gauss-Bonnet theorem. When it is extended to bound massive particles, there exists two difficulties: (a) Bound orbits may overlap with themselves azimuthally. To extend the definition of deflection angle for unbound orbits to bound orbits, we divide the bound orbit into multiple segments such that each segment does not overlap with itself azimuthally and can be regarded as an unbound orbit. (b) The infinite region constructed for unbound orbits in Gibbons-Werner method is invalid for bound orbits, since the Jacobi metric of bound massive particles is singular at far region. To construct a suitable region for bound orbits, we adopt the generalized Gibbons-Werner method proposed in our last work [Huang and Cao, https://journals.aps.org/prd/abstract/10.1103/PhysRevD.106.104043], so that the unphysical region in Jacobi space is avoided. What's more, taking the Schwarzschild spacetime as an example, we show the details of the calculation and obtain an analytical expression of the deflection angle between two arbitrary points on the orbit.

gr-qc