SearcharxivSearch

arXiv subjects

Mingjie Xu

Publications and source records attributed to Mingjie Xu.

14 recordsLinked to original sources

Evian: Towards Explainable Visual Instruction-tuning Data Auditing

The efficacy of Large Vision-Language Models (LVLMs) is critically dependent on the quality of their training data, requiring a precise balance between visual fidelity and instruction-following capability. Existing datasets, however, are plagued by inconsistent quality, and current data filtering methods rely on coarse-grained scores that lack the granularity to identify nuanced semantic flaws like logical fallacies or factual errors. This creates a fundamental bottleneck in developing more reliable models. To address this, we make three core contributions. First, we construct a large-scale, 300K-sample benchmark by systematically injecting diverse, subtle defects to provide a challenging testbed for data auditing. Second, we introduce a novel "Decomposition-then-Evaluation" paradigm that breaks model responses into constituent cognitive components: visual description, subjective inference, and factual claim, enabling targeted analysis. Third, we instantiate this paradigm via EVIAN (Explainable Visual Instruction-tuning Data AuditiNg), an automated framework that evaluates these components along the orthogonal axes of Image-Text Consistency, Logical Coherence, and Factual Accuracy. Our empirical findings challenge the prevailing scale-centric paradigm: a model fine-tuned on a compact, high-quality subset curated by EVIAN consistently surpassed models trained on orders-of-magnitude larger datasets. We also reveal that dividing complex auditing into verifiable subtasks enables robust curation, and that Logical Coherence is the most critical factor in data quality evaluation.

cs.CV

Modulation of structural short-range order due to chemical patterning in multi-component amorphous interfacial complexions

Amorphous interfacial complexions have been shown to restrict grain growth and improve damage tolerance in nanocrystalline alloys, with increased chemical complexity stabilizing the complexions themselves. Here, we investigate local chemical composition and structural short-range order in Cu-rich, multi-component nanocrystalline alloys to understand how dopants self-organize within these amorphous complexions and how local structure is altered. High resolution scanning transmission electron microscopy and elemental analysis are used to study both grain boundaries and interphase boundaries, with chemical partitioning observed for both. Notably, the amorphous-crystalline transition region is observed to be enriched in certain dopant species and depleted of others as compared to the interior of the amorphous complexions. This chemical patterning can be explained in terms of the elemental preference for ordered or disordered grain boundary environments. As only a qualitative measure of structural short-range order can be obtained with nanobeam electron diffraction for these specimens, atomistic simulations with a custom-built machine learning interatomic potential are then used to probe how dopant patterning affects local structural state. Increased grain boundary chemical complexity is found to result in a more disordered complexion structure, with segregation to the amorphous-crystalline transition regions driving changes in local structure that are sensitive to dopant ratios. As a whole, the intimate connection between local chemistry and order in amorphous interfacial complexions is demonstrated, opening the door for microstructural engineering within the amorphous complexions themselves.

cond-mat.mtrl-sci

Atomic-scale tunable phonon transport at tailored grain boundaries and Their Impact on Thermal Conductivity

Grain boundaries (GBs) strongly influence thermal transport in crystalline solids by disrupting lattice periodicity and scattering phonons. Due to the atomic-level disorder and structural complexity, a fundamental understanding of how specific GB geometries regulate nanoscale phonon behavior and macroscopic thermal conductivity has remained elusive. Here, using emerging atomic-resolution vibrational spectroscopy, we directly correlate GB structure, defect-specific vibrational states, and thermal transport in bicrystal strontium titanate with controlled tilt and twist angles. The phonon characterizations and thermal conductivity data reveal two distinct regimes, where low-angle tilt GBs (2deg, 6deg, 10deg) substantially modulate phonon populations and mode frequencies, resulting in pronounced changes in thermal conductivity, whereas high-angle tilt GBs (22deg, 36deg) exhibit weak conductivity variation due to saturated structural disorder and scattering. In contrast, twist GBs introduce periodic defect motifs that only locally tailor phonon transport. Our results suggest tilt and twist angles as complementary knobs for coarse and fine control of phonon propagation and cross-GB thermal transport, providing a predictive framework for thermal engineering in materials.

cond-mat.mes-hall

VP-Bench: A Comprehensive Benchmark for Visual Prompting in Multimodal Large Language Models

