SearcharxivSearch

arXiv subjects

Qing Ding

Publications and source records attributed to Qing Ding.

14 recordsLinked to original sources

Vortex Filaments in Hermitian Reductive Lie Algebras

It is well-known that the investigation of vortex filaments (i.e., moving curves) in the Euclidean 3-space $\mathbb R^3$ is an attractive topic both in physics and mathematics. The theory consists mainly of the three vortex models, up to the third-order approximation. Such a theory has been successfully extended to Hermitian symmetric Lie algebras in mathematics with physical and geometrical backgrounds. This article is devoted to developing it to Hermitian reductive Lie algebras in a purely geometric way. The three vortex models obtained in this article fulfill that when the Hermitian reductive Lie algebra ${\mathfrak g}$ equi-collapses to a Hermitian symmetric Lie algebra ${\mathfrak h}$, they revert respectively to those in ${\mathfrak h}$.

math.DG

REMAC: Reference-Based Martian Asymmetrical Image Compression

To expedite space exploration on Mars, it is indispensable to develop an efficient Martian image compression method for transmitting images through the constrained Mars-to-Earth communication channel. Although the existing learned compression methods have achieved promising results for natural images from earth, there remain two critical issues that hinder their effectiveness for Martian image compression: 1) They overlook the highly-limited computational resources on Mars; 2) They do not utilize the strong \textit{inter-image} similarities across Martian images to advance image compression performance. Motivated by our empirical analysis of the strong \textit{intra-} and \textit{inter-image} similarities from the perspective of texture, color, and semantics, we propose a reference-based Martian asymmetrical image compression (REMAC) approach, which shifts computational complexity from the encoder to the resource-rich decoder and simultaneously improves compression performance. To leverage \textit{inter-image} similarities, we propose a reference-guided entropy module and a ref-decoder that utilize useful information from reference images, reducing redundant operations at the encoder and achieving superior compression performance. To exploit \textit{intra-image} similarities, the ref-decoder adopts a deep, multi-scale architecture with enlarged receptive field size to model long-range spatial dependencies. Additionally, we develop a latent feature recycling mechanism to further alleviate the extreme computational constraints on Mars. Experimental results show that REMAC reduces encoder complexity by 43.51\% compared to the state-of-the-art method, while achieving a BD-PSNR gain of 0.2664 dB.

cs.CV

Building a Silver-Standard Dataset from NICE Guidelines for Clinical LLMs

Large language models (LLMs) are increasingly used in healthcare, yet standardised benchmarks for evaluating guideline-based clinical reasoning are missing. This study introduces a validated dataset derived from publicly available guidelines across multiple diagnoses. The dataset was created with the help of GPT and contains realistic patient scenarios, as well as clinical questions. We benchmark a range of recent popular LLMs to showcase the validity of our dataset. The framework supports systematic evaluation of LLMs' clinical utility and guideline adherence.

cs.CL

Two Causes, Not One: Rethinking Omission and Fabrication Hallucinations in MLLMs

Multimodal Large Language Models (MLLMs) have achieved impressive advances, yet object hallucination remains a persistent challenge. Existing methods, based on the flawed assumption that omission and fabrication hallucinations share a common cause, often reduce omissions only to trigger more fabrications. In this work, we overturn this view by demonstrating that omission hallucinations arise from insufficient confidence when mapping perceived visual features to linguistic expressions, whereas fabrication hallucinations result from spurious associations within the cross-modal representation space due to statistical biases in the training corpus. Building on findings from visual attention intervention experiments, we propose the Visual-Semantic Attention Potential Field, a conceptual framework that reveals how the model constructs visual evidence to infer the presence or absence of objects. Leveraging this insight, we introduce Visual Potential Field Calibration (VPFC), a plug-and-play hallucination mitigation method that effectively reduces omission hallucinations without introducing additional fabrication hallucinations. Our findings reveal a critical oversight in current object hallucination research and chart new directions for developing more robust and balanced hallucination mitigation strategies.

cs.CV

Pixel Adapter: A Graph-Based Post-Processing Approach for Scene Text Image Super-Resolution

