SearcharxivSearch

arXiv subjects

Qianqian Chen

Publications and source records attributed to Qianqian Chen.

At least 19 recordsLinked to original sources

MedSAM3: Delving into Segment Anything with Medical Concepts

Medical image segmentation is fundamental for biomedical discovery. Existing methods lack generalizability and demand extensive, time-consuming manual annotation for new clinical application. Here, we propose MedSAM-3, a text promptable medical segmentation model for medical image and video segmentation. By fine-tuning the Segment Anything Model (SAM) 3 architecture on medical images paired with semantic conceptual labels, our MedSAM-3 enables medical Promptable Concept Segmentation (PCS), allowing precise targeting of anatomical structures via open-vocabulary text descriptions rather than solely geometric prompts. We further introduce the MedSAM-3 Agent, a framework that integrates Multimodal Large Language Models (MLLMs) to perform complex reasoning and iterative refinement in an agent-in-the-loop workflow. Comprehensive experiments across diverse medical imaging modalities, including X-ray, MRI, Ultrasound, CT, and video, demonstrate that our approach significantly outperforms existing specialist and foundation models. We will release our code and model at https://github.com/Joey-S-Liu/MedSAM3.

cs.CV

TRINITY: A Multi-Perspective Benchmark for Personal-Style Video Highlight Detection

Traditional video highlight detection relies on a narrow, event-centric definition of saliency, which often fails to generalize to unconstrained personal videos where highlights are heterogeneous and perspective-dependent. To address this, we introduce TRINITY, a multi-perspective benchmark that decomposes highlight saliency into three complementary dimensions, Event, Emotion, and Nature, within a unified temporal framework. Leveraging this multi-faceted view, we propose a shared-backbone multi-branch architecture designed for parallel multi-perspective prediction via view-specific experts. Comprehensive experiments demonstrate that our method significantly outperforms state-of-the-art baselines, achieving gains of +7.15/+3.62 mAP (rho=15%/50%) on Mr. HiSum and +10.82 mAP on YouTube Highlights. These results validate that multi-perspective modeling provides a more robust and comprehensive formulation of video saliency, especially for complex real-world scenarios. The benchmark and relevant codes will be released upon acceptance. The benchmark is available at https://huggingface.co/datasets/vanilladucky/TRINITY and the code is available at https://github.com/vanilladucky/TRINITY.

cs.CV

openJiuwen: Beyond Static Harnesses for Long-Horizon Coding Agents

Long-horizon coding agents operate over evolving repository states while increasingly relying on heterogeneous capabilities, delegated agents, and multi-agent coordination. These trends pose two complementary challenges for the agent harness. First, developers need to compose capabilities, reconfigure execution logic, and scale increasingly complex agent systems without repeatedly rebuilding orchestration. Second, complex coding tasks continuously produce new evidence---such as semantic diagnostics, execution outcomes, task progress, and changing context relevance---that should dynamically influence subsequent runtime decisions. We characterize these challenges as Structural Composability and Runtime Adaptivity. We present openJiuwen, an open-source harness designed for both developer composability and adaptive task execution. openJiuwen provides a shared execution substrate and Rail-based capability composition across single agents, delegated sub-agents, and Swarm Flow, enabling developers to construct sophisticated agent harnesses under common execution semantics. It further adapts framework-controlled runtime decisions around a fixed model policy, allowing evolving evidence to dynamically affect context, feedback, and task control toward successful completion. We systematically evaluate openJiuwen on SWE-bench Verified and Terminal-Bench 2.1, where it achieves 82.6% and 87.19%, respectively, exceeding the strongest selected official-leaderboard point estimates by 3.4 and 3.39 percentage points. These results show that openJiuwen achieves strong performance on complex coding tasks while providing a composable and adaptive harness design.

cs.AI

Pair-Density Wave from Doping an Altermagnetic Mott Insulator

