SearcharxivSearch

arXiv subjects

Alexander Smirnov

Publications and source records attributed to Alexander Smirnov.

At least 19 recordsLinked to original sources

Fast Discovery of Inclusion Dependencies with Desbordante

Inclusion dependency is a relation between attributes of tables that indicates possible Primary Key-Foreign Key references. Automatic discovery of inclusion dependencies is a relevant problem for both academic and industrial communities. The core concern for this problem is the efficiency of discovery process, since it is a computationally expensive task. However, existing studies only address the algorithmic side, while leaving out the implementation aspect. At the same time, engineering details are at least as important as the algorithmic ones for achieving good performance. In this paper, we describe techniques for efficient implementation of two algorithms for discovery of inclusion dependencies - Spider and Faida. The first one is a classic algorithm whose ideas lie in the foundation of many other inclusion dependency discovery algorithms. We propose an efficient parallelization technique, which greatly speeds up the algorithm while simultaneously reducing its memory consumption. The second one is the state-of-the-art approximate algorithm, which we approach by applying four types of optimizations: data buffering, SIMD-enabled execution, careful hash-table selection and parallelization. In order to experimentally evaluate our techniques, we have implemented these algorithms in Desbordante - an open-source science-intensive data profiler written in C++. For Spider, we have evaluated several different options, and in case of Faida we have demonstrated that all our optimization techniques yield results. We also compared our implementations with Metanome - a Java-based data profiler. Overall, we report up to 5x improvement in terms of run time reduction for Spider and up to 8x for Faida.

cs.DB

Amplifying, Not Learning: The Price of Out-of-Distribution Generalization in AI-Text Detection

AI-text detectors gate decisions in education, hiring, and publishing, yet they flag the most fluent, formal human writing as machine-generated: they rate the median formal-native human essay as 99.5% likely AI while clearing genuine high-temperature AI at 10.5%. Deployed detectors share it (chatgpt-detector-roberta flags 56% of formal essays at a 1% false-alarm rate). This is not a calibration bug but the signature of one mechanism: a fine-tuned detector does not learn an AI-versus-human boundary, it amplifies an inherited typicality axis (predictability under a language model) that pre-exists fine-tuning, rescaling it rather than constructing one. Decomposing the detector into this inherited reading and a fine-tuned residual, the inherited part carries the bulk of cross-generator transfer and produces the over-flagging of formal humans, while the residual is generator-specific and does not transfer; a frozen-representation probe fit on ~25 labels per class matches the fully fine-tuned detector on unseen generators (cross-generator AUROC 0.893 vs 0.831). This yields a no-go: because the axis that transfers is the axis that over-flags, no training objective, threshold, concept-erasure, or ensemble we test removes the harm while preserving cross-generator detection, across three architectures, fine-tuned decoders, and zero-shot perplexity detectors. A closed-form, training-free operator relocates and diagnoses the bias (reviving a dead deployed detector, true-positive rate 0 to 0.904 at a 1% false-alarm rate) but, consistent with the no-go, is AUROC-neutral on cross-generator detection: it moves the bias, it cannot erase it. The mechanism is not specific to English prose: the over-flag and the decomposition replicate in Chinese and in code. Detector unfairness is a predictable, structural property of the detection paradigm, the price of out-of-distribution generalization.

cs.LG

Mechanisms of inductively coupled BCl3-plasma interaction with the GaN surfaceMechanisms of inductively coupled BCl3-plasma interaction with the GaN surface

Consideration is given to inductively coupled BCl3-plasma (ICP) treatment of the GaN surface, which is a promising technique to get the low resistance ohmic contacts in GaN-based transistors. In some cases, BCl3 plasma treatment results in ohmic contact degradation because BClx radicals tend to form a polymer thin film BxCly on the surface. In the present work, the mechanisms of BCl3 plasma interaction with the GaN surface are considered. Threshold ion energies of reactive ion etching for polymer BxCly and semiconductor GaN, respectively, are estimated using numerical plasma modeling. It has been demonstrated that a plasma treatment regime without polymer deposition and reactive etching is possible when an ion energy is in the range ~32-60 eV.

