SearcharxivSearch

arXiv subjects

Jiaming Wang

Publications and source records attributed to Jiaming Wang.

At least 37 records · Page 2Linked to original sources

Numerical simulation methods for quantum sensing at parametric criticality

Microwave photon detection is a key technology for low-temperature superconducting electronics and quantum information processing. A promising possibility is to use switching processes in parametric superconducting devices at criticality, which can be triggered by small perturbations. Here we demonstrate the unique sensing properties of the superconducting Kerr parametric resonator when operated in the proximity of the phase transition boundary. We utilize a semiclassical approximation to provide numerical and analytical results for the Heisenberg-Langevin and Fokker-Planck equations that describe the switching mechanism. We show that the probability of switching events is enhanced by probe input states with energies down to single quanta levels.

quant-ph

The Second Challenge on Real-World Face Restoration at NTIRE 2026: Methods and Results

This paper provides a review of the NTIRE 2026 challenge on real-world face restoration, highlighting the proposed solutions and the resulting outcomes. The challenge focuses on generating natural and realistic outputs while maintaining identity consistency. Its goal is to advance state-of-the-art solutions for perceptual quality and realism, without imposing constraints on computational resources or training data. Performance is evaluated using a weighted image quality assessment (IQA) score and employs the AdaFace model as an identity checker. The competition attracted 96 registrants, with 10 teams submitting valid models; ultimately, 9 teams achieved valid scores in the final ranking. This collaborative effort advances the performance of real-world face restoration while offering an in-depth overview of the latest trends in the field.

cs.CV

CodeTracer: Towards Traceable Agent States

Code agents are advancing rapidly, but debugging them is becoming increasingly difficult. As frameworks orchestrate parallel tool calls and multi-stage workflows over complex tasks, making the agent's state transitions and error propagation hard to observe. In these runs, an early misstep can trap the agent in unproductive loops or even cascade into fundamental errors, forming hidden error chains that make it hard to tell when the agent goes off track and why. Existing agent tracing analyses either focus on simple interaction or rely on small-scale manual inspection, which limits their scalability and usefulness for real coding workflows. We present CodeTracer, a tracing architecture that parses heterogeneous run artifacts through evolving extractors, reconstructs the full state transition history as a hierarchical trace tree with persistent memory, and performs failure onset localization to pinpoint the failure origin and its downstream chain. To enable systematic evaluation, we construct CodeTraceBench from a large collection of executed trajectories generated by four widely used code agent frameworks on diverse code tasks (e.g., bug fixing, refactoring, and terminal interaction), with supervision at both the stage and step levels for failure localization. Experiments show that CodeTracer substantially outperforms direct prompting and lightweight baselines, and that replaying its diagnostic signals consistently recovers originally failed runs under matched budgets. Our code and data are publicly available.

cs.SE

A robust empirical relationship between speed and turbulence energy in the near-Earth solar wind

The connection between turbulence and solar-wind acceleration, long known in space physics, is further developed in this Letter by establishing a robust empirical law that relates the bulk-flow speed to the magnetohydrodynamic-scale fluctuation energy in the plasma. The model is based on analysis of twenty-five years of near-Earth observations by NASA's Advanced Composition Explorer. It provides a simple way to estimate turbulence energy from low-resolution speed data -- a practical approach that may be of utility when high-resolution measurements or advanced turbulence models are unavailable. Potential heliospheric applications include space-weather forecasting operations, remote imaging datasets, and energetic-particle transport models that require turbulence amplitudes to specify diffusion parameters.

physics.space-ph

Agentic-MME: What Agentic Capability Really Brings to Multimodal Intelligence?

