← Search

Hasan Abed Al Kader Hammoud

8 accepted papers

2024

Model Merging and Safety Alignment: One Bad Model Spoils the Bunch

EMNLP 2024finding

Merging Large Language Models (LLMs) is a cost-effective technique for combining multiple expert LLMs into a single versatile model, retaining the expertise of the original ones. However, current approaches often overlook the importance of safety alignment during merging, leading to highly misaligne…

2024

Towards Interpretable Deep Local Learning with Successive Gradient Reconciliation

ICML 2024poster

Relieving the reliance of neural network training on a global back-propagation (BP) has emerged as a notable research topic due to the biological implausibility and huge memory consumption caused by BP. Among the existing solutions, local learning optimizes gradient-isolated modules of a neural netw…

Cited by 1SourcePDFScholar
2023

CAMEL: Communicative Agents for "Mind" Exploration of Large Language Model Society

NeurIPS 2023poster

The rapid advancement of chat-based language models has led to remarkable progress in complex task-solving. However, their success heavily relies on human input to guide the conversation, which can be challenging and time-consuming. This paper explores the potential of building scalable techniques t…

2023

Computationally Budgeted Continual Learning: What Does Matter?

CVPR 2023poster

Continual Learning (CL) aims to sequentially train models on streams of incoming data that vary in distribution by preserving previous knowledge while adapting to new data. Current CL literature focuses on restricted access to previously seen data, while imposing no constraints on the computational…

2023

Rapid Adaptation in Online Continual Learning: Are We Evaluating It Right?

ICCV 2023poster

We revisit the common practice of evaluating adaptation of Online Continual Learning (OCL) algorithms through the metric of online accuracy, which measures the accuracy of the model on the immediate next few samples. However, we show that this metric is unreliable, as even vacuous blind classifiers,…

Cited by 0PDFcodeScholar
2023

Real-Time Evaluation in Online Continual Learning: A New Hope

CVPR 2023highlight

Current evaluations of Continual Learning (CL) methods typically assume that there is no constraint on training time and computation. This is an unrealistic assumption for any real-world setting, which motivates us to propose: a practical real-time evaluation of continual learning, in which the stre…

2022

PointNeXt: Revisiting PointNet++ with Improved Training and Scaling Strategies

NeurIPS 2022accept

PointNet++ is one of the most influential neural architectures for point cloud understanding. Although the accuracy of PointNet++ has been largely surpassed by recent networks such as PointMLP and Point Transformer, we find that a large portion of the performance gain is due to improved training str…

2021

ASSANet: An Anisotropic Separable Set Abstraction for Efficient Point Cloud Representation Learning

NeurIPS 2021spotlight

Access to 3D point cloud representations has been widely facilitated by LiDAR sensors embedded in various mobile devices. This has led to an emerging need for fast and accurate point cloud processing techniques. In this paper, we revisit and dive deeper into PointNet++, one of the most influential y…