SearcharxivSearch

arXiv subjects

Qiming Wang

Publications and source records attributed to Qiming Wang.

At least 19 recordsLinked to original sources

BruNet: A Cross-Domain Transfer Framework for Bruise Segmentation

Segmenting bruises is a challenging task in medical imaging due to limited data and annotations, diffuse boundaries, and highly variable appearance. In this work, we propose BruNet, a segmentation framework that combines a ViT-based visual encoder (a self-supervised DINOv3 or a pretrained LingBot-Vision backbone) with a SAM-based mask decoder. BruNet is trained on the HAM10000 skin lesion dataset and evaluated on a separate bruise dataset without additional fine-tuning. Although a small number of prior studies have explored machine learning and computer vision for bruise analysis, existing work has primarily focused on detection, classification, or colour analysis rather than pixel-level localisation. To the best of our knowledge, this is the first study to address automatic bruise segmentation. Our results show that BruNet outperforms CNN-based models, state-of-the-art segmentation models, ChatGPT-4o/5-assisted SAM2 zero-shot baselines, and the medical-oriented MedSAM model, demonstrating strong cross-domain generalisation to bruise segmentation.

cs.CV

Certified L2-Norm Robustness of 3D Point Cloud Recognition in the Frequency Domain

3D point cloud classification is a fundamental task in safety-critical applications such as autonomous driving, robotics, and augmented reality. However, recent studies reveal that point cloud classifiers are vulnerable to structured adversarial perturbations and geometric corruptions, posing risks to their deployment in safety-critical scenarios. Existing certified defenses limit point-wise perturbations but overlook subtle geometric distortions that preserve individual points yet alter the overall structure, potentially leading to misclassification. In this work, we propose FreqCert, a novel certification framework that departs from conventional spatial domain defenses by shifting robustness analysis to the frequency domain, enabling structured certification against global L2-bounded perturbations. FreqCert first transforms the input point cloud via the graph Fourier transform (GFT), then applies structured frequency-aware subsampling to generate multiple sub-point clouds. Each sub-cloud is independently classified by a standard model, and the final prediction is obtained through majority voting, where sub-clouds are constructed based on spectral similarity rather than spatial proximity, making the partitioning more stable under L2 perturbations and better aligned with the object's intrinsic structure. We derive a closed-form lower bound on the certified L2 robustness radius and prove its tightness under minimal and interpretable assumptions, establishing a theoretical foundation for frequency domain certification. Extensive experiments on the ModelNet40 and ScanObjectNN datasets demonstrate that FreqCert consistently achieves higher certified accuracy and empirical accuracy under strong perturbations. Our results suggest that spectral representations provide an effective pathway toward certifiable robustness in 3D point cloud recognition.

cs.CV

Pneuma: Leveraging LLMs for Tabular Data Representation and Retrieval in an End-to-End System

Finding relevant tables among databases, lakes, and repositories is the first step in extracting value from data. Such a task remains difficult because assessing whether a table is relevant to a problem does not always depend only on its content but also on the context, which is usually tribal knowledge known to the individual or team. While tools like data catalogs and academic data discovery systems target this problem, they rely on keyword search or more complex interfaces, limiting non-technical users' ability to find relevant data. The advent of large language models (LLMs) offers a unique opportunity for users to ask questions directly in natural language, making dataset discovery more intuitive, accessible, and efficient. In this paper, we introduce Pneuma, a retrieval-augmented generation (RAG) system designed to efficiently and effectively discover tabular data. Pneuma leverages large language models (LLMs) for both table representation and table retrieval. For table representation, Pneuma preserves schema and row-level information to ensure comprehensive data understanding. For table retrieval, Pneuma augments LLMs with traditional information retrieval techniques, such as full-text and vector search, harnessing the strengths of both to improve retrieval performance. To evaluate Pneuma, we generate comprehensive benchmarks that simulate table discovery workload on six real-world datasets including enterprise data, scientific databases, warehousing data, and open data. Our results demonstrate that Pneuma outperforms widely used table search systems (such as full-text search and state-of-the-art RAG systems) in accuracy and resource efficiency.

cs.DB

DART: Dual-level Autonomous Robotic Topology for Efficient Exploration in Unknown Environments

