SearcharxivSearch

arXiv subjects

Xiaoyu Deng

Publications and source records attributed to Xiaoyu Deng.

At least 19 recordsLinked to original sources

Agentic ML Exploration (A-MLE) for Ads Ranking

Modern industrial ads ranking stacks are increasingly bottlenecked not by model capacity or training compute, but by the throughput of human ML iteration - the cycles of research, implementation, training, debugging, evaluation, and launch required to surface a single statistically significant improvement. A typical ranking stack contains numerous differentiated models with heterogeneous data, architectures, and infrastructure constraints, and each cycle takes days to weeks of senior engineer attention per model. As a result, techniques that have proven effective on one model diffuse into others slowly and unevenly, leaving substantial recoverable signal unexplored. We present Agentic ML Exploration (A-MLE), an autonomous LLM-agent system that systematically explores ML techniques across a portfolio of ads ranking models. A-MLE decomposes ML iteration into five stages involving hypothesis generation, exploration strategy, experiment execution, result analysis and shared knowledge substrate which are orchestrated by a single agent that invokes domain-specific skills and agentic workflows against a sandboxed execution layer, with human-in-the-loop checkpoints at each stage boundary. We deploy A-MLE across a representative set of large-scale ads ranking models and evaluate it along a tiered capability framework (tool availability, autonomous workflow execution, and open-ended exploration). We further report a controlled cross-LLM study using a fixed agent loop, which surfaces qualitative differences in execution reliability and exploration aggressiveness across the Claude Sonnet, Gemini, and GPT families. We discuss failure modes and the design choices that govern reliability. Our findings suggest that agentic exploration is a practical force multiplier for ML engineers in industrial recommenders, especially for the long tail of models that rarely receive expert attention.

cs.AI

MISO: Model-Internal-State-Guided Optimization for Ranking Models

Ranking models are repeatedly refined within established model families, yet the choice of which component to scale, replace, or retire is often guided by expensive trial-and-error. We present Model Internal State Optimization (MISO), a systems workflow that uses model internal states (MIS), including parameters, activations, gradients, and normalization statistics, to prioritize such local optimization decisions. MISO extracts MIS from a trained ranking model, aggregates them into ranking, alignment, and comparison signals, and converts those signals into a small set of interpretable candidate edits. Because MIS are re-extracted after each retraining cycle, MISO naturally supports an adaptive optimization workflow that tracks evolving model behavior as data distributions and system requirements shift over time. In an ads ranking case study, MISO improves normalized entropy while requiring substantially fewer validation runs than expert-driven and black-box scaling workflows, offering a practical middle ground between manual tuning and opaque automated search.

cs.IR

V-CORE: Temporally Consistent Video Understanding for Video-LLM

Recent Video Large Language Models (Video-LLMs) have shown strong multimodal reasoning capabilities, yet remain challenged by video understanding tasks that require consistent temporal ordering and causal coherence. Many parameter-efficient Video-LLMs rely on unconstrained bidirectional projectors to model inter-frame interactions, which can blur temporal ordering by allowing later frames to influence earlier representations, without explicit architectural mechanisms to respect the directional nature of video reasoning. To address this limitation, we propose V-CORE, a parameter-efficient framework that introduces explicit temporal ordering constraints for video understanding. V-CORE consists of two key components: (1) Learnable Spatial Aggregation (LSA), which adaptively selects salient spatial tokens to reduce redundancy, and (2) a Causality-Aware Temporal Projector (CATP), which enforces structured unidirectional information flow via block-causal attention and a terminal dynamic summary token acting as a causal sink. This design preserves intra-frame spatial interactions while ensuring that temporal information is aggregated in a strictly ordered manner. With 4-bit QLoRA and a frozen LLM backbone, V-CORE can be trained efficiently on a single consumer GPU. Experiments show that V-CORE achieves strong performance on the challenging NExT-QA benchmark, reaching 61.2% accuracy, and remains competitive across MSVD-QA, MSRVTT-QA, and TGIF-QA, with gains concentrated in temporal and causal reasoning subcategories (+3.5% and +5.2% respectively), directly validating the importance of explicit temporal ordering constraints.

cs.CV

Optimizing Automated Picking Systems in Warehouse Robots Using Machine Learning

