arXiv Science⌕ Search

arXiv subjects

Search papers

Search indexed arXiv papers on artificial intelligence, large language models, computer vision and robotics. Read source abstracts and follow links to arXiv.

At least 775 records · Page 43Linked to original sources

EIB-Net: Entropy-Guided Information Bottleneck for Generalizable AI-Generated Image Detection

The proliferation of photorealistic AI-generated images demands robust detection methods that generalize across diverse generative models. While existing approaches target manipulation-based forgeries with local artifacts, generation-based images (e.g., from diffusion models) lack such traces, posing a fundamental challenge. We observe that generative models prioritize global semantics at the expense of local texture fidelity, making low-texture regions key indicators of synthetic origin. To exploit this, we propose EIB-Net, an Entropy-guided Information Bottleneck Network. EIB-Net introduces a novel Image Entropy (IE) metric to automatically select the most informative (lowest-entropy) patch, then processes it with a Variational Information Bottleneck (VIB) to learn compact, generalizable features. Extensive experiments on DIFF, DiffusionForensics, and GenImage benchmarks demonstrate state-of-the-art performance: EIB-Net achieves 85.7\% accuracy using only 2\% of training data, outperforming full-image baselines by over 15\%, and maintains robust cross-generator generalization (83.5\% average accuracy on GenImage). Furthermore, our entropy-guided patch selection (EGPL) consistently enhances diverse backbones (CNNs and Transformers), proving its practical value for data-efficient detection.

cs.CV↗

DA-GRD: Decision-Aware Grasp-Relevant Disambiguation for tactile recovery under perception-to-execution mismatches

Grasping is a fundamental robotic capability that bridges perception and physical task execution. This paper studies grasp pose recovery under a perception-to-execution mismatch, where a grasp generated from visual perception may become spatially stale if the object moves before execution, using only sparse tactile interactions and no further visual observations. We propose DA-GRD, Decision-Aware Grasp-Relevant Disambiguation, which maintains a weighted planar belief over possible object configurations and selects tactile probes according to their ability to eliminate hypotheses and improve agreement among candidate task grasps. Rather than fully relocalizing the object, DA-GRD stops when the remaining hypotheses support a common executable grasp. In MuJoCo experiments on ten rigid objects with translations up to 5~cm and yaw perturbations up to $\pm45^\circ$, DA-GRD achieves an 84.7% physical lift success rate, compared with 9.1% for stale AnyGrasp, 21.2% for the original fix-scan baseline, and 63.7% for fix-scan method adapted with an SE(2) belief. DA-GRD also achieves a 57.3% Task conditioned Success rate. Across objects, it uses a success-average of 4.13 tactile probes over the ten per-object means, corresponding to a 72.5% reduction relative to the fixed 15-probe baselines. Real-world experiments on six objects achieve 71.7% physical lift success and 38.3% task-conditioned success with 4.20 probes on average. These results show that tactile sensing can recover task-relevant grasps under vision-off conditions with limited physical interaction, without requiring complete object localization.

cs.RO↗

Complementary Information Sources

A decision maker may have several information sources available and choose which one to consult only after learning the decision problem she faces. When is one such set of sources uniformly more valuable than another? For unrestricted Bayesian decision problems, we show that the answer can be stated entirely in terms of Blackwell comparisons. Form a tagged mixture by drawing a source independently of the state and revealing both its identity and its signal. One source set is more valuable in every decision problem if and only if each tagged mixture of the second source set is Blackwell dominated by some tagged mixture of the first. The result applies to compact, possibly infinite source sets and general signal spaces. It also has an exact quantitative counterpart: the largest normalized value shortfall is the directed Le Cam deficiency between the source sets' tagged hulls. The analogous program for monotone decision problems reveals a boundary. We call the passage from problem-by-problem source-set superiority to a problem-independent pairwise dominance a lifting. The Blackwell lifting does not extend directly to the Lehmann order: mixing sources that individually satisfy the monotone likelihood ratio property (MLRP) need not preserve MLRP, and even when it does, no fixed Lehmann-dominating mixture need exist. Requiring one source to serve a finite bundle of monotone decision problems restores the equivalence.

econ.TH↗

TileBench: A Controlled Benchmark for Performance Evaluation and Bottleneck Diagnosis of Tile-Based Programming Models

