SearcharxivSearch

arXiv subjects

Dongchen Li

Publications and source records attributed to Dongchen Li.

At least 19 recordsLinked to original sources

ALTER: Modeling Longitudinal Changes via Regional Differencing for 3D CT Report Generation

Computed tomography (CT) is widely used for clinical diagnosis and longitudinal follow-up, yet automatically generating accurate and complete radiology reports from three-dimensional (3D) CT remains challenging. Existing methods improve fine-grained correspondence between images and text by modeling anatomical regions, but remain centered on the current examination. Consequently, patient-specific longitudinal changes within individual regions remain insufficiently modeled. Meanwhile, interval changes are often distributed across multiple anatomical regions, complicating a coherent assessment of the overall longitudinal state. We propose Anatomically Localized Temporal Evidence Representation (ALTER) to address these limitations. Global Prior Integration (GPI) incorporates the prior CT and report to establish historical context for the current examination. Regional Proxy Differencing (RPD) enables each current anatomical region to retrieve a historical proxy from a single shared encoding of the prior volume and to derive localized interval evidence. Interval Change Fusion (ICF) further combines current abnormality states with region-distributed differences, converting their joint representation into change-aware soft prompts that guide report generation. ALTER achieves state-of-the-art results on most evaluation metrics across the RadGenome-ChestCT validation and CTRG-Chest-548K test sets. Code and data preprocessing details are available at https://github.com/peytonkarlie/ALTER/tree/main.

cs.CV

Symplectic blenders near whiskered tori and persistence of saddle-center homoclinics

A blender is a hyperbolic basic set such that the projection of its stable/unstable set onto some center subspace has a higher topological dimension than the set itself. We prove that, for any $C^s$ symplectic diffeomorphism (where $s=2,\dots\infty,\omega$), if it has a one-dimensional whiskered torus with a homoclinic orbit, then a symplectic blender can be created by an arbitrarily $C^s$-small perturbation. Using this result, we show that the non-transverse homoclinic intersection between the invariant manifolds of a saddle-center periodic point is persistent, in the sense that the original system lies in the $C^s$-closure of a $C^1$-open set of symplectic diffeomorphisms where those having saddle-center homoclinics are dense. Our results also hold in the corresponding continuous-time settings.

math.DS

Equilibrium Strategies for Singular Dividend Control Problems under the Mean-Variance Criterion

We revisit the optimal dividend problem of de Finetti by adding a variance term to the usual criterion of maximizing the expected discounted dividends paid until ruin, in a singular control framework. Investors do not like variability in their dividend distribution, and the mean-variance (MV) criterion balances the desire for large expected dividend payments with small variability in those payments. The resulting MV singular dividend control problem is time-inconsistent, and we follow a game-theoretic approach to find a time-consistent equilibrium strategy. Our main contribution is a new verification theorem for the novel dividend problem, in which the MV criterion is applied to an integral of the control until ruin, a random time that is endogenous to the problem. We demonstrate the use of the verification theorem in two cases for which we obtain the equilibrium dividend strategy (semi-)explicitly, and we provide a numerical example to illustrate our results.

math.OC

Optimal Stopping with a Predicted Prior

There are two major models of value uncertainty in the optimal stopping literature: the secretary model, which assumes no prior knowledge, and the prophet inequality model, which assumes full information about value distributions. In practice, decision makers often rely on machine-learned priors that may be erroneous. Motivated by this gap, we formulate the model of optimal stopping with a predicted prior to design algorithms that are both consistent, exploiting the prediction when accurate, and robust, retaining worst-case guarantees when it is not. Existing secretary and prophet inequality algorithms are either pessimistic in consistency or not robust to misprediction. A randomized combination only interpolates their guarantees linearly. We show that a family of bi-criteria algorithms achieves improved consistency-robustness trade-offs, both for maximizing the expected accepted value and for maximizing the probability of accepting the maximum value. We further prove that for the latter objective, no algorithm can simultaneously match the best prophet inequality algorithm in consistency, and the best secretary algorithm in robustness.

