Goto

Collaborating Authors

 ample






AMPLE: Event-Driven Accelerator for Mixed-Precision Inference of Graph Neural Networks

Gimenes, Pedro, Zhao, Yiren, Constantinides, George

arXiv.org Artificial Intelligence

Graph Neural Networks (GNNs) have recently gained attention due to their performance on non-Euclidean data. The use of custom hardware architectures proves particularly beneficial for GNNs due to their irregular memory access patterns, resulting from the sparse structure of graphs. However, existing FPGA accelerators are limited by their double buffering mechanism, which doesn't account for the irregular node distribution in typical graph datasets. To address this, we introduce \textbf{AMPLE} (Accelerated Message Passing Logic Engine), an FPGA accelerator leveraging a new event-driven programming flow. We develop a mixed-arithmetic architecture, enabling GNN inference to be quantized at a node-level granularity. Finally, prefetcher for data and instructions is implemented to optimize off-chip memory access and maximize node parallelism. Evaluation on citation and social media graph datasets ranging from $2$K to $700$K nodes showed a mean speedup of $243\times$ and $7.2\times$ against CPU and GPU counterparts, respectively.


HeteroSample: Meta-path Guided Sampling for Heterogeneous Graph Representation Learning

Liu, Ao, Chen, Jing, Du, Ruiying, Wu, Cong, Feng, Yebo, Li, Teng, Ma, Jianfeng

arXiv.org Artificial Intelligence

The rapid expansion of Internet of Things (IoT) has resulted in vast, heterogeneous graphs that capture complex interactions among devices, sensors, and systems. Efficient analysis of these graphs is critical for deriving insights in IoT scenarios such as smart cities, industrial IoT, and intelligent transportation systems. However, the scale and diversity of IoT-generated data present significant challenges, and existing methods often struggle with preserving the structural integrity and semantic richness of these complex graphs. Many current approaches fail to maintain the balance between computational efficiency and the quality of the insights generated, leading to potential loss of critical information necessary for accurate decision-making in IoT applications. We introduce HeteroSample, a novel sampling method designed to address these challenges by preserving the structural integrity, node and edge type distributions, and semantic patterns of IoT-related graphs. HeteroSample works by incorporating the novel top-leader selection, balanced neighborhood expansion, and meta-path guided sampling strategies. The key idea is to leverage the inherent heterogeneous structure and semantic relationships encoded by meta-paths to guide the sampling process. This approach ensures that the resulting subgraphs are representative of the original data while significantly reducing computational overhead. Extensive experiments demonstrate that HeteroSample outperforms state-of-the-art methods, achieving up to 15% higher F1 scores in tasks such as link prediction and node classification, while reducing runtime by 20%.These advantages make HeteroSample a transformative tool for scalable and accurate IoT applications, enabling more effective and efficient analysis of complex IoT systems, ultimately driving advancements in smart cities, industrial IoT, and beyond.


AMPLE: Emotion-Aware Multimodal Fusion Prompt Learning for Fake News Detection

Xu, Xiaoman, Li, Xiangrun, Wang, Taihang, Jiang, Ye

arXiv.org Artificial Intelligence

Detecting fake news in large datasets is challenging due to its diversity and complexity, with traditional approaches often focusing on textual features while underutilizing semantic and emotional elements. Current methods also rely heavily on large annotated datasets, limiting their effectiveness in more nuanced analysis. To address these challenges, this paper introduces Emotion-\textbf{A}ware \textbf{M}ultimodal Fusion \textbf{P}rompt \textbf{L}\textbf{E}arning (\textbf{AMPLE}) framework to address the above issue by combining text sentiment analysis with multimodal data and hybrid prompt templates. This framework extracts emotional elements from texts by leveraging sentiment analysis tools. It then employs Multi-Head Cross-Attention (MCA) mechanisms and similarity-aware fusion methods to integrate multimodal data. The proposed AMPLE framework demonstrates strong performance on two public datasets in both few-shot and data-rich settings, with results indicating the potential of emotional aspects in fake news detection. Furthermore, the study explores the impact of integrating large language models with this method for text sentiment extraction, revealing substantial room for further improvement. The code can be found at :\url{https://github.com/xxm1215/MMM2025_few-shot/


Prototypical quadruplet for few-shot class incremental learning

Palit, Sanchar, Banerjee, Biplab, Chaudhuri, Subhasis

arXiv.org Artificial Intelligence

Scarcity of data and incremental learning of new tasks pose two major bottlenecks for many modern computer vision algorithms. The phenomenon of catastrophic forgetting, i.e., the model's inability to classify previously learned data after training with new batches of data, is a major challenge. Conventional methods address catastrophic forgetting while compromising the current session's training. Generative replay-based approaches, such as generative adversarial networks (GANs), have been proposed to mitigate catastrophic forgetting, but training GANs with few samples may lead to instability. To address these challenges, we propose a novel method that improves classification robustness by identifying a better embedding space using an improved contrasting loss. Our approach retains previously acquired knowledge in the embedding space, even when trained with new classes, by updating previous session class prototypes to represent the true class mean, which is crucial for our nearest class mean classification strategy. We demonstrate the effectiveness of our method by showing that the embedding space remains intact after training the model with new classes and outperforms existing state-of-the-art algorithms in terms of accuracy across different sessions.


Electric cars could be topped up in less than 10 minutes thanks to 'battery swapping' stations

Daily Mail - Science & tech

San Francisco-based Ample announced a new battery charging technology that refuels electric vehicles from any automaker in just 10 minutes – three times faster than traditional systems. Using Modular Battery system, AI-powered robots remove the depleted battery and replace it with a fully charged unit – Ample says its batteries are like Lego-blocks that can accommodate any vehicle. Ample, started by Ex-Tesla and Google engineers, has constructed five battery swap stations in the San Francisco Bay Area, which can fit in two parking spots, specifically for Uber drivers. The technology comes as Tesla had promised deliver electric vehicle battery swapping stations in 2013, but the Elon Musk-owned company did not deliver - so the start-up moved to make it happen. 'Hopefully this is what convinces people finally that electric cars are the future,' Musk said, rallying a crowd at a splashy demo in 2013, also noting that battery of a Tesla Model S could be swapped in about 90 seconds. However, Musk said in 2015 that Tesla owners were not interested in swapping batteries and pulled the plug on pursuing a batter swapping station.


Distributed Negative Sampling for Word Embeddings

Stergiou, Stergios (Yahoo Research) | Straznickas, Zygimantas (Massachusetts Institute of Technology) | Wu, Rolina ( University of Waterloo ) | Tsioutsiouliklis, Kostas (Yahoo Research)

AAAI Conferences

Word2Vec recently popularized dense vector word representations as fixed-length features for machine learning algorithms and is in widespread use today. In this paper we investigate one of its core components, Negative Sampling, and propose efficient distributed algorithms that allow us to scale to vocabulary sizes of more than 1 billion unique words and corpus sizes of more than 1 trillion words.