With the rapid growth of global e-commerce, the demand for automation in the logistics industry is increasing. This study focuses on automated picking systems in warehouses, utilizing deep learning and reinforcement learning technologies to enhance picking efficiency and accuracy while reducing system failure rates. Through empirical analysis, we demonstrate the effectiveness of these technologies in improving robot picking performance and adaptability to complex environments. The results show that the integrated machine learning model significantly outperforms traditional methods, effectively addressing the challenges of peak order processing, reducing operational errors, and improving overall logistics efficiency. Additionally, by analyzing environmental factors, this study further optimizes system design to ensure efficient and stable operation under variable conditions. This research not only provides innovative solutions for logistics automation but also offers a theoretical and empirical foundation for future technological development and application.

cs.RO

LP-DETR: Layer-wise Progressive Relations for Object Detection

This paper presents LP-DETR (Layer-wise Progressive DETR), a novel approach that enhances DETR-based object detection through multi-scale relation modeling. Our method introduces learnable spatial relationships between object queries through a relation-aware self-attention mechanism, which adaptively learns to balance different scales of relations (local, medium and global) across decoder layers. This progressive design enables the model to effectively capture evolving spatial dependencies throughout the detection pipeline. Extensive experiments on COCO 2017 dataset demonstrate that our method improves both convergence speed and detection accuracy compared to standard self-attention module. The proposed method achieves competitive results, reaching 52.3\% AP with 12 epochs and 52.5\% AP with 24 epochs using ResNet-50 backbone, and further improving to 58.0\% AP with Swin-L backbone. Furthermore, our analysis reveals an interesting pattern: the model naturally learns to prioritize local spatial relations in early decoder layers while gradually shifting attention to broader contexts in deeper layers, providing valuable insights for future research in object detection.

cs.CV

ChallengeMe: An Adversarial Learning-enabled Text Summarization Framework

The astonishing performance of large language models (LLMs) and their remarkable achievements in production and daily life have led to their widespread application in collaborative tasks. However, current large models face challenges such as hallucination and lack of specificity in content generation in vertical domain tasks. Inspired by the contrast and classification mechanisms in human cognitive processes, this paper constructs an adversarial learning-based prompt framework named ChallengeMe, which includes three cascaded solutions: generation prompts, evaluation prompts, and feedback optimization. In this process, we designed seven core optimization dimensions and set the threshold for adversarial learning. The results of mixed case studies on the text summarization task show that the proposed framework can generate more accurate and fluent text summaries compared to the current advanced mainstream LLMs.

cs.CL

A New Perspective on Privacy Protection in Federated Learning with Granular-Ball Computing

Federated Learning (FL) facilitates collaborative model training while prioritizing privacy by avoiding direct data sharing. However, most existing articles attempt to address challenges within the model's internal parameters and corresponding outputs, while neglecting to solve them at the input level. To address this gap, we propose a novel framework called Granular-Ball Federated Learning (GrBFL) for image classification. GrBFL diverges from traditional methods that rely on the finest-grained input data. Instead, it segments images into multiple regions with optimal coarse granularity, which are then reconstructed into a graph structure. We designed a two-dimensional binary search segmentation algorithm based on variance constraints for GrBFL, which effectively removes redundant information while preserving key representative features. Extensive theoretical analysis and experiments demonstrate that GrBFL not only safeguards privacy and enhances efficiency but also maintains robust utility, consistently outperforming other state-of-the-art FL methods. The code is available at https://github.com/AIGNLAI/GrBFL.

cs.LG

CoVis: A Collaborative Framework for Fine-grained Graphic Visual Understanding

Graphic visual content helps in promoting information communication and inspiration divergence. However, the interpretation of visual content currently relies mainly on humans' personal knowledge background, thereby affecting the quality and efficiency of information acquisition and understanding. To improve the quality and efficiency of visual information transmission and avoid the limitation of the observer due to the information cocoon, we propose CoVis, a collaborative framework for fine-grained visual understanding. By designing and implementing a cascaded dual-layer segmentation network coupled with a large-language-model (LLM) based content generator, the framework extracts as much knowledge as possible from an image. Then, it generates visual analytics for images, assisting observers in comprehending imagery from a more holistic perspective. Quantitative experiments and qualitative experiments based on 32 human participants indicate that the CoVis has better performance than current methods in feature extraction and can generate more comprehensive and detailed visual descriptions than current general-purpose large models.

cs.CV

