paper-with-me

홈 › Papers

Continual learning using hash-routed convolutional neural networks

2020-10-09 · Ahmad Berjaoui

Continual learning could shift the machine learning paradigm from data centric to model centric. A continual learning model needs to scale efficiently to handle semantically different datasets, while avoiding unnecessary growth. We introduce hash-routed convolutional neural networks: a group of convolutional units where data flows dynamically. Feature maps are compared using feature hashing and similar data is routed to the same units. A hash-routed network provides excellent plasticity thanks to its routed nature, while generating stable features through the use of orthogonal feature hashing. Each unit evolves separately and new units can be added (to be used only when necessary). Hash-routed networks achieve excellent performance across a variety of typical continual learning benchmarks without storing raw data and train using only gradient descent. Besides providing a continual learning framework for supervised tasks with encouraging results, our model can be used for unsupervised or reinforcement learning.

📄 PDF Abstract BibTeX arXiv:2010.05880

Code (1)

ma3oun/hrn 공식 구현 pytorch

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Efficient Continual Learning in Language Models via Thalamically Routed Cortical Columns

2026-02-25 · Afshin Khadangi arxiv

Large language models deployed in the wild must adapt to evolving data, user behavior, and task mixtures without erasing previously acquired capabilities. In practice, this remains difficult: sequential updates induce ca…

Continual Learning

Bipartite Graph Convolutional Hashing for Effective and Efficient Top-N Search in Hamming Space

2023-04-01 · Yankai Chen, Yixiang Fang, Yifei Zhang, Irwin King

Searching on bipartite graphs is basal and versatile to many real-world Web applications, e.g., online recommendation, database retrieval, and query-document searching. Given a query node, the conventional approaches rel…

Retrieval

Compressing Convolutional Neural Networks

2015-06-14 · Wenlin Chen, James T. Wilson, Stephen Tyree, Kilian Q. Weinberger 외

Convolutional neural networks (CNN) are increasingly used in many areas of computer vision. They are particularly attractive because of their ability to "absorb" great quantities of labeled data through millions of param…

Prototype-Aligned Federated Soft-Prompts for Continual Web Personalization

2026-03-29 · Canran Xiao, Liwei Hou arxiv

Continual web personalization is essential for engagement, yet real-world non-stationarity and privacy constraints make it hard to adapt quickly without forgetting long-term preferences. We target this gap by seeking a p…

HybridHash: Hybrid Convolutional and Self-Attention Deep Hashing for Image Retrieval

2024-05-13 · Chao He, Hongxi Wei

Deep image hashing aims to map input images into simple binary hash codes via deep neural networks and thus enable effective large-scale image retrieval. Recently, hybrid networks that combine convolution and Transformer…

Deep HashingImage RetrievalRetrieval