Current Scene text image super-resolution approaches primarily focus on extracting robust features, acquiring text information, and complex training strategies to generate super-resolution images. However, the upsampling module, which is crucial in the process of converting low-resolution images to high-resolution ones, has received little attention in existing works. To address this issue, we propose the Pixel Adapter Module (PAM) based on graph attention to address pixel distortion caused by upsampling. The PAM effectively captures local structural information by allowing each pixel to interact with its neighbors and update features. Unlike previous graph attention mechanisms, our approach achieves 2-3 orders of magnitude improvement in efficiency and memory utilization by eliminating the dependency on sparse adjacency matrices and introducing a sliding window approach for efficient parallel computation. Additionally, we introduce the MLP-based Sequential Residual Block (MSRB) for robust feature extraction from text images, and a Local Contour Awareness loss ($\mathcal{L}_{lca}$) to enhance the model's perception of details. Comprehensive experiments on TextZoom demonstrate that our proposed method generates high-quality super-resolution images, surpassing existing methods in recognition accuracy. For single-stage and multi-stage strategies, we achieved improvements of 0.7\% and 2.6\%, respectively, increasing the performance from 52.6\% and 53.7\% to 53.3\% and 56.3\%. The code is available at https://github.com/wenyu1009/RTSRN.

cs.CV

Pixel-wise Graph Attention Networks for Person Re-identification

Graph convolutional networks (GCN) is widely used to handle irregular data since it updates node features by using the structure information of graph. With the help of iterated GCN, high-order information can be obtained to further enhance the representation of nodes. However, how to apply GCN to structured data (such as pictures) has not been deeply studied. In this paper, we explore the application of graph attention networks (GAT) in image feature extraction. First of all, we propose a novel graph generation algorithm to convert images into graphs through matrix transformation. It is one magnitude faster than the algorithm based on K Nearest Neighbors (KNN). Then, GAT is used on the generated graph to update the node features. Thus, a more robust representation is obtained. These two steps are combined into a module called pixel-wise graph attention module (PGA). Since the graph obtained by our graph generation algorithm can still be transformed into a picture after processing, PGA can be well combined with CNN. Based on these two modules, we consulted the ResNet and design a pixel-wise graph attention network (PGANet). The PGANet is applied to the task of person re-identification in the datasets Market1501, DukeMTMC-reID and Occluded-DukeMTMC (outperforms state-of-the-art by 0.8\%, 1.1\% and 11\% respectively, in mAP scores). Experiment results show that it achieves the state-of-the-art performance. \href{https://github.com/wenyu1009/PGANet}{The code is available here}.

cs.CV

PointVector: A Vector Representation In Point Cloud Analysis

In point cloud analysis, point-based methods have rapidly developed in recent years. These methods have recently focused on concise MLP structures, such as PointNeXt, which have demonstrated competitiveness with Convolutional and Transformer structures. However, standard MLPs are limited in their ability to extract local features effectively. To address this limitation, we propose a Vector-oriented Point Set Abstraction that can aggregate neighboring features through higher-dimensional vectors. To facilitate network optimization, we construct a transformation from scalar to vector using independent angles based on 3D vector rotations. Finally, we develop a PointVector model that follows the structure of PointNeXt. Our experimental results demonstrate that PointVector achieves state-of-the-art performance $\textbf{72.3\% mIOU}$ on the S3DIS Area 5 and $\textbf{78.4\% mIOU}$ on the S3DIS (6-fold cross-validation) with only $\textbf{58\%}$ model parameters of PointNeXt. We hope our work will help the exploration of concise and effective feature representations. The code will be released soon.

cs.CV

GLSD: The Global Large-Scale Ship Database and Baseline Evaluations

In this paper, we introduce a challenging global large-scale ship database (called GLSD), designed specifically for ship detection tasks. The designed GLSD database includes a total of 212,357 annotated instances from 152,576 images. Based on the collected images, we propose 13 ship categories that widely exist in international routes. These categories include Sailing boat, Fishing boat, Passenger ship, Warship, General cargo ship, Container ship, Bulk cargo carrier, Barge, Ore carrier, Speed boat, Canoe, Oil carrier, and Tug. The motivations of developing GLSD include the following: 1) providing a refine and extensive ship detection database that benefits the object detection community, 2) establishing a database with exhaustive labels (bounding boxes and ship class categories) in a uniform classification scheme, and 3) providing a large-scale ship database with geographic information (covering more than 3000 ports and 33 routes) that benefits multi-modal analysis. In addition, we discuss the evaluation protocols corresponding to image characteristics in GLSD and analyze the performance of selected state-of-the-art object detection algorithms on GSLD, aiming to establish baselines for future studies. More information regarding the designed GLSD can be found at https://github.com/jiaming-wang/GLSD.

cs.CV

The Almost Complex Structure on $\mathbb S^6$ and Related Schrodinger Flows