Tile-based programming models, such as Triton and cuTile, aim to simplify high-performance kernel development, but their practical performance, tuning behavior, and usability remain difficult to compare systematically. We present TileBench, a controlled benchmark for evaluating Triton and cuTile on NVIDIA B200 GPUs under matched operator semantics and comparable implementation structures. TileBench contains 45 operators covering diverse AI-kernel patterns and memory/computation behaviors. Each task provides a PyTorch reference, verified Triton and cuTile implementations, standardized data-types (dtype) and input-size sweeps, default and autotuned configurations, roofline-based metrics, and profiling-guided diagnosis. Our evaluation shows that performance gaps are workload-dependent: cuTile excels on a small cluster of Tensor-Core/TMA-friendly kernels, while Triton is stronger on many irregular, streaming, and bandwidth-bound operators. We further evaluate LLM-generated cuTile and Triton kernels and find that Triton is consistently more token-efficient than cuTile under the same iterative refinement protocol. TileBench is publicly available at https://github.com/Deep-Learning-Profiling-Tools/Tilebench.

cs.PF↗

Design, development, and preliminary validity and reliability evidence of the Software Engineering Self-Efficacy Scale (SESES)

The purpose of this research is to design, develop, implement, and provide preliminary validity and reliability evidence of the Software Engineering Self-Efficacy Scale (SESES). Framed by a conceptual framework using guidance in software engineering curriculum and concepts along with the notion of self-efficacy, we generated an initial item pool of n = 87 items to operationalize and measure software engineering self-efficacy among undergraduate computing students. The conceptual framework traces five dimensions: 1) Requirements Engineering, 2) Teamwork and Collaboration, 3) Software Quality Management, 4) Software Design and Architecture, and 5) Software Agile Methodologies. We pilot tested the SESES with n = 527 undergraduate computing students who had completed a software engineering course in the current semester or a previous academic semester. We employed Exploratory Factor Analysis (EFA) with the Principal Axis Factoring method and an oblique (Promax) rotation to examine the underlying structure of the SESES, resulting in the same five internally consistent latent constructs in the conceptual framework with minimal cross-loading and a simple structure in the pattern matrix, explaining approximately 57% of the variability in these data. Our findings suggest that software engineering self-efficacy is a multidimensional construct of five theorized and correlated, yet distinct latent factors. We unpack the limitations and delimitations of the research while exploring undergraduate computing students' software engineering self-efficacy using necessary domain-specific measurements.

cs.SE↗

BranchShine-CR: Compact Multilingual IPA Transcription with Self-Conditioned CTC and Consistency Regularization

We introduce BranchShine-CR, a 25M-parameter model for multilingual transcription into the International Phonetic Alphabet (IPA). It combines log-mel features, a rotary-position E-Branchformer encoder, intermediate self-conditioned connectionist temporal classification (CTC), and consistency regularization across augmented views. On 16,646 shared IPApack++ test utterances, it achieves 4.47% IPA character error rate, a 22.3% relative reduction from ZIPA-CTC-NS, with approximately one-twelfth as many parameters while being trained from scratch. BranchShine-CR also outperforms a similarly sized NeMo Conformer baseline across all 41 dataset language labels. Ablation studies indicate the individual components synergetically acting in model performance contribution. These findings support compact IPA recognition capabilities under limited compute budget, for applications in low-resource on-device pronunciation assessment.

cs.LG↗

On a Separate Note: Robust Score-Informed Note Separation with a Two-Stream TFC-TDF U-Net and Adaptive Set Ownership

Score-informed note separation seeks to extract the performed waveform of all individual notes, often from a polyphonic recording. Existing deep learning systems generally only target instrument-level stems. We present, to our knowledge, the first deep learning approach to score-informed note separation, NoteSep. NoteSep extracts the queried notes by applying an extraction stage model, NoteGrab, once per note. Conditioned on pitch, onset, and offset, NoteGrab separates harmonic and percussive components in two U-Nets linked by bidirectional cross-attention; selective harmonic gating suppresses lower-octave interference while preserving percussive attacks. Finally, a joint separation stage applies Adaptive Set Ownership (ASO) to compare concurrent NoteGrab estimates and reallocate mixture energy. We curate SCNS-Train (25,729 mixtures and 743,920 targets) for training and SCNS-Eval (16 instruments, disjoint scores and libraries) for evaluation. On SCNS-Eval, NoteSep reaches a median SI-SDR of 7.39~dB, compared with 2.49~dB for our strongest baseline. See the demo page at https://benschou.com/notesep.

