arXiv ScienceSearch

arXiv subjects

Kishan Gurumurthy

Publications and source records attributed to Kishan Gurumurthy.

4 recordsLinked to original sources

Geometric Function Atlas: certified computing for geometric function theory in Python

We describe geometric-function-atlas, our open-source Python package for the sharp extremal problems of geometric function theory. We organise it around a catalogue of thirty-nine Ma--Minda starlike generators. From this catalogue we compute exact Taylor coefficients, closed-form Fekete--Szeg\H{o} constants, exact coefficients of the Ma--Minda extremal function, and admissibility screens. Our verifier answers membership questions for normalised polynomials at three levels of evidence: a floating-point grid screen, an exact sufficient condition decided in rational arithmetic, and a certified interval enclosure at the worst screened point. Every answer names the level at which we obtained it. We ship a checksummed artifact snapshot with three hundred and six coefficient certificates and seven hundred and two directed inclusion radii. Eight reviewed radius lanes carry certificates whose proof chains we replay symbolically, and we re-execute every coefficient certificate through our exact Schur-parameter machinery on request. We emit all results through one versioned envelope that records the method, the evidence status, the assumptions, and the artifact identifiers. Two optional laboratories apply the same discipline to cryptographic S-box metrics and to image-quality metrics. We present our design, state as propositions what each tier establishes, follow one radius lane from screen to replayed certificate, report measured timings, and place our package among symbolic-algebra, rigorous-numerics, and mathematical-database software. We release geometric-function-atlas under the MIT licence on the Python Package Index and at https://github.com/Prasanna28Devadiga/geometric-function-atlas.

cs.MS

The Geometric Function Atlas: A Software System for Radius and Coefficient Problems

Let $\D=\{z\in\C:|z|<1\}$, and let $\mathcal A$ be the class of analytic functions normalized by $f(0)=0$ and $f'(0)=1$. For an admissible Ma--Minda generator $\varphi$, write $\Sstar{\varphi}=\{f\in\mathcal A:zf'(z)/f(z)\prec\varphi(z)\}$. Given two generators $\varphi_1$ and $\varphi_2$, we study the largest $R\in(0,1]$ for which $f(rz)/r\in\Sstar{\varphi_2}$ whenever $f\in\Sstar{\varphi_1}$ and $0<r\le R$. We present the Geometric Function Atlas, a software system that records these directed radius problems and coefficient problems by their exact generators, parameter domains, normalizations, and sharpness statements. This representation identifies the same class across alternative names and transliterations while keeping the two directions of an inclusion problem distinct. The coefficient engine recovers all 216 Fekete--Szeg\H{o} values predicted by the general Ma--Minda formula across 36 registered classes. The directed-radius atlas contains 702 ordered comparisons; omitting direction merges unequal constants in 253 of the 262 class-pair families represented in both directions. Using boundary contact, analytic majorants, and explicit Ma--Minda extremals, we prove nineteen exact sharp inclusion radii. In particular, the sine-to-modified-sigmoid radius is $\arcsin((e-1)/(e+1))$, improving the published sufficient radius $\operatorname{arsinh}((e-1)/(e+1))$ by 7.45\%. For the crescent and exponential classes, the reciprocal sharp radii are $\sin1$ and $\log(1+\sqrt2)$; the latter corrects a published constant. The Python package, exact certificates, and registry records accompany the paper.

math.CV

Reasoning-Guided Claim Normalization for Noisy Multilingual Social Media Posts

We address claim normalization for multilingual misinformation detection - transforming noisy social media posts into clear, verifiable statements across 20 languages. The key contribution demonstrates how systematic decomposition of posts using Who, What, Where, When, Why and How questions enables robust cross-lingual transfer despite training exclusively on English data. Our methodology incorporates finetuning Qwen3-14B using LoRA with the provided dataset after intra-post deduplication, token-level recall filtering for semantic alignment and retrieval-augmented few-shot learning with contextual examples during inference. Our system achieves METEOR scores ranging from 41.16 (English) to 15.21 (Marathi), securing third rank on the English leaderboard and fourth rank for Dutch and Punjabi. The approach shows 41.3% relative improvement in METEOR over baseline configurations and substantial gains over existing methods. Results demonstrate effective cross-lingual generalization for Romance and Germanic languages while maintaining semantic coherence across diverse linguistic structures.

cs.CL

Federated Spectral Graph Transformers Meet Neural Ordinary Differential Equations for Non-IID Graphs

Graph Neural Network (GNN) research is rapidly advancing due to GNNs' capacity to learn distributed representations from graph-structured data. However, centralizing large volumes of real-world graph data for GNN training is often impractical due to privacy concerns, regulatory restrictions, and commercial competition. Federated learning (FL), a distributed learning paradigm, offers a solution by preserving data privacy with collaborative model training. Despite progress in training huge vision and language models, federated learning for GNNs remains underexplored. To address this challenge, we present a novel method for federated learning on GNNs based on spectral GNNs equipped with neural ordinary differential equations (ODE) for better information capture, showing promising results across both homophilic and heterophilic graphs. Our approach effectively handles non-Independent and Identically Distributed (non-IID) data, while also achieving performance comparable to existing methods that only operate on IID data. It is designed to be privacy-preserving and bandwidth-optimized, making it suitable for real-world applications such as social network analysis, recommendation systems, and fraud detection, which often involve complex, non-IID, and heterophilic graph structures. Our results in the area of federated learning on non-IID heterophilic graphs demonstrate significant improvements, while also achieving better performance on homophilic graphs. This work highlights the potential of federated learning in diverse and challenging graph settings. Open-source code available on GitHub (https://github.com/SpringWiz11/Fed-GNODEFormer).

cs.LG