Multimodal large language models (MLLMs) have enabled a wide range of advanced vision-language applications, including fine-grained object recognition and contextual understanding. When querying specific regions or objects in an image, human users naturally use "visual prompts" (VPs), such as bounding boxes, to provide reference. However, no existing benchmark systematically evaluates the ability of MLLMs to interpret such VPs. This gap leaves it unclear whether current MLLMs can effectively recognize VPs, an intuitive prompting method for humans, and use them to solve problems. To address this limitation, we introduce VP-Bench, a benchmark for assessing MLLMs' capability in VP perception and utilization. VP-Bench employs a two-stage evaluation framework: Stage 1 examines models' ability to perceive VPs in natural scenes, using 30k visualized prompts spanning eight shapes and 355 attribute combinations. Stage 2 investigates the impact of VPs on downstream tasks, measuring their effectiveness in real-world problem-solving scenarios. Using VP-Bench, we evaluate 28 MLLMs, including proprietary systems (e.g., GPT-4o) and open-source models (e.g., InternVL3 and Qwen2.5-VL), and provide a comprehensive analysis of factors that affect VP understanding, such as variations in VP attributes, question arrangement, and model scale. VP-Bench establishes a new reference framework for studying how MLLMs comprehend and resolve grounded referring questions.

cs.CV

Better Reasoning with Less Data: Enhancing VLMs Through Unified Modality Scoring

The application of visual instruction tuning and other post-training techniques has significantly enhanced the capabilities of Large Language Models (LLMs) in visual understanding, enriching Vision-Language Models (VLMs) with more comprehensive visual language datasets. However, the effectiveness of VLMs is highly dependent on large-scale, high-quality datasets that ensure precise recognition and accurate reasoning. Two key challenges hinder progress: (1) noisy alignments between images and the corresponding text, which leads to misinterpretation, and (2) ambiguous or misleading text, which obscures visual content. To address these challenges, we propose SCALE (Single modality data quality and Cross modality Alignment Evaluation), a novel quality-driven data selection pipeline for VLM instruction tuning datasets. Specifically, SCALE integrates a cross-modality assessment framework that first assigns each data entry to its appropriate vision-language task, generates general and task-specific captions (covering scenes, objects, style, etc.), and evaluates the alignment, clarity, task rarity, text coherence, and image clarity of each entry based on the generated captions. We reveal that: (1) current unimodal quality assessment methods evaluate one modality while overlooking the rest, which can underestimate samples essential for specific tasks and discard the lower-quality instances that help build model robustness; and (2) appropriately generated image captions provide an efficient way to transfer the image-text multimodal task into a unified text modality.

cs.CV

ICM-Assistant: Instruction-tuning Multimodal Large Language Models for Rule-based Explainable Image Content Moderation

Controversial contents largely inundate the Internet, infringing various cultural norms and child protection standards. Traditional Image Content Moderation (ICM) models fall short in producing precise moderation decisions for diverse standards, while recent multimodal large language models (MLLMs), when adopted to general rule-based ICM, often produce classification and explanation results that are inconsistent with human moderators. Aiming at flexible, explainable, and accurate ICM, we design a novel rule-based dataset generation pipeline, decomposing concise human-defined rules and leveraging well-designed multi-stage prompts to enrich short explicit image annotations. Our ICM-Instruct dataset includes detailed moderation explanation and moderation Q-A pairs. Built upon it, we create our ICM-Assistant model in the framework of rule-based ICM, making it readily applicable in real practice. Our ICM-Assistant model demonstrates exceptional performance and flexibility. Specifically, it significantly outperforms existing approaches on various sources, improving both the moderation classification (36.8% on average) and moderation explanation quality (26.6% on average) consistently over existing MLLMs. Code/Data is available at https://github.com/zhaoyuzhi/ICM-Assistant.

cs.CV

LLaVA-SpaceSGG: Visual Instruct Tuning for Open-vocabulary Scene Graph Generation with Enhanced Spatial Relations