cs.SD↗

High-z galaxies with the JWST and the ELT: Toward Ever-finer Detail

The exploration of the early Universe is being transformed by the James Webb Space Telescope (JWST), which delivers unprecedented angular resolution at infrared wavelengths and opens a unique window redward of the K band (2um). Thanks to NIRCam, NIRISS, NIRSpec, and MIRI instruments, which provide both imaging and spectroscopy with exquisite efficiency, new classes of sources have emerged within the first years of operations. The first half-Gyr of cosmic time is now routinely probed, revealing massive blue/red galaxies and a population of Active Galactic Nuclei (AGN) appearing as "little red dots" together with a rest-frame near-infrared/optical view of sources across the reionization and post-reionization epochs. Angular resolution will remain pivotal in the 2030s - 2040s, when extreme adaptive optics (AO) facilities will be deployed on both (8 - 10)m (e.g., the VLT Multi-Conjugate-Adaptive-Optics (MCAO) - Assisted Visible Imager and Spectrograph, MAVIS) and on extremely large telescopes, like the 39m ELT (e.g., Multi-conjugate adaptive Optics Relay For ELT Observation, MORFEO). Operating at the diffraction limit, these facilities will improve JWST's resolution, with ELT achieving a factor of ~ 6 smaller Point-Spread-Function (PSF). An ELT diffraction-limited PSF (with a Full Width Half Maximum, FWHM ~ 8-12 mas) in the near infrared will resolve spatial scales <100 pc at any redshift (z ~< 18), revealing abundant star-forming clumps with sufficient sensitivity. Leveraging gravitational lensing as a cosmic telescope, even with moderate magnification factors (mu ~ 4-8), diffraction-limited 8m and 39m telescopes will probe physical scales ~< 25 pc, enabling systematic studies of star formation down to star-cluster scale at cosmological distances. Such observations are poised to become routine in the 2030s - 2040s.

astro-ph.GA↗

Seeing Is Not Measuring: Tool-Augmented Metric Spatial Reasoning for Vision-Language Models

Vision-Language Models (VLMs) describe scenes well but reason poorly about metric 3D structure such as absolute distances, physical sizes, or egocentric directions. We present a modular, predictor agnostic, tool-augmented framework that equips a small VLM (Qwen3.5-4B) with geometric tools: 3D object detection, metric depth estimation, and deterministic solvers for distance, size and bearing. Each object is detected in the camera frame of its own best view, and the tools use that frame's pose to lift every detection into one shared world frame. Moving metric computation out of the model's weights and into explicit solvers yields large gains on three of four ReVSI-Bench tasks: with a strong monocular detector (WildDet3D), absolute distance rises from 0.46 to 0.74 Mean Relative Accuracy (MRA), relative distance from 39.1% to 67.4%, and relative direction from a below-chance 25.9% to 73.4%. Because any detector can be swapped in behind the tool interface, comparing real detectors against ground-truth boxes separates perception error from reasoning error: orchestration costs only 0.03 MRA. Object size is bounded by the detector: the tools are near-exact on groundtruth boxes (0.97) yet the best real detector barely beats the no-tool baseline (0.61 vs. 0.58), because size reads straight off a box extent monocular detectors get wrong. Without a predefined recipe, the model already sequences the tools correctly on its own, matching a scripted pipeline on three of four tasks.

cs.CV↗

Topology of bound states in the continuum from the angular structure of leading radiation

We show that the angular structure of the leading radiation associated with a bound state in the continuum (BIC) directly encodes topology, identifies the critical conditions for topological-charge transitions, and reveals the bifurcation of new BIC families under structural variations. For at-$Γ$ BICs, rotational and time-reversal symmetries determine the allowed angular harmonics of the leading radiation and hence the possible topological charges. As an example, we directly identify a BIC with $q=-5$ in a $C_{6v}$ dielectric slab with a triangular lattice of circular air holes, without computing nearby resonances or tracking the merging of BICs. This BIC is also a super-BIC, exhibiting an ultrahigh quality factor $Q\sim 1/δ^{10}$ along all directions in momentum space, where $δ$ is the wavevector detuning parameter. We also use a $C_{4v}$ structure to analyze a topological transition and the associated bifurcation of off-$Γ$ BICs. Our results may find applications in resonant, structured, and topological photonics.

physics.optics↗

CRISS: A Retrieval-Augmented AI Chatbot for Assisting Cancer Registrars