In this paper, by using the $G_2$-structure on Im$(\mathbb O)\cong\mathbb R^7$ from the octonions $\mathbb O$, the $G_2$-binormal motion of curves $\gamma(t,s)$ in $\mathbb R^7$ associated to the almost complex structure on $\mathbb S^6$ is studied. The motion is proved to be equivalent to Schr\"odinger flows from $\mathbb R^1$ to $\mathbb S^6$, and also to a nonlinear Schr\"odinger-type system in three unknown complex functions that generalizes the famous correspondence between the binormal motion of curves in $\mathbb{R}^3$ and the focusing nonlinear Schr\"odinger equation. Some related geometric properties of the surface $\Sigma$ in Im$(\mathbb O)$ swept by $\gamma(t,s)$ are determined.

math.DG

Generalized Bi-Schrödinger Flows and Vortex Filament on Symmetric Lie Algebras

The theory of the vortex filament in three-dimensional fluid dynamics, consisting mainly of the models up to the third-order approximation, is an attractive subject in both physics and mathematics. Many efforts have been devoted to the extension of the theory to higher-dimensional symmetric Lie algebras. However, such a generalization known in literature is strongly restricted by the integrable method. In this article, we endeavor to establish the third-order models of the vortex filament on symmetric Lie algebras in a purely geometric way by generalized bi-Schrödinger flows. Our generalization overcomes the limitation of integrability and creates successfully the desired models on Hermitian or para-Hermitian symmetric Lie algebras. Combining the result in this article with what have been known in literature for the leading-order and the second-order models, we actually exhibit the basic models and the related theory of the vortex filament on symmetric Lie algebras up to the third-order approximation.

math.DG

Explicit Blowing-up Solutions to the Schrödinger Maps from ${\bf R}^2$ to the Hyperbolic 2-Space ${\bf H}^2$

In this article, we prove that the equation of the Schrödinger maps from ${\bf R}^2$ to the hyperbolic 2-space ${\bf H}^2$ is SU(1,1)-gauge equivalent to the following 1+2 dimensional nonlinear Schrödinger-type system of unknown three complex functions $p,q,r$ and a real function $u$: {c} iq_t+q_{z{\bar z}}-2u q+2({\bar p}q)_z-2pq_{\bar z}-4|p|^2q=0\qquad ir_t-r_{z{\bar z}}+2u r+2({\bar p}r)_z-2pr_{\bar z}+4|p|^2r=0\qquad ip_t+(qr)_{\bar z}-u_z=0\qquad\qquad\qquad\qquad\qquad\qquad

math.DG

The Transmission Property of the Discrete Heisenberg Ferromagnetic Spin Chain

We present a mechanism for displaying the transmission property of the discrete Heisenberg ferromagnetic spin chain (DHF) via a geometric approach. By the aid of a discrete nonlinear Schrödinger-like equation which is the discrete gauge equivalent to the DHF, we show that the determination of transmitting coefficients in the transmission problem is always bistable. Thus a definite algorithm and general stochastic algorithms are presented. A new invariant periodic phenomenon of the non-transmitting behavior for the DHF, with a large probability, is revealed by an adoption of various stochastic algorithms.

nlin.CD

On The 1+2 Dimensional Landau-Lifshitz Equation

By using the geometric concept of PDEs with prescribed curvature representations, we show that the 1+2 dimensional Landau-Lifshitz equation is gauge equivalent to a 1+2 dimensional nonlinear Schrödinger-type system. From the nonlinear Schrödinger-type system, we construct blowing up $H^3({\bf R}^2)$-solutions to the 1+2 dimensional Landau-Lifshitz equation, which reveals the blow up phenomenon of the equation.

math.DG

Binary Nonlinearization of Lax pairs of Kaup-Newell Soliton Hierarchy

Kaup-Newell soliton hierarchy is derived from a kind of Lax pairs different from the original ones. Binary nonlinearization procedure corresponding to the Bargmann symmetry constraint is carried out for those Lax pairs. The proposed Lax pairs together with adjoint Lax pairs are constrained as a hierarchy of commutative, finite dimensional integrable Hamiltonian systems in the Liouville sense, which also provides us with new examples of finite dimensional integrable Hamiltonian systems. A sort of involutive solutions to the Kaup-Newell hierarchy are exhibited through the obtained finite dimensional integrable systems and the general involutive system engendered by binary nonlinearization is reduced to a specific involutive system generated by mono-nonlinearization.

solv-int