Scene Graph Generation (SGG) converts visual scenes into structured graph representations, providing deeper scene understanding for complex vision tasks. However, existing SGG models often overlook essential spatial relationships and struggle with generalization in open-vocabulary contexts. To address these limitations, we propose LLaVA-SpaceSGG, a multimodal large language model (MLLM) designed for open-vocabulary SGG with enhanced spatial relation modeling. To train it, we collect the SGG instruction-tuning dataset, named SpaceSGG. This dataset is constructed by combining publicly available datasets and synthesizing data using open-source models within our data construction pipeline. It combines object locations, object relations, and depth information, resulting in three data formats: spatial SGG description, question-answering, and conversation. To enhance the transfer of MLLMs' inherent capabilities to the SGG task, we introduce a two-stage training paradigm. Experiments show that LLaVA-SpaceSGG outperforms other open-vocabulary SGG methods, boosting recall by 8.6% and mean recall by 28.4% compared to the baseline. Our codebase, dataset, and trained models are publicly accessible on GitHub at the following URL: https://github.com/Endlinc/LLaVA-SpaceSGG.

cs.CV

Divergent Evolution of Slip Banding in Alloys

Metallic materials under high stress often exhibit deformation localization, manifesting as slip banding. Over seven decades ago, Frank and Read introduced the well-known model of dislocation multiplication at a source, explaining slip band formation. Here, we reveal two distinct types of slip bands (confined and extended) in alloys through multi-scale testing and modeling from microscopic to atomic scales. The confined slip band, characterized by a thin glide zone, arises from the conventional process of repetitive full dislocation emissions at Frank-Read source. Contrary to the classical model, the extended band stems from slip-induced deactivation of dislocation sources, followed by consequent generation of new sources on adjacent planes, leading to rapid band thickening. Our findings provide critical insights into atomic-scale collective dislocation motion and microscopic deformation instability in advanced structural materials, marking a pivotal advancement in our fundamental understanding of deformation dynamics.

cond-mat.mtrl-sci

Elucidating Dynamic Conductive State Changes in Amorphous Lithium Lanthanum Titanate for Resistive Switching Devices

Exploration of novel resistive switching materials attracts attention to replace conventional Si-based transistors and to achieve neuromorphic computing that can surpass the limit of the current Von-Neumann computing for the time of Internet of Things (IoT). Materials priorly used to serve in batteries have demonstrated metal-insulator transitions upon an electrical biasing due to resulting compositional change. This property is desirable for future resistive switching devices. Amorphous lithium lanthanum titanate (a-LLTO) was originally developed as a solid-state electrolyte with relatively high lithium ionic conductivity and low electronic conductivity among oxide-type solid electrolytes. However, it has been suggested that electric conductivity of a-LLTO changes depending on oxygen content. In this work, the investigation of switching behavior of a-LLTO was conducted by employing a range of voltage sweep techniques, ultimately establishing a stable and optimal operating condition within the voltage window of -3.5 V to 3.5 V. This voltage range effectively balances the desirable trait of a substantial resistance change by three orders of magnitude with the imperative avoidance of LLTO decomposition. This switching behavior is also confirmed at nanodevice of Ni/LLTO/Ni through in-situ biasing inside focused-ion beam/scanning electron microscope (FIB-SEM). Experiment and computation with different LLTO composition shows that LLTO has two distinct conductivity states due to Ti reduction. The distribution of these two states is discussed using simplified binary model, implying the conductive filament growth during low resistance state. Consequently, our study deepens understanding of LLTO electronic properties and encourages the interdisciplinary application of battery materials for resistive switching devices.

physics.app-ph

Jitter Does Matter: Adapting Gaze Estimation to New Domains

Deep neural networks have demonstrated superior performance on appearance-based gaze estimation tasks. However, due to variations in person, illuminations, and background, performance degrades dramatically when applying the model to a new domain. In this paper, we discover an interesting gaze jitter phenomenon in cross-domain gaze estimation, i.e., the gaze predictions of two similar images can be severely deviated in target domain. This is closely related to cross-domain gaze estimation tasks, but surprisingly, it has not been noticed yet previously. Therefore, we innovatively propose to utilize the gaze jitter to analyze and optimize the gaze domain adaptation task. We find that the high-frequency component (HFC) is an important factor that leads to jitter. Based on this discovery, we add high-frequency components to input images using the adversarial attack and employ contrastive learning to encourage the model to obtain similar representations between original and perturbed data, which reduces the impacts of HFC. We evaluate the proposed method on four cross-domain gaze estimation tasks, and experimental results demonstrate that it significantly reduces the gaze jitter and improves the gaze estimation performance in target domains.

cs.CV

Disconnection-Mediated Twin/Twin-Junction Migration in FCC metals