Cancer registrars, including Oncology Data Specialists (ODSs), must interpret complex and frequently updated coding and staging standards. We developed CRISS (Cancer Registry Intelligent Support System), a retrieval-augmented generation (RAG) conversational assistant that provides rapid, citation-supported access to registry guidance. This study evaluated whether CRISS could (1) support accurate and citation-supported responses, (2) improve access to and interpretation of relevant guidance, and (3) support training/helpdesk use while preserving human oversight of final abstraction decisions. We built a domain-specific knowledge base from national cancer registry standards, segmented into metadata-tagged passages and indexed as dense embeddings. Retrieved passages were used to generate citation-grounded responses through a large language model (LLM). Open-weight, proprietary, and non-RAG baseline models across Gemini and GPT families were evaluated on easy, medium, and hard registry questions using an LLM-as-a-Judge protocols. RAG configurations consistently outperformed non-RAG approaches, especially as question difficulty increased. Mean grounding scores for RAG were 0.62/0.56/0.59 across easy/medium/hard tiers versus 0.29/0.26/0.29 for non-RAG. RAG models also achieved higher semantic-similarity scores overall. Proprietary RAG models performed strongest on easy and medium questions, while local RAG models ranked highest on hard questions and proprietary models were generally more cautious. Domain-specific RAG improved evidence grounding and response quality for cancer registry questions while enabling citation-supported assistance across complexity levels. CRISS demonstrates the potential of human-centered, citation-grounded AI to support cancer registrars while preserving human oversight for final coding decisions.

cs.AI↗

Feature Space Selection and Heterogeneous Effect Estimation for Blood-Brain Barrier Permeability: A Random Forest to the Generalized Random Forest Pipeline

Predicting blood-brain barrier (BBB) permeability is critical for central nervous system drug discovery. Using the MoleculeNet BBBP dataset (n = 2039), this study systematically ablates molecular feature spaces to isolate featurisation from model architecture. We evaluate three feature families (Morgan fingerprints, RDKit physicochemical descriptors, SMILES bigrams) across four learning algorithms. Results demonstrate that predictive performance depends jointly on feature representation and algorithm. Dynamic Random Forest using combined features achieved the highest mean AUC (0.970, 95% CI: 0.963-0.977). Second, this optimal representation enables exploratory estimation of heterogeneous associations between molecular structure and BBB permeability using Generalized Random Forests. Constructing a pseudo-treatment from a LogP median split, we applied double/debiased machine learning to account for confounding. Orthogonalization substantially attenuates the heterogeneity detected by naive causal forests; no conditional effects remained significant after false discovery rate correction (smallest adjusted p = 0.082). Furthermore, orthogonalized feature importance shifted toward residual structural information in SMILES bigrams. Ultimately, once observed confounding is properly accounted for, evidence that LogP-BBB associations vary systematically across chemical space is insufficient. This underscores that feature representation and model architecture are coupled design choices, and that unorthogonalized causal forests risk overstating genuine treatment effect heterogeneity.

stat.ML↗

A Reilly-Type Inequality for CR Dirac Operators on CR Manifolds and Applications

The first two authors derived the Weitzenböck-type Formula for a CR Dirac operator. In this paper, we apply the above-mentioned formula and follow the process as Riemannian case to derive a Reilly-type inequality. We give two applications for the CR Reilly inequality. One is a lower bound estimate of the p-mass in terms of the first eigenvalue of the modified hypersurface CR Dirac operator. Another one is to solve the CR Dirac equation on a bounded domain with an $S^{1}$-action and an APS-type boundary condition.

math.DG↗

QCD Crossover Transfer Functions for Scalar-Induced Gravitational Waves in the PTA Band

Pulsar timing array (PTA) collaborations have reported evidence for a stochastic gravitational wave (GW) background in the nHz band. Should scalar-induced GWs, sourced at second order by enhanced primordial curvature perturbations, contribute to this signal, a coincidence of scales makes them directly sensitive to the softening of the equation of state around the QCD crossover. We solve the tensor and scalar equations of motion across the Standard Model (SM) thermal history and tabulate the transfer functions for direct use in present and future PTA analyses. We show that this SM effect modifies the height of the induced spectrum by up to $\approx55\%$ across the PTA band relative to the radiation-domination expectation, with either sign depending on whether the source modes cross the horizon before or after the crossover. Fitting the NANOGrav 15-year data with a broken-power-law curvature power spectrum, we find that including the crossover shifts the inferred peak amplitude and scale by an amount that could already be relevant for the comparison with primordial black hole overproduction bounds. The importance of this SM effect will grow as the statistical uncertainty on the amplitude and scale shrinks with future, more sensitive PTA datasets, at which point neglecting it could significantly bias the inference.