Multimodal Large Language Models (MLLMs) are evolving from passive observers into active agents, solving problems through Visual Expansion (invoking visual tools) and Knowledge Expansion (open-web search). However, existing evaluations fall short: they lack flexible tool integration, test visual and search tools separately, and evaluate primarily by final answers. Consequently, they cannot verify if tools were actually invoked, applied correctly, or used efficiently. To address this, we introduce Agentic-MME, a process-verified benchmark for Multimodal Agentic Capabilities. It contains 418 real-world tasks across 6 domains and 3 difficulty levels to evaluate capability synergy, featuring over 2,000 stepwise checkpoints that average 10+ person-hours of manual annotation per task. Each task includes a unified evaluation framework supporting sandboxed code and APIs, alongside a human reference trajectory annotated with stepwise checkpoints along dual-axis: S-axis and V-axis. To enable true process-level verification, we audit fine-grained intermediate states rather than just final answers, and quantify efficiency via an overthinking metric relative to human trajectories. Experimental results show the best model, Gemini3-pro, achieves 56.3% overall accuracy, which falls significantly to 23.0% on Level-3 tasks, underscoring the difficulty of real-world multimodal agentic problem solving.

cs.AI

ContextBench: A Benchmark for Context Retrieval in Coding Agents

LLM-based coding agents have shown strong performance on automated issue resolution benchmarks, yet existing evaluations largely focus on final task success, providing limited insight into how agents retrieve and use code context during problem solving. We introduce ContextBench, a process-oriented evaluation of context retrieval in coding agents. ContextBench consists of 1,136 issue-resolution tasks from 66 repositories across eight programming languages, each augmented with human-annotated gold contexts. We further implement an automated evaluation framework that tracks agent trajectories and measures context recall, precision, and efficiency throughout issue resolution. Using ContextBench, we evaluate four frontier LLMs and five coding agents. Our results show that sophisticated agent scaffolding yields only marginal gains in context retrieval ("The Bitter Lesson" of coding agents), LLMs consistently favor recall over precision, and substantial gaps exist between explored and utilized context. ContextBench augments existing end-to-end benchmarks with intermediate gold-context metrics that unbox the issue-resolution process. These contexts offer valuable intermediate signals for guiding LLM reasoning in software tasks.

cs.LG

Winning the Pruning Gamble: A Unified Approach to Joint Sample and Token Pruning for Efficient Supervised Fine-Tuning

As supervised fine-tuning (SFT) evolves from a lightweight post-training step into a compute-intensive phase rivaling mid-training in scale, data efficiency has become critical for aligning large language models (LLMs) under tight budgets. Existing data pruning methods suffer from a fragmented design: they operate either at the sample level or the token level in isolation, failing to jointly optimize both dimensions. This disconnect leads to significant inefficiencies--high-value samples may still contain redundant tokens, while token-level pruning often discards crucial instructional or corrective signals embedded in individual examples. To address this bottleneck, we introduce the Error-Uncertainty (EU) Plane, a diagnostic framework that jointly characterizes the heterogeneous utility of training data across samples and tokens. Guided by this insight, we propose Quadrant-based Tuning (Q-Tuning), a unified framework that strategically coordinates sample pruning and token pruning. Q-Tuning employs a two-stage strategy: first, it performs sample-level triage to retain examples rich in informative misconceptions or calibration signals; second, it applies an asymmetric token-pruning policy, using a context-aware scoring mechanism to trim less salient tokens exclusively from misconception samples while preserving calibration samples in their entirety. Our method sets a new state of the art across five diverse benchmarks. Remarkably, on SmolLM2-1.7B, Q-Tuning achieves a +38\% average improvement over the full-data SFT baseline using only 12.5\% of the original training data. As the first dynamic pruning approach to consistently outperform full-data training, Q-Tuning provides a practical and scalable blueprint for maximizing data utilization in budget-constrained LLM SFT.

cs.CL

LongCat-Flash-Thinking-2601 Technical Report