physics.chem-ph

Two decades of algorithmic Feynman integral reduction

We present a historiographical review of algorithms and computer codes developed for solving integration-by-parts relations for Feynman integrals. This procedure is one of the key steps in the evaluation of Feynman integrals, since it enables to express integrals belonging to a given family as linear combinations of master integrals. In this review, we restrict ourselves to considering general algorithms which can, in principle, be applied to any family of Feynman integrals.

hep-th

First Look at Quartic-in-Spin Binary Dynamics at Third Post-Minkowskian Order

We compute the conservative and radiation-reaction contributions to classical observables in the gravitational scattering between a spinning and a spinless black hole to the fourth order in spin and third order in the gravitational constant. The conservative results are obtained from two-loop amplitudes for the scattering process of a massive scalar with a massive spin-$s$ field $(s=0, 1, 2)$ minimally coupled to gravity, employing the recently introduced spin interpolation method to resolve all spin-Casimir terms. The two-loop amplitude exhibits a spin-shift symmetry in both probe limits, which we conjecture to be a sign of yet unknown integrability of Kerr orbits through the quartic order in spin and to all orders in the gravitational constant. We obtain the radial action from the finite part of the amplitude and use it to compute classical observables, including the impulse and spin kick. This is done using the recently introduced covariant Dirac brackets, which allow for the computation of classical scattering observables for general (non-aligned) spin configurations. Finally, employing the radiation-reaction amplitude proposed by Alessio and Di Vecchia, together with the Dirac brackets, we obtain radiation-reaction contributions to observables at all orders in spin and beyond the aligned-spin limit. We find agreement with known results up to the quadratic order in spin for both conservative and radiation-reaction contributions. Our results advance the state of the art in the understanding of spinning binary dynamics in general relativity and demonstrate the power and simplicity of the Dirac bracket formalism for relating scattering amplitudes to classical observables.

hep-th

Virtual Critical Coupling in High-Power Resonant Systems

Exciting high-power resonators pose challenges such as managing power reflections, which can cause energy losses and damage system components. This is crucial for applications like Lower Hybrid Current Drive (LHCD) systems in tokamaks, where plasma stability and confinement depend on efficient energy transfer. In this work, we introduce the Virtual Critical Coupling mechanism to address reflection-related challenges in S-band resonators. We theoretically designed a complex frequency excitation signal tailored to the resonator's characteristics, facilitating efficient energy storage and minimizing reflections without mechanical modifications. Using a custom low-level RF system, we conducted experiments at 32 mW and 600 kW with a 5 MW S-band klystron, demonstrating a ninefold reduction in reflection coefficients compared to traditional monochromatic excitation in high-power tests. This approach enhances the efficiency and stability of high-power resonant systems, potentially advancing nuclear fusion energy production.

physics.optics

Feynman integral reduction: balanced reconstruction of sparse rational functions and implementation on supercomputers in a co-design approach

Integration-by-parts (IBP) reduction is one of the essential steps in evaluating Feynman integrals. A modern approach to IBP reduction uses modular arithmetic evaluations with parameters set to numerical values at sample points, followed by reconstruction of the analytic rational coefficients. Due to the large number of sample points needed, problems at the frontier of science require an application of supercomputers. In this article, we present a rational function reconstruction method that fully takes advantage of sparsity, combining the balanced reconstruction method and the Zippel method. Additionally, to improve the efficiency of the finite-field IBP reduction runs, at each run several numerical probes are computed simultaneously, which allows to decrease the resource overhead. We describe what performance issues one encounters on the way to an efficient implementation on supercomputers, and how one should co-design the algorithm and the supercomputer infrastructure. Benchmarks are presented for IBP reductions for massless two-loop four- and five-point integrals using a development version of FIRE, as well as synthetic examples mimicking the coefficients involved in scattering amplitudes for post-Minkowskian gravitational binary dynamics.

hep-ph

Rational Function Simplification for Integration-by-Parts Reduction and Beyond

