arXiv ScienceSearch

arXiv subjects

Jianmin Chen

Publications and source records attributed to Jianmin Chen.

At least 19 recordsLinked to original sources

LLM-based Agents for Forecasting and Prediction: Methods, Training, Evaluation, and Applications

Large language models (LLMs) now support forecasting systems that combine language-based reasoning with temporal data, evidence retrieval, external tools, and iterative prediction. We investigate LLM-based forecasting agents, meaning systems in which a language model contributes to a scored prediction about a future or currently unobserved target. We organize architectures into three groups. Standalone LLM workflows operate on encoded time series or event context. Tool- and retrieval-augmented agents incorporate external evidence. Hybrid systems pair LLMs with statistical or foundation models. We then review training methods and evaluation protocols. We examine negative as well as positive evidence, including sensitivity to small input perturbations, ablations in which the LLM component does not improve accuracy, and benchmark gains that may reflect contamination instead of temporal reasoning. We cover applications in finance, weather, health, energy, and operations, and we summarize the benchmarks and datasets used for evaluation. The evidence indicates that measurement is a central limitation. Future work requires calibration under distribution shift, contamination-resistant live evaluation, explicit reporting of cost and accuracy together, and methods for handling feedback between deployed forecasts and the outcomes being forecast.

cs.AI

HeatTok: Enhancing Remote Sensing Image Understanding via Thermodiffusion-based Tokenization

Current visual tokenizers in Multimodal Large Language Models (MLLMs) predominantly rely on patch-based partitioning, which causes severe semantic mixture and object fragmentation in remote sensing imagery due to the irregular contours of geo-objects. Moreover, existing adaptive methods struggle to extract precise object-level tokens and lack dedicated geometric positional encodings for irregular regions. In this paper, we propose HeatTok, a semantic-aware tokenizer driven by thermodiffusion aggregation. Inspired by the physical principles of heat conduction, HeatTok adaptively merges adjacent homogeneous regions to generate semantically independent, object-aligned irregular tokens. To enable MLLMs to perceive these irregular shapes, we design the Gaussian Multimodal Rotary Positional Embedding (G-MRoPE), which models token spatial distributions via 2D Gaussians and explicitly injects center, scale, and orientation cues. Extensive evaluations on the VRSBench and EarthVQA datasets demonstrate that HeatTok effectively preserves object-level semantic integrity and achieves state-of-the-art performance under a reasonable token budget. The code is available: https://github.com/YingyingYan1/HeatTok.

cs.CV

Remember-R1: Mitigating Long-Context Visual Forgetting through Reinforcement Learning

Multimodal large language models (MLLMs) increasingly rely on long chain-of-thought reasoning for complex tasks. However, as reasoning sequences lengthen, models may gradually rely less on visual evidence and more on accumulated textual context, leading to visual forgetting. Existing approaches do not directly constrain how visual evidence is used and maintained along the original reasoning trajectory, leaving long-context visual forgetting insufficiently addressed. To address this issue, we propose Remember-R1, a reinforcement learning framework that mitigates long-context visual forgetting by applying process-level supervision directly on the original reasoning trajectory. Specifically, Remember-R1 introduces rewards that encourage broader coverage of matched visual keywords, stronger persistence of visual dependence in later reasoning steps, and greater focus on question-relevant image regions. Experiments across multiple model scales and diverse multimodal benchmarks demonstrate that Remember-R1 consistently improves reasoning performance. Additional analyses further show that it slows the decline of visual attention during generation, supporting its effectiveness in mitigating long-context visual forgetting.

cs.CV

Topological Models for Categories Associated with the Weighted Projective Lines of Type $(2,2,2,2)$

We construct a geometric model for the derived category of the weighted projective line $\mathbb{CP}^1_{\omega}$ of type $(2,2,2,2)$ using a graded sphere with four binaries. More precisely, we give a bijection between the set of indecomposable rigid objects and the set of certain arcs, such that the dimensions of $\operatorname{Hom}$-spaces are computed by oriented intersection numbers. As applications, we provide a geometric realization of the indecomposable rigid objects in the cluster category $\mathcal{C}(\mathbb{CP}^1_{\omega})$ via tagged arcs on the four-punctured sphere, with $\operatorname{Hom}$-space dimensions given by tagged intersection numbers. When the weighted points of $\mathbb{CP}^1_{\omega}$ are $(0,1,\infty,\frac{1}{2})$, both correspondences are compatible with the natural actions of the automorphism groups and the corresponding mapping class groups.

math.RT

IQA-T1: Tool-based Visual Evidence Reasoning for Image Quality Assessment

