Skip to main content

Showing 1–14 of 14 results for author: Aghdai, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2505.02741  [pdf, other

    cs.SI math.NA

    dyGRASS: Dynamic Spectral Graph Sparsification via Localized Random Walks on GPUs

    Authors: Yihang Yuan, Ali Aghdaei, Zhuo Feng

    Abstract: This work presents dyGRASS, an efficient dynamic algorithm for spectral sparsification of large undirected graphs that undergo streaming edge insertions and deletions. At its core, dyGRASS employs a random-walk-based method to efficiently estimate node-to-node distances in both the original graph (for decremental update) and its sparsifier (for incremental update). For incremental updates, dyGRASS… ▽ More

    Submitted 6 May, 2025; v1 submitted 5 May, 2025; originally announced May 2025.

  2. arXiv:2503.21840  [pdf

    eess.IV cs.CV

    Vision Language Models versus Machine Learning Models Performance on Polyp Detection and Classification in Colonoscopy Images

    Authors: Mohammad Amin Khalafi, Seyed Amir Ahmad Safavi-Naini, Ameneh Salehi, Nariman Naderi, Dorsa Alijanzadeh, Pardis Ketabi Moghadam, Kaveh Kavosi, Negar Golestani, Shabnam Shahrokh, Soltanali Fallah, Jamil S Samaan, Nicholas P. Tatonetti, Nicholas Hoerter, Girish Nadkarni, Hamid Asadzadeh Aghdaei, Ali Soroush

    Abstract: Introduction: This study provides a comprehensive performance assessment of vision-language models (VLMs) against established convolutional neural networks (CNNs) and classic machine learning models (CMLs) for computer-aided detection (CADe) and computer-aided diagnosis (CADx) of colonoscopy polyp images. Method: We analyzed 2,258 colonoscopy images with corresponding pathology reports from 428 pa… ▽ More

    Submitted 27 March, 2025; originally announced March 2025.

    Comments: Code is available at: https://github.com/aminkhalafi/CML-vs-LLM-on-Polyp-Detection. CoI: AlSo serves on the advisory board and holds equity in Virgo Surgical Solutions. The other authors declare no conflicts of interest. Data

    MSC Class: 92C50; 68T50 ACM Class: J.3

  3. arXiv:2410.10875  [pdf, ps, other

    cs.SI cs.LG

    SHyPar: A Spectral Coarsening Approach to Hypergraph Partitioning

    Authors: Hamed Sajadinia, Ali Aghdaei, Zhuo Feng

    Abstract: State-of-the-art hypergraph partitioners utilize a multilevel paradigm to construct progressively coarser hypergraphs across multiple layers, guiding cut refinements at each level of the hierarchy. Traditionally, these partitioners employ heuristic methods for coarsening and do not consider the structural features of hypergraphs. In this work, we introduce a multilevel spectral framework, SHyPar,… ▽ More

    Submitted 6 July, 2025; v1 submitted 8 October, 2024; originally announced October 2024.

    Comments: 13 pages, 10 figures, 6 tables

  4. arXiv:2407.07358  [pdf, other

    cs.LG

    SGM-PINN: Sampling Graphical Models for Faster Training of Physics-Informed Neural Networks

    Authors: John Anticev, Ali Aghdaei, Wuxinlin Cheng, Zhuo Feng

    Abstract: SGM-PINN is a graph-based importance sampling framework to improve the training efficacy of Physics-Informed Neural Networks (PINNs) on parameterized problems. By applying a graph decomposition scheme to an undirected Probabilistic Graphical Model (PGM) built from the training dataset, our method generates node clusters encoding conditional dependence between training samples. Biasing sampling tow… ▽ More

    Submitted 10 July, 2024; originally announced July 2024.

  5. arXiv:2406.10500  [pdf, other

    cs.LG cs.SI

    Geodesic Distance Between Graphs: A Spectral Metric for Assessing the Stability of Graph Neural Networks

    Authors: Soumen Sikder Shuvo, Ali Aghdaei, Zhuo Feng

    Abstract: This paper presents a spectral framework for assessing the generalization and stability of Graph Neural Networks (GNNs) by introducing a Graph Geodesic Distance (GGD) metric. For two different graphs with the same number of nodes, our framework leverages a spectral graph matching procedure to find node correspondence so that the geodesic distance between them can be subsequently computed by solvin… ▽ More

    Submitted 4 October, 2024; v1 submitted 15 June, 2024; originally announced June 2024.

  6. arXiv:2402.16990  [pdf, other

    cs.DS cs.LG cs.SI

    inGRASS: Incremental Graph Spectral Sparsification via Low-Resistance-Diameter Decomposition

    Authors: Ali Aghdaei, Zhuo Feng

    Abstract: This work presents inGRASS, a novel algorithm designed for incremental spectral sparsification of large undirected graphs. The proposed inGRASS algorithm is highly scalable and parallel-friendly, having a nearly-linear time complexity for the setup phase and the ability to update the spectral sparsifier in $O(\log N)$ time for each incremental change made to the original graph with $N$ nodes. A ke… ▽ More

    Submitted 5 September, 2024; v1 submitted 26 February, 2024; originally announced February 2024.

    Comments: Accepted on DAC 2024

  7. arXiv:2402.08653  [pdf, other

    cs.LG cs.AI

    SAGMAN: Stability Analysis of Graph Neural Networks on the Manifolds

    Authors: Wuxinlin Cheng, Chenhui Deng, Ali Aghdaei, Zhiru Zhang, Zhuo Feng

    Abstract: Modern graph neural networks (GNNs) can be sensitive to changes in the input graph structure and node features, potentially resulting in unpredictable behavior and degraded performance. In this work, we introduce a spectral framework known as SAGMAN for examining the stability of GNNs. This framework assesses the distance distortions that arise from the nonlinear mappings of GNNs between the input… ▽ More

    Submitted 9 October, 2024; v1 submitted 13 February, 2024; originally announced February 2024.

  8. arXiv:2210.14813  [pdf, other

    cs.LG

    HyperEF: Spectral Hypergraph Coarsening by Effective-Resistance Clustering

    Authors: Ali Aghdaei, Zhuo Feng

    Abstract: This paper introduces a scalable algorithmic framework (HyperEF) for spectral coarsening (decomposition) of large-scale hypergraphs by exploiting hyperedge effective resistances. Motivated by the latest theoretical framework for low-resistance-diameter decomposition of simple graphs, HyperEF aims at decomposing large hypergraphs into multiple node clusters with only a few inter-cluster hyperedges.… ▽ More

    Submitted 3 December, 2022; v1 submitted 26 October, 2022; originally announced October 2022.

    Comments: Accepted on ICCAD 2022

  9. arXiv:2108.07901  [pdf, other

    cs.LG

    HyperSF: Spectral Hypergraph Coarsening via Flow-based Local Clustering

    Authors: Ali Aghdaei, Zhiqiang Zhao, Zhuo Feng

    Abstract: Hypergraphs allow modeling problems with multi-way high-order relationships. However, the computational cost of most existing hypergraph-based algorithms can be heavily dependent upon the input hypergraph sizes. To address the ever-increasing computational challenges, graph coarsening can be potentially applied for preprocessing a given hypergraph by aggressively aggregating its vertices (nodes).… ▽ More

    Submitted 21 December, 2021; v1 submitted 17 August, 2021; originally announced August 2021.

    Comments: Accepted by ICCAD 2021

  10. arXiv:1906.06388  [pdf, other

    cs.NI

    Intelligent Anomaly Detection and Mitigation in Data Centers

    Authors: Ashkan Aghdai, Kang Xi, H. Jonathan Chao

    Abstract: Data centers play a key role in today's Internet. Cloud applications are mainly hosted on multi-tenant warehouse-scale data centers. Anomalies pose a serious threat to data centers' operations. If not controlled properly, a simple anomaly can spread throughout the data center, resulting in a cascading failure. Amazon AWS had been affected by such incidents recently. Although some solutions are pro… ▽ More

    Submitted 14 June, 2019; originally announced June 2019.

  11. arXiv:1905.05258  [pdf, other

    cs.NI

    Enabling Mobility in LTE-Compatible Mobile-edge Computing with Programmable Switches

    Authors: Ashkan Aghdai, Yang Xu, Mark Huang, David H. Dai, H. Jonathan Chao

    Abstract: Network softwarization triggered a new wave of innovation in modern network design. The next generation of mobile networks embraces this trend. Mobile-edge computing (MEC) is a key part of emerging mobile networks that enables ultra-low latency mission-critical application such as vehicle-to vehicle communication. MEC aims at bringing delay-sensitive applications closer to the radio access network… ▽ More

    Submitted 13 May, 2019; originally announced May 2019.

  12. In-network Congestion-aware Load Balancing at Transport Layer

    Authors: Ashkan Aghdai, Michael I. -C. Wang, Yang Xu, Charles H. -P. Wen, H. Jonathan Chao

    Abstract: Load balancing at transport layer is an important function in data centers, content delivery networks, and mobile networks, where per-connection consistency (PCC) has to be met for optimal performance. Cloud-native L4 load balancers are commonly deployed as virtual network functions (VNFs) and are a critical forwarding element in modern cloud infrastructure. We identify load imbalance among servic… ▽ More

    Submitted 13 June, 2019; v1 submitted 23 November, 2018; originally announced November 2018.

  13. arXiv:1806.08455  [pdf, other

    cs.NI

    Spotlight: Scalable Transport Layer Load Balancing for Data Center Networks

    Authors: Ashkan Aghdai, Cing-Yu Chu, Yang Xu, David H. Dai, Jun Xu, H. Jonathan Chao

    Abstract: Load Balancing plays a vital role in modern data centers to distribute traffic among instances of network functions or services. State-of-the-art load balancers such as Silkroad dispatch traffic obliviously without considering the real-time utilization of service instances and therefore can lead to uneven load distribution and suboptimal performance. In this paper, we design and implement Spotli… ▽ More

    Submitted 23 February, 2019; v1 submitted 21 June, 2018; originally announced June 2018.

  14. Design of a Hybrid Modular Switch

    Authors: Ashkan Aghdai, Yang Xu, H. Jonathan Chao

    Abstract: Network Function Virtualization (NFV) shed new light for the design, deployment, and management of cloud networks. Many network functions such as firewalls, load balancers, and intrusion detection systems can be virtualized by servers. However, network operators often have to sacrifice programmability in order to achieve high throughput, especially at networks' edge where complex network functions… ▽ More

    Submitted 28 May, 2017; originally announced May 2017.