cs.DS

Equilibrium Mean-Variance Dividend Rate Strategies

This paper studies an optimal dividend problem for a company that aims to maximize the mean-variance (MV) objective of the accumulated discounted dividend payments up to its ruin time. The MV objective involves an integral form over a random horizon that depends endogenously on the company's dividend strategy, and these features lead to a novel time-inconsistent control problem. To address the time inconsistency, we seek a time-consistent equilibrium dividend rate strategy. We first develop and prove a new verification lemma that characterizes the value function and equilibrium strategy by an extended Hamilton-Jacobi-Bellman system. Next, we apply the verification lemma to obtain the equilibrium strategy and show that it is a barrier strategy for small levels of risk aversion.

math.OC

Discovering Expert-Level Nash Equilibrium Algorithms with Large Language Models

Designing polynomial-time algorithms for approximate Nash equilibria (ANE) with provable worst-case guarantees is a fundamental open problem in algorithmic game theory. While large language models (LLMs) can generate candidate algorithms at scale, certifying worst-case guarantees requires formal analysis over all game instances -- a task for which no automated system previously existed. Here, we present LegoNE, a framework encoding expert proof strategies into a symbolic language that automatically compiles any candidate algorithm into a finite optimization problem certifying its worst-case guarantee. Integrating LegoNE with a reasoning LLM, we rediscovered an algorithm matching the best polynomial-time guarantee for two-player games, and discovered a three-player algorithm improving the best guarantee from $0.6+\delta$ to $0.5+\delta$ -- provably beyond the reach of the extension technique, the only previously known multi-player ANE design paradigm. These results show that encoding domain-specific proof strategies into a machine-tractable language can support LLM-driven discovery of algorithms outside known human design paradigms.

cs.GT

CliCARE: Grounding Large Language Models in Clinical Guidelines for Decision Support over Longitudinal Cancer Electronic Health Records

Large Language Models (LLMs) hold significant promise for improving clinical decision support and reducing physician burnout by synthesizing complex, longitudinal cancer Electronic Health Records (EHRs). However, their implementation in this critical field faces three primary challenges: the inability to effectively process the extensive length and fragmented nature of patient records for accurate temporal analysis; a heightened risk of clinical hallucination, as conventional grounding techniques such as Retrieval-Augmented Generation (RAG) do not adequately incorporate process-oriented clinical guidelines; and unreliable evaluation metrics that hinder the validation of AI systems in oncology. To address these issues, we propose CliCARE, a framework for Grounding Large Language Models in Clinical Guidelines for Decision Support over Longitudinal Cancer Electronic Health Records. The framework operates by transforming unstructured, longitudinal EHRs into patient-specific Temporal Knowledge Graphs (TKGs) to capture long-range dependencies, and then grounding the decision support process by aligning these real-world patient trajectories with a normative guideline knowledge graph. This approach provides oncologists with evidence-grounded decision support by generating a high-fidelity clinical summary and an actionable recommendation. We validated our framework using large-scale, longitudinal data from a private Chinese cancer dataset and the public English MIMIC-IV dataset. In these settings, CliCARE significantly outperforms baselines, including leading long-context LLMs and Knowledge Graph-enhanced RAG methods. The clinical validity of our results is supported by a robust evaluation protocol, which demonstrates a high correlation with assessments made by oncologists.

cs.CL

Beyond Similarity: A Gradient-based Graph Method for Instruction Tuning Data Selection