Image Quality Assessment (IQA) in open-world environments remains challenging due to limited generalization and interpretability. Recent approaches based on multimodal large language models (MLLMs) introduce textual reasoning for quality prediction, yet their judgments rely heavily on semantically biased internal representations, making them insensitive to low-level perceptual degradations. We propose IQA-T1, a tool-based visual evidence reasoning framework that augments MLLM reasoning with explicit perceptual observations. During inference, the model autonomously invokes specialized analysis tools to generate structured visual evidence, such as noise residual maps, gradient statistics, and frequency spectra, which are progressively integrated into the reasoning process. To support this paradigm, we construct Q-Tool, a dataset containing 11k multimodal reasoning chains grounded in tool-generated evidence. Extensive experiments on seven IQA benchmarks show that IQA-T1 achieves the best overall performance across datasets while producing interpretable and evidence-grounded quality assessments. Code and dataset are available at https://github.com/zibuyu-02/IQA-T1.

cs.CV

MMRM: A Multiplex Multimodal Representation Model for Product Ranking in E-commerce Search

Multimodal information is pivotal for e-commerce search ranking. Existing works leverage multimodal data typically by fine-tuning general Multimodal Large Language Models (MLLMs) via collaborative signals, subsequently integrating the derived representations into ranking models as item features. Despite their efficacy, these methods face two primary limitations: (1) they rely on a single collaborative signal for MLLM fine-tuning, failing to exploit the heterogeneous signals essential for multitask ranking; and (2) they treat multimodal representations as regular item features in ranking models, underutilizing their latent potential for user behavior modeling. To address these challenges, we propose the Multiplex Multimodal Representation Model (MMRM), a unified framework that aligns MLLMs with diverse collaborative signals. By employing a shared backbone with task-specific tokens and projection layers, MMRM simultaneously learns from multiple signals and generates comprehensive multiplex item representations in a single inference pass. Furthermore, we introduce a multiplex user representation strategy in ranking models, which derives task-specific user representations via search-based behavior sequence modeling leveraging multiplex item representations. Extensive experiments demonstrate MMRM's superior efficiency and effectiveness. Notably, MMRM has been successfully deployed in the JD e-commerce search engine, yielding significant performance gains for millions of daily users.

cs.IR

Robust-U1: Can MLLMs Self-Recover Corrupted Visual Content for Robust Understanding?

Multimodal Large Language Models (MLLMs) have demonstrated remarkable success in visual understanding, yet their performance degrades significantly under real-world visual corruptions. While existing robustness enhancement approaches exist, they are limited: black-box feature alignment lacks interpretability, and white-box text-based reasoning cannot restore lost pixel-level details. This work investigates a fundamental research question: Can MLLMs recover corrupted visual content by themselves? To address this, we propose Robust-U1, a novel framework that equips MLLMs with explicit visual self-recovery capability for robust understanding. The approach comprises three core stages: supervised fine-tuning for initial reconstruction, reinforcement learning with dual rewards (pixel-level SSIM and semantic-level CLIP similarity) for aligning high visual quality, and multimodal reasoning that jointly considers both the corrupted input and the recovered image. Extensive experiments demonstrate that Robust-U1 achieves state-of-the-art robustness on the real-world corruption benchmark and maintains superior performance under adversarial corruptions on general VQA benchmarks. Analysis confirms that high-quality visual recovery directly enhances reasoning performance, establishing self-recovery as a critical mechanism for robust visual understanding. The source code is available at https://github.com/jqtangust/Robust-U1.

cs.CV

Persistent incommensurate amorphous/crystalline meta-interfaces enable engineering-grade superlubricity

Friction dissipates a substantial portion of global energy, motivating the pursuit of superlubricity, a state of near-zero friction, in real-world systems. Conventional approaches rely on crystalline lattice mismatch to suppress periodic energy barriers, but real interfaces invariably contain defects, edges and grain boundaries that restore high-friction states. Here we introduce a materials-agnostic strategy based on amorphous/crystalline heterointerfaces to achieve robust superlubricity under engineering-relevant conditions. Using diamond-like carbon (DLC) and crystalline MoS2 as a model system, we show through experiments and atomistic simulations that their interface remains incommensurate at all orientations and exhibits vanishing energy barriers during friction. In contrast, twisted MoS2 bilayers readily reorient into commensurate, high-friction states. We scale this effect by fabricating laser-patterned arrays of DLC/MoS2 meta-contacts reinforced with Ti3C2Tx MXene, forming hierarchical interfaces that sustain a friction coefficient of ~0.008 over 100000 cycles under combined extreme conditions: millimetre-scale contact size, 12.7 GPa contact pressure and RH 40% air. This unprecedented performance arises from four synergistic factors: intrinsic incommensurability at amorphous/crystalline interface, the rigidity of DLC support, MXene-based mechanical reinforcement and normalized load distribution by geometric patterning. These findings establish a general design paradigm that extends structural superlubricity from nanoscale model systems to practical technologies for sustainable engineering.