Pair-density-wave (PDW) superconductivity is a state in which the superconducting order parameter modulates at a finite wavevector. Using large-scale density matrix renormalization group, we study the doped altermagnetic Mott insulator in the checkerboard $t$-$J$ model, where altermagnetic exchange anisotropy is encoded microscopically through anisotropic ferromagnetic next-nearest-neighbor exchange. By mapping the ground-state phase diagram as a function of doping and altermagnetic anisotropy, mainly on six-leg cylinders, we identify a transition from a uniform $d$-wave superconducting regime with charge modulation to a PDW regime coexisting with stripe order. In the PDW regime, we report an unconventional wave-vector locking $\mathbf Q_{\mathrm{PDW}}\approx 2\mathbf Q_{\mathrm{Stripe}}$ along the cylinder direction, in contrast to the conventional relation. Pair correlations reveal a two-scale structure, consisting of short-distance local $d$-wave pairing and long-distance finite-momentum PDW correlations. A symmetry-based Ginzburg--Landau analysis is presented for the observed locking. Our results identify altermagnetism as a strong-coupling, microscopically grounded route to finite-momentum superconductivity in doped Mott insulators.

cond-mat.str-el

Inverting multiple quantum many-body scars via disorder

The observations of persistent revivals in the Rydberg atom chain have revealed a weak ergodicity-breaking mechanism known as quantum many-body scars, which is typically a collection of states with low entanglement embedded in otherwise thermal spectra. Here, by applying a generic formalism, we reveal a direct evolution from the quantum many-body scars to the multiple inverted quantum many-body scars, i.e., different sets of excited states with volume-law entanglement entropy embedded in a sea of states with area-law entanglement. When increasing the disorder strength, a series of exact eigenstates, acting as conventional QMBS in a regime of weak disorder, remain unchanged. Around each of these states, the inverted quantum many-body scars are introduced by the increased disorder. Moreover, the strong disorder also gives rise to additional sets of inverted quantum many-body scars with their energies concentrating in the middle of the exact eigenstates. As a result, all the multiple inverted quantum many-body scars are approximately equidistant in energy, reminiscent of conventional quantum many-body scarred states. Despite being measure-zero states in the whole spectrum, these inverted quantum many-body scarred states significantly influence nonequilibrium dynamics in the large disorder regime. Random thermal states in a specific subspace show periodic revivals in the fidelity dynamics, while the typical charge-density-wave states exhibit persistent imbalance dynamics. We further examine the stability of the conventional and the inverted quantum many-body scars against the external random field. Our findings expand the variety of nonthermal systems and draw a connection between the weak violation of ergodicity and that of non-ergodicity.

cond-mat.dis-nn

CoRE: Concept-Reasoning Expansion for Continual Brain Lesion Segmentation

Accurate brain lesion segmentation in MRI is vital for effective clinical diagnosis and treatment planning. Due to high annotation costs and strict data privacy regulations, universal models require employing Continual Learning (CL) to adapt to evolving clinical tasks without losing previously acquired knowledge. However, existing CL paradigms often suffer from capacity limits or redundant parameter growth, and even advanced dynamic methods rely mostly on image-perception strategies that struggle to handle the substantial pathological and multimodal heterogeneity inherent in brain imaging. To address this issue, we propose Concept-Reasoning Expansion (CoRE) framework, which establishes a joint decision-making mechanism by integrating visual features with structured concepts. Through the alignment of image tokens with a hierarchical concept library, CoRE simulates clinical reasoning to guide both interpretable expert routing and demand-based model growth. This collaborative process ensures model evolution is grounded in clinical priors, preventing redundant parameter expansion while maximizing knowledge reuse. Extensive evaluations across 12 sequential brain lesion MRI tasks demonstrate that CoRE achieves state-of-the-art performance and provides a high knowledge starting point for efficient future adaptation. Its superior few-shot transferability and clinical interpretability further validate its effectiveness in managing non-stationary clinical data streams. Our code will be released soon.

cs.CV

Knowledge-informed Bidding with Dual-process Control for Online Advertising

Bid optimization in online advertising relies on black-box machine-learning models that learn bidding decisions from historical data. However, these approaches fail to replicate human experts' adaptive, experience-driven, and globally coherent decisions. Specifically, they generalize poorly in data-sparse cases because of missing structured knowledge, make short-sighted sequential decisions that ignore long-term interdependencies, and struggle to adapt in out-of-distribution scenarios where human experts succeed. To address this, we propose KBD (Knowledge-informed Bidding with Dual-process control), a novel method for bid optimization. KBD embeds human expertise as inductive biases through the informed machine-learning paradigm, uses Decision Transformer (DT) to globally optimize multi-step bidding sequences, and implements dual-process control by combining a fast rule-based PID (System 1) with DT (System 2). Extensive experiments highlight KBD's advantage over existing methods and underscore the benefit of grounding bid optimization in human expertise and dual-process control.

