SearcharxivSearch

arXiv subjects

Diba Darooneh

Publications and source records attributed to Diba Darooneh.

2 recordsLinked to original sources

Enhancing Symbolic Regression and Universal Physics-Informed Neural Networks with Dimensional Analysis

In engineering and applied mathematics, developing accurate mathematical models to predict and understand real-world phenomena is of utmost importance. Symbolic regression is a useful machine learning-based tool to fit models but it can be computationally expensive. We present a new method for enhancing symbolic regression for differential equations via dimensional analysis, specifically the Buckingham $Π$ theorem and Ipsen's method. Since symbolic regression often suffers from high computational costs and overfitting, nondimensionalizing datasets reduces the number of input variables, simplifies the search space, and ensures that derived equations are physically meaningful. As a first step, we combine dimensional analysis with the PySR symbolic regression algorithm to show that dimensional analysis improves the accuracy of recovering algebraic equations. The results demonstrate that transforming data into a dimensionless form significantly improves the training and test error of the symbolic expressions found. Then, as our main contribution, we perform nondimensionalization guided by Ipsen's method. We then incorporate the nondimensionalized equation into a pipeline combining Universal Physics-Informed Neural Networks and symbolic regression to recover the unknown term when a differential equation is only partially known. We find that symbolic regression is able to better recover the unknown term after nondimensionalizing the data, under both noisy and noiseless conditions. These findings suggest that integrating dimensional analysis with symbolic regression can significantly lower computational costs and increase accuracy, providing a robust framework for automated discovery of governing equations in complex systems when data is limited.

cs.LG

An Architecture-Led Hybrid Report on Body Language Detection Project

This report provides an architecture-led analysis of two modern vision-language models (VLMs), Qwen2.5-VL-7B-Instruct and Llama-4-Scout-17B-16E-Instruct, and explains how their architectural properties map to a practical video-to-artifact pipeline implemented in the BodyLanguageDetection repository [1]. The system samples video frames, prompts a VLM to detect visible people and generate pixel-space bounding boxes with prompt-conditioned attributes (emotion by default), validates output structure using a predefined schema, and optionally renders an annotated video. We first summarize the shared multimodal foundation (visual tokenization, Transformer attention, and instruction following), then describe each architecture at a level sufficient to justify engineering choices without speculative internals. Finally, we connect model behavior to system constraints: structured outputs can be syntactically valid while semantically incorrect, schema validation is structural (not geometric correctness), person identifiers are frame-local in the current prompting contract, and interactive single-frame analysis returns free-form text rather than schema-enforced JSON. These distinctions are critical for writing defensible claims, designing robust interfaces, and planning evaluation.

cs.CV