Conventional algorithms in autonomous exploration face challenges due to their inability to accurately and efficiently identify the spatial distribution of convex regions in the real-time map. These methods often prioritize navigation toward the nearest or information-rich frontiers -- the boundaries between known and unknown areas -- resulting in incomplete convex region exploration and requiring excessive backtracking to revisit these missed areas. To address these limitations, this paper introduces an innovative dual-level topological analysis approach. First, we introduce a Low-level Topological Graph (LTG), generated through uniform sampling of the original map data, which captures essential geometric and connectivity details. Next, the LTG is transformed into a High-level Topological Graph (HTG), representing the spatial layout and exploration completeness of convex regions, prioritizing the exploration of convex regions that are not fully explored and minimizing unnecessary backtracking. Finally, an novel Local Artificial Potential Field (LAPF) method is employed for motion control, replacing conventional path planning and boosting overall efficiency. Experimental results highlight the effectiveness of our approach. Simulation tests reveal that our framework significantly reduces exploration time and travel distance, outperforming existing methods in both speed and efficiency. Ablation studies confirm the critical role of each framework component. Real-world tests demonstrate the robustness of our method in environments with poor mapping quality, surpassing other approaches in adaptability to mapping inaccuracies and inaccessible areas.

cs.RO

Optimal error estimates of the stochastic parabolic optimal control problem with integral state constraint

In this paper, the optimal strong error estimates for stochastic parabolic optimal control problem with additive noise and integral state constraint are derived based on time-implicit and finite element discretization. The continuous and discrete first-order optimality conditions are deduced by constructing the Lagrange functional, which contains forward-backward stochastic parabolic equations and a variational equation. The fully discrete version of forward-backward stochastic parabolic equations is introduced as an auxiliary problem and the optimal strong convergence orders are estimated, which further allows the optimal a priori error estimates for control, state, adjoint state and multiplier to be derived. Then, a simple and yet efficient gradient projection algorithm is proposed to solve stochastic parabolic control problem and its convergence rate is proved. Numerical experiments are carried out to illustrate the theoretical findings.

math.OC

An efficient gradient projection method for stochastic optimal control problem with expected integral state constraint

In this work, we present an efficient gradient projection method for solving a class of stochastic optimal control problem with expected integral state constraint. The first order optimality condition system consisting of forward-backward stochastic differential equations and a variational equation is first derived. Then, an efficient gradient projection method with linear drift coefficient is proposed where the state constraint is guaranteed by constructing specific multiplier. Further, the Euler method is used to discretize the forward-backward stochastic differential equations and the associated conditional expectations are approximated by the least square Monte Carlo method, yielding the fully discrete iterative scheme. Error estimates of control and multiplier are presented, showing that the method admits first order convergence. Finally we present numerical examples to support the theoretical findings.

math.OC

FabricQA-Extractor: A Question Answering System to Extract Information from Documents using Natural Language Questions

Reading comprehension models answer questions posed in natural language when provided with a short passage of text. They present an opportunity to address a long-standing challenge in data management: the extraction of structured data from unstructured text. Consequently, several approaches are using these models to perform information extraction. However, these modern approaches leave an opportunity behind because they do not exploit the relational structure of the target extraction table. In this paper, we introduce a new model, Relation Coherence, that exploits knowledge of the relational structure to improve the extraction quality. We incorporate the Relation Coherence model as part of FabricQA-Extractor, an end-to-end system we built from scratch to conduct large scale extraction tasks over millions of documents. We demonstrate on two datasets with millions of passages that Relation Coherence boosts extraction performance and evaluate FabricQA-Extractor on large scale datasets.

cs.IR

Middle Fusion and Multi-Stage, Multi-Form Prompts for Robust RGB-T Tracking