cs.AI

Geometric Frustration Assisted Kinetic Ferromagnetism in Doped Mott Insulators

Understanding ferromagnetism mechanism in doped Mott insulators on frustrated lattices remains challenging at intermediate coupling and finite doping. Here, we study the itinerant ferromagnetism and propose its mechanism in doped Mott insulators on a geometrically frustrated triangular lattice. Using large-scale density matrix renormalization group (DMRG) and unrestricted Hartree-Fock mean-field methods, we reveal that itinerant ferromagnetism appears at intermediate coupling ($10\lesssim U\ll\infty$) near 50% electron doping in the triangular-lattice Hubbard model. By analyzing all microscopic hopping processes, we find that doublon-singlon exchange alone drives the fully polarized ferromagnetism and uncovers the particle-hole asymmetry. We also establish the magnetic phase diagram and compare local spin correlations with recent experiments. Random phase approximation and DMRG calculations consistently confirm that the ferromagnetism persists when $SU(2)$ symmetry is explicitly broken by magnetic anisotropy. These results clarify a microscopic route to itinerant ferromagnetism at intermediate coupling and finite doping in doped Mott insulators.

cond-mat.str-el

Thermal states emerging from low-entanglement background in disordered spin models

Thermalization in isolated quantum systems is governed by the eigenstate thermalization hypothesis, while strong disorder can induce its breakdown via many-body localization. Here we show that disorder can also generate a narrow band of thermal eigenstates embedded in an otherwise non-thermal spectrum. We illustrate this generic mechanism using paradigmatic spin-1 models, including Heisenberg, XY, and Affleck-Kennedy-Lieb-Tasaki (AKLT) models with several types of disorder. By analyzing their level statistics, entanglement properties and quench dynamics, we show that the disorder-induced states are genuinely thermal and we trace their origin to the null space of the disorder term in the Hamiltonian. Our results demonstrate that disorder can give rise to an unexpected coexistence of thermal and non-thermal dynamics within the same many-body spectrum.

cond-mat.str-el

Edge State Selective Measurement of Quantum Hall Dispersions

Edge states reflect the key physical properties yet are difficult to probe individually, particularly when several states are present at an edge. We present momentum resolved tunneling spectroscopy between a quantum well and a quantum wire to extract the dispersions of the quantum Hall edge states. Momentum and energy selective tunneling allows to separately address the different states even if they are spatially overlapping. This delivers the edge state velocities over broad ranges of magnetic field and density, in excellent agreement with a hard-wall model. This technique provides a basis for future edge state selective spectroscopy on quantum materials.

cond-mat.mes-hall

Mean Field Study of Superconductivity in the Square Lattice $t$-$J$ Model with Three-Site Hopping

It remains an open question whether the two-dimensional single-band pure Hubbard model and its related pure $t$-$J$ model truly capture the superconducting order in cuprates. Recent numerical studies on this issue have raised a notable disparity in superconducting order between the pure Hubbard model and the pure $t$-$J$ model. Inspired by these, we investigate the role of the three-site hopping term in $d$-wave superconductivity, such a term is usually neglected in the effective Hamiltonian of the Hubbard model, though its amplitude is of the same order as the superexchange coupling $J$ in the $t$-$J$ model. Our slave-boson mean-field solution demonstrates the suppression of $d$-wave superconducting order by incorporating the three-site hopping term, consistent with numerical observations by the density matrix renormalization group. This suppression could be understood as a result of competition between superexchange interaction and three-site hopping, the former favors $d$-wave pairing while the latter favors $s$-wave pairing. We also discussed its role in quasiparticle dispersion and boson-condensation temperature. Our findings may offer an alternative understanding of the recent numerical contrasting findings in the strong coupling regime: the absent or weak superconductivity in the pure Hubbard model, while the robust superconductivity in the $t$-$J$ model without including the three-site hopping term.