We present FUEL (Fractional Universal Evaluation Library), a C++ library for performing rational function arithmetic with a flexible choice of third-party computer algebra systems as simplifiers. FUEL is an outgrowth of a C++ interface to Fermat which was originally part of the FIRE code for integration-by-parts (IBP) reduction for Feynman integrals, now promoted to be a standalone library and with access to simplifiers other than Fermat. We compare the performance of various simplifiers for standalone benchmark problems as well as IBP reduction runs with FIRE. A speedup of more than 10 times is achieved for an example IBP problem related to off-shell three-particle form factors in $\mathcal N=4$ super-Yang-Mills theory.

hep-ph

Solving Data Quality Problems with Desbordante: a Demo

Data profiling is an essential process in modern data-driven industries. One of its critical components is the discovery and validation of complex statistics, including functional dependencies, data constraints, association rules, and others. However, most existing data profiling systems that focus on complex statistics do not provide proper integration with the tools used by contemporary data scientists. This creates a significant barrier to the adoption of these tools in the industry. Moreover, existing systems were not created with industrial-grade workloads in mind. Finally, they do not aim to provide descriptive explanations, i.e. why a given pattern is not found. It is a significant issue as it is essential to understand the underlying reasons for a specific pattern's absence to make informed decisions based on the data. Because of that, these patterns are effectively rest in thin air: their application scope is rather limited, they are rarely used by the broader public. At the same time, as we are going to demonstrate in this presentation, complex statistics can be efficiently used to solve many classic data quality problems. Desbordante is an open-source data profiler that aims to close this gap. It is built with emphasis on industrial application: it is efficient, scalable, resilient to crashes, and provides explanations. Furthermore, it provides seamless Python integration by offloading various costly operations to the C++ core, not only mining. In this demonstration, we show several scenarios that allow end users to solve different data quality problems. Namely, we showcase typo detection, data deduplication, and data anomaly detection scenarios.

cs.DB

An Optical-Fiber-Based Key for Remote Authentication of Users and Optical Fiber Lines

We have shown the opportunity to use the unique inhomogeneities of the internal structure of an optical fiber waveguide for remote authentication of users or an optic fiber line. Optical time domain reflectometry (OTDR) is demonstrated to be applicable to observing unclonable backscattered signal patterns at distances of tens of kilometers. The physical nature of the detected patterns was explained, and their characteristic spatial periods were investigated. The patterns are due to the refractive index fluctuations of a standard telecommunication fiber. We have experimentally verified that the patterns are an example of a physically unclonable function (PUF). The uniqueness and reproducibility of the patterns have been demonstrated and an outline of authentication protocol has been proposed.

physics.optics

Desbordante: from benchmarking suite to high-performance science-intensive data profiler (preprint)

Pioneering data profiling systems such as Metanome and OpenClean brought public attention to science-intensive data profiling. This type of profiling aims to extract complex patterns (primitives) such as functional dependencies, data constraints, association rules, and others. However, these tools are research prototypes rather than production-ready systems. The following work presents Desbordante - a high-performance science-intensive data profiler with open source code. Unlike similar systems, it is built with emphasis on industrial application in a multi-user environment. It is efficient, resilient to crashes, and scalable. Its efficiency is ensured by implementing discovery algorithms in C++, resilience is achieved by extensive use of containerization, and scalability is based on replication of containers. Desbordante aims to open industrial-grade primitive discovery to a broader public, focusing on domain experts who are not IT professionals. Aside from the discovery of various primitives, Desbordante offers primitive validation, which not only reports whether a given instance of primitive holds or not, but also points out what prevents it from holding via the use of special screens. Next, Desbordante supports pipelines - ready-to-use functionality implemented using the discovered primitives, for example, typo detection. We provide built-in pipelines, and the users can construct their own via provided Python bindings. Unlike other profilers, Desbordante works not only with tabular data, but with graph and transactional data as well. In this paper, we present Desbordante, the vision behind it and its use-cases. To provide a more in-depth perspective, we discuss its current state, architecture, and design decisions it is built on. Additionally, we outline our future plans.

cs.DB

Advanced RF Structures for Wakefield Acceleration and High-Gradient Research