RGB-T tracking, a vital downstream task of object tracking, has made remarkable progress in recent years. Yet, it remains hindered by two major challenges: 1) the trade-off between performance and efficiency; 2) the scarcity of training data. To address the latter challenge, some recent methods employ prompts to fine-tune pre-trained RGB tracking models and leverage upstream knowledge in a parameter-efficient manner. However, these methods inadequately explore modality-independent patterns and disregard the dynamic reliability of different modalities in open scenarios. We propose M3PT, a novel RGB-T prompt tracking method that leverages middle fusion and multi-modal and multi-stage visual prompts to overcome these challenges. We pioneer the use of the adjustable middle fusion meta-framework for RGB-T tracking, which could help the tracker balance the performance with efficiency, to meet various demands of application. Furthermore, based on the meta-framework, we utilize multiple flexible prompt strategies to adapt the pre-trained model to comprehensive exploration of uni-modal patterns and improved modeling of fusion-modal features in diverse modality-priority scenarios, harnessing the potential of prompt learning in RGB-T tracking. Evaluating on 6 existing challenging benchmarks, our method surpasses previous state-of-the-art prompt fine-tuning methods while maintaining great competitiveness against excellent full-parameter fine-tuning methods, with only 0.34M fine-tuned parameters.

cs.CV

Localization of Dummy Data Injection Attacks in Power Systems Considering Incomplete Topological Information: A Spatio-Temporal Graph Wavelet Convolutional Neural Network Approach

The emergence of novel the dummy data injection attack (DDIA) poses a severe threat to the secure and stable operation of power systems. These attacks are particularly perilous due to the minimal Euclidean spatial separation between the injected malicious data and legitimate data, rendering their precise detection challenging using conventional distance-based methods. Furthermore, existing research predominantly focuses on various machine learning techniques, often analyzing the temporal data sequences post-attack or relying solely on Euclidean spatial characteristics. Unfortunately, this approach tends to overlook the inherent topological correlations within the non-Euclidean spatial attributes of power grid data, consequently leading to diminished accuracy in attack localization. To address this issue, this study takes a comprehensive approach. Initially, it examines the underlying principles of these new DDIAs on power systems. Here, an intricate mathematical model of the DDIA is designed, accounting for incomplete topological knowledge and alternating current (AC) state estimation from an attacker's perspective. Subsequently, by integrating a priori knowledge of grid topology and considering the temporal correlations within measurement data and the topology-dependent attributes of the power grid, this study introduces temporal and spatial attention matrices. These matrices adaptively capture the spatio-temporal correlations within the attacks. Leveraging gated stacked causal convolution and graph wavelet sparse convolution, the study jointly extracts spatio-temporal DDIA features. Finally, the research proposes a DDIA localization method based on spatio-temporal graph neural networks. The accuracy and effectiveness of the DDIA model are rigorously demonstrated through comprehensive analytical cases.

eess.SY

Solo: Data Discovery Using Natural Language Questions Via A Self-Supervised Approach

Most deployed data discovery systems, such as Google Datasets, and open data portals only support keyword search. Keyword search is geared towards general audiences but limits the types of queries the systems can answer. We propose a new system that lets users write natural language questions directly. A major barrier to using this learned data discovery system is it needs expensive-to-collect training data, thus limiting its utility. In this paper, we introduce a self-supervised approach to assemble training datasets and train learned discovery systems without human intervention. It requires addressing several challenges, including the design of self-supervised strategies for data discovery, table representation strategies to feed to the models, and relevance models that work well with the synthetically generated questions. We combine all the above contributions into a system, Solo, that solves the problem end to end. The evaluation results demonstrate the new techniques outperform state-of-the-art approaches on well-known benchmarks. All in all, the technique is a stepping stone towards building learned discovery systems. The code is open-sourced at https://github.com/TheDataStation/solo

cs.IR

Adaptive finite element approximation of bilinear optimal control with fractional Laplacian

We investigate the application of a posteriori error estimates to a fractional optimal control problem with pointwise control constraints. Specifically, we address a problem in which the state equation is formulated as an integral form of the fractional Laplacian equation, with the control variable embedded within the state equation as a coefficient. We propose two distinct finite element discretization approaches for an optimal control problem. The first approach employs a fully discrete scheme where the control variable is discretized using piecewise constant functions. The second approach, a semi-discrete scheme, does not discretize the control variable. Using the first-order optimality condition, the second-order optimality condition, and a solution regularity analysis for the optimal control problem, we devise a posteriori error estimates. We subsequently demonstrate the reliability and efficiency of the proposed error estimators. Based on the established error estimates framework, an adaptive refinement strategy is developed to help achieve the optimal convergence rate. The effectiveness of the refinement strategy is verified by numerical experiments.