We introduce LongCat-Flash-Thinking-2601, a 560-billion-parameter open-source Mixture-of-Experts (MoE) reasoning model with superior agentic reasoning capability. LongCat-Flash-Thinking-2601 achieves state-of-the-art performance among open-source models on a wide range of agentic benchmarks, including agentic search, agentic tool use, and tool-integrated reasoning. Beyond benchmark performance, the model demonstrates strong generalization to complex tool interactions and robust behavior under noisy real-world environments. Its advanced capability stems from a unified training framework that combines domain-parallel expert training with subsequent fusion, together with an end-to-end co-design of data construction, environments, algorithms, and infrastructure spanning from pre-training to post-training. In particular, the model's strong generalization capability in complex tool-use are driven by our in-depth exploration of environment scaling and principled task construction. To optimize long-tailed, skewed generation and multi-turn agentic interactions, and to enable stable training across over 10,000 environments spanning more than 20 domains, we systematically extend our asynchronous reinforcement learning framework, DORA, for stable and efficient large-scale multi-environment training. Furthermore, recognizing that real-world tasks are inherently noisy, we conduct a systematic analysis and decomposition of real-world noise patterns, and design targeted training procedures to explicitly incorporate such imperfections into the training process, resulting in improved robustness for real-world applications. To further enhance performance on complex reasoning tasks, we introduce a Heavy Thinking mode that enables effective test-time scaling by jointly expanding reasoning depth and width through intensive parallel thinking.

cs.AI

SOP-Maze: Evaluating Large Language Models on Complicated Business Standard Operating Procedures

As large language models (LLMs) are widely deployed as domain-specific agents, many benchmarks have been proposed to evaluate their ability to follow instructions and make decisions in real-world scenarios. However, business scenarios often involve complex standard operating procedures (SOPs), and the evaluation of LLM capabilities in such contexts has not been fully explored. To bridge this gap, we propose SOP-Maze, a benchmark constructed from real-world business data and adapted into a collection of 397 instances and 3422 subtasks from 23 complex SOP scenarios. We further categorize SOP tasks into two broad classes: Lateral Root System (LRS), representing wide-option tasks that demand precise selection; and Heart Root System (HRS), which emphasizes deep logical reasoning with complex branches. Extensive experiments reveal that nearly all state-of-the-art models struggle with SOP-Maze. We conduct a comprehensive analysis and identify three key error categories: (i) route blindness: difficulty following procedures; (ii) conversational fragility: inability to handle real dialogue nuances; and (iii) calculation errors: mistakes in time or arithmetic reasoning under complex contexts. The systematic study explores LLM performance across SOP tasks that challenge both breadth and depth, offering new insights for improving model capabilities. We have open-sourced our work on: https://github.com/meituan-longcat/SOP-Maze.

cs.CL

Interplanetary magnetic correlation and low-frequency spectrum over many solar rotations

Fluctuations and structure across a wide range of spatial and temporal scales are frequently studied in the solar wind. The properties of the low-frequency fluctuations are of relevance to turbulent energy injection into the plasma and the transport of high-energy cosmic rays. Correlation analysis of decade-long intervals of interplanetary data permits study of fluctuations at time scales much longer than suitably defined correlation times, and therefore at frequencies well below those associated with the Kolmogorov inertial range of {\it in situ} turbulence. At the frequencies of interest, we study the familiar occurrence of the $1/f$ spectral signature. We also study point spectral features due to solar rotation and their relation with the $1/f$ signal. We report novel properties at timescales ranging from minutes up to years, using data selected by wind speed, phase of solar cycle, and cartesian components of the magnetic field. A surprising finding is that the power in solar rotation harmonics is consistent with an extension of the $1/f$ spectrum, down to frequencies as low as around $\unit[5 \times 10^{-7}]{Hz}$. The presence of a broadband $1/f$ spectrum across different wind types supports the interpretation that $1/f$ signals may be related to or even originate from the solar dynamo.

astro-ph.SR

GeNIE: A Generalizable Navigation System for In-the-Wild Environments

Reliable navigation in unstructured, real-world environments remains a significant challenge for embodied agents, especially when operating across diverse terrains, weather conditions, and sensor configurations. In this paper, we introduce GeNIE (Generalizable Navigation System for In-the-Wild Environments), a robust navigation framework designed for global deployment. GeNIE integrates a generalizable traversability prediction model built on SAM2 with a novel path fusion strategy that enhances planning stability in noisy and ambiguous settings. We deployed GeNIE in the Earth Rover Challenge (ERC) at ICRA 2025, where it was evaluated across six countries spanning three continents. GeNIE took first place and achieved 79% of the maximum possible score, outperforming the second-best team by 17%, and completed the entire competition without a single human intervention. These results set a new benchmark for robust, generalizable outdoor robot navigation. We will release the codebase, pretrained model weights, and newly curated datasets to support future research in real-world navigation.