We present the results of novel, time-resolved, in situ HRTEM observations, molecular dynamics (MD) simulations, and disconnection theory that elucidate the mechanism by which the motion of grain boundaries (GBs) in polycrystalline materials are coupled through disconnection motion/reactions at/adjacent to GB triple junctions (TJs). We focus on TJs composed of a pair of coherent twin boundaries (CTBs) and a Σ9 GB. As for all GBs, disconnection theory implies that multiple modes/local mechanisms for CTB migration are possible and that the mode selection is affected by the nature of the driving force for migration. While we observe (HRTEM and MD) CTB migration through the motion of pure steps driven by chemical potential jump, other experimental observations (and our simulations) show that stress-driven CTB migration occurs through the motion of disconnections with a non-zero Burgers vector; these are pure-step and twinning-partial CTB migration mechanisms. Our experimental observations and simulations demonstrate that the motion of a GB drags its delimiting TJ and may force the motion of the other GBs meeting at the TJ. Our experiments and simulations focus on two types of TJs composed of a pair of CTBs and a Σ9 GB; a 107° TJ readily migrates while a 70° TJ is immobile (experiment, simulation) in agreement with our disconnection theory even though the intrinsic mobilities of the constituent GBs do not depend on TJ-type. We also demonstrate that disconnections may be formed at TJs (chemical potential jump/stress driven) and at GB/free surface junctions (stress-driven).

cond-mat.mtrl-sci

Growth and structural transitions of core-shell nanorods in nanocrystalline Al-Ni-Y

Unique nanorod precipitates with a core-shell structure are found to nucleate from the grain boundaries of a bulk nanocrystalline Al-Ni-Y alloy fabricated via powder consolidation, contributing significantly to stabilization and strengthening. The local structure, chemistry, and evolution of these features during annealing is reported here. In the as-consolidated state, the nanorods can be either structurally ordered or disordered, yet a consistent chemical patterning is found where the core is primarily Al plus C while the shell is enriched with Y. As annealing time increases, more nanorods transform to an ordered structure as they coarsen while the core composition remains unchanged. In contrast, the shell chemistry transitions from Y-rich to Ni-rich with longer annealing treatments, most likely due to the different diffusivities of Y and Ni in Al. Moreover, a spatial and chemical correlation between the nanorods and amorphous complexions is observed, suggesting that these complexions serve as preferential nucleation sites.

cond-mat.mtrl-sci

Vulnerability of Appearance-based Gaze Estimation

Appearance-based gaze estimation has achieved significant improvement by using deep learning. However, many deep learning-based methods suffer from the vulnerability property, i.e., perturbing the raw image using noise confuses the gaze estimation models. Although the perturbed image visually looks similar to the original image, the gaze estimation models output the wrong gaze direction. In this paper, we investigate the vulnerability of appearance-based gaze estimation. To our knowledge, this is the first time that the vulnerability of gaze estimation to be found. We systematically characterized the vulnerability property from multiple aspects, the pixel-based adversarial attack, the patch-based adversarial attack and the defense strategy. Our experimental results demonstrate that the CA-Net shows superior performance against attack among the four popular appearance-based gaze estimation networks, Full-Face, Gaze-Net, CA-Net and RT-GENE. This study draws the attention of researchers in the appearance-based gaze estimation community to defense from adversarial attacks.

cs.CV

Imaging real-time amorphization of hybrid perovskite solar cells under electrical biasing

Perovskite solar cells have drawn much attention in recent years, owing to its world-record setting photovoltaic performances. Despite its promising use in tandem applications and flexible devices, its practicality is still limited by its structural instability often arising from ion migration and defect formation. While it is generally understood that ion instability is a primary cause for degradation, there is still a lack of direct evidence of structural transformation at the atomistic scale. Such an understanding is crucial to evaluate and pin-point how such instabilities are induced relative to external perturbations such as illumination or electrical bias with time, allowing researchers to devise effective strategies to mitigate them. Here, we designed an in-situ TEM setup to enable real-time observation of amorphization in double cation mixed perovskite materials under electrical biasing at 1 V. It is found that amorphization occurs along the (001) and (002) planes, which represents the observation of in-situ facet-dependent amorphization of a perovskite crystal. To reverse the degradation, the samples were heated at 50 oC and was found to recrystallize, effectively regaining its performance losses. This work is vital toward understanding fundamental ion-migration phenomena and address instability challenges of perovskite optoelectronics.

cond-mat.mtrl-sci