cond-mat.mtrl-sci

A biomimetic feedback loop for sustaining self-lubrication and wear resistance

Intelligent materials that self-sense and self-regulate are an emerging frontier in sustainable technology. Here we introduce Cu(Au)/C nanocomposite films that act as bioinspired self-adjusting lubricants. In these films, frictional heating triggers melting and migration of soft metal nanoparticles (NPs) such as Cu or Au along nano-pores to the friction interface, where the metal catalyzes the in-situ formation of ordered carbon nano-structures. Real-time monitoring of friction coefficient, electrical resistance(R), and metal release confirms an autonomous cycle: high friction coefficient generates heat, melting the metal NPs; the migrating metal then lowers friction coefficent by creating low-friction nanostructures, which reduces heat and arrests further migration until friction rises again. This self-limiting feedback enables stable ultra-low friction (~0.04) and an exceptional wear life (>40 km) even in high vacuum. By utilizing friction-derived heat as an intrinsic activation signal, our system establishes a general paradigm for intelligent, self-regulating materials with applications extending beyond tribology.

cond-mat.mtrl-sci

Surrogate-Powered Inference: Regularization and Adaptivity

High-quality labeled data are essential for reliable statistical inference, but are often limited by validation costs. While surrogate labels provide cost-effective alternatives, their noise can introduce non-negligible bias. To address this challenge, we propose the surrogate-powered inference (SPI) toolbox, a unified framework that leverages both the validity of high-quality labels and the abundance of surrogates to enable reliable statistical inference. SPI comprises three progressively enhanced versions. Base-SPI integrates validated labels and surrogates through augmentation to improve estimation efficiency. SPI+ incorporates regularized regression to safely handle multiple surrogates, preventing performance degradation due to error accumulation. SPI++ further optimizes efficiency under limited validation budgets through an adaptive, multiwave labeling procedure that prioritizes informative subjects for labeling. Compared to traditional methods, SPI substantially reduces the estimation error and increases the power in risk factor identification. These results demonstrate the value of SPI in improving the reproducibility. Theoretical guarantees and extensive simulation studies further illustrate the properties of our approach.

stat.ME

Robust-R1: Degradation-Aware Reasoning for Robust Visual Understanding

Multimodal Large Language Models struggle to maintain reliable performance under extreme real-world visual degradations, which impede their practical robustness. Existing robust MLLMs predominantly rely on implicit training/adaptation that focuses solely on visual encoder generalization, suffering from limited interpretability and isolated optimization. To overcome these limitations, we propose Robust-R1, a novel framework that explicitly models visual degradations through structured reasoning chains. Our approach integrates: (i) supervised fine-tuning for degradation-aware reasoning foundations, (ii) reward-driven alignment for accurately perceiving degradation parameters, and (iii) dynamic reasoning depth scaling adapted to degradation intensity. To facilitate this approach, we introduce a specialized 11K dataset featuring realistic degradations synthesized across four critical real-world visual processing stages, each annotated with structured chains connecting degradation parameters, perceptual influence, pristine semantic reasoning chain, and conclusion. Comprehensive evaluations demonstrate state-of-the-art robustness: Robust-R1 outperforms all general and robust baselines on the real-world degradation benchmark R-Bench, while maintaining superior anti-degradation performance under multi-intensity adversarial degradations on MMMB, MMStar, and RealWorldQA.

cs.CV

Quantum queer superalgebra and its integral form

In this paper, we introduce quantum root vectors for the quantum queer superalgebra ${\boldsymbol U}_{\!{v}}({\mathfrak q_n})$ via a braid-group action, compute their complete commutation relations, and construct a PBW-type basis for the Lusztig integral form ${{\boldsymbol U}_{v,\mathcal{ Z}}}$. This yields an explicit presentation of ${{\boldsymbol U}_{v,\mathcal{ Z}}}$ and provides a way to understand the structure of the quantum queer superalgebra at roots of unity.

math.QA

Combinatorial Approaches to Exceptional Sequences for Weighted Projective Lines of Type $(p,q)$

We provide a combinatorial description of morphisms in the coherent sheaf category ${\rm coh}\mbox{-}\mathbb{X}(p,q)$ over weighted projective line of type $(p,q)$ via a marked annulus. This leads to a geometric realization of exceptional sequences in ${\rm coh}\mbox{-}\mathbb{X}(p,q)$. As applications, we present a classification of complete exceptional sequences, an effective method for enlarging exceptional sequences, and a new proof of the transitivity of the braid group action on complete exceptional sequences. Besides, we offer a combinatorial description of tilting bundles via lattice paths and count the number of tilting sheaves in ${\rm coh}\mbox{-}\mathbb{X}(p,q)$, up to the Auslander-Reiten translation.