Structure wakefield acceleration (SWFA) is one of the most promising AAC schemes in several recent strategic reports, including DOE's 2016 AAC Roadmap, report on the Advanced and Novel Accelerators for High Energy Physics Roadmap (ANAR), and report on Accelerator and Beam Physics Research Goals and Opportunities. SWFA aims to raise the gradient beyond the limits of conventional radiofrequency (RF) accelerator technology, and thus the RF to beam energy efficiency, by reducing RF breakdowns from confining the microwave energy in a short (on the order of about 10 ns) and intense pulse excited by a drive beam. We envision that the following research topics, within the scope of AF7, are of great interest in the next decade: advanced wakefield structures, terahertz and sub-terahertz (THz) structures, and RF breakdown physics. Research on SWFA in the above directions would directly contribute to long-term large-scale applications, including AAC-based linear colliders and compact light sources. There is also potentially a strong synergy between SWFA and other AAC concepts, when structures are combined with plasmas into hybrid AAC schemes. Research on novel structures is at the core of advancing SWFA, and is critical to future AAC-based linear colliders; at the same, it has a strong synergy with other directions, such as cavity designs, high-power microwave systems and sources, and compact light sources.

physics.acc-ph

Subtle Characteristic Classes

We construct new subtle Stiefel--Whitney classes of quadratic forms. These classes are much more informative than the ones introduced by Milnor. In particular, they see all the powers of the fundamental ideal of the Witt ring, contain the Arason invariant and it's higher analogues. Moreover, the new classes allow to treat the J-invariant of quadrics. This invariant, introduced in 2005, has been so far completely isolated from characteristic classes. In addition, our classes allow to describe explicitly the structure of some motives associated with quadratic forms.

math.AG

Surgical navigation systems based on augmented reality technologies

This study considers modern surgical navigation systems based on augmented reality technologies. Augmented reality glasses are used to construct holograms of the patient's organs from MRI and CT data, subsequently transmitted to the glasses. This, in addition to seeing the actual patient, the surgeon gains visualization inside the patient's body (bones, soft tissues, blood vessels, etc.). The solutions developed at Peter the Great St. Petersburg Polytechnic University allow reducing the invasiveness of the procedure and preserving healthy tissues. This also improves the navigation process, making it easier to estimate the location and size of the tumor to be removed. We describe the application of developed systems to different types of surgical operations (removal of a malignant brain tumor, removal of a cyst of the cervical spine). We consider the specifics of novel navigation systems designed for anesthesia, for endoscopic operations. Furthermore, we discuss the construction of novel visualization systems for ultrasound machines. Our findings indicate that the technologies proposed show potential for telemedicine.

cs.HC

A Simple Model of Credit Expansion

The proposed model is aimed to reveal important patterns in the behavior of a simplified financial system. The patterns could be detected as regular cycles consisting of debt bubbles and crises. Financial cycles have a well defined structure and form periodic sequences along the axis of credit expansion while retaining stochastic nature in terms of time.

q-fin.GN

Electron contribution to the muon anomalous magnetic moment at four loops

We present results for the QED contributions to the anomalous magnetic moment of the muon containing closed electron loops. The main focus is on perturbative corrections at four-loop order where the external photon couples to the external muon. Furthermore, all four-loop contributions involving simultaneously a closed electron and tau loop are computed. In combination with our recent results on the light-by-light-type corrections (see Ref. \cite{Kurz:2015bia}) the complete four-loop electron-loop contribution to the anomalous magnetic moment of the muon has been obtained with an independent calculation. Our calculation is based on an asymptotic expansion in the ratio of the electron and the muon mass and shows the importance of higher order terms in this ratio. We perform a detailed comparison with results available in the literature and find good numerical agreement. As a by-product we present analytic results for the on-shell muon mass and wave function renormalization constants at three-loop order including massive closed electron and tau loops, which we also calculated using the method of asymptotic expansion.

hep-ph

Ptolemy spaces with strong inversions

We prove that a compact Ptolemy space with many strong inversions that contains a Ptolemy circle is Moebius equivalent to an extended Euclidean space.

math.MG