astro-ph.CO↗

Electric Current-Driven Microstructural Evolution in SrTiO3

Polycrystalline SrTiO3 is employed as a model system to investigate microstructural evolution under applied electric currents. Under a substantial current density, well-aligned, elongated abnormal grains develop near the anode following a flash event, in contrast to previously reported cathode-side enhanced grain growth under negligible currents. The equivalent diameter of the abnormal grains increases linearly with time, deviating from classical parabolic grain growth kinetics. The applied current drives elemental redistribution near the anode, producing a Ti-rich region adjacent to a Sr-rich belt that migrates toward the cathode, from which the abnormal grains nucleate. Aberration-corrected scanning transmission electron microscopy and electron energy-loss spectroscopy reveal that the fast-moving grain boundaries (GBs) within the Ti-rich bulk region are Sr-enriched, O-depleted, and Ti-reduced. An analysis based on the Brouwer diagram suggests the formation of p-i-n regions under the applied electric field. Conversion between electronic and ionic currents at the p-i and i-n junctions, field-driven precipitation and dissolution of the Sr-rich Ruddlesden-Popper phase, and field-driven migration of Sr and O vacancies collectively explain the elemental redistribution and redox-modulated migration of the Sr-rich belt. Incomplete redox reactions at the moving junctions create the moving Sr-rich belt and generate a locally reducing environment, consequently producing fast-moving, Sr-rich, reduced GBs. These findings reveal new mechanisms of electric current-driven defect-mediated microstructural evolution.

cond-mat.mtrl-sci↗

Don't Fake It If You Can't Make It: Driver Misconduct in Last-Mile Delivery

In the last two decades, last-mile delivery (LMD) firms have seen immense growth fueled by the success of e-commerce, leading to faster and cheaper deliveries. Operating on thin margins, LMD firms strive for successful first-time deliveries to avoid the financial and reputational costs of reattempts. Delivery Agents (DAs) are integral to LMD efficiency, influencing customer experience, delivery success, and productivity. However, most LMD performance enhancement research focuses on process, technology, and incentives, which presume workers will conform to procedures and monitoring tools will function flawlessly. Nevertheless, in practice, DAs deviate from expected behaviors, i.e., indulge in misconduct, negatively affecting delivery efficiency, often resulting in returned parcels. One of the major misconducts is fake remarked deliveries, wherein DAs intentionally do not deliver the parcels and provide a fake reason for it. For instance, even without reaching a delivery address, a DA remarks 'customer unavailable' and records a delivery failure. In this study, we collaborated with a leading Indian LMD firm and, using instrumental variable regression, find that such misconduct leads to a spillover productivity loss. This effect reduces the next day's successful deliveries by 1.60% and first-time-right deliveries by 1.86%. We discuss misconduct's correlation with factors such as task complexity and offer novel insights into how opportunistic circumstances can influence worker behavior.

econ.GN↗

A compact high-order and positivity-preserving active flux method for compressible Navier--Stokes equations on Cartesian meshes

This paper develops a compact fourth-order positivity-preserving active flux (AF) method for the one- and two-dimensional compressible Navier--Stokes equations on Cartesian meshes. The method retains the cell averages and shared point values of the standard third-order AF method as its degrees of freedom. To avoid the order reduction that can arise when diffusion is discretized using operators from the standard third-order AF method, while maintaining compactness, the divergence of the viscous flux is discretized directly using compact fourth-order operators. For the inviscid part, incorporating a downwind point value into the biased stencil yields fourth-order accuracy. A monolithic flux limiting blends high-order total numerical fluxes with low-order positivity-preserving counterparts, treating the inviscid and viscous fluxes jointly while maintaining local conservation. Together with a scaling limiter for point values, this procedure preserves density and pressure positivity for both cell averages and point values. Numerical experiments demonstrate fourth-order convergence, positivity preservation, and accurate resolution of shocks and viscous flow structures. For the two-dimensional viscous shock tube, a comparison with a discontinuous Galerkin method shows improved computational efficiency in resolving complex interaction of shock waves and boundary layers.

math.NA↗