cs.RO

Characterization of the Trans-Alfvénic Region Using Observations from Parker Solar Probe

Close to Earth the solar wind is usually super-Alfvénic, i.e. the speed of the solar wind is much larger than the Alfvén speed. However, in the lower coronal regions, the solar wind is mostly sub-Alfvénic. With the Parker Solar Probe (PSP) crossing the boundary between the sub- and super-Alfvénic flow, Bandyopadhyay et al. (2022) performed a turbulence characterization of the sub-Alfvénic solar wind with initial data from encounters 8 and 9. In this study, we re-examine the turbulence properties such as turbulence amplitude, anisotropy of the magnetic field variance, intermittency and switchback strength extending with PSP data for encounters 8-19. The later orbits probe lower altitudes and experience sub-Alfvénic conditions more frequently providing a greater statistical coverage to contrast sub- and super-Alfvénic solar wind. Also, by isolating the intervals where the solar wind speed is approximately equal to the Alfvén speed, we explore the transition in more detail. We show that the amplitude of the normalized magnetic field fluctuation is smaller for the sub-Alfvénic samples. While solar wind turbulence in general is shown to be anisotropic, the sub-Alfvénic samples are more anisotropic than the super-Alfvénic samples, in general. Further, we show that the sub- and super-Alfvénic samples do not show much distinction in terms of intermittency strength. Finally, consistent with prior results, we find no evidence for polarity reversing > 90 degrees switchbacks in the sub-Alfvénic solar wind

astro-ph.SR

Training-free Task-oriented Grasp Generation

This paper presents a training-free pipeline for task-oriented grasp generation that combines pre-trained grasp generation models with vision-language models (VLMs). Unlike traditional approaches that focus solely on stable grasps, our method incorporates task-specific requirements by leveraging the semantic reasoning capabilities of VLMs. We evaluate five querying strategies, each utilizing different visual representations of candidate grasps, and demonstrate significant improvements over a baseline method in both grasp success and task compliance rates, with absolute gains of up to 36.9\% in overall success rate. Our results underline the potential of VLMs to enhance task-oriented manipulation, providing insights for future research in robotic grasping and human-robot interaction.

cs.RO

Microwave photon detection at parametric criticality

The detection of microwave fields at single-photon power levels is a much sought-after technology, with practical applications in nanoelectronics and quantum information science. Here we demonstrate a simple yet powerful criticality-enhanced method of microwave photon detection by operating a magnetic-field tunable Kerr Josephson parametric amplifier at the border of a first-order phase transition and close to the critical point. We obtain a 73\% efficiency and a dark-count rate of 167 kHz, corresponding to a responsivity of $1.3 \times 10^{17}~\mathrm{W}^{-1}$ and noise-equivalent power of 3.28 zW/$\sqrt{\rm Hz}$. We verify the single-photon operation by extracting the Poissonian statistics of a coherent probe signal.

quant-ph

LongCat-Flash Technical Report

We introduce LongCat-Flash, a 560-billion-parameter Mixture-of-Experts (MoE) language model designed for both computational efficiency and advanced agentic capabilities. Stemming from the need for scalable efficiency, LongCat-Flash adopts two novel designs: (a) Zero-computation Experts, which enables dynamic computational budget allocation and activates 18.6B-31.3B (27B on average) per token depending on contextual demands, optimizing resource usage. (b) Shortcut-connected MoE, which enlarges the computation-communication overlap window, demonstrating notable gains in inference efficiency and throughput compared to models of a comparable scale. We develop a comprehensive scaling framework for large models that combines hyperparameter transfer, model-growth initialization, a multi-pronged stability suite, and deterministic computation to achieve stable and reproducible training. Notably, leveraging the synergy among scalable architectural design and infrastructure efforts, we complete model training on more than 20 trillion tokens within 30 days, while achieving over 100 tokens per second (TPS) for inference at a cost of \$0.70 per million output tokens. To cultivate LongCat-Flash towards agentic intelligence, we conduct a large-scale pre-training on optimized mixtures, followed by targeted mid- and post-training on reasoning, code, and instructions, with further augmentation from synthetic data and tool use tasks. Comprehensive evaluations demonstrate that, as a non-thinking foundation model, LongCat-Flash delivers highly competitive performance among other leading models, with exceptional strengths in agentic tasks. The model checkpoint of LongCat-Flash is open-sourced to foster community research. LongCat Chat: https://longcat.ai Hugging Face: https://huggingface.co/meituan-longcat GitHub: https://github.com/meituan-longcat