cond-mat.str-el

Phase Diagram of the Square-Lattice $t$-$J$-$V$ Model for Electron-Doped Cuprates

Motivated by significant discrepancies between experimental observations of electron-doped cuprates and numerical results of the Hubbard and $t$-$J$ models, we investigate the role of inter-site interactions $V$ by studying the $t$-$J$-$V$ model on square lattices. Based on large-scale density matrix renormalization group simulations, we identify the ground-state phase diagram across varying inter-site interactions $V$ and doping concentration $δ$. We find that the phase diagram with finite inter-site interactions $2\lesssim V/J\lesssim3$ offers a more accurate description of electron-doped cuprates than the conventional Hubbard and $t$-$J$ models. Moreover, we reveal the role of inter-site interactions $V$ at varying doping levels: at light doping, inter-site interactions favor Néel antiferromagnetic order, and suppress both superconductivity and charge density wave; around optimal doping, these interactions support a pseudogap-like phase while suppressing superconductivity, and we further perform the slave boson mean-field analysis to understand the numerical results microscopically; at higher doping, the effects of inter-site interactions become insignificant, with our numerical predictions suggesting the emergence of incommensurate spin density wave phase. Our specific focus around optimal doping with various inter-site interactions identifies successive phases including phase separation, uniform $d$-wave SC and a pseudogap-like phase, and reveals a relative insensitivity of charge density wave to superconductivity. Our study suggests the $t$-$J$-$V$ model as the minimal model to capture the essential physics of the electron-doped cuprates.

cond-mat.str-el

Distributed Model Predictive Control for Asynchronous Multi-agent Systems with Self-Triggered Coordinator

This paper investigates the distributed model predictive control for an asynchronous nonlinear multi-agent system with external interference via a self-triggered generator and a prediction horizon regulator. First, a shrinking constraint related to the error between the actual state and the predicted state is introduced into the optimal control problem to enable the robustness of the system. Then, the trigger interval and the corresponding prediction horizon are determined by altering the expression of the Lyapunov function, thus achieving a trade-off between control performance and energy loss. By implementing the proposed algorithm, the coordination objective of the multi-agent system is achieved under asynchronous communication. Finally, the recursive feasibility and stability are proven successively. An illustrative example is conducted to demonstrate the merits of the presented approach.

eess.SY

Self-Triggered Distributed Model Predictive Control with Synchronization Parameters Interaction

This paper investigates an aperiodic distributed model predictive control approach for multi-agent systems (MASs) in which parameterized synchronization constraints is considered and an innovative self-triggered criterion is constructed. Different from existing coordination methodology, the proposed strategy achieves the cooperation of agents through the synchronization of one-dimensional parameters related to the control inputs. At each asynchronous sampling instant, each agent exchanges the one-dimensional synchronization parameters, solves the optimal control problem (OCP) and then determines the open-loop phase. The incorporation of the selftriggered scheme and the synchronization parameter constraints relieves the computational and communication usage. Sufficient conditions guaranteeing the recursive feasibility of the OCP and the stability of the closed-loop system are proven. Simulation results illustrate the validity of the proposed control algorithm.

eess.SY

Superconductivity in doped triangular Mott insulators: the roles of parent spin backgrounds and charge kinetic energy

We study the prerequisites for realizing superconductivity in doped triangular-lattice Mott insulators by considering three distinct parent spin backgrounds, i.e., $120^{\circ}$ antiferromagnets, quantum spin liquid, and stripy antiferromagnets, and all possible sign combinations $(τ_1, τ_2)$ of nearest-neighbor hopping and next-nearest-neighbor hopping $(t_1, t_2)$. Based on density-matrix renormalization group calculations, we find that, with finite $t_2$ and specific sign combinations $(τ_1, τ_2)$, the quasi-long-range superconductivity order can always be achieved, regardless of the nature of the parent spin backgrounds. Besides specific hopping signs $(τ_1, τ_2)$, these superconductivity phases in triangular lattices are commonly characterized by short-ranged spin correlations and two charges per stripe. In the robust superconductivity phase realized at larger $t_2/t_1$, flipping the signs $τ_2$ and $τ_1$ gives rise to the stripe phase without strong pairing and pseudogap-like phase without Cooper-pair phase coherence, respectively. Interestingly, the roles of the two hopping signs are switched at smaller $t_2/t_1$. Moreover, different sign combinations $(τ_1, τ_2)$ would stabilize distinct phases including superconductivity, charge density waves, spin density waves, and pseudogap-like phases accordingly. Our findings suggest the important role of charge kinetic energy in realizing superconductivity in doped triangular-lattice Mott insulators.