Combating Uncertainty and Class Imbalance in Facial Expression Recognition

Recognition of facial expression is a challenge when it comes to computer vision. The primary reasons are class imbalance due to data collection and uncertainty due to inherent noise such as fuzzy facial expressions and inconsistent labels. However, current research has focused either on the problem of class imbalance or on the problem of uncertainty, ignoring the intersection of how to address these two problems. Therefore, in this paper, we propose a framework based on Resnet and Attention to solve the above problems. We design weight for each class. Through the penalty mechanism, our model will pay more attention to the learning of small samples during training, and the resulting decrease in model accuracy can be improved by a Convolutional Block Attention Module (CBAM). Meanwhile, our backbone network will also learn an uncertain feature for each sample. By mixing uncertain features between samples, the model can better learn those features that can be used for classification, thus suppressing uncertainty. Experiments show that our method surpasses most basic methods in terms of accuracy on facial expression data sets (e.g., AffectNet, RAF-DB), and it also solves the problem of class imbalance well.

cs.CV

Signatures of Mottness and Hundness in archetypal correlated metals

Physical properties of multi-orbital materials depend not only on the strength of the effective interactions among the valence electrons but also on their type. Strong correlations are caused by either Mott physics that captures the Coulomb repulsion among charges, or Hund physics that aligns the spins in different orbitals. We identify four energy scales marking the onset and the completion of screening in orbital and spin channels. The differences in these scales, which are manifest in the temperature dependence of the local spectrum and of the charge, spin and orbital susceptibilities, provide clear signatures distinguishing Mott and Hund physics. We illustrate these concepts with realistic studies of two archetypal strongly correlated materials, and corroborate the generality of our conclusions with a model Hamiltonian study.

cond-mat.str-el

Significant change in the electronic behavior associated with structural distortions in the single crystalline SrAg4As2

We report a combined study of transport and thermodynamic measurements on the layered pnictide material SrAg4As2. Upon cooling, a drop in electrical and Hall resistivity, a jump in heat capacity and an increase in susceptibility and magnetoresistance (MR) are observed around 110 K. These observations suggest that non-magnetic phase transitions emerge at around 110 K, that are likely associated with structural distortions. In sharp contrast with the first-principles calculations based on the crystal structure at room temperature, quantum oscillations reveal small Fermi pockets with light effective masses, suggesting a significant change in the Fermi surface topology caused by the low temperature structural distortion. No superconductivity emerges in SrAg$_4$As$_2$ down to 2 K and under pressures up to 2.13 GPa; instead, the low temperature structural distortion increases linearly with temperature at a rate of ~13 K/GPa above 0.89 GPa.

cond-mat.str-el

Uncovering the Origin of Divergence in the CsM(CrO$_4$)$_2$ (M = La, Pr, Nd, Sm, Eu; Am) Family through Examination of the Chemical Bonding in a Molecular Cluster and by Band Structure Analysis

A series of f-block chromates, CsM(CrO$_4$)$_2$ (M = La, Pr, Nd, Sm, Eu; Am), were prepared revealing notable differences between the AmIII derivatives and their lanthanide analogs. While all compounds form similar layered structures, the americium compound exhibits polymorphism and adopts both a structure isomorphous with the early lanthanides as well as one that possesses lower symmetry. Both polymorphs are dark red and possess band gaps that are smaller than the LnIII compounds. In order to probe the origin of these differences, the electronic structure of $α$-CsSm(CrO$_4$)$_2$, $α$-CsEu(CrO$_4$)$_2$ and $α$-CsAm(CrO$_4$)$_2$ were studied using both a molecular cluster approach featuring hybrid density functional theory and QTAIM analysis, and by the periodic LDA+GA and LDA+DMFT methods. Notably, the covalent contributions to bonding by the f orbitals was found to be more than twice as large in the AmIII chromate than in the SmIII and EuIII compounds, and even larger in magnitude than the Am-5f spin-orbit splitting in this system. Our analysis indicates also that the Am-O covalency in $α$-CsAm(CrO$_4$)$_2$ is driven by the degeneracy of the 5f and 2p orbitals, and not by orbital overlap.

cond-mat.str-el

Magneto-transport properties of the "hydrogen atom" nodal-line semimetal candidates CaTX (T=Ag, Cd, X=As, Ge)

