paper-with-me

Papers

JaxDecompiler: Redefining Gradient-Informed Software Design

2024-03-14 · Pierrick Pochelu

Among numerical libraries capable of computing gradient descent optimization, JAX stands out by offering more features, accelerated by an intermediate representation known as Jaxpr language. However, editing the Jaxpr code is not directly possible. This article introduces JaxDecompiler, a tool that transforms any JAX function into an editable Python code, especially useful for editing the JAX function generated by the gradient function. JaxDecompiler simplifies the processes of reverse engineering, understanding, customizing, and interoperability of software developed by JAX. We highlight its capabilities, emphasize its practical applications especially in deep learning and more generally gradient-informed software, and demonstrate that the decompiled code speed performance is similar to the original.

📄 PDF Abstract BibTeX arXiv:2403.10571

Code (1)

pierrickpochelu/jaxdecompiler 공식 구현 jax

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Transport-Embedded Neural Architecture: Redefining the Landscape of physics aware neural models in fluid mechanics

2024-10-05 · Amirmahdi Jafari

This work introduces a new neural model which follows the transport equation by design. A physical problem, the Taylor-Green vortex, defined on a bi-periodic domain, is used as a benchmark to evaluate the performance of …

Redefining Developer Assistance: Through Large Language Models in Software Ecosystem

2023-12-09 · Somnath Banerjee, Avik Dutta, Sayan Layek, Amruit Sahoo 외

In this paper, we delve into the advancement of domain-specific Large Language Models (LLMs) with a focus on their application in software development. We introduce DevAssistLlama, a model developed through instruction t…

Link Predictionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Physics-informed Neural-Network Software for Molecular Dynamics Applications

2020-11-06 · Taufeq Mohammed Razakh, Beibei Wang, Shane Jackson, Rajiv K. Kalia 외

We have developed a novel differential equation solver software called PND based on the physics-informed neural network for molecular dynamics simulators. Based on automatic differentiation technique provided by Pytorch,…

LLMs: A Game-Changer for Software Engineers?

2024-11-01 · Md Asraful Haque

Large Language Models (LLMs) like GPT-3 and GPT-4 have emerged as groundbreaking innovations with capabilities that extend far beyond traditional AI applications. These sophisticated models, trained on massive datasets, …

Improving LLM Reasoning for Vulnerability Detection via Group Relative Policy Optimization

2025-07-03 · Marco Simoni, Aleksandar Fontana, Giulio Rossolini, Andrea Saracino arxiv

Improving and understanding the training dynamics and reasoning of Large Language Models (LLMs) has become essential for their deployment in AI-based security tools, such as software vulnerability detection. In this work…

Vulnerability Detection