Search Results Heading

MBRLSearchResults

mbrl.module.common.modules.added.book.to.shelf
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
    Done
    Filters
    Reset
  • Discipline
      Discipline
      Clear All
      Discipline
  • Is Peer Reviewed
      Is Peer Reviewed
      Clear All
      Is Peer Reviewed
  • Item Type
      Item Type
      Clear All
      Item Type
  • Subject
      Subject
      Clear All
      Subject
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
4 result(s) for "Zhu, Liangxuan"
Sort by:
Neural partially linear additive model
Interpretability has drawn increasing attention in machine learning. Most works focus on post-hoc explanations rather than building a self-explaining model. So, we propose a Neural Partially Linear Additive Model (NPLAM), which automatically distinguishes insignificant, linear, and nonlinear features in neural networks. On the one hand, neural network construction fits data better than spline function under the same parameter amount; on the other hand, learnable gate design and sparsity regular-term maintain the ability of feature selection and structure discovery. We theoretically establish the generalization error bounds of the proposed method with Rademacher complexity. Experiments based on both simulations and real-world datasets verify its good performance and interpretability.
Microstructure Evolution and Corresponding Shear Strength of Incoloy 825/Carbon Steel Bimetal Prepared by Diffusion Bonding
The present research utilized diffusion bonding to create a metallurgically bonded Incoloy 825/carbon steel bimetal. The interfacial bonding behavior of bimetals was investigated using a variety of heat treatment technologies. The interfacial bonding shear strength increased initially and then decreased with increasing tempering time, reaching a maximum at 45 minutes. The cohesion strength was attributed to the diffusion distance and diffusion gradient of chromium in terms of interfacial diffusion behavior. The precipitation behavior of carbides and their associated cohesion strength were observed as a function of tempering time using an image-based analysis technique. The uniform diameter, area, and sphericity of the carbides resulted in a high cohesion strength. Additionally, a nanoindentation technique was used to characterize the interfacial cohesion behavior, taking into account dislocation multiplication and localized mechanical behavior during deformation. The critical shear strength of dissimilar metals near the bimetal interface reaches its maximum and the geometrically necessary dislocation (GN(D) densities remain constant after 45 minutes of tempering, indicating that a high interfacial bonded shear strength may be attributed to localized compatible deformation of dissimilar metals near the bimetal interface.
Robust variable structure discovery based on tilted empirical risk minimization
Robust group lasso regression plays an important role in high-dimensional regression modeling such as biological data analysis for disease diagnosis and gene expression. However, most existing methods are optimized with prior variable structure knowledge under the traditional empirical risk minimization (ERM) framework, in which the estimators are excessively dependent on prior structure information and sensitive to outliers. To address this issue, we propose a new robust variable structure discovery method for group lasso based on a convergent bilevel optimization framework. In this paper, we adopt tilted empirical risk minimization (TERM) as the target function to improve the robustness of the estimator by assigning less weight to the outliers. Moreover, we modify the TERM objective function to calculate its Fenchel conjugate while maintaining its robust property, which is proven theoretically and empirically. Experimental results on both synthetic and real-world datasets show that the proposed method can improve the robust performance on prediction and variable structure discovery compared to the existing techniques.
Agentic Lybic: Multi-Agent Execution System with Tiered Reasoning and Orchestration
Autonomous agents for desktop automation struggle with complex multi-step tasks due to poor coordination and inadequate quality control. We introduce Agentic Lybic, a novel multi-agent system where the entire architecture operates as a finite-state machine (FSM). This core innovation enables dynamic orchestration. Our system comprises four components: a Controller, a Manager, three Workers (Technician for code-based operations, Operator for GUI interactions, and Analyst for decision support), and an Evaluator. The critical mechanism is the FSM-based routing between these components, which provides flexibility and generalization by dynamically selecting the optimal execution strategy for each subtask. This principled orchestration, combined with robust quality gating, enables adaptive replanning and error recovery. Evaluated officially on the OSWorld benchmark, Agentic Lybic achieves a state-of-the-art 57.07% success rate in 50 steps, substantially outperforming existing methods. Results demonstrate that principled multi-agent orchestration with continuous quality control provides superior reliability for generalized desktop automation in complex computing environments.