SearcharxivSearch

arXiv subjects

Zhipeng Wu

Publications and source records attributed to Zhipeng Wu.

7 recordsLinked to original sources

On the Lifespan of Axisymmetric Hall-MHD with Swirl

In this paper, we study the three-dimensional inviscid incompressible resistive Hall-MHD system in the axisymmetric setting with nontrivial swirl velocity and purely azimuthal magnetic. Assuming only that the swirl component of the initial velocity is sufficiently small, we prove that the lifespan of the strong solution can be sufficiently large. An explicit lifespan lower bound in terms of the size of the initial swirl is given. Moreover, we also study the behavior of the lifespan as the resistivity tends to zero.

math.AP

VTC-Bench: Evaluating Agentic Multimodal Models via Compositional Visual Tool Chaining

Recent advancements extend Multimodal Large Language Models (MLLMs) beyond standard visual question answering to utilizing external tools for advanced visual tasks. Despite this progress, precisely executing and effectively composing diverse tools for complex tasks remain persistent bottleneck. Constrained by sparse tool-sets and simple tool-use trajectories, existing benchmarks fail to capture complex and diverse tool interactions, falling short in evaluating model performance under practical, real-world conditions. To bridge this gap, we introduce VisualToolChain-Bench(VTC-Bench), a comprehensive benchmark designed to evaluate tool-use proficiency in MLLMs. To align with realistic computer vision pipelines, our framework features 32 diverse OpenCV-based visual operations. This rich tool-set enables extensive combinations, allowing VTC-Bench to rigorously assess multi-tool composition and long-horizon, multi-step plan execution. For precise evaluation, we provide 680 curated problems structured across a nine-category cognitive hierarchy, each with ground-truth execution trajectories. Extensive experiments on 19 leading MLLMs reveal critical limitations in current models' visual agentic capabilities. Specifically, models struggle to adapt to diverse tool-sets and generalize to unseen operations, with the leading model Gemini-3.0-Pro only achieving 51% on our benchmark. Furthermore, multi-tool composition remains a persistent challenge. When facing complex tasks, models struggle to formulate efficient execution plans, relying heavily on a narrow, suboptimal subset of familiar functions rather than selecting the optimal tools. By identifying these fundamental challenges, VTC-Bench establishes a rigorous baseline to guide the development of more generalized visual agentic models.

cs.AI

Achieving ultra-high anisotropy in thermal conductivity of plastic crystal through megapascal pressure of hot pressing

Plastic crystals, owing to their exceptional properties, are gradually finding applications in solid-state refrigeration and ferroelectric fields. However, their inherently low thermal conductivity restricts their utilization in electronic devices. This study demonstrates that applying megapascal pressure of hot pressing can enhance the thermal conductivity of plastic crystal films. Most importantly, it induces significant anisotropy in thermal conductivity. Such anisotropy in thermal conductivity is beneficial for specialized thermal management applications, such as directing heat flow paths in electronic devices. In this study, [(CH3)4N][FeCl4] PCs films were prepared by hot pressing. At a pressure of 16 MPa, the ratio of in-plane to cross-plane thermal conductivity in the film reaches a remarkable 5.5. This is attributed to the preferential orientation along the (002) crystal plane induced by uniaxial pressure, leading to the formation of a layered structure and the creation of a flat and dense film. Furthermore, according to molecular dynamics simulations, the thermal conductivity along the [100] and [010] directions (parallel to the (002) crystal plane) is higher than in other directions. Therefore, significant modulation of anisotropy in thermal conductivity is achieved in [(CH3)4N][FeCl4] films by applying uniaxial hot pressing pressure. This phenomenon has the potential to greatly broaden the application of plastic crystals in the field of flexible electronic devices.

cond-mat.mtrl-sci

Evaluation Mappings of Spatial Accelerator Based On Data Placement