Large language models (LLMs) have shown great potential across various industries due to their remarkable ability to generalize through instruction tuning. However, the limited availability of domain-specific data significantly hampers their performance on specialized tasks. While existing methods primarily focus on selecting training data from general datasets that are similar to the target domain, they often fail to consider the joint distribution of instructions, resulting in inefficient learning and suboptimal knowledge transfer. To address these challenges, we introduce G2IS (Gradient-based Graph Instruction Selection), a novel method that constructs a mixed gradient-based instruction graph to capture the joint distribution and interdependencies between instructions. By accounting for the relationships between instructions, G2IS improves domain adaptation efficiency. Additionally, we propose a gradient walk algorithm to refine the data selection process, enhancing both training effectiveness and efficiency. Our experiments demonstrate that G2IS outperforms traditional methods across various domain adaptation tasks, yielding significant performance gains, particularly in complex, data-scarce scenarios. These results underscore the potential of G2IS in advancing the development of large, domain-specific models.

cs.CL

Prophet Secretary and Matching: the Significance of the Largest Item

The prophet secretary problem is a combination of the prophet inequality and the secretary problem, where elements are drawn from known independent distributions and arrive in uniformly random order. In this work, we design 1) a $0.688$-competitive algorithm, that breaks the $0.675$ barrier of blind strategies (Correa, Saona, Ziliotto, 2021), and 2) a $0.641$-competitive algorithm for the prophet secretary matching problem, that breaks the $1-1/e\approx 0.632$ barrier for the first time. Our second result also applies to the query-commit model of weighted stochastic matching and improves the state-of-the-art ratio (Derakhshan and Farhadi, 2023).

cs.DS

$C^1$-robust homoclinic tangencies