math.OC

Adaptive finite element approximation of sparse optimal control with integral fractional Laplacian

In this paper we present and analyze a weighted residual a posteriori error estimate for an optimal control problem. The problem involves a nondifferentiable cost functional, a state equation with an integral fractional Laplacian, and control constraints. We employ subdifferentiation in the context of nondifferentiable convex analysis to obtain first-order optimality conditions. Piecewise linear polynomials are utilized to approximate the solutions of the state and adjoint equations. The control variable is discretized using the variational discretization method. Upper and lower bounds for the a posteriori error estimate of the finite element approximation of the optimal control problem are derived. In the region where 3/2 < alpha < 2, the residuals do not satisfy the L2(Omega) regularity. To address this issue, an additional weight is included in the weighted residual estimator, which is based on a power of the distance from the mesh skeleton. Furthermore, we propose an h-adaptive algorithm driven by the posterior view error estimator, utilizing the Dorfler labeling criterion. The convergence analysis results show that the approximation sequence generated by the adaptive algorithm converges at the optimal algebraic rate. Finally, numerical experiments are conducted to validate the theoretical results.

math.NA

Designing topological acoustic lattices via electroacoustic analogies

Topological acoustics has recently witnessed a spurt in research activity, owing to their unprecedented properties transcending typical wave phenomena. In recent years, the use of coupled arrays of acoustic chambers has gained popularity in designing topological acoustic systems. In their common form, an array of acoustic chambers with relatively large volume is coupled via narrow channels. Such configuration is generally modeled as a full three-dimensional system, requiring extended computational time for simulating its harmonic response. To this end, this paper establishes a comprehensive mathematical treatment of the use of electroacoustic analogies for designing topological acoustic lattices. The potential of such analytical approach is demonstrated via two types of topological systems: (i) edge states with quantized winding numbers in an acoustic diatomic lattice and (ii) valley Hall transition in an acoustic honeycomb lattice that leads to robust waveguiding. In both cases, the established analytical approach exhibits an excellent agreement with the full three-dimensional model, whether in dispersion analyses or the response of an acoustic system with a finite number of cells. The established analytical framework is invaluable for designing a variety of acoustic topological insulators with minimal computational cost.

physics.app-ph

Discrete self-similarity in the formation of satellites for viscous cavity break-up

The breakup of a jet of a viscous fluid with viscosity $μ_{1}$ immersed into another viscous fluid with viscosity $μ_{2}$ is considered in the limit when the viscosity ratio $λ=μ_{1}/μ_{2}$ is close to zero. We show that, in this limit, a transition from ordinary continuous selfsimilarity to discrete selfsimilarity takes place as $λ$decreases. The result being that instead of a single point breakup, the rupture of the inner jet occurs through the appearance of an infinite sequence of filaments of decreasing size that will eventually produce infinite sequences of bubbles of the inner fluid inside the outer fluid. The transition can be understood as the result of a Hopf bifurcation in the system of equations modelling the physical problem.

physics.flu-dyn

Stability and breakup of liquid threads and annular layers in a corrugated tube

We study the stability and breakup behavior of an axisymmetric liquid thread which is surrounded by another viscous fluid layer through a long wave approximation. The two fluids are immiscible and confined in a concentrically placed cylindrical tube. The effect of the tube wall corrugation is taken into account in the model, which allows the access of the interaction between the wall shape and the thread interfacial dynamics. The linearized system is studied by the Floquet theory due to the presence of non-constant coefficients in the equation and the spectrum is computed numerically via the Fourier-Floquet-Hill method. The resulting features agree qualitatively with those obtained based on a lubrication model in the thin annulus limit, where the short-wave disturbances that would be stabilizing owing to the capillarity in the absence of wall corrugation, can excite some unstable long waves. Those results from the linear theory are also confirmed numerically by the direct numerical simulation on the evolution equations. Meanwhile, a transition on the dominant modes from the one for a tube without corrugation to the one with wall shape included is found. Finally the drop formation is shown in the nonlinear regime when the pinch off of the core thread is obtained. The annular film drainage regime is also approached slowly along with pinching when the tube wall is close to the thread interface. In addition, our results demonstrate the possibility to suppress pinching, depending on the averaged annular layer thickness and the variation in tube radius.