cs.CL

SDGO: Self-Discrimination-Guided Optimization for Consistent Safety in Large Language Models

Large Language Models (LLMs) excel at various natural language processing tasks but remain vulnerable to jailbreaking attacks that induce harmful content generation. In this paper, we reveal a critical safety inconsistency: LLMs can more effectively identify harmful requests as discriminators than defend against them as generators. This insight inspires us to explore aligning the model's inherent discrimination and generation capabilities. To this end, we propose SDGO (Self-Discrimination-Guided Optimization), a reinforcement learning framework that leverages the model's own discrimination capabilities as a reward signal to enhance generation safety through iterative self-improvement. Our method does not require any additional annotated data or external models during the training phase. Extensive experiments demonstrate that SDGO significantly improves model safety compared to both prompt-based and training-based baselines while maintaining helpfulness on general benchmarks. By aligning LLMs' discrimination and generation capabilities, SDGO brings robust performance against out-of-distribution (OOD) jailbreaking attacks. This alignment achieves tighter coupling between these two capabilities, enabling the model's generation capability to be further enhanced with only a small amount of discriminative samples. Our code and datasets are available at https://github.com/NJUNLP/SDGO.

cs.CL

Angle-dependent resonant tunneling and thermoelectric energy management in a hybrid 1D-2D-1D semiconductor nanostructure

Low-dimensional semiconductors have been widely exploited in thermoelectric energy conversion for high efficiencies due to their suppressed lattice thermal conduction, sharply defined electronic density of states, and tunable energy-selective electron transmission. However, the widespread challenge of Fermi-level pinning or doping constraints limit precise control over thermoelectric energy management via chemical potential modulation. Here, we proposed an alternative strategy: leveraging angle-dependent electron incidence to dynamically manipulate electron transmission and heat transport, which was implemented theoretically in a two-dimensional InP/InAs/InP double-barrier heterostructure integrated with laterally one-dimensional electrodes. By combining the transfer matrix method and Landauer formalism, we demonstrated the angle-dependent resonant tunneling dynamics, tunable negative differential resistance effect, and near-Carnot limits in thermoelectric energy conversions. Angular modulation enables precise control over transmission resonances, facilitating dynamic transitions among thermoelectric regimes (power generation, cooling, and hybrid heating) without requiring extreme chemical potential shifts. This work establishes angularly resolved electron transmission as a versatile mechanism for on-chip thermal management and cryogenic applications, offering a pathway to circumvent material limitations in next-generation nanoelectronics and quantum devices.

cond-mat.mes-hall

Healing of the edge magnetic island in the island divertor configuration on J-TEXT

The phenomena of island healing and configuration transition induced by high-power electron cyclotron resonance heating (ECRH) have been investigated in the island divertor configuration on the J-TEXT tokamak. Experimental results reveal that the size of the edge open magnetic island with mode number m/n = 3/1 decreases substantially under specific ECRH conditions. This process, referred to as island healing, occurs when ECRH with a power of 500~600 kW is deposited in the plasma core or when 250 kW of ECRH is deposited at r = 0.5 a, where a is the minor radius. The reduction of the island width makes the island divertor ineffective and transition into the limiter configuration. A model incorporating the influence of ECRH on the scrape-off layer (SOL) thermoelectric current is proposed to explain the observed changes in the edge magnetic topology of the island divertor configuration. These findings suggest that ECRH should be deposited at the plasma core with carefully controlled power to ensure the stable and compatible operation of ECRH and the island divertor configuration in tokamaks. The results can provide insights into achieving robust operation of an island divertor in tokamaks.

physics.plasm-ph