The aim of this paper is twofold. First, we introduce standard blenders (special hyperbolic sets) and their variations, and prove their fundamental properties on the generation of $C^1$-robust tangencies. In particular, these blenders appear after $C^r$-small perturbations of any diffeomorphism having a heterodimensional cycle of coindex 1. Next, as an application, we show that unfolding a homoclinic tangency to a hyperbolic periodic point can produce uncountably many $C^1$-robust homoclinic tangencies, provided that either this point is involved in a coindex-1 heterodimensional cycle, or the central dynamics near it is not essentially two-dimensional. The result answers a question posed by Bonatti and D{\'i}az in \citep{BonDia:12b}.

math.DS

Blender-producing mechanisms and a dichotomy for local dynamics for heterodimensional cycles

Blenders are special hyperbolic sets used to produce various robust dynamical phenomena which appear fragile at first glance. We prove for $C^r$ diffeomorphisms ($r=2,\dots,\infty,\omega$) that blenders naturally exist (without perturbation) near non-degenerate heterodimensional cycles of coindex-1, and the existence is determined by arithmetic properties of moduli of topological conjugacy for diffeomorphisms with heterodimensional cycles. In particular, we obtain a $C^r$-generic dichotomy for dynamics in any small neighborhood $U$ of a non-degenerate heterodimensional cycle: either there exist infinitely many blenders accumulating on the cycle, forming robust heterodimensional dynamics in most cases, or there are no orbits other than those constituting the cycle lying entirely in $U$.

math.DS

Optimal Insurance to Maximize Exponential Utility when Premium is Computed by a Convex Functional

We find the optimal indemnity to maximize the expected utility of terminal wealth of a buyer of insurance whose preferences are modeled by an exponential utility. The insurance premium is computed by a convex functional. We obtain a necessary condition for the optimal indemnity; then, because the candidate optimal indemnity is given implicitly, we use that necessary condition to develop a numerical algorithm to compute it. We prove that the numerical algorithm converges to a unique indemnity that, indeed, equals the optimal policy. We also illustrate our results with numerical examples.

q-fin.MF

The Search-and-Mix Paradigm in Approximate Nash Equilibrium Algorithms

AI in Math deals with mathematics in a constructive manner so that reasoning becomes automated, less laborious, and less error-prone. For algorithms, the question becomes how to automate analyses for specific problems. For the first time, this work provides an automatic method for approximation analysis on a well-studied problem in theoretical computer science: computing approximate Nash equilibria in two-player games. We observe that such algorithms can be reformulated into a search-and-mix paradigm, which involves a search phase followed by a mixing phase. By doing so, we are able to fully automate the procedure of designing and analyzing the mixing phase. For example, we illustrate how to perform our method with a program to analyze the approximation bounds of all the algorithms in the literature. Same approximation bounds are computed without any hand-written proof. Our automatic method heavily relies on the LP-relaxation structure in approximate Nash equilibria. Since many approximation algorithms and online algorithms adopt the LP relaxation, our approach may be extended to automate the analysis of other algorithms.

cs.GT

Universal bifurcation patterns in the unfolding of a pair of homoclinic tangencies

We study generic two- and three-parameter unfoldings of a pair of orbits of quadratic homoclinic tangency in strongly dissipative systems. We prove that the corresponding stability windows for periodic orbits have various universal forms: the so-called "shrimps" (cross-road areas), as well as spring and saddle areas, and (in three-parameter unfoldings) "pregnant shrimps" (specific types of transitions between the shrimps and spring or saddle areas).

math.DS

Robust heterodimensional cycles in two-parameter unfolding of homoclinic tangencies

We establish a necessary and sufficient condition for the birth of heterodimensional cycles from a generic homoclinic tangency to a hyperbolic periodic orbit. We prove for $C^r$ ($r=3,\dots,\infty,\omega$) dynamical systems on a manifold $\mathcal{M}$, with $\dim \mathcal{M}\geqslant 3$ for diffeomorphisms and with $\dim \mathcal{M}\geqslant 4$ for flows, that $C^1$-robust heterodimensional dynamics of coindex one appear in any generic two-parameter $C^r$ unfolding of a homoclinic tangency to a periodic orbit such that at least one central multiplier is not real and the central dynamics are not sectionally dissipative. The heterodimensional dynamics also involve a blender exhibiting $C^1$-robust homoclinic tangencies. As a corollary, any system with a homoclinic tangency of the class described above belongs to the $C^r$ closure of the $C^1$-open Newhouse domain.

math.DS

Persistence of Heterodimensional Cycles

A heterodimensional cycle is an invariant set of a dynamical system consisting of two hyperbolic periodic orbits with different dimensions of their unstable manifolds and a pair of orbits that connect them. For systems which are at least $C^2$, we show that bifurcations of a coindex-1 heterodimensional cycle within a generic 2-parameter family create robust heterodimensional dynamics, i.e., a pair of non-trivial hyperbolic basic sets with different numbers of positive Lyapunov exponents, such that the unstable manifold of each of the sets intersects the stable manifold of the second set and these intersections persist for an open set of parameter values. We also give a solution to the so-called local stabilization problem of coindex-1 heterodimensional cycles in any regularity class $r=2,\ldots,\infty,\omega$. The results are based on the observation that arithmetic properties of moduli of topological conjugacy of systems with heterodimensional cycles determine the emergence of Bonatti-D\'iaz blenders.

math.DS

Persistent heterodimensional cycles in periodic perturbations of Lorenz-like attractors

We prove that heterodimensional cycles can be created by unfolding a pair of homoclinic tangencies in a certain class of C-infinity diffeomorphisms. This implies the existence of a C2- open domain in the space of dynamical systems with a certain type of symmetry where systems with heterodimensional cycles are dense in C-infinity. In particular, we describe a class of three-dimensional flows with a Lorenz-like attractor such that an arbitrarily small perturbation of any such flow can belong to this domain - in this case the corresponding heterodimensional cycles belong to a chain-transitive attractor of the perturbed flow.

math.DS

Optimality of Excess-Loss Reinsurance under a Mean-Variance Criterion

In this paper, we study an insurer's reinsurance-investment problem under a mean-variance criterion. We show that excess-loss is the unique equilibrium reinsurance strategy under a spectrally negative Lévy insurance model when the reinsurance premium is computed according to the expected value premium principle. Furthermore, we obtain the explicit equilibrium reinsurance-investment strategy by solving the extended Hamilton-Jacobi-Bellman equation.

q-fin.RM