arXiv ScienceSearch

arXiv subjects

Akash Mittal

Publications and source records attributed to Akash Mittal.

4 recordsLinked to original sources

Drag and Yielding of Rotating Bodies in Yield-Stress Fluids

We investigate the settling dynamics of rotating objects in a yield stress fluid by combining controlled experiments with numerical simulations. Experiments were conducted using cylinders and spheres of varying surface roughness, rotated within a Helmholtz coil and immersed in a Carbopol based yield stress fluid. Complementary numerical simulations employed a viscoplastic Herschel Bulkley model to capture the coupled effects of sedimentation and rotation. To parameterize the problem, we define rotation rate to characterize rotation and the Bi to characterize sedimentation. Measurements of the drag coefficient show a strong dependence on both surface roughness and rotation rate. Flow visualization reveals that enhanced rotation generates a plastic deformation zone in the orthogonal plane and promotes wall slip, while at a stagnation point flow develops in the wake, gradually weakening and disappearing as rotation increases. In addition, the plastic drag coefficient decreases with increasing Bi and approaches an asymptotic plateau at high Bi. Numerical simulations reproduce the general scaling of drag with and but consistently underpredict experimental values, likely due to wall slip and nonlinear effects such as the stagnation point flow not present in the model. The onset of sedimentation (yield limit) was also measured and found to increase with increasing rotation and to depend on surface roughness. Finally, simulations highlight scaling relations for drag coefficient, providing new insight into the interplay of sedimentation, rotation, and viscoplastic rheology.

physics.flu-dyn

Semantic SQL -- Combining and optimizing semantic predicates in SQL

In recent years, the surge in unstructured data analysis, facilitated by advancements in Machine Learning (ML), has prompted diverse approaches for handling images, text documents, and videos. Analysts, leveraging ML models, can extract meaningful information from unstructured data and store it in relational databases, allowing the execution of SQL queries for further analysis. Simultaneously, vector databases have emerged, embedding unstructured data for efficient top-k queries based on textual queries. This paper introduces a novel framework SSQL - Semantic SQL that utilizes these two approaches, enabling the incorporation of semantic queries within SQL statements. Our approach extends SQL queries with dedicated keywords for specifying semantic queries alongside predicates related to ML model results and metadata. Our experimental results show that using just semantic queries fails catastrophically to answer count and spatial queries in more than 60% of the cases. Our proposed method jointly optimizes the queries containing both semantic predicates and predicates on structured tables, such as those generated by ML models or other metadata. Further, to improve the query results, we incorporated human-in-the-loop feedback to determine the optimal similarity score threshold for returning results.

cs.DB

MuTable (Music Table): Turn any surface into musical instrument

With the rise in pervasive computing solutions, interactive surfaces have gained a large popularity across multi-application domains including smart boards for education, touch-enabled kiosks for smart retail and smart mirrors for smart homes. Despite the increased popularity of such interactive surfaces, existing platforms are mostly limited to custom built surfaces with attached sensors and hardware, that are expensive and require complicated design considerations. To address this, we design a low-cost, intuitive system called MuTable that repurposes any flat surface (such as table tops) into a live musical instrument. This provides a unique, close to real-time instrument playing experience to the user to play any type of musical instrument. This is achieved by projecting the instrument's shape on any tangible surface, sensor calibration, user taps detection, tap position identification, and associated sound generation. We demonstrate the performance of our working system by reporting an accuracy of 83% for detecting softer taps, 100% accuracy for detecting the regular taps, and a precision of 95.7% for estimating hand location.

cs.HC

Learning Heuristics over Large Graphs via Deep Reinforcement Learning

There has been an increased interest in discovering heuristics for combinatorial problems on graphs through machine learning. While existing techniques have primarily focused on obtaining high-quality solutions, scalability to billion-sized graphs has not been adequately addressed. In addition, the impact of budget-constraint, which is necessary for many practical scenarios, remains to be studied. In this paper, we propose a framework called GCOMB to bridge these gaps. GCOMB trains a Graph Convolutional Network (GCN) using a novel probabilistic greedy mechanism to predict the quality of a node. To further facilitate the combinatorial nature of the problem, GCOMB utilizes a Q-learning framework, which is made efficient through importance sampling. We perform extensive experiments on real graphs to benchmark the efficiency and efficacy of GCOMB. Our results establish that GCOMB is 100 times faster and marginally better in quality than state-of-the-art algorithms for learning combinatorial algorithms. Additionally, a case-study on the practical combinatorial problem of Influence Maximization (IM) shows GCOMB is 150 times faster than the specialized IM algorithm IMM with similar quality.

cs.LG