physics.flu-dyn

Using electric fields to induce patterning in leaky dielectric fluids in a rod-annular geometry

The stability and axisymmetric deformation of two immiscible, viscous, perfect or leaky dielectric fluids confined in the annulus between two concentric cylinders are studied in the presence of radial electric fields. The fields are set up by imposing a constant voltage potential difference between the inner and outer cylinders. We derive a set of equations for the interface in the long-wavelength approximation which retains the essential physics of the system and allows for interfacial deformations to be as large as the annular gap hence accounting for possible touchdown at the inner or outer electrode. The effects of the electric parameters are evaluated initially by performing a linear stability analysis which shows excellent agreement with the linear theory of the full axisymmetric problem in the appropriate long wavelength regime. The nonlinear interfacial dynamics are investigated by carrying out direct numerical simulations of the derived long wave models, both in the absence and presence of electric fields. For non-electrified thin layer flows (i.e. one of the layers thin relative to the other) the long-time dynamics agree with the lubrication approximation results found in literature. When the liquid layers have comparable thickness our results demonstrate the existence of both finite time and infinite time singularities (asymptotic touching solutions) in the system. It is shown that a two-side touching solution is possible for both the non-electrified and perfect dielectric cases, while only one-side touching is found in the case of leaky dielectric liquids, where the flattened interface shape resembles the pattern solutions found in literature. Meanwhile the finite-time singular solution agrees qualitatively with the experiments of~\cite{Reynolds1965}.

physics.flu-dyn

Kortweg de-Vries solitons on electrified liquid jets

The propagation of axisymmetric waves on the surface of a liquid jet under the action of a radial electric field is considered. The jet is assumed to be inviscid and perfectly conducting, and a field is set up by placing the jet concentrically inside a perfectly cylindrical tube whose wall is maintained at a constant potential. A nontrivial interaction arises between the hydrodynamics and the electric field in the annulus, resulting in the formation of electrocapillary waves. The main objective of the present study is to describe nonlinear aspects of such axisymmetric waves in the weakly nonlinear regime which is valid for long waves relative to the undisturbed jet radius. This is found to be possible if two conditions hold: the outer electrode radius is not too small, and the applied electric field is sufficiently strong. Under these conditions long waves are shown to be dispersive and a weakly nonlinear theory can be developed to describe the evolution of the disturbances. The canonical system that arises is the Kortweg de-Vries equation with coefficients that vary as the electric field and the electrode radius are varied. Interestingly, the coefficient of the highest order third derivative term does not change sign and remains strictly positive, whereas the coefficient $α$ of the nonlinear term can change sign for certain values of the parameters. This finding implies that solitary electrocapillary waves are possible; there are waves of elevation for $α>0$ and of depression for $α<0$. Regions in parameter space are identified where such waves are found.

physics.flu-dyn

A Fast Radio Burst discovered in FAST drift scan survey

We report the discovery of a highly dispersed fast radio burst, FRB~181123, from an analysis of $\sim$1500~hr of drift-scan survey data taken using the Five-hundred-meter Aperture Spherical radio Telescope (FAST). The pulse has three distinct emission components, which vary with frequency across our 1.0--1.5~GHz observing band. We measure the peak flux density to be $>0.065$~Jy and the corresponding fluence $>0.2$~Jy~ms. Based on the observed dispersion measure of 1812~cm$^{-3}$~pc, we infer a redshift of $\sim 1.9$. From this, we estimate the peak luminosity and isotropic energy to be $\lesssim 2\times10^{43}$~erg~s$^{-1}$ and $\lesssim 2\times10^{40}$~erg, respectively. With only one FRB from the survey detected so far, our constraints on the event rate are limited. We derive a 95\% confidence lower limit for the event rate of 900 FRBs per day for FRBs with fluences $>0.025$~Jy~ms. We performed follow-up observations of the source with FAST for four hours and have not found a repeated burst. We discuss the implications of this discovery for our understanding of the physical mechanisms of FRBs.

astro-ph.HE