Topological semimetals are characterized by protected crossings between conduction and valence bands. These materials have recently attracted significant interest because of the deep connections to high-energy physics, the novel topological surface states, and the unusual transport phenomena. While Dirac and Weyl semimetals have been extensively studied, the nodal-line semimetal remains largely unexplored due to the lack of an ideal material platform. In this paper, we report the magneto-transport properties of two nodal-line semimetal candidates CaAgAs and CaCdGe. First, our single crystalline CaAgAs supports the first "hydrogen atom" nodal-line semimetal, where only the topological nodal-line is present at the Fermi level. Second, our CaCdGe sample provides an ideal platform to perform comparative studies because it features the same topological nodal line but has a more complicated Fermiology with irrelevant Fermi pockets. As a result, the magnetoresistance of our CaCdGe sample is more than 100 times larger than that of CaAgAs. Through our systematic magneto-transport and first-principles band structure calculations, we show that our CaTX compounds can be used to study, isolate, and control the novel topological nodal-line physics in real materials.

cond-mat.str-el

Slave Boson Theory of Orbital Differentiation with Crystal Field Effects: Application to UO$_2$

We derive an exact operatorial reformulation of the rotational invariant slave boson method and we apply it to describe the orbital differentiation in strongly correlated electron systems starting from first principles. The approach enables us to treat strong electron correlations, spin-orbit coupling and crystal field splittings on the same footing by exploiting the gauge invariance of the mean-field equations. We apply our theory to the archetypical nuclear fuel UO$_2$, and show that the ground state of this system displays a pronounced orbital differention within the $5f$ manifold, with Mott localized $Γ_8$ and extended $Γ_7$ electrons.

cond-mat.str-el

Superconducting Order from Disorder in 2H-TaSe$_{2-x}$S$_{x}$ (0$\leq$x$\leq$2)

We report on the emergence of robust superconducting order in single crystal alloys of 2H-TaSe$_{2-x}$S$_{x}$ (0$\leq$x$\leq$2) . The critical temperature of the alloy is surprisingly higher than that of the two end compounds TaSe$_{2}$ and TaS$_{2}$. The evolution of superconducting critical temperature T$_{c} (x)$ correlates with the full width at half maximum of the Bragg peaks and with the linear term of the high temperature resistivity. The conductivity of the crystals near the middle of the alloy series is higher or similar than that of either one of the end members 2H-TaSe$_{2}$ and/or 2H-TaS$_{2}$. It is known that in these materials superconductivity (SC) is in close competition with charge density wave (CDW) order. We interpret our experimental findings in a picture where disorder tilts this balance in favor of superconductivity by destroying the CDW order.

cond-mat.supr-con

TRIQS/DFTTools: A TRIQS application for ab initio calculations of correlated materials

We present the TRIQS/DFTTools package, an application based on the TRIQS library that connects this toolbox to realistic materials calculations based on density functional theory (DFT). In particular, TRIQS/DFTTools together with TRIQS allows an efficient implementation of DFT plus dynamical mean-field theory (DMFT) calculations. It supplies tools and methods to construct Wannier functions and to perform the DMFT self-consistency cycle in this basis set. Post-processing tools, such as band-structure plotting or the calculation of transport properties are also implemented. The package comes with a fully charge self-consistent interface to the Wien2k band structure code, as well as a generic interface that allows to use TRIQS/DFTTools together with a large variety of DFT codes. It is distributed under the GNU General Public License (GPLv3).

cond-mat.str-el

Fermi surface topology and negative longitudinal magnetoresistance observed in centrosymmetric NbAs2 semimetal

We report transverse and longitudinal magneto-transport properties of NbAs2 single crystals. Attributing to the electron-hole compensation, non-saturating large transverse magnetoresistance reaches up to 8000 at 9 T at 1.8 K with mobility around 1 to 2 m^2V^-1S^-1. We present a thorough study of angular-dependent Shubnikov-de Haas (SdH) quantum oscillations of NbAs2. Three distinct oscillation frequencies are identified. First-principles calculations reveal four types of Fermi pockets: electron alpha pocket, hole beta pocket, hole gamma pocket and small electron delta pocket. Although the angular dependence of alpha, beta and delta agree well with the SdH data, it is unclear why the gamma pocket is missing in SdH. Negative longitudinal magnetoresistance is observed which may be linked to novel topological states in this material, although systematic study is necessary to ascertain its origin.

cond-mat.str-el