← Search

Ali Jannesari

7 accepted papers

2026

GraphPerf-RT: Graph-Driven Performance Modeling with Calibrated Uncertainty for OpenMP Scheduling on Heterogeneous Embedded SoCs

IJCAI 2026

Autonomous AI agents on embedded platforms require real-time, risk-aware scheduling under resource and thermal constraints. Classical heuristics struggle with workload irregularity, tabular regressors discard structural information, and model-free reinforcement learning (RL) risks overheating. We in

Cited by 0Scholar
2025

AutoParLLM: GNN-guided Context Generation for Zero-Shot Code Parallelization using LLMs

NAACL 2025long

In-Context Learning (ICL) has been shown to be a powerful technique to augment the capabilities of LLMs for a diverse range of tasks. This work proposes AutoParLLM, a novel way to generate context using guidance from graph neural networks (GNNs) to generate efficient parallel codes. We evaluate Auto…

2024

CodeRosetta: Pushing the Boundaries of Unsupervised Code Translation for Parallel Programming

NeurIPS 2024poster

Automatic translation of programming languages has garnered renewed interest, driven by recent advancements in large language models (LLMs). Encoder-decoder transformer models, in particular, have shown promise in translating between different programming languages. However, translating between a la…

Cited by 1SourcePDFScholar
2024

Federated Foundation Models: Privacy-Preserving and Collaborative Learning for Large Models

COLING 2024main

Foundation Models (FMs), such as LLaMA, BERT, GPT, ViT, and CLIP, have demonstrated remarkable success in a wide range of applications, driven by their ability to leverage vast amounts of data for pre-training. However, optimizing FMs often requires access to sensitive data, raising privacy concerns…

Cited by 59SourcePDFScholar
2023

PERFOGRAPH: A Numerical Aware Program Graph Representation for Performance Optimization and Program Analysis

NeurIPS 2023poster

The remarkable growth and significant success of machine learning have expanded its applications into programming languages and program analysis. However, a key challenge in adopting the latest machine learning methods is the representation of programming languages which has a direct impact on the a…

Cited by 9SourcePDFScholar
2022

Topology-Aware Network Pruning using Multi-stage Graph Embedding and Reinforcement Learning

ICML 2022oral

Model compression is an essential technique for deploying deep neural networks (DNNs) on power and memory-constrained resources. However, existing model-compression methods often rely on human expertise and focus on parameters’ local importance, ignoring the rich topology information within DNNs. In…