math.RT

ACM tilting bundles on a Geigle-Lenzing projective plane of type $(2,2,2,p)$

Let $\mathbb{X}$ be a Geigle-Lenzing projective plane of type $(2,2,2,p)$ and $\mathsf{coh} \mathbb{X}$ the category of coherent sheaves on $\mathbb{X}$. This paper is devoted to study ACM tilting bundles over $\mathbb{X}$, that is, tilting objects in the derived category $\mathsf{D}^{\rm b}(\mathsf{coh} \, \mathbb{X})$ that are also ACM bundles. We show that a tilting bundle consisting of line bundles is the $2$-canonical tilting bundle up to degree shift. We also provide a program to construct ACM tilting bundles, which give a rich source of (almost) $2$-representation infinite algebras. As an application, we give a classification result of ACM tilting bundles.

math.RT

An open question for $d$-tilting bundles on Geigle-Lenzing projective spaces

We construct a family of $2$-tilting bundles on a Geigle-Lenzing projective space of type $(2,2,p,q)$ via the action of iterated $2$-APR mutations. As an application, we give some non-examples for an open question raised by Herschend, Iyama, Minamoto and Oppermann in the paper "Representation theory of Geigle-Lenzing complete intersections".

math.RT

Brieskorn-Pham singularities via ACM bundles on Geigle-Lenzing projective spaces

We study the singularity category of the Brieskorn-Pham singularity $R=k[X_1, \dots, X_4]/(\sum_{i=1}^{4} X_i^{p_i})$, associated with the Geigle-Lenzing projective space $\mathbb{X}$ of weight quadruple $(p_1,\dots, p_4)$, by investigating the stable category $\underline{\mathsf{ACM}} \, \mathbb{X}$ of arithmetically Cohen-Macaulay bundles on $\mathbb{X}$. We introduce the notion of $2$-extension bundles on $\mathbb{X}$, which is a higher dimensional analog of extension bundles on a weighted projective line of Geigle-Lenzing, and then establish a correspondence between $2$-extension bundles and a certain important class of Cohen-Macaulay $R$-modules studied by Herschend-Iyama-Minamoto-Oppermann. Furthermore, we construct a tilting object in $\underline{\mathsf{ACM}} \, \mathbb{X}$ consisting of $2$-extension bundles, whose endomorphism algebra is a $4$-fold tensor product of certain Nakayama algebras. We also investigate the Picard group action on $2$-extension bundles and obtain an explicit formula for the orbit number, which gives a positive answer to a higher version of an open question raised by Kussin-Lenzing-Meltzer.

math.AG

Geometric-combinatorial approaches to tilting theory for weighted projective lines

We provide a geometric-combinatorial model for the category of coherent sheaves on the weighted projective line of type (2,2,n) via a cylindrical surface with n marked points on each of its upper and lower boundaries, equipped with an order 2 self-homeomorphism. A bijection is established between indecomposable sheaves on the weighted projective line and skew-curves on the surface. Moreover, by defining a skew-arc as a self-compatible skew-curve and a pseudo-triangulation as a maximal set of distinct pairwise compatible skew-arcs, we show that pseudo-triangulations correspond bijectively to tilting sheaves. Under this bijection, the flip of a skew-arc within a pseudo-triangulation coincides with the tilting mutation. As an application, we prove the connectivity of the tilting graph for the category of coherent sheaves.

math.RT

Majorization-Minimization Dual Stagewise Algorithm for Generalized Lasso

The generalized lasso is a natural generalization of the celebrated lasso approach to handle structural regularization problems. Many important methods and applications fall into this framework, including fused lasso, clustered lasso, and constrained lasso. To elevate its effectiveness in large-scale problems, extensive research has been conducted on the computational strategies of generalized lasso. However, to our knowledge, most studies are under the linear setup, with limited advances in non-Gaussian and non-linear models. We propose a majorization-minimization dual stagewise (MM-DUST) algorithm to efficiently trace out the full solution paths of the generalized lasso problem. The majorization technique is incorporated to handle different convex loss functions through their quadratic majorizers. Utilizing the connection between primal and dual problems and the idea of ``slow-brewing'' from stagewise learning, the minimization step is carried out in the dual space through a sequence of simple coordinate-wise updates on the dual coefficients with a small step size. Consequently, selecting an appropriate step size enables a trade-off between statistical accuracy and computational efficiency. We analyze the computational complexity of MM-DUST and establish the uniform convergence of the approximated solution paths. Extensive simulation studies and applications with regularized logistic regression and Cox model demonstrate the effectiveness of the proposed approach.

stat.ML