cond-mat.str-el

Multiscale Progressive Text Prompt Network for Medical Image Segmentation

The accurate segmentation of medical images is a crucial step in obtaining reliable morphological statistics. However, training a deep neural network for this task requires a large amount of labeled data to ensure high-accuracy results. To address this issue, we propose using progressive text prompts as prior knowledge to guide the segmentation process. Our model consists of two stages. In the first stage, we perform contrastive learning on natural images to pretrain a powerful prior prompt encoder (PPE). This PPE leverages text prior prompts to generate multimodality features. In the second stage, medical image and text prior prompts are sent into the PPE inherited from the first stage to achieve the downstream medical image segmentation task. A multiscale feature fusion block (MSFF) combines the features from the PPE to produce multiscale multimodality features. These two progressive features not only bridge the semantic gap but also improve prediction accuracy. Finally, an UpAttention block refines the predicted results by merging the image and text features. This design provides a simple and accurate way to leverage multiscale progressive text prior prompts for medical image segmentation. Compared with using only images, our model achieves high-quality results with low data annotation costs. Moreover, our model not only has excellent reliability and validity on medical images but also performs well on natural images. The experimental results on different image datasets demonstrate that our model is effective and robust for image segmentation.

eess.IV

Weak Ergodicity Breaking in Non-Hermitian Many-body Systems

The recent discovery of persistent revivals in the Rydberg-atom quantum simulator has revealed a weakly ergodicity-breaking mechanism dubbed quantum many-body scars, which are a set of nonthermal states embedded in otherwise thermal spectra. Until now, such a mechanism has been mainly studied in Hermitian systems. Here, we establish the non-Hermitian quantum many-body scars and systematically characterize their nature from dynamic revivals, entanglement entropy, physical observables, and energy level statistics. Notably, we find the non-Hermitian quantum many-body scars exhibit significantly enhanced coherent revival dynamics when approaching the exceptional point. The signatures of non-Hermitian scars switch from the real-energy axis to the imaginary-energy axis after a real-to-complex spectrum transition driven by increasing non-Hermiticity, where an exceptional point and a quantum tricritical point emerge simultaneously. We further examine the stability of non-Hermitian quantum many-body scars against external fields, reveal the non-Hermitian quantum criticality and eventually set up the whole phase diagram. The possible connection to the open quantum many-body systems is also explored. Our findings offer insights for realizing long-lived coherent states in non-Hermitian many-body systems.

cond-mat.quant-gas

Proposal for asymmetric photoemission and tunneling spectroscopies in quantum simulators of the triangular-lattice Fermi-Hubbard model

Recent realization of well-controlled quantum simulators of the triangular-lattice Fermi-Hubbard model, including the triangular optical lattices loaded with ultracold Fermions and the heterostructures of the transition-metal dichalcogenides, as well as the more advanced techniques to probe them, pave the way for studying frustrated Fermi-Hubbard physics. Here, we theoretically predict asymmetric photoemission and tunneling spectroscopies for a lightly hole-doped and electron-doped triangular Mott antiferromagnet, and reveal two distinct types of magnetic polarons: a \emph{lightly} renormalized quasiparticle with the same momentum as the spin background and a \emph{heavily} renormalized quasiparticle with a shifted momentum and a nearly flat band, using both analytical and unbiased numerical methods. We propose these theoretical findings to be verified in frustrated optical lattices and Moiré superlattices by probing various observables including the spectral function, the density of states, the energy dispersion and the quasiparticle weight. Moreover, we reveal the asymmetric response of the spin background against charge doping, demonstrating that the interplay between the local spin and charge degrees of freedom plays a vital role in doped triangular Mott antiferromagnets.

cond-mat.quant-gas