The scheduling strategies of workloads are critical to fully exploiting the performance of spatial accelerators, accurate performance models are required to evaluate the mapping of workloads.Recent works proposed various cost-model to describe the dataflow of the spatial accelerator. However, they are less expressive about customized memory hierarchies and thus lead to inaccurate performance models. In this paper, we propose, PolyAcc, a framework for evaluating the mappings of workload on spatial accelerator based on data placement. The Data placement relation describes the temporal-spatial relation of data at different memory levels, which can accurately capture the runtime behavior of hardware units. Based on data placement relations, polyAcc accurately analyzes the data volume for different reuse patterns and estimate metrics, including data reuse, latency, and energy. Overall, polyAcc closely matches the ideal execution time and PE utilization for GEMM and Conv workloads, respectively achieves 0.82%, 18.8% improvements for execution time and energy consumption estimates in validation against Eyeriss architecture compared to the state-of-the-art framework.

eess.SY

A Novel Binocular Eye-Tracking SystemWith Stereo Stimuli for 3D Gaze Estimation

Eye-tracking technologies have been widely used in applications like psychological studies and human computer interactions (HCI). However, most current eye trackers focus on 2D point of gaze (PoG) estimation and cannot provide accurate gaze depth.Concerning future applications such as HCI with 3D displays, we propose a novel binocular eye tracking device with stereo stimuli to provide highly accurate 3D PoG estimation. In our device, the 3D stereo imaging system can provide users with a friendly and immersive 3D visual experience without wearing any accessories. The eye capturing system can directly record the users eye movements under 3D stimuli without disturbance. A regression based 3D eye tracking model is built based on collected eye movement data under stereo stimuli. Our model estimates users 2D gaze with features defined by eye region landmarks and further estimates 3D PoG with a multi source feature set constructed by comprehensive eye movement features and disparity features from stereo stimuli. Two test stereo scenes with different depths of field are designed to verify the model effectiveness. Experimental results show that the average error for 2D gaze estimation was 0.66\degree and for 3D PoG estimation, the average errors are 1.85~cm/0.15~m over the workspace volume 50~cm $\times$ 30~cm $\times$ 75~cm/2.4~m $\times$ 4.0~m $\times$ 7.9~m separately.

cs.CV

Optimization Matrix Factorization Recommendation Algorithm Based on Rating Centrality

Matrix factorization (MF) is extensively used to mine the user preference from explicit ratings in recommender systems. However, the reliability of explicit ratings is not always consistent, because many factors may affect the user's final evaluation on an item, including commercial advertising and a friend's recommendation. Therefore, mining the reliable ratings of user is critical to further improve the performance of the recommender system. In this work, we analyze the deviation degree of each rating in overall rating distribution of user and item, and propose the notion of user-based rating centrality and item-based rating centrality, respectively. Moreover, based on the rating centrality, we measure the reliability of each user rating and provide an optimized matrix factorization recommendation algorithm. Experimental results on two popular recommendation datasets reveal that our method gets better performance compared with other matrix factorization recommendation algorithms, especially on sparse datasets.

cs.IR

Looking at Outfit to Parse Clothing

This paper extends fully-convolutional neural networks (FCN) for the clothing parsing problem. Clothing parsing requires higher-level knowledge on clothing semantics and contextual cues to disambiguate fine-grained categories. We extend FCN architecture with a side-branch network which we refer outfit encoder to predict a consistent set of clothing labels to encourage combinatorial preference, and with conditional random field (CRF) to explicitly consider coherent label assignment to the given image. The empirical results using Fashionista and CFPD datasets show that our model achieves state-of-the-art performance in clothing parsing, without additional supervision during training. We also study the qualitative influence of annotation on the current clothing parsing benchmarks, with our Web-based tool for multi-scale pixel-wise annotation and manual refinement effort to the Fashionista dataset. Finally, we show that the image representation of the outfit encoder is useful for dress